/**
* Web Name: NTAutomation Slovakia Website
* Web URL: https://ntautomation.sk
* Updated: 3.6.2025 with Bootstrap v5.3.3
* Author: Petr Chmelík
*/

/* Fonts */
:root {
  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Jost",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Careers and contact */
@media (min-width: 1200px) {
  .navmenu .dropdown.btn-language > ul {
    right: 0;
    left: auto;
  }
}

.career-hero,
.career-detail-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 100px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 35%, rgba(222, 18, 85, .34), transparent 28%),
    linear-gradient(125deg, #19191c 0%, #303034 58%, #850134 135%);
}

.career-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}

.career-hero h1,
.career-detail-hero h1,
.contact-hero h1 {
  max-width: 850px;
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.career-hero p,
.career-detail-hero p,
.contact-hero p {
  max-width: 760px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.78);
  font-size: 1.15rem;
  line-height: 1.8;
}

.career-eyebrow,
.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ef6a96;
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.career-eyebrow::before,
.contact-kicker::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.career-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 23px;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  color: #fff;
  background: var(--accent-color);
  font-family: var(--nav-font);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: .25s ease;
}

.career-primary-btn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
  transform: translateY(-2px);
}

.career-hero-mark {
  display: flex;
  width: 270px;
  height: 270px;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: inset 0 0 0 28px rgba(255,255,255,.025);
}

.career-hero-mark i { color: #ef6a96; font-size: 4.3rem; }
.career-hero-mark span { color: #fff; font: 700 1.55rem/1.05 var(--heading-font); letter-spacing: .08em; }
.career-listing.section { padding: 100px 0; background: #f7f7f8; }
.career-listing .section-title { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.career-listing .section-title h2 { font-size: clamp(2rem, 4vw, 3.2rem); }

.career-card {
  overflow: hidden;
  border: 1px solid #e9e9ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24,24,28,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.career-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(24,24,28,.13); }
.career-card-image { position: relative; display: block; height: 255px; overflow: hidden; background: #27272b; }
.career-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.career-card:hover .career-card-image img { transform: scale(1.055); }
.career-card-image::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(20,20,23,.56)); }
.career-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(255,255,255,.4); font-size: 4rem; }
.career-card-number { position: absolute; z-index: 1; right: 20px; bottom: 14px; color: #fff; font: 700 1.4rem var(--heading-font); }
.career-card-body { padding: 30px; }
.career-meta { margin-bottom: 13px; color: #77777e; font-size: .82rem; }
.career-meta i { margin-right: 5px; color: var(--accent-color); }
.career-card h3 { margin-bottom: 13px; font-size: 1.55rem; }
.career-card h3 a { color: #252529; }
.career-card h3 a:hover { color: var(--accent-color); }
.career-card p { min-height: 78px; color: #66666d; line-height: 1.65; }
.career-card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent-color); font-weight: 700; }
.career-card-link i { transition: transform .2s ease; }
.career-card-link:hover i { transform: translateX(5px); }
.career-empty { padding: 55px; border: 1px dashed #cfcfd4; border-radius: 8px; text-align: center; background: #fff; }
.career-empty i { color: var(--accent-color); font-size: 2.4rem; }

.career-values.section { padding: 85px 0; }
.career-value { height: 100%; padding: 36px; border-left: 3px solid #ececef; }
.career-value i { display: block; margin-bottom: 22px; color: var(--accent-color); font-size: 2rem; }
.career-value h3 { font-size: 1.35rem; }
.career-value p { margin: 0; color: #6d6d73; line-height: 1.7; }

.career-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 45px; color: rgba(255,255,255,.7); }
.career-back:hover { color: #fff; }
.career-detail-hero { padding-bottom: 80px; }
.career-detail-hero h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.career-detail-meta { display: flex; flex-wrap: wrap; gap: 22px; }
.career-detail-meta span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); }
.career-detail-meta i { color: #ef6a96; }
.career-detail.section { padding: 90px 0; }
.career-description { color: #4e4e54; font-size: 1.05rem; line-height: 1.8; }
.career-description h2 { position: relative; margin: 0 0 26px; padding-top: 38px; color: #252529; font-size: 2rem; }
.career-description h2:first-child { padding-top: 0; }
.career-description h2::after { display: block; width: 44px; height: 3px; margin-top: 13px; content: ""; background: var(--accent-color); }
.career-description ul { padding-left: 0; list-style: none; }
.career-description li { position: relative; margin-bottom: 13px; padding-left: 29px; }
.career-description li::before { position: absolute; top: 8px; left: 0; width: 10px; height: 10px; border: 2px solid var(--accent-color); border-radius: 50%; content: ""; }
.career-detail-image { position: sticky; top: 120px; overflow: hidden; border-radius: 8px; background: #242428; box-shadow: 0 22px 60px rgba(20,20,24,.16); }
.career-detail-image img { width: 100%; height: 270px; object-fit: cover; }
.career-detail-image > div { padding: 30px; color: rgba(255,255,255,.7); }
.career-detail-image strong { color: #fff; font-size: 1.25rem; }
.career-detail-image p { margin: 10px 0 18px; }
.career-detail-image a { color: #ef6a96; font-weight: 700; }

.career-apply.section { padding: 100px 0; background: #f1f1f3; }
.career-apply h2 { margin: 16px 0; color: #252529; font-size: clamp(2rem, 4vw, 3rem); }
.career-apply p { max-width: 480px; color: #67676e; font-size: 1.07rem; line-height: 1.75; }
.career-apply-arrow { color: var(--accent-color); font-size: 3rem; }
.career-apply-form { position: relative; padding: 34px; border-radius: 9px; background: #fff; box-shadow: 0 18px 55px rgba(28,28,32,.09); }
.career-apply-form input:not([type="checkbox"]),
.career-apply-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #d7d7dc; border-radius: 3px; color: #34343a; background: #fff; transition: border .2s, box-shadow .2s; }
.career-apply-form input:focus,
.career-apply-form textarea:focus { border-color: var(--accent-color); outline: 0; box-shadow: 0 0 0 3px rgba(222,18,85,.1); }
.career-consent { display: flex; align-items: flex-start; gap: 9px; color: #5e5e65; font-size: .9rem; }
.career-consent input { margin-top: 3px; accent-color: var(--accent-color); }
.career-apply-form button { width: 100%; padding: 14px 20px; border: 0; border-radius: 4px; color: #fff; background: var(--accent-color); font-weight: 700; letter-spacing: .04em; transition: .2s; }
.career-apply-form button:hover { background: var(--surface-color); }
.career-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.contact-hero { padding-bottom: 75px; text-align: center; }
.contact-hero .career-eyebrow { justify-content: center; }
.contact-hero h1, .contact-hero p { margin-right: auto; margin-left: auto; }
.contact-page.section { padding: 0 0 95px; background: #f7f7f8; }
.contact-cards { position: relative; z-index: 4; transform: translateY(-38px); }
.contact-card { display: flex; height: 100%; min-height: 190px; padding: 28px; border: 1px solid #e7e7ea; border-radius: 8px; flex-direction: column; color: #38383d; background: #fff; box-shadow: 0 15px 40px rgba(24,24,28,.08); transition: .25s ease; }
.contact-card:hover { color: #38383d; border-color: var(--accent-color); transform: translateY(-5px); }
.contact-card > i { margin-bottom: 18px; color: var(--accent-color); font-size: 1.8rem; }
.contact-card span { color: #88888e; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { margin: 6px 0; font-size: 1.1rem; overflow-wrap: anywhere; }
.contact-card small { color: #8b8b91; }
.contact-main { overflow: hidden; margin-top: 30px; border-radius: 10px; background: #fff; box-shadow: 0 22px 65px rgba(24,24,28,.1); }
.contact-company { padding: 58px; }
.contact-company h2 { margin: 16px 0 25px; font-size: clamp(2rem, 3.5vw, 3rem); }
.contact-address-rich { display: flex; gap: 15px; color: #525259; line-height: 1.7; }
.contact-address-rich > i { flex: 0 0 auto; color: var(--accent-color); font-size: 1.4rem; }
.contact-address-rich p { margin: 0 0 13px; }
.contact-address-rich p:last-child { margin-bottom: 0; }
.contact-address-rich h3, .contact-address-rich h4 { margin: 0 0 7px; color: #343439; font-size: 1rem; }
.contact-address-rich ul { margin: 0 0 13px; padding-left: 20px; }
.contact-company > p { margin: 28px 0; color: #717177; line-height: 1.75; }
.contact-company .career-primary-btn:hover { border-color: var(--surface-color); color: var(--surface-color); }
.contact-map { min-height: 500px; background: #ddd; }
.contact-map iframe { display: block; min-height: 500px; }
.contact-privacy { display: flex; max-width: 900px; margin: 55px auto 0; padding: 28px 32px; border: 1px solid #e2e2e5; border-radius: 8px; gap: 20px; background: #fff; }
.contact-privacy > i { color: var(--accent-color); font-size: 1.8rem; }
.contact-privacy h3 { margin-bottom: 7px; font-size: 1.15rem; }
.contact-privacy p { margin: 0; color: #76767c; line-height: 1.65; }

@media (max-width: 991px) {
  .career-hero, .career-detail-hero, .contact-hero { padding: 140px 0 72px; }
  .career-detail-image { position: static; }
  .career-apply-arrow { display: none; }
  .contact-company { padding: 40px; }
}

@media (max-width: 575px) {
  .career-card-image { height: 220px; }
  .career-card-body, .career-apply-form { padding: 24px; }
  .career-listing.section, .career-detail.section, .career-apply.section { padding: 70px 0; }
  .career-card p { min-height: 0; }
  .career-value { padding: 26px 20px; }
  .contact-company { padding: 32px 24px; }
  .contact-map, .contact-map iframe { min-height: 390px; }
  .contact-privacy { padding: 24px; }
}

/* === Globálne farby (brand) === */
:root{
  --background-color: #ffffff;              /* svetlé pozadie stránky */
  --default-color:    #3a3a3c;              /* bežný text, ikony */
  --heading-color:    #3a3a3c;              /* nadpisy – rovnaká tmavá */
  --accent-color:     #de1255;              /* primárny brand-akcent   */
  --surface-color:    #850134;              /* tmavší odtieň napr. CTA */
  --contrast-color:   #ffffff;              /* kontrast k accent/surface */
  
  /* malý bonus – gradient loga na jednom mieste */
  --brand-gradient: linear-gradient(135deg,#de1255 0%,#850134 100%);
}

/* === Navigácia === */
:root{
  --nav-color:                    #3a3a3c;
  --nav-hover-color:              #c8acac;
  --nav-mobile-background-color:  #ffffff;
  --nav-dropdown-background-color:#ffffff;
  --nav-dropdown-color:           #3a3a3c;
  --nav-dropdown-hover-color:     #99586d;
}


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f6f8;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #850134;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #850134;
  --contrast-color: #ffffff;
}

.hero.dark-background {
  position: relative;
  overflow: hidden;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
  min-height: 80vh;
}


/* Video pozadie */
.hero.dark-background .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Voliteľne stmavenie */
.hero.dark-background .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* uprav podľa potreby */
  z-index: 1;
}

.hero.dark-background .video-overlay.red-tint {
  position: absolute;
  inset: 0;
  background: rgba(37, 37, 37, 0.611); /* brand červená s 25 % priehľadnosťou */
  z-index: 1;
  mix-blend-mode: multiply;
}


/* Obsah je nad videom */
.hero.dark-background .container {
  position: relative;
  z-index: 2;
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #850134;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.header .btn-language,
.header .btn-language:focus {
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-language {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* LANGUAGE SWITCHER -------------------------------------------------- */


.lang-flag {
  width: 26px;              /* ↑ larger flag */
  height: 18px;             /* keep aspect ≈ 3 : 2 */
}



/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: #ffffff;
  --nav-color: #3a3a3c;                           /* texty tmavé */
  --heading-color: #3a3a3c;
  --nav-hover-color: #c80e4e;                     /* brand-ružová */
  border-bottom: 1px solid rgba(25,25,29,.08);
  box-shadow: 0 7px 28px rgba(20,20,24,.07);
  backdrop-filter: none;
}


/* len svetlé logo zobrazené */
.index-page .logo-light{display:block;}
.index-page .logo-dark {display:none;}

/* ======== PO SCROLLNUTÍ ======== */
.index-page.scrolled .header{
  --background-color: rgba(255,255,255,.78);

  /* tmavé písmo + hover */
  --nav-color:   #3a3a3c;
  --nav-hover-color:#c80e4e;        /* ak chceš zmenu na brand-ružovú */
  --heading-color:#3a3a3c;          /* keby si mal text v .header */

  border-bottom-color: rgba(255,255,255,.55);
  box-shadow: 0 10px 36px rgba(20,20,24,.12);
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
}

/* po scrollnutí zobrazíme tmavé logo a skryjeme svetlé */
.index-page.scrolled .logo-light{display:none;}
.index-page.scrolled .logo-dark {display:block;}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    z-index: 1999996;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 999997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 1999998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 1999997;
  }


    .mobile-nav-active .navmenu{
    position: fixed;
    top: 0;                 /* alebo inset:0; */
    left: 0;
    width: 100vw;           /* <- kľúčové */
    height: 100vh;          /* <- kľúčové */
    background: rgba(33,37,41,.8);  /* stmavenie */
    overflow: auto;         /* ak je zoznam dlhší než display */
    z-index: 1999998;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-company-name { margin-bottom: 10px; font-size: 20px; font-weight: 700; line-height: 1.3; }
.footer .footer-contact-rich p { margin-bottom: 5px; }
.footer .footer-contact-rich h3, .footer .footer-contact-rich h4 { margin: 11px 0 5px; font-size: 14px; }
.footer .footer-contact-rich ul { margin: 5px 0 8px; padding-left: 18px; }
.footer .footer-contact-rich ul li { display: list-item; padding: 2px 0; list-style: disc; }

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .footer-designer-credit {
  position: absolute;
  bottom: 9px;
  left: 12px;
  color: #a7a7aa;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .015em;
  opacity: .72;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 88px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--contrast-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
  padding: 0 10px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.about .read-more {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 28px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-color);
}

.about .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.about .read-more:hover i {
  transform: translate(5px, 0);
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  padding: 30px 0;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.why-us .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.why-us .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.why-us .faq-container .faq-item h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
}

.why-us .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
  font-weight: 600;
}

.why-us .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.why-us .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.why-us .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.why-us .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.why-us .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.why-us .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.why-us .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.why-us .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.why-us .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

.why-us .why-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us .why-us-img img {
  max-height: 70%;
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.skills .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--default-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--heading-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--heading-color);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  transform: translateY(-10px);
}

.services .service-item:hover h4 a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Work Process Section
--------------------------------------------------------------*/
.work-process .steps-item {
  background: var(--surface-color);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 92%);
}

.work-process .steps-item .steps-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.work-process .steps-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.work-process .steps-item:hover .steps-number {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.work-process .steps-item:hover .steps-image img {
  transform: scale(1.1);
}

.work-process .steps-image {
  position: relative;
  height: 280px;
}

.work-process .steps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-process .steps-content {
  position: relative;
  padding: 40px 30px 30px;
}

.work-process .steps-content .steps-number {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.work-process .steps-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.work-process .steps-content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
}

.work-process .steps-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.work-process .steps-features .feature-item:last-child {
  margin-bottom: 0;
}

.work-process .steps-features .feature-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 10px;
}

.work-process .steps-features .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

@media (max-width: 1199px) {
  .work-process .steps-image {
    height: 240px;
  }

  .work-process .steps-content {
    padding: 35px 25px 25px;
  }

  .work-process .steps-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .work-process .steps-item {
    margin-bottom: 30px;
  }

  .work-process .steps-image {
    height: 220px;
  }

  .work-process .steps-content {
    padding: 30px 20px 20px;
  }

  .work-process .steps-content .steps-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 25px;
    top: -25px;
  }

  .work-process .steps-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .work-process .steps-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 35%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}


.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/* Modern portfolio grid */
.portfolio-modern.section {
  position: relative;
  min-height: 70vh;
  padding: 150px 0 105px;
  overflow: hidden;
  background: #f6f6f7;
}

.portfolio-modern .portfolio-backdrop {
  position: absolute;
  inset: 0 0 auto;
  height: 470px;
  background:
    radial-gradient(circle at 80% 20%, rgba(222,18,85,.42), transparent 34%),
    linear-gradient(120deg, #121215, #303034);
}

.portfolio-modern .portfolio-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.portfolio-modern .portfolio-heading {
  max-width: 790px;
  margin-bottom: 54px;
  color: #fff;
}

.portfolio-modern .portfolio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ef6a96;
  font: 700 .77rem var(--nav-font);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.portfolio-modern .portfolio-eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.portfolio-modern .portfolio-heading h1 {
  margin: 15px 0 19px;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.portfolio-modern .portfolio-heading p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.portfolio-modern .portfolio-filter-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  margin-bottom: 38px;
}

.portfolio-modern .portfolio-filters {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 9px;
  gap: 4px;
  overflow-x: auto;
  color: #fff;
  background: rgba(24,24,27,.88);
  box-shadow: 0 18px 45px rgba(18,18,22,.2);
  scrollbar-width: thin;
}

.portfolio-modern .portfolio-filters li {
  margin: 0;
  padding: 11px 17px;
  border-radius: 5px;
  flex: 0 0 auto;
  color: rgba(255,255,255,.72);
  font-size: .84rem;
  font-weight: 600;
}

.portfolio-modern .portfolio-filters li:hover,
.portfolio-modern .portfolio-filters li.filter-active {
  color: #fff;
  background: var(--accent-color);
}

.portfolio-modern .isotope-container {
  position: relative;
  z-index: 2;
}

.portfolio-modern .portfolio-item {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: visible;
  scroll-margin-top: 112px;
}

.portfolio-modern .portfolio-card {
  display: flex;
  overflow: hidden;
  border: 1px solid #e3e3e6;
  border-radius: 9px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23,23,27,.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.portfolio-modern .portfolio-card:hover {
  border-color: rgba(222,18,85,.32);
  box-shadow: 0 27px 65px rgba(23,23,27,.14);
  transform: translateY(-7px);
}

.portfolio-modern .portfolio-item:target .portfolio-card {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(222,18,85,.13), 0 27px 65px rgba(23,23,27,.14);
}

.portfolio-modern .portfolio-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #29292d;
}

.portfolio-modern .portfolio-media::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .72;
  background: linear-gradient(180deg, rgba(20,20,23,.13) 30%, rgba(20,20,23,.8) 100%);
  transition: opacity .3s ease;
}

.portfolio-modern .portfolio-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.portfolio-modern .portfolio-media-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(255,255,255,.45);
  background: linear-gradient(135deg, #29292d, #3a1d28);
  font-size: 3rem;
}

.portfolio-modern .portfolio-card:hover .portfolio-media img { transform: scale(1.055); }
.portfolio-modern .portfolio-card:hover .portfolio-media::after { opacity: .9; }

.portfolio-modern .portfolio-type,
.portfolio-modern .portfolio-order {
  position: absolute;
  z-index: 2;
  top: 17px;
  color: #fff;
  font: 700 .72rem var(--nav-font);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.portfolio-modern .portfolio-type {
  left: 17px;
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  background: rgba(20,20,23,.55);
  backdrop-filter: blur(7px);
}

.portfolio-modern .portfolio-order { right: 18px; font-size: .95rem; }

.portfolio-modern .portfolio-actions {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: .3s ease;
}

.portfolio-modern .portfolio-card:hover .portfolio-actions,
.portfolio-modern .portfolio-card:focus-within .portfolio-actions {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-modern .portfolio-action {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(26,26,29,.66);
  font-size: 1.15rem;
  backdrop-filter: blur(8px);
  transition: .22s ease;
}

.portfolio-modern .portfolio-action:hover { border-color: var(--accent-color); color: #fff; background: var(--accent-color); }
.portfolio-modern .portfolio-gallery-hidden { display: none; }
.portfolio-modern .portfolio-card-body { display: flex; min-height: 205px; padding: 27px 28px 24px; flex: 1; flex-direction: column; }
.portfolio-modern .portfolio-card-body h2 { margin-bottom: 12px; color: #28282c; font-size: 1.38rem; line-height: 1.25; }
.portfolio-modern .portfolio-card-body p { display: -webkit-box; margin-bottom: 24px; overflow: hidden; color: #6f6f75; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.portfolio-modern .portfolio-card-footer { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 18px; }
.portfolio-modern .portfolio-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-color); font-size: .86rem; font-weight: 700; }
.portfolio-modern .portfolio-text-link i { transition: transform .2s ease; }
.portfolio-modern .portfolio-text-link:hover i { transform: translateX(4px); }
.portfolio-modern .portfolio-detail-link { color: #77777d; font-size: .8rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.portfolio-modern .portfolio-detail-link:hover { color: var(--accent-color); }
.portfolio-modern .portfolio-empty { padding: 50px; border: 1px dashed #ccccd1; border-radius: 8px; text-align: center; background: #fff; }
.portfolio-modern .portfolio-empty i { color: var(--accent-color); font-size: 2.2rem; }

@media (hover: none) {
  .portfolio-modern .portfolio-actions { opacity: 1; transform: none; }
  .portfolio-modern .portfolio-action { width: 44px; height: 44px; }
}

@media (max-width: 991px) {
  .portfolio-modern.section { padding: 130px 0 80px; }
  .portfolio-modern .portfolio-backdrop { height: 500px; }
}

@media (max-width: 575px) {
  .portfolio-modern.section { padding: 120px 0 65px; }
  .portfolio-modern .portfolio-heading { margin-bottom: 38px; }
  .portfolio-modern .portfolio-filter-wrap { margin-right: -12px; margin-bottom: 25px; }
  .portfolio-modern .portfolio-filters { border-radius: 7px 0 0 7px; }
  .portfolio-modern .portfolio-filters li { margin: 0; padding: 10px 14px; font-size: .8rem; }
  .portfolio-modern .portfolio-card-body { min-height: 0; padding: 24px; }
  .portfolio-modern .portfolio-card-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.pricing .buy-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  border-top-color: var(--accent-color);
}

.pricing .featured .buy-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Faq 2 Section
--------------------------------------------------------------*/
.faq-2 .faq-container {
  margin-top: 15px;
}

.faq-2 .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-2 .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq-2 .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq-2 .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq-2 .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq-2 .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq-2 .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq-2 .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq-2 .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
.subscribe .container {
  padding: 80px 80px 0 80px;
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .subscribe .container {
    padding: 60px 60px 0 60px;
  }
}

@media (max-width: 575px) {
  .subscribe .container {
    padding: 25px 15px 0 15px;
    border-radius: 0;
  }
}

.subscribe .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.subscribe .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.subscribe .cta-form .form-control {
  height: 50px;
  border-radius: 25px 0 0 25px;
  border: 1px solid var(--accent-color);
  padding-left: 20px;
}

.subscribe .cta-form .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.subscribe .cta-form .btn {
  height: 50px;
  border-radius: 0 25px 25px 0;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.subscribe .cta-form .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  border-color: color-mix(in srgb, var(--accent-color), black 10%);
}

@media (max-width: 575px) {
  .subscribe .cta-form .btn {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .subscribe .cta-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .subscribe .cta-image {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Recent Blog Postst Section
--------------------------------------------------------------*/
.recent-blog-postst .post-item {
  background: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.recent-blog-postst .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-postst .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-postst .post-item .post-content {
  padding: 30px;
}

.recent-blog-postst .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-postst .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.recent-blog-postst .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.recent-blog-postst .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}

.recent-blog-postst .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-blog-postst .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-postst .post-item:hover .post-title,
.recent-blog-postst .post-item:hover .readmore {
  color: var(--accent-color);
}

.recent-blog-postst .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  padding: 30px;
  height: 100%;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  border-top: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}

.blog-posts .post-img {
  max-height: 440px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog-posts .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-posts .meta-top ul li+li {
  padding-left: 20px;
}

.blog-posts .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-posts .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-posts .content {
  margin-top: 20px;
}

.blog-posts .content .read-more {
  text-align: right;
}

.blog-posts .content .read-more a {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog-posts .content .read-more a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Pagination 2 Section
--------------------------------------------------------------*/
.pagination-2 {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pagination-2 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination-2 li {
  margin: 0 5px;
  transition: 0.3s;
}

.pagination-2 li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-2 li a.active,
.pagination-2 li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pagination-2 li a.active a,
.pagination-2 li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-details .hero-img {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto 3rem;
  border-radius: 16px;
  overflow: hidden;
}

.blog-details .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .hero-img .meta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.blog-details .hero-img .meta-overlay .meta-categories .category {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  padding: 0.4rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-details .hero-img .meta-overlay .meta-categories .category:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.blog-details .hero-img .meta-overlay .meta-categories .divider {
  color: var(--contrast-color);
  margin: 0 0.75rem;
}

.blog-details .hero-img .meta-overlay .meta-categories .reading-time {
  color: var(--contrast-color);
  font-size: 0.9rem;
}

.blog-details .hero-img .meta-overlay .meta-categories .reading-time i {
  margin-right: 0.3rem;
}

@media (max-width: 768px) {
  .blog-details .hero-img {
    height: 350px;
    margin-top: -30px;
    margin-bottom: 2rem;
  }
}

.blog-details .article-content {
  padding: 0 1rem;
}

.blog-details .article-content .content-header {
  margin-bottom: 3rem;
}

.blog-details .article-content .content-header .title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .blog-details .article-content .content-header .title {
    font-size: 2rem;
  }
}

.blog-details .article-content .content-header .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .article-content .content-header .author-info .author-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blog-details .article-content .content-header .author-info .author-details .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-details .article-content .content-header .author-info .author-details .info h4 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--heading-color);
}

.blog-details .article-content .content-header .author-info .author-details .info .role {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.blog-details .article-content .content-header .author-info .post-meta {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.95rem;
}

.blog-details .article-content .content-header .author-info .post-meta i {
  margin-right: 0.3rem;
}

.blog-details .article-content .content-header .author-info .post-meta .divider {
  margin: 0 0.75rem;
}

.blog-details .article-content .content {
  font-size: 1.15rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.blog-details .article-content .content .lead {
  font-size: 1.3rem;
  color: var(--heading-color);
  margin-bottom: 2rem;
  font-weight: 500;
}

.blog-details .article-content .content h2 {
  font-size: 2rem;
  color: var(--heading-color);
  margin: 3rem 0 1.5rem;
}

.blog-details .article-content .content p {
  margin-bottom: 1.5rem;
}

.blog-details .article-content .content ul {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

.blog-details .article-content .content ul li {
  margin-bottom: 0.75rem;
  position: relative;
}

.blog-details .article-content .content .content-image {
  margin: 2.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.blog-details .article-content .content .content-image.right-aligned {
  float: right;
  max-width: 450px;
  margin: 1rem 0 2rem 2rem;
}

@media (max-width: 768px) {
  .blog-details .article-content .content .content-image.right-aligned {
    float: none;
    max-width: 100%;
    margin: 2rem 0;
  }
}

.blog-details .article-content .content .content-image img {
  width: 100%;
  height: auto;
}

.blog-details .article-content .content .content-image figcaption {
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}

.blog-details .article-content .content .highlight-box {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.blog-details .article-content .content .highlight-box h3 {
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.blog-details .article-content .content .highlight-box .trend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details .article-content .content .highlight-box .trend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.blog-details .article-content .content .highlight-box .trend-list li i {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-details .article-content .content .highlight-box .trend-list li span {
  color: var(--heading-color);
  font-weight: 500;
}

.blog-details .article-content .content .content-grid {
  margin: 3rem 0;
}

.blog-details .article-content .content .content-grid .info-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.blog-details .article-content .content .content-grid .info-card:hover {
  transform: translateY(-5px);
}

.blog-details .article-content .content .content-grid .info-card i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.blog-details .article-content .content .content-grid .info-card h4 {
  color: var(--heading-color);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.blog-details .article-content .content .content-grid .info-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-details .article-content .content blockquote {
  position: relative;
  margin: 3rem 0;
  padding: 2rem 3rem;
  background: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.blog-details .article-content .content blockquote::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 8rem;
  color: color-mix(in srgb, var(--accent-color), transparent 85%);
  font-family: serif;
  line-height: 1;
}

.blog-details .article-content .content blockquote p {
  font-size: 1.3rem;
  font-style: italic;
  color: var(--heading-color);
  margin: 0 0 1rem;
  position: relative;
}

.blog-details .article-content .content blockquote cite {
  font-style: normal;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.95rem;
  display: block;
}

.blog-details .article-content .meta-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: grid;
  gap: 2rem;
}

.blog-details .article-content .meta-bottom h4 {
  color: var(--heading-color);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.blog-details .article-content .meta-bottom .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-details .article-content .meta-bottom .tags .tag {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-details .article-content .meta-bottom .tags .tag:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-details .article-content .meta-bottom .social-links {
  display: flex;
  gap: 1rem;
}

.blog-details .article-content .meta-bottom .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.blog-details .article-content .meta-bottom .social-links a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.blog-details .article-content .meta-bottom .social-links a i {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 20px 0;
}

.blog-comments .comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.blog-comments .comments-header .title {
  color: var(--heading-color);
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin: 0;
}

.blog-comments .comments-header .comments-stats {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-comments .comments-header .comments-stats .count {
  font-size: 18px;
  font-weight: 700;
}

.blog-comments .comments-header .comments-stats .label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-comments .comments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-comments .comment-thread {
  position: relative;
}

.blog-comments .comment-thread:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 80px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--accent-color), transparent 40%), color-mix(in srgb, var(--accent-color), transparent 90%));
  z-index: 0;
}

@media (min-width: 768px) {
  .blog-comments .comment-thread:not(:last-child)::after {
    left: 35px;
  }
}

.blog-comments .comment-box {
  position: relative;
  transition: all 0.3s ease;
}

.blog-comments .comment-box.reply {
  margin-left: 50px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .blog-comments .comment-box.reply {
    margin-left: 70px;
  }
}

.blog-comments .comment-wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}

.blog-comments .avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.blog-comments .avatar-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  object-fit: cover;
  border: 3px solid var(--surface-color);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .blog-comments .avatar-wrapper img {
    width: 70px;
    height: 70px;
  }
}

.blog-comments .avatar-wrapper img:hover {
  transform: scale(1.05);
}

.blog-comments .avatar-wrapper .status-indicator {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4CAF50;
  border: 2px solid var(--surface-color);
  z-index: 1;
}

.blog-comments .comment-content {
  flex: 1;
  background-color: var(--surface-color);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.blog-comments .comment-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.blog-comments .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.blog-comments .comment-header .user-info h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.blog-comments .comment-header .user-info .time-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-comments .comment-header .user-info .time-badge i {
  font-size: 13px;
}

.blog-comments .comment-header .engagement .likes {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 20px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
}

.blog-comments .comment-header .engagement .likes i {
  font-size: 13px;
}

.blog-comments .comment-body p {
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-comments .comment-actions {
  display: flex;
  gap: 15px;
}

.blog-comments .comment-actions .action-btn {
  background: none;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-comments .comment-actions .action-btn i {
  font-size: 15px;
  transition: all 0.3s ease;
}

.blog-comments .comment-actions .action-btn:hover {
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.blog-comments .comment-actions .action-btn:hover.like-btn i {
  transform: scale(1.2);
  color: #ff4b6e;
}

.blog-comments .comment-actions .action-btn:hover.reply-btn i {
  transform: translateX(-3px);
}

.blog-comments .comment-actions .action-btn:hover.share-btn i {
  transform: translateY(-2px);
}

.blog-comments .comment-actions .action-btn.like-btn.active {
  color: #ff4b6e;
}

.blog-comments .replies-container {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 768px) {
  .blog-comments .comments-header {
    margin-bottom: 30px;
  }

  .blog-comments .comments-header .title {
    font-size: 24px;
  }

  .blog-comments .comments-header .comments-stats {
    padding: 6px 15px;
  }

  .blog-comments .comments-header .comments-stats .count {
    font-size: 20px;
  }

  .blog-comments .comments-header .comments-stats .label {
    font-size: 12px;
  }

  .blog-comments .comment-content {
    padding: 20px;
  }

  .blog-comments .comment-header .user-info h4 {
    font-size: 16px;
  }

  .blog-comments .comment-header .user-info .time-badge {
    font-size: 13px;
  }

  .blog-comments .comment-body p {
    font-size: 14px;
  }

  .blog-comments .comment-actions .action-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Blog Comment Form Section
--------------------------------------------------------------*/
.blog-comment-form {
  max-width: 900px;
  margin: 30px auto 0 auto;
  padding-top: 10px;
}

.blog-comment-form form {
  padding: 2rem;
  background-color: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-comment-form .form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-comment-form .form-header h3 {
  color: var(--heading-color);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.blog-comment-form .form-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9375rem;
}

.blog-comment-form .input-group {
  margin-bottom: 1rem;
  position: relative;
}

.blog-comment-form .input-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 0.875rem;
}

.blog-comment-form .input-group input,
.blog-comment-form .input-group textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}

.blog-comment-form .input-group input::placeholder,
.blog-comment-form .input-group textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.blog-comment-form .input-group input:hover,
.blog-comment-form .input-group textarea:hover {
  border-color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.blog-comment-form .input-group input:focus,
.blog-comment-form .input-group textarea:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.blog-comment-form .input-group input:invalid:not(:placeholder-shown),
.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
}

.blog-comment-form .input-group input:invalid:not(:placeholder-shown)+.error-text,
.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown)+.error-text {
  opacity: 1;
  transform: translateY(0);
}

.blog-comment-form .input-group textarea {
  min-height: 120px;
  resize: vertical;
}

.blog-comment-form .input-group .error-text {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #dc3545;
  font-size: 0.75rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.blog-comment-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.875rem 2.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-comment-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

.blog-comment-form button[type=submit]:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .blog-comment-form {
    padding: 1.5rem;
  }

  .blog-comment-form .form-header h3 {
    font-size: 1.5rem;
  }

  .blog-comment-form button[type=submit] {
    width: 100%;
    padding: 0.875rem 1rem;
  }
}
/*--------------------------------------------------------------
# Error 404 Section
--------------------------------------------------------------*/
.error-404 {
  padding: 80px 0;
  margin: 0 auto;
}

.error-404 .error-icon {
  font-size: 5rem;
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  color: color-mix(in srgb, var(--heading-color), transparent 10%);
  font-family: var(--heading-font);
  line-height: 1;
}

.error-404 .error-title {
  font-size: 2rem;
  color: var(--heading-color);
  font-weight: 600;
}

.error-404 .error-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}

.error-404 .search-box {
  max-width: 500px;
  margin: 0 auto;
}

.error-404 .search-box .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.error-404 .search-box .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 50px;
}

.error-404 .search-box .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.error-404 .search-box .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.error-404 .search-box .search-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.error-404 .search-box .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.error-404 .error-action .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  background-color: var(--accent-color);
  border: none;
  color: var(--contrast-color);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.error-404 .error-action .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0;
  }

  .error-404 .error-code {
    font-size: clamp(4rem, 12vw, 8rem);
  }

  .error-404 .error-title {
    font-size: 1.5rem;
  }

  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }

  .error-404 .search-box {
    margin: 0 20px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

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

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/* ============================================================
   Kompaktné „sklenené“ karty v Hero sekcii
   ============================================================ */
.hero-cards{
  width: 100%;
  max-width: 500px;          /* ani na xl neprečnie do textu */
}

.hero-card {
  --glass-bg: rgba(255, 255, 255, 0.75); /* rovnaké ako header background */
  background: var(--glass-bg);
  backdrop-filter: blur(6px) saturate(180%);
  -webkit-backdrop-filter: blur(6px) saturate(180%);
  border-radius: 0.75rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); /* jemný tieň pre oddelenie */
  color: #3a3a3c; /* základný text */
}


/* drobný text v kartách nech je čitateľný na tmavom pozadí */
.hero-card .card-title { color:#fff;   letter-spacing:.2px; font-size:1rem; }
.hero-card .card-text  { color:#f8f9fa; font-size:.875rem; line-height:1.4; }

/* ------- vnútro karty ------------------------------------- */
.hero-card .card-body{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1rem 1.25rem;     /* menší padding -> nižšia karta */
}

/* ľavý pruh: 20 % šírky, ikona centrovaná                  */
.hero-card-icon {
  /* Pevná veľkosť v percentách šírky karty */
  width: clamp(100px, 20%);
  height: clamp(100px, 20%);
  display: flex;
  align-items: center;
  justify-content: center;

  /* Kruh stále zachovaný */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);

  /* Žiadne dodatočné marginy, gap sa postaral o medzeru */
  margin-bottom: 1rem;
}

/* Vnútorné logo vždy udrží proporcie */
.hero-card-icon img,
.hero-card-icon i {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

/* pravý pruh s textom                                      */
.hero-card-content{flex:1;}

.hero-card-content .title{color:#b90a48;font-size:1.3rem;font-weight:600;}
.hero-card-content .link {color:#121212;font-size:.8125rem;}


/* ===== Swiper Slide – definitívna verzia ===== */
.carousel-slider .swiper-slide{
  flex: 0 0 clamp(200px, 45vw, 300px); 
  padding: 1rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(6px) saturate(180%);
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Vnútro karty ========================== */
.carousel-slider .item-content{
  /* odstránené width:100%;  necháme prirodzenú šírku */
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.5rem;
  padding:.5rem;
  line-height:1.4;
}

.hero-card-icon{
  width:8rem;
  height:8rem;
  border-radius:50%;
  background:rgba(255,255,255,.13);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-card-icon img{max-width:75%;max-height:75%;object-fit:contain}

/* Fluidná typografia */
.carousel-slider .item-content .title{
  font-size:clamp(.9rem,2.5vw,1.1rem);
  font-weight:600;
  margin-bottom:.25rem;
}
.carousel-slider .item-content .desc{
  font-size:clamp(.7rem,2vw,.9rem);
  color:#444;
}

/* 6) Na mobiloch ešte trochu zmenšiť padding a fonty */
@media (max-width: 576px) {
  .carousel-slider .swiper-slide {
    padding: .6rem;
  }
  .carousel-slider .item-content {
    padding: .6rem;
  }
  .carousel-slider .item-content .title {
    font-size: .9rem;
  }
  .carousel-slider .item-content .desc {
    font-size: .7rem;
  }
  .hero-card-icon {
    width: 3rem;
    height: 3rem;
  }


}

/* ==============================================================
   Unified page ribbon, content pages and refreshed homepage
   ============================================================== */
.career-hero::after,
.career-detail-hero::after,
.contact-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #850134 0 18%, #de1255 18% 64%, #ef6a96 64% 77%, rgba(255,255,255,.28) 77% 100%);
}

.portfolio-modern .portfolio-backdrop::before {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #850134 0 18%, #de1255 18% 64%, #ef6a96 64% 77%, rgba(255,255,255,.28) 77% 100%);
}

/* Dynamic white content pages */
.content-page-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 28%, rgba(222,18,85,.36), transparent 30%),
    linear-gradient(125deg, #17171a, #343438 68%, #5b0929 130%);
}

.content-page-pattern {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.content-breadcrumbs { display: flex; margin-bottom: 36px; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: .82rem; }
.content-breadcrumbs a { color: rgba(255,255,255,.72); }
.content-breadcrumbs a:hover { color: #fff; }
.content-breadcrumbs i { color: #ef6a96; font-size: .68rem; }
.content-page-heading { max-width: 850px; }
.content-page-kicker { display: inline-flex; align-items: center; gap: 10px; color: #ef6a96; font: 700 .76rem var(--nav-font); letter-spacing: .17em; text-transform: uppercase; }
.content-page-kicker::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.content-page-heading h1 { margin: 16px 0 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.04em; }
.content-page-rail { position: absolute; right: 0; bottom: 0; left: 0; display: grid; height: 7px; grid-template-columns: 18% 46% 13% 23%; }
.content-page-rail span:nth-child(1) { background: #850134; }
.content-page-rail span:nth-child(2) { background: #de1255; }
.content-page-rail span:nth-child(3) { background: #ef6a96; }
.content-page-rail span:nth-child(4), .content-page-rail::after { background: rgba(255,255,255,.25); }
.content-page-section.section { padding: 88px 0 105px; background: #f5f5f6; }
.content-page-surface { min-height: 260px; padding: clamp(30px, 5vw, 68px); border: 1px solid #e6e6e9; border-radius: 10px; color: #505057; background: #fff; box-shadow: 0 20px 60px rgba(24,24,28,.08); font-size: 1.03rem; line-height: 1.78; }
.content-page-surface > :first-child { margin-top: 0; }
.content-page-surface > :last-child { margin-bottom: 0; }
.content-page-surface h2 { margin: 42px 0 22px; color: #28282c; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.02em; }
.content-page-surface h2::after { display: block; width: 46px; height: 3px; margin-top: 13px; content: ""; background: var(--accent-color); }
.content-page-surface h3 { margin-top: 30px; color: #303035; }
.content-page-surface img { max-width: 100%; height: auto; border-radius: 7px; }
.content-page-surface ul { display: grid; margin: 27px 0; padding: 0; gap: 11px; list-style: none; }
.content-page-surface li { position: relative; padding: 12px 16px 12px 43px; border: 1px solid #ededf0; border-radius: 6px; background: #fafafa; }
.content-page-surface li::before { position: absolute; top: 14px; left: 16px; color: var(--accent-color); content: "\F26E"; font-family: bootstrap-icons; font-weight: 700; }
.service-copy { max-width: 920px; margin: 0 auto; }
.service-copy .service-lead { margin-bottom: 38px; color: #303035; font: 500 clamp(1.25rem, 2.4vw, 1.65rem)/1.55 var(--heading-font); }
.service-copy .service-note { margin-top: 34px; padding: 24px 28px; border-left: 4px solid var(--accent-color); border-radius: 0 6px 6px 0; color: #45454b; background: #f5f5f7; }

/* Homepage hero */
.home-hero.hero.dark-background { min-height: 92vh; padding: 150px 0 95px; }
.home-hero .bg-video { transform: scale(1.015); }
.home-hero-media, .home-automation-scene { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }
.home-hero-photo { object-fit: cover; object-position: center; }
.home-automation-scene { overflow: hidden; background: #0a090d; }
.home-automation-scene svg { display: block; width: 100%; height: 100%; }
.automation-floor-grid { fill: none; stroke: #e72463; stroke-width: 1.3; opacity: .18; }
.automation-wall-grid { opacity: .44; mask-image: linear-gradient(90deg, transparent, #000 20%); }
.automation-left-network { fill: none; pointer-events: none; }
.automation-left-path { stroke: rgba(255,76,132,.34); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 5 16; animation: automation-left-flow 11s linear infinite; }
.automation-left-path.left-path-b { animation-duration: 15s; animation-direction: reverse; }.automation-left-path.left-path-c { animation-duration: 18s; }
.automation-left-circuit { stroke: rgba(255,255,255,.13); stroke-width: 1.5; }
.automation-left-nodes { fill: #ff4d87; stroke: rgba(255,255,255,.4); stroke-width: 2; filter: url(#automation-soft-glow); }
.automation-left-nodes circle { animation: automation-node-pulse 4s ease-in-out infinite; }.automation-left-nodes circle:nth-child(2n) { animation-delay: -2s; }
.automation-factory-lines { fill: rgba(255,255,255,.015); stroke: rgba(255,117,160,.28); stroke-width: 2; }
.automation-data-path { fill: none; stroke: #ff4d87; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 6 15; filter: url(#automation-soft-glow); animation: automation-data-flow 8s linear infinite; }
.automation-data-path.path-b { animation-duration: 11s; animation-direction: reverse; }
.automation-data-path.path-c { animation-duration: 6s; }
.automation-nodes { fill: #ff5c91; filter: url(#automation-soft-glow); }
.automation-nodes circle { animation: automation-node-pulse 3.2s ease-in-out infinite; }
.automation-nodes circle:nth-child(3n + 2) { animation-delay: -1.1s; }
.automation-nodes circle:nth-child(3n) { animation-delay: -2.2s; }
.automation-communication { fill: rgba(13,13,18,.78); stroke: rgba(255,126,167,.72); stroke-width: 2; }
.automation-device text { fill: rgba(255,255,255,.72); stroke: none; font: 700 15px var(--nav-font); letter-spacing: .13em; text-anchor: middle; }
.automation-device circle { fill: #55e4a4; stroke: none; filter: url(#automation-soft-glow); animation: automation-device-status 1.8s ease-in-out infinite; }
.automation-device path { fill: none; stroke: rgba(255,255,255,.42); }
.automation-device-robot circle { animation-delay: -.6s; }.automation-device-mes circle { animation-delay: -1.2s; }
.automation-packets { fill: #fff; stroke: #ff4d87; stroke-width: 3; filter: url(#automation-soft-glow); }
.automation-packets circle { opacity: 0; animation: automation-packet-one 4.8s linear infinite; }
.automation-packets .packet-two { animation-name: automation-packet-two; animation-delay: -1.6s; }
.automation-packets .packet-three { animation-name: automation-packet-three; animation-delay: -3.2s; }
.automation-conveyor { fill: rgba(7,8,11,.62); stroke: rgba(255,125,167,.52); stroke-width: 3; }
.automation-rollers { fill: none; stroke: rgba(255,255,255,.32); stroke-width: 3; stroke-dasharray: 9 5; }
.automation-rollers circle { transform-box: fill-box; transform-origin: center; animation: automation-roller 5s linear infinite; }
.automation-product { fill: rgba(214,19,82,.16); stroke: #ff759f; stroke-width: 2; animation: automation-product-move 15s linear infinite; }
.automation-product path { fill: none; stroke: rgba(255,255,255,.52); }
.automation-product.product-two { animation-delay: -5s; }
.automation-product.product-three { animation-delay: -10s; }
.automation-cycle-product, .automation-picked-product { fill: rgba(222,18,85,.52); stroke: #fff; stroke-width: 2.5; filter: url(#automation-soft-glow); }
.automation-cycle-product { animation: automation-cycle-product 12s linear infinite; }
.automation-picked-product { animation: automation-picked-product 12s ease-in-out infinite; }
.automation-pick-robot { stroke-linecap: round; stroke-linejoin: round; }
.automation-pick-robot-base { fill: rgba(22,12,17,.94); stroke: rgba(255,116,160,.72); stroke-width: 4; }
.automation-pick-robot-shoulder { fill: #251018; stroke: #ff6a9c; stroke-width: 7; filter: url(#automation-soft-glow); }
.automation-pick-robot-shoulder-core { fill: #ff6a9c; stroke: rgba(255,255,255,.72); stroke-width: 3; }
.automation-morph-arm { fill: none; stroke-linejoin: round; }
.automation-upper-arm { animation: automation-robot-upper-arm-cycle 12s ease-in-out infinite; }
.automation-lower-arm { animation: automation-robot-lower-arm-cycle 12s ease-in-out infinite; }
.automation-morph-arm-shell { stroke: rgba(20,12,16,.98); stroke-width: 66; }
.automation-morph-arm-accent { stroke: rgba(255,111,157,.78); stroke-width: 5; }
.automation-robot-elbow { animation: automation-robot-elbow-cycle 12s ease-in-out infinite; }
.automation-robot-elbow-shell { fill: #251018; stroke: #ff6a9c; stroke-width: 6; filter: url(#automation-soft-glow); }
.automation-robot-elbow-core { fill: #ff6a9c; stroke: rgba(255,255,255,.72); stroke-width: 3; }
.automation-robot-tool-cycle { transform-box: view-box; transform-origin: 1151px 640px; animation: automation-gantry-cycle 12s ease-in-out infinite; }
.automation-robot-wrist { fill: #251018; stroke: #ff6a9c; stroke-width: 6; }
.automation-carriage-mast { fill: rgba(20,13,17,.96); stroke: rgba(255,116,160,.62); stroke-width: 3; }
.automation-gantry-gripper { transform-box: view-box; transform-origin: 1151px 775px; animation: automation-gantry-grip 12s ease-in-out infinite; }
.automation-placed-product { fill: rgba(222,18,85,.38); stroke: rgba(255,255,255,.8); stroke-width: 2.5; animation: automation-placed-product 12s ease-in-out infinite; }
.automation-robot { fill: rgba(13,13,17,.68); stroke: rgba(255,116,160,.78); stroke-width: 4; stroke-linejoin: round; }
.automation-robot-base { fill: rgba(34,13,22,.9); }
.automation-robot-lower { transform-box: view-box; transform-origin: 1340px 584px; animation: automation-robot-lower 12s ease-in-out infinite; }
.automation-robot-upper { transform-box: view-box; transform-origin: 1447px 346px; animation: automation-robot-upper 12s ease-in-out infinite; }
.automation-robot-tool { transform-box: view-box; transform-origin: 1187px 509px; animation: automation-tool 12s ease-in-out infinite; }
.automation-gripper { transform-box: view-box; transform-origin: 1187px 626px; animation: automation-gripper 12s ease-in-out infinite; }
.automation-joint { fill: #ff4d87; stroke: rgba(255,255,255,.7); filter: url(#automation-soft-glow); animation: automation-node-pulse 2.8s ease-in-out infinite; }
.automation-scan { fill: rgba(255,67,127,.5); stroke: #ff3979; stroke-width: 3; filter: url(#automation-soft-glow); animation: automation-scan 12s ease-in-out infinite; }
.automation-status { fill: #ff5d91; stroke: rgba(255,255,255,.6); stroke-width: 2; opacity: .75; }
.automation-status circle { animation: automation-status 2.4s steps(2, jump-none) infinite; }
.automation-status circle:nth-child(2) { animation-delay: -.8s; }.automation-status circle:nth-child(3) { animation-delay: -1.6s; }
@keyframes automation-data-flow { to { stroke-dashoffset: -210; } }
@keyframes automation-left-flow { to { stroke-dashoffset: -260; } }
@keyframes automation-node-pulse { 0%,100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes automation-device-status { 0%,100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes automation-packet-one { 0% { opacity: 0; transform: translate(0,0); } 10% { opacity: 1; } 75% { opacity: 1; transform: translate(276px,39px); } 76%,100% { opacity: 0; transform: translate(276px,39px); } }
@keyframes automation-packet-two { 0% { opacity: 0; transform: translate(0,0); } 10% { opacity: 1; } 75% { opacity: 1; transform: translate(270px,26px); } 76%,100% { opacity: 0; transform: translate(270px,26px); } }
@keyframes automation-packet-three { 0% { opacity: 0; transform: translate(0,0); } 10% { opacity: 1; } 75% { opacity: 1; transform: translate(175px,-76px); } 76%,100% { opacity: 0; transform: translate(175px,-76px); } }
@keyframes automation-roller { to { transform: rotate(360deg); } }
@keyframes automation-product-move { from { transform: translateX(-350px); } to { transform: translateX(700px); } }
@keyframes automation-cycle-product { 0% { opacity: 0; transform: translateX(-260px); } 5% { opacity: 1; } 36%,47% { opacity: 1; transform: translateX(377px); } 48%,100% { opacity: 0; transform: translateX(377px); } }
@keyframes automation-picked-product { 0%,47% { opacity: 0; } 48%,86% { opacity: 1; } 87%,100% { opacity: 0; } }
@keyframes automation-placed-product { 0%,86% { opacity: 0; } 87%,100% { opacity: 1; } }
@keyframes automation-gantry-cycle { 0%,30% { transform: translate(0,-95px); } 42%,52% { transform: translate(0,-20px); } 62% { transform: translate(0,-95px); } 70%,78% { transform: translate(197px,-95px); } 86% { transform: translate(197px,-20px); } 90% { transform: translate(197px,-95px); } 100% { transform: translate(0,-95px); } }
@keyframes automation-gantry-grip { 0%,43%,89%,100% { transform: scaleX(1); } 48%,86% { transform: scaleX(.66); } }
@keyframes automation-robot-upper-arm-cycle {
  0%,30%,100% { d: path("M1460 790L1360 610"); }
  42%,52% { d: path("M1460 790L1310 625"); }
  62% { d: path("M1460 790L1360 610"); }
  70%,78% { d: path("M1460 790L1415 590"); }
  86% { d: path("M1460 790L1390 635"); }
  90% { d: path("M1460 790L1415 590"); }
}
@keyframes automation-robot-lower-arm-cycle {
  0%,30%,100% { d: path("M1360 610L1151 545"); }
  42%,52% { d: path("M1310 625L1151 620"); }
  62% { d: path("M1360 610L1151 545"); }
  70%,78% { d: path("M1415 590L1348 545"); }
  86% { d: path("M1390 635L1348 620"); }
  90% { d: path("M1415 590L1348 545"); }
}
@keyframes automation-robot-elbow-cycle {
  0%,30%,100% { cx: 1360px; cy: 610px; }
  42%,52% { cx: 1310px; cy: 625px; }
  62% { cx: 1360px; cy: 610px; }
  70%,78% { cx: 1415px; cy: 590px; }
  86% { cx: 1390px; cy: 635px; }
  90% { cx: 1415px; cy: 590px; }
}
@keyframes automation-robot-lower { 0%,52%,88%,100% { transform: rotate(0); } 64%,76% { transform: rotate(4deg); } }
@keyframes automation-robot-upper { 0%,32%,94%,100% { transform: rotate(12deg); } 42%,52%,88% { transform: rotate(0); } 64%,76% { transform: rotate(16deg); } }
@keyframes automation-tool { 0%,32%,94%,100% { transform: rotate(-12deg); } 42%,52%,88% { transform: rotate(0); } 64%,76% { transform: rotate(-16deg); } }
@keyframes automation-gripper { 0%,42%,92%,100% { transform: scaleX(1); } 48%,88% { transform: scaleX(.68); } }
@keyframes automation-scan { 0%,28%,56%,100% { opacity: .14; transform: translateX(-45px); } 38%,50% { opacity: .95; transform: translateX(40px); } }
@keyframes automation-status { 0%,45% { opacity: .18; } 50%,100% { opacity: 1; } }
.home-hero .video-overlay.red-tint { background: linear-gradient(90deg, rgba(14,14,17,.92) 0%, rgba(22,22,25,.72) 48%, rgba(73,3,31,.58) 100%); mix-blend-mode: normal; }
.home-hero--animation .video-overlay.red-tint { background: linear-gradient(90deg, rgba(8,9,12,.87) 0%, rgba(12,12,16,.7) 43%, rgba(52,3,22,.28) 72%, rgba(35,2,15,.13) 100%); }
.home-hero--image .video-overlay.red-tint { background: linear-gradient(90deg, rgba(12,9,12,.89) 0%, rgba(27,8,17,.62) 52%, rgba(82,2,33,.25) 100%); }
.home-hero::after { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 7px; content: ""; background: linear-gradient(90deg, #850134 0 18%, #de1255 18% 64%, #ef6a96 64% 77%, rgba(255,255,255,.28) 77% 100%); }
.home-hero-copy { position: relative; z-index: 3; }
.home-kicker { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; color: rgba(255,255,255,.94); font: 700 .77rem var(--nav-font); letter-spacing: .15em; text-shadow: 0 2px 12px rgba(0,0,0,.42); text-transform: uppercase; }
.home-kicker::before { width: 38px; height: 2px; content: ""; background: currentColor; }
.home-hero .home-hero-copy h1 { max-width: 780px; margin: 0 0 24px; color: #fff; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.05em; }
.home-hero .home-hero-copy > p { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 1.18rem; line-height: 1.75; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-primary-btn, .home-secondary-btn { display: inline-flex; padding: 14px 21px; border: 1px solid; border-radius: 4px; align-items: center; gap: 10px; font: 700 .83rem var(--nav-font); transition: .22s ease; }
.home-primary-btn { border-color: var(--accent-color); color: #fff; background: var(--accent-color); }
.home-primary-btn:hover { border-color: #fff; color: #fff; background: transparent; transform: translateY(-2px); }
.home-secondary-btn { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.home-secondary-btn:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.12); transform: translateY(-2px); }
.home-hero .hero-cards { width: min(100%, 390px); padding: 0; border: 0; border-radius: 16px; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.home-hero .carousel-slider .swiper-slide { border: 1px solid rgba(255,255,255,.82); border-radius: 11px; color: #29292d; background: rgba(255,255,255,.86); box-shadow: 0 12px 30px rgba(16,16,20,.16); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.home-hero .carousel-slider .swiper-slide-active { border-color: #dedee2; box-shadow: 0 18px 42px rgba(16,16,20,.18); }
.home-hero .carousel-slider .item-content .title { color: #29292d; font-size: 1.12rem; }
.home-hero .carousel-slider .item-content .desc { color: #67676e; }
.home-hero .hero-card-icon { background: #fff; box-shadow: none; }

.contact-map-consent { display: flex; min-height: 100%; padding: 44px; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: #f1f1f3; }
.contact-map-consent > i { margin-bottom: 18px; color: var(--accent-color); font-size: 2.5rem; }
.contact-map-consent h3 { margin-bottom: 12px; color: #29292d; font-size: 1.45rem; }
.contact-map-consent p { max-width: 470px; color: #696970; line-height: 1.65; }
.contact-map-consent button { padding: 12px 18px; border: 0; border-radius: 4px; color: #fff; background: var(--accent-color); font-weight: 700; }
.contact-map-consent button i { margin-left: 7px; }
.contact-map-frame { min-height: 460px; }

.legal-copy { color: #56565d; font-size: 1rem; line-height: 1.75; }
.legal-copy .legal-meta { margin-bottom: 30px; padding: 17px 20px; border-left: 3px solid var(--accent-color); color: #55555c; background: #f5f5f6; }
.legal-copy h2 { margin: 38px 0 13px; color: #29292d; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.legal-copy h3 { margin: 25px 0 10px; color: #343438; font-size: 1.1rem; }
.legal-copy ul { margin: 12px 0 20px; }
.legal-copy a { color: var(--accent-color); text-decoration: underline; text-underline-offset: 3px; }

/* Certificates */
.certificates-hero.section { padding: 150px 0 70px; color: #fff; background: linear-gradient(115deg, #2a0715 0%, #65052d 55%, #b30d49 100%); }
.certificates-hero .certificates-eyebrow { display: inline-flex; margin-bottom: 14px; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font: 700 .76rem var(--nav-font); letter-spacing: .15em; text-transform: uppercase; }
.certificates-hero .certificates-eyebrow::before { width: 34px; height: 2px; content: ""; background: #fff; }
.certificates-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.6rem); letter-spacing: -.04em; }
.certificates-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.08rem; line-height: 1.75; }
.certificates-page.section { padding: 90px 0 110px; background: #f5f5f6; }
.certificate-card { overflow: hidden; border: 1px solid #e1e1e5; border-radius: 12px; background: #fff; box-shadow: 0 20px 55px rgba(24,24,28,.08); transition: transform .25s ease, box-shadow .25s ease; }
.certificate-card:hover { box-shadow: 0 28px 70px rgba(24,24,28,.14); transform: translateY(-6px); }
.certificate-preview { position: relative; display: block; overflow: hidden; aspect-ratio: 210/255; border-bottom: 1px solid #ededf0; background: #eeeeef; }
.certificate-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.certificate-preview-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--accent-color); background: linear-gradient(145deg, #fff 0%, #f5f5f7 100%); font-size: clamp(4rem, 9vw, 7rem); }
.certificate-card:hover .certificate-preview img { transform: scale(1.018); }
.certificate-open-icon { position: absolute; right: 18px; bottom: 18px; display: grid; width: 46px; height: 46px; border-radius: 50%; place-items: center; color: #fff; background: rgba(32,32,36,.82); box-shadow: 0 8px 22px rgba(0,0,0,.2); backdrop-filter: blur(7px); }
.certificate-card-body { padding: 28px 30px 31px; }
.certificate-language { display: inline-flex; margin-bottom: 15px; align-items: center; gap: 7px; color: var(--accent-color); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.certificate-card-body h2 { margin-bottom: 11px; color: #29292d; font-size: 1.5rem; }
.certificate-card-body p { margin-bottom: 24px; color: #6a6a71; line-height: 1.65; }
.certificate-button { display: inline-flex; padding: 12px 17px; border-radius: 4px; align-items: center; gap: 9px; color: #fff; background: var(--accent-color); font-size: .86rem; font-weight: 700; }
.certificate-button:hover { color: #fff; background: color-mix(in srgb, var(--accent-color), #000 12%); }

/* One compact visual language for every inner-page hero ribbon. */
.career-hero,
.career-detail-hero,
.contact-hero,
.content-page-hero,
.certificates-hero.section {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(222,18,85,.43), transparent 34%),
    linear-gradient(120deg, #121215 0%, #303034 72%, #520522 118%);
}
.career-hero { padding-bottom: 72px; }
.career-detail-hero { padding-bottom: 66px; }
.contact-hero { padding-bottom: 68px; text-align: left; }
.content-page-hero { padding-bottom: 58px; }
.certificates-hero.section { padding-bottom: 62px; }
.career-hero > .container,
.career-detail-hero > .container,
.contact-hero > .container,
.content-page-hero > .container,
.certificates-hero > .container { position: relative; z-index: 2; }
.career-detail-hero::before,
.contact-hero::before,
.certificates-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}
.career-hero::after,
.career-detail-hero::after,
.contact-hero::after,
.certificates-hero::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #850134 0 18%, #de1255 18% 64%, #ef6a96 64% 77%, rgba(255,255,255,.28) 77% 100%);
}
.contact-hero .career-eyebrow { justify-content: flex-start; }
.contact-hero h1,
.contact-hero p { margin-right: 0; margin-left: 0; }
.career-hero h1,
.career-detail-hero h1,
.contact-hero h1,
.certificates-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.career-hero p,
.career-detail-hero p,
.contact-hero p,
.certificates-hero p { font-size: 1.08rem; line-height: 1.75; }
.certificates-hero .certificates-eyebrow { color: #ef6a96; }

.portfolio-modern.section { padding-top: 68px; }
.portfolio-modern .portfolio-backdrop { height: 374px; }
.portfolio-modern .portfolio-heading { margin-bottom: 44px; }
.content-breadcrumbs { margin-bottom: 24px; }

/* The complete portfolio description remains readable even for long project texts. */
.glightbox-clean .gslide-description { max-height: min(42vh, 420px); overflow-y: auto; }
.glightbox-clean .gslide-desc { display: block !important; overflow: visible; white-space: normal; line-height: 1.65; }
.glightbox-clean .gdesc-inner { padding: 20px 24px; }

/* Homepage sections */
.home-clients.section { padding: 32px 0; border-bottom: 1px solid #e6e6e8; background: #fff; }
.home-clients .swiper-slide img { opacity: .6; filter: grayscale(1); transition: .25s ease; }
.home-clients .swiper-slide img:hover { opacity: 1; filter: grayscale(0); }
.home-about.section, .home-services.section { padding: 105px 0; background: #f6f6f7; }
.home-section-title { max-width: 790px; }
.home-section-kicker { display: inline-flex; margin-bottom: 14px; align-items: center; gap: 9px; color: var(--accent-color); font: 700 .75rem var(--nav-font); letter-spacing: .15em; text-transform: uppercase; }
.home-section-kicker::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.home-section-title h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); letter-spacing: -.035em; }
.home-image-frame { position: relative; padding: 14px; border-radius: 12px; background: #fff; box-shadow: 0 22px 65px rgba(25,25,29,.12); }
.home-image-frame::before { position: absolute; z-index: -1; top: -18px; left: -18px; width: 90px; height: 90px; border-top: 5px solid var(--accent-color); border-left: 5px solid var(--accent-color); content: ""; }
.home-image-frame img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.home-about .row > .col-lg-6:last-child { padding: 30px 20px 20px 55px; }
.home-about .row > .col-lg-6:last-child > p { color: #5d5d64; font-size: 1.05rem; line-height: 1.8; }
.home-about ul li { margin-bottom: 15px; padding: 14px 16px; border: 1px solid #e9e9ec; border-radius: 6px; align-items: flex-start; background: #fff; }
.home-why.section { padding: 105px 0; background: #fff; }
.home-why .content h3 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.12; letter-spacing: -.03em; }
.home-why .content p { color: #68686f; line-height: 1.75; }
.home-why .faq-container .faq-item { margin-bottom: 10px; padding: 20px 55px 20px 20px; border: 1px solid #e8e8eb; border-radius: 7px; background: #fafafa; box-shadow: none; }
.home-why .faq-container .faq-active { border-color: rgba(222,18,85,.32); background: #fff; box-shadow: 0 14px 38px rgba(25,25,29,.07); }
.home-why .why-us-img img { width: 100%; aspect-ratio: 4/5; border-radius: 11px !important; object-fit: cover; box-shadow: 0 24px 65px rgba(25,25,29,.14); }
.why-automation-visual { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4/5; border: 0; background: transparent; box-shadow: none; }
.why-automation-visual::after { display: none; }
.why-automation-visual svg { display: block; width: 100%; height: 100%; }
.why-automation-visual svg > rect { display: none; }
.why-automation-visual .why-flow-lines, .why-automation-visual .why-tech-node, .why-automation-visual .why-central-cell, .why-automation-visual .why-data-packets, .why-automation-visual .why-output-panel, .why-automation-visual .why-corner-status { display: none; }
.why-abstract-ring { fill: none; stroke: rgba(222,18,85,.14); stroke-width: 2; stroke-dasharray: 9 13; transform-box: fill-box; transform-origin: center; animation: why-abstract-spin 28s linear infinite; }
.why-abstract-ring.ring-two { stroke: rgba(76,76,83,.13); stroke-dasharray: 4 10; animation-direction: reverse; animation-duration: 21s; }.why-abstract-ring.ring-three { stroke: rgba(222,18,85,.26); animation-duration: 16s; }
.why-abstract-wave { fill: none; stroke: rgba(222,18,85,.28); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 14; animation: why-abstract-flow 10s linear infinite; }.why-abstract-wave.wave-two { stroke: rgba(95,95,102,.17); animation-direction: reverse; animation-duration: 14s; }.why-abstract-wave.wave-three { stroke-width: 2; animation-duration: 17s; }
.why-abstract-orbit { fill: #de1255; transform-box: view-box; transform-origin: 300px 380px; animation: why-abstract-spin 12s linear infinite; }.why-abstract-orbit.orbit-two { fill: #ef78a0; animation-direction: reverse; animation-duration: 9s; }
.why-abstract-tiles { fill: rgba(222,18,85,.055); stroke: rgba(222,18,85,.22); stroke-width: 2; }.why-abstract-tiles rect { transform-box: fill-box; transform-origin: center; animation: why-abstract-float 5s ease-in-out infinite; }.why-abstract-tiles rect:nth-child(2) { animation-delay: -1.7s; }.why-abstract-tiles rect:nth-child(3) { animation-delay: -3.4s; }
.why-abstract-core { fill: #de1255; filter: url(#why-soft-glow); }.why-abstract-core-pulse { fill: none; stroke: rgba(222,18,85,.3); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: why-abstract-pulse 3s ease-out infinite; }
@keyframes why-abstract-spin { to { transform: rotate(360deg); } }
@keyframes why-abstract-flow { to { stroke-dashoffset: -220; } }
@keyframes why-abstract-float { 0%,100% { opacity: .45; transform: translateY(-8px) rotate(-3deg); } 50% { opacity: 1; transform: translateY(10px) rotate(4deg); } }
@keyframes why-abstract-pulse { 0% { opacity: .8; transform: scale(.72); } 100% { opacity: 0; transform: scale(1.55); } }
.why-flow-path { fill: none; stroke: rgba(222,18,85,.38); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 7 12; animation: why-data-flow 9s linear infinite; filter: none; }
.why-flow-b { animation-direction: reverse; animation-duration: 7.5s; }.why-flow-c { animation-duration: 4s; }.why-flow-d { animation-duration: 8s; }
.why-flow-d, .why-corner-status, .why-cell-ring-inner { display: none; }
.why-tech-node { fill: #fff; stroke: #dcdce1; stroke-width: 2; }
.why-tech-node circle { fill: #55e4a4; stroke: none; filter: url(#why-soft-glow); animation: why-status-pulse 2.2s ease-in-out infinite; }
.why-node-mes circle { animation-delay: -1.1s; }.why-tech-node path { fill: none; stroke: #b7b7bd; }
.why-tech-node text { fill: #4c4c53; stroke: none; font: 700 16px var(--nav-font); letter-spacing: .16em; text-anchor: middle; }
.why-cell-ring { fill: #fbf5f7; stroke: rgba(222,18,85,.18); stroke-width: 2; stroke-dasharray: 8 13; transform-box: fill-box; transform-origin: center; animation: why-ring-spin 34s linear infinite; }
.why-cell-ring-inner { fill: rgba(255,255,255,.018); stroke: rgba(255,255,255,.16); stroke-dasharray: 4 10; animation-direction: reverse; animation-duration: 17s; }
.why-mini-robot { fill: #fff; stroke: #8b8b93; stroke-width: 3; stroke-linejoin: round; }
.why-mini-arm { transform-box: view-box; transform-origin: 347px 270px; animation: why-robot-work 7s ease-in-out infinite; }
.why-joint { fill: #ff4d87; stroke: rgba(255,255,255,.72); filter: url(#why-soft-glow); animation: why-status-pulse 2.4s ease-in-out infinite; }
.why-data-packets { fill: #de1255; stroke: #fff; stroke-width: 2; filter: none; }
.why-packet { opacity: 0; animation: why-packet-a 4.6s ease-in-out infinite; }.why-packet-b { animation-name: why-packet-b; animation-delay: -2.3s; }.why-packet-c { animation-name: why-packet-c; animation-duration: 3.8s; }
.why-output-panel { fill: #fafafa; stroke: #e1e1e5; stroke-width: 2; }
.why-output-panel > path { stroke: #e4e4e8; }.why-output-panel text { fill: #77777e; stroke: none; font: 700 11px var(--nav-font); letter-spacing: .13em; text-anchor: middle; }
.why-bars { fill: #e8195e; stroke: none; }.why-bars rect { transform-box: fill-box; transform-origin: bottom; animation: why-bar-grow 3s ease-in-out infinite; }.why-bars rect:nth-child(2) { animation-delay: -.65s; }.why-bars rect:nth-child(3) { animation-delay: -1.3s; }
.why-cloud { fill: none; stroke: #8b8b93; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }.why-cloud path:last-child { stroke: #de1255; animation: why-cloud-upload 3.4s ease-in-out infinite; }
.why-corner-status { fill: #ff5c91; stroke: rgba(255,255,255,.45); stroke-width: 2; }.why-corner-status circle { animation: why-status-pulse 2.4s steps(2,jump-none) infinite; }.why-corner-status circle:nth-child(2) { animation-delay: -.8s; }.why-corner-status circle:nth-child(3) { animation-delay: -1.6s; }
@keyframes why-data-flow { to { stroke-dashoffset: -190; } }
@keyframes why-status-pulse { 0%,100% { opacity: .3; } 50% { opacity: 1; } }
@keyframes why-ring-spin { to { transform: rotate(360deg); } }
@keyframes why-robot-work { 0%,100% { transform: rotate(0); } 35%,50% { transform: rotate(-10deg); } 70%,82% { transform: rotate(8deg); } }
@keyframes why-packet-a { 0% { opacity: 0; transform: translate(0,0); } 15% { opacity: 1; } 75% { opacity: 1; transform: translate(150px,150px); } 76%,100% { opacity: 0; transform: translate(150px,150px); } }
@keyframes why-packet-b { 0% { opacity: 0; transform: translate(0,0); } 15% { opacity: 1; } 75% { opacity: 1; transform: translate(-150px,150px); } 76%,100% { opacity: 0; transform: translate(-150px,150px); } }
@keyframes why-packet-c { 0% { opacity: 0; transform: translateY(0); } 15% { opacity: 1; } 75% { opacity: 1; transform: translateY(130px); } 76%,100% { opacity: 0; transform: translateY(130px); } }
@keyframes why-bar-grow { 0%,100% { opacity: .45; transform: scaleY(.45); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes why-cloud-upload { 0%,100% { opacity: .35; transform: translateY(5px); } 50% { opacity: 1; transform: translateY(-4px); } }
.home-services .row { align-items: stretch; }
.home-services .home-service-card { display: flex; width: 100%; min-height: 360px; padding: 32px; border: 1px solid #e4e4e7; border-radius: 9px; flex-direction: column; text-align: left; background: #fff; box-shadow: 0 17px 45px rgba(25,25,29,.07); transition: .3s ease; }
.home-services .home-service-card:hover { border-color: rgba(222,18,85,.36); box-shadow: 0 27px 60px rgba(25,25,29,.13); transform: translateY(-7px); }
.home-service-icon { display: grid; width: 78px; height: 78px; margin-bottom: 28px; border-radius: 16px; place-items: center; background: #f7edf1; }
.home-service-icon img { max-width: 56px; max-height: 56px; object-fit: contain; }
.home-services .service-item h4 { margin-bottom: 13px; color: #29292d; font-size: 1.35rem; }
.home-services .service-item p { margin-bottom: 24px; color: #717178; line-height: 1.7; }
.home-service-link { display: inline-flex; margin-top: auto; align-items: center; gap: 9px; color: var(--accent-color); font-size: .87rem; font-weight: 700; }
.home-service-link i { transition: transform .2s ease; }
.home-service-link:hover i { transform: translateX(5px); }
.home-cta.call-to-action { padding: 82px 0; }
.home-cta.call-to-action::before { background: linear-gradient(100deg, rgba(55,2,23,.94), rgba(20,20,23,.84)); }
.home-cta h3 { font-size: clamp(2rem, 3.4vw, 3rem); letter-spacing: -.025em; }

@media (max-width: 991px) {
  .career-hero, .career-detail-hero, .contact-hero, .content-page-hero, .certificates-hero.section { padding-top: 64px; padding-bottom: 56px; }
  .portfolio-modern.section { padding-top: 64px; }
  .portfolio-modern .portfolio-backdrop { height: 372px; }
  .content-page-section.section { padding: 65px 0 80px; }
  .home-hero.hero.dark-background { min-height: auto; padding: 135px 0 75px; }
  .home-hero .hero-cards { width: 100%; margin-top: 10px; }
  .home-automation-scene svg { width: 150%; transform: translateX(-24%); }
  .home-about .row > .col-lg-6:last-child { padding: 30px 12px 0; }
  .home-about.section, .home-why.section, .home-services.section { padding: 80px 0; }
  .home-why .why-us-img img { aspect-ratio: 16/10; }
}

@media (prefers-reduced-motion: reduce) {
  .home-automation-scene *, .why-automation-visual * { animation: none !important; }
}

@media (max-width: 575px) {
  .career-hero, .career-detail-hero, .contact-hero, .content-page-hero, .certificates-hero.section { padding-top: 58px; padding-bottom: 48px; }
  .portfolio-modern.section { padding-top: 58px; }
  .content-breadcrumbs { margin-bottom: 20px; }
  .content-page-section.section { padding: 45px 0 65px; }
  .content-page-surface { padding: 27px 22px; }
  .content-page-surface li { padding-left: 39px; }
  .home-hero .home-hero-copy h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .home-hero-actions { align-items: stretch; flex-direction: column; }
  .home-primary-btn, .home-secondary-btn { justify-content: center; }
  .home-about.section, .home-why.section, .home-services.section { padding: 65px 0; }
  .home-image-frame::before { display: none; }
  .home-services .home-service-card { min-height: 0; padding: 27px; }
}
