/* =============================================================
    CSS RESET & BASE STYLES – Scandinavian Clean Foundation
   ============================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; font-size: 16px; }
*, *:before, *:after { box-sizing: inherit; }
body {
  background: #F7F7F9;
  color: #212942;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}
a {
  color: #212942;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #6EC3DC;
  text-decoration: underline;
}
ul, ol { list-style: none; padding-left: 0; }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid #e2e5ed; margin: 32px 0; }

/* ===============
   TYPE HIERARCHY
   =============== */
h1, .h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #212942;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 16px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #212942;
  margin-bottom: 16px;
  line-height: 1.2;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212942;
  margin-bottom: 12px;
}
h4, .h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
p {
  margin-bottom: 16px;
}
.subheadline {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: #475063;
  line-height: 1.6;
}
.text-section {
  margin-bottom: 20px;
  color: #38425d;
  font-size: 1rem;
}
.price {
  display: inline-block;
  font-weight: 700;
  color: #212942;
  background: #e7f3fa;
  padding: 6px 16px;
  border-radius: 16px;
  margin-top: 8px;
  font-size: 1rem;
}

/* ===================================
   LAYOUT PATTERNS & SECTION SPACING
   =================================== */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(33,41,66,.06);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-width: 260px;
  flex: 1 1 260px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(33,41,66,.09);
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px 0 rgba(110,195,220,0.05);
}
/* Special Layouts */
.feature-grid, .value-list, .feature-list, .service-list, .article-list, .project-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.feature-grid li, .value-list li, .feature-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(33,41,66,.05);
  flex: 1 1 240px;
  min-width: 200px;
  padding: 24px 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.feature-grid li:hover,
.value-list li:hover,
.feature-list li:hover {
  box-shadow: 0 4px 24px 0 rgba(33,41,66,.10);
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
.service-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(33,41,66,.05);
  flex: 1 1 260px;
  min-width: 220px;
  padding: 32px 24px 24px 24px;
  margin-bottom: 0;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-list li:hover {
  box-shadow: 0 6px 28px 0 rgba(33,41,66,.12);
}
.team-grid, .project-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.team-grid .text-section, .project-highlights .text-section {
  flex: 1 1 240px;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 rgba(33,41,66,.05);
  font-size: 1rem;
}

/* Table Styles: Scandinavian Clean */
.pricing-table {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 32px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 1px 10px 0 rgba(33,41,66,0.05);
  font-size: 1rem;
}
.pricing-table thead th {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 14px;
  background: #e7f3fa;
  color: #212942;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 600;
}
.pricing-table tbody td {
  padding: 14px;
  border-bottom: 1px solid #ececf3;
  font-size: 1rem;
}
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* =======================
   BUTTONS & INTERACTIONS
   ======================= */
.cta-button, .cookie-banner button, .cookie-modal .button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6EC3DC;
  color: #212942;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 24px;
  padding: 14px 36px;
  font-size: 1.1rem;
  box-shadow: 0 2px 6px 0 rgba(110,195,220,0.06);
  cursor: pointer;
  text-decoration: none;
  min-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: background 0.16s, color 0.16s, box-shadow 0.18s;
}
.cta-button:hover,
.cta-button:focus,
.cookie-banner button:hover,
.cookie-banner button:focus,
.cookie-modal .button:hover,
.cookie-modal .button:focus {
  background: #212942;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(33,41,66,0.13);
}
button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 8px;
}

/* Main navigation links */
nav.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
nav.main-nav a {
  color: #212942;
  padding: 5px 6px;
  transition: color 0.14s;
  position: relative;
  border-radius: 5px;
}
nav.main-nav a:hover, nav.main-nav a.active {
  color: #6EC3DC;
  background: #e7f3fa;
}
/* ================================
   HEADER, LOGO, & RESPONSIVE MENU
   ================================ */
header {
  background: #fff;
  border-bottom: 1px solid #ececf3;
  box-shadow: 0 2px 16px 0 rgba(110,195,220,0.03);
  position: relative;
  z-index: 1000;
}
header .container {
  min-height: 76px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
a.logo img {
  max-width: 170px;
  height: auto;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  color: #6EC3DC;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 18px;
  transition: color 0.16s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  color: #212942;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(247,247,249, 0.97);
  box-shadow: 0 0 40px 0 rgba(33,41,66,0.18);
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.43,.13,.23,1);
  z-index: 2222;
  opacity: 1;
  pointer-events: none;
}
.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.2rem;
  color: #212942;
  background: transparent;
  border: none;
  margin: 22px 32px 0 0;
  cursor: pointer;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #6EC3DC;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 32px 24px 40px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
}
.mobile-nav a {
  color: #212942;
  font-weight: 600;
  padding: 6px 0;
  border-radius: 8px;
  font-size: 1.12rem;
  width: 100%;
  transition: background 0.16s, color 0.17s;
}
.mobile-nav a:active,
.mobile-nav a:hover {
  background: #e7f3fa;
  color: #6EC3DC;
}

/* =====================================================
   HERO & CUSTOM SECTIONS (Clean Scandinavian Modifiers)
   ===================================================== */
.hero, .blog-hero, .contact-hero, .thank-you {
  background: linear-gradient(120deg, #f7f7f9 75%, #e7f3fa 100%);
  padding: 50px 0 60px 0;
  margin-bottom: 60px;
}
.hero .content-wrapper,
.blog-hero .content-wrapper,
.contact-hero .content-wrapper,
.thank-you .content-wrapper {
  align-items: center;
  text-align: center;
  gap: 16px;
}

.features, .services, .about, .about-brief, .company-details, .map-placeholder, .contact-cta, .contact-reasons, .legal-section, .projects, .articles {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 36px 0 rgba(33,41,66,0.03);
  margin-bottom: 60px;
  padding: 40px 0;
}
.about-brief .content-wrapper,
.contact-cta .content-wrapper {
  align-items: center;
  text-align: center;
}
.address-details {
  background: #fafcff;
  border-radius: 16px;
  box-shadow: 0 1px 8px 0 rgba(33,41,66,0.05);
  padding: 24px 20px;
  margin-bottom: 28px;
  color: #38425d;
  font-size: 1rem;
}
.map-placeholder .text-section {
  background: #e7f3fa;
  border-radius: 10px;
  padding: 16px;
  margin-top: 14px;
  text-align: center;
  color: #212942;
  font-size: 1rem;
}
.project-benefits {
  flex-direction: column;
  gap: 16px;
  font-size: 1.08rem;
}
.project-benefits li {
  position: relative;
  padding-left: 24px;
}
.project-benefits li:before {
  content: '\2022';
  position: absolute;
  left: 0; color: #6ec3dc;
  font-size: 1.7em;
  line-height: 1;
  top: 0.03em;
}

.categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.categories li {
  background: #e7f3fa;
  color: #212942;
  padding: 6px 16px;
  border-radius: 14px;
  font-size: .98rem;
}

/******************************
   TESTIMONIALS & REVIEW CARDS
******************************/
.testimonials {
  background: transparent;
  box-shadow: none;
  margin-bottom: 60px;
  padding: 0;
}
.testimonials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 10px 0;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  min-width: 260px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(33,41,66,.09);
  padding: 20px 24px;
  margin-bottom: 20px;
  font-size: 1rem;
}
.testimonial-card p {
  color: #212942;
  margin-bottom: 0;
  font-size: 1.06rem;
}
.testimonial-meta {
  color: #6EC3DC;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2px;
}
.stars {
  letter-spacing: 2px;
  color: #fbbf24;
  font-size: 1.28rem;
  margin-left: 1px;
}

/****************************************
   FOOTER SCANDINAVIAN MINIMALIST STYLE
*****************************************/
footer {
  background: #fff;
  border-top: 1px solid #ececf3;
  box-shadow: 0 -2px 16px 0 rgba(110,195,220,0.06);
  color: #212942;
  padding: 40px 0 16px 0;
  margin-top: 40px;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  gap: 38px;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.02rem;
}
.footer-nav a {
  color: #6EC3DC;
  font-weight: 600;
  transition: background 0.16s, color 0.16s;
  border-radius: 5px;
  padding: 3px 4px;
}
.footer-nav a:hover { color: #212942; background: #e7f3fa; }
.brand-address {
  color: #212942;
  font-size: .98rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.social-links {
  display: flex;
  gap: 14px;
  align-items: center;
}
.social-links a img {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #e7f3fa;
  padding: 4px;
  transition: background 0.19s;
}
.social-links a:hover img {
  background: #6ec3dc;
}

/**************************
   COOKIE CONSENT BANNER
***************************/
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  color: #212942;
  box-shadow: 0 -1px 18px 0 rgba(33,41,66,0.13);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 3311;
  padding: 20px 24px 20px 24px;
  font-size: 1.04rem;
  border-radius: 18px 18px 0 0;
  transition: transform 0.32s cubic-bezier(.61,-0.2,.37,1.31), opacity 0.09s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.cookie-banner .banner-message {
  flex: 1 1 360px;
  color: #38425d;
  font-size: 1rem;
}
.cookie-banner .button-group {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.cookie-banner button {
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 1rem;
  border: none;
  background: #e7f3fa;
  color: #212942;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: background 0.17s, color 0.15s, box-shadow 0.13s;
  box-shadow: 0 1px 8px 0 rgba(110,195,220,0.03);
}
.cookie-banner button.accept {
  background: #6EC3DC;
  color: #fff;
}
.cookie-banner button.accept:hover,
.cookie-banner button.accept:focus {
  background: #212942;
  color: #fff;
}
.cookie-banner button.settings {
  background: #fff;
  color: #6EC3DC;
  border: 2px solid #6EC3DC;
}
.cookie-banner button.settings:hover,
.cookie-banner button.settings:focus {
  background: #e7f3fa;
  color: #212942;
}

/*****************************
   COOKIE PREFERENCES MODAL
******************************/
.cookie-modal {
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(33,41,66,0.19);
  z-index: 3350;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.23s;
}
.cookie-modal.active {
  display: flex;
}
.cookie-modal .modal-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 36px 0 rgba(33,41,66,0.16);
  padding: 40px 32px 32px 32px;
  width: 96%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  animation: slideInModal 0.25s cubic-bezier(.43,.13,.23,1);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInModal { 0% { transform: scale(0.93) translateY(40px); opacity: 0; } 100% { transform: none; opacity: 1; } }
.cookie-modal .modal-header {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #212942;
  margin-bottom: 10px;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 20px; right: 23px;
  font-size: 1.8rem;
  color: #6EC3DC;
  background: transparent;
  border: none;
  cursor: pointer;
}
.cookie-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 9px;
  margin-bottom: 14px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.025rem;
}
.cookie-category label {
  font-weight: 500;
  color: #212942;
}
.cookie-toggle {
  appearance: none;
  width: 38px;
  height: 22px;
  border-radius: 12px;
  background: #ececf3;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background 0.17s;
}
.cookie-toggle:checked {
  background: #6EC3DC;
}
.cookie-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px; top: 3px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.19s;
}
.cookie-toggle:checked:before {
  transform: translateX(16px);
}
.cookie-category .locked {
  color: #6EC3DC;
  font-size: 1.15em;
  margin-left: 3px;
}
.cookie-modal .button-group {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal .button {
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: none;
  background: #e7f3fa;
  color: #212942;
  transition: background 0.17s, color 0.15s;
  box-shadow: 0 1px 8px 0 rgba(110,195,220,0.03);
}
.cookie-modal .button.accept {
  background: #6EC3DC;
  color: #fff;
}
.cookie-modal .button.accept:hover,
.cookie-modal .button.accept:focus {
  background: #212942;
  color: #fff;
}

/* =============================
   RESPONSIVE & MOBILE OVERRIDES
   ============================= */
@media (max-width: 1020px) {
  .container { max-width: 99vw; padding-left: 13px; padding-right: 13px; }
  header .container { gap: 10px; }
  footer .container { gap: 19px; padding-bottom: 12px; font-size: .97rem; }
}
@media (max-width: 900px) {
  nav.main-nav { gap: 14px; font-size: 0.99rem; }
  .project-highlights, .team-grid { gap: 14px; }
  .feature-grid, .value-list, .feature-list, .service-list { gap: 14px; }
  .service-list, .feature-list, .feature-grid { flex-wrap: wrap; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .container { padding-left: 6px; padding-right: 6px; }
  header .container { flex-direction: row; gap: 9px; }
  nav.main-nav, .cta-button { display: none !important; }
  .mobile-menu-toggle { display: inline-block; }
  .mobile-menu {
    min-width: 0; min-height: 0;
    font-size: 1.17rem;
  }
  .project-highlights, .team-grid, .feature-grid, .value-list, .feature-list, .service-list, .testimonials-list {
    flex-direction: column;
    gap: 14px;
  }
  .section, .features, .services, .about, .about-brief, .company-details, .map-placeholder, .contact-cta, .contact-reasons, .legal-section, .projects, .articles {
    padding: 28px 2px;
    margin-bottom: 40px;
    border-radius: 12px;
  }
  .hero, .blog-hero, .contact-hero, .thank-you {
    padding: 28px 0 34px 0;
    margin-bottom: 32px;
  }
  .about-brief .content-wrapper,
  .contact-cta .content-wrapper,
  .hero .content-wrapper,
  .thank-you .content-wrapper,
  .blog-hero .content-wrapper,
  .contact-hero .content-wrapper {
    align-items: flex-start;
    text-align: left;
  }
  .testimonial-card, .service-list li, .feature-grid li, .team-grid .text-section, .project-highlights .text-section {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  footer .container { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 500px){
  html { font-size:14px; }
  .cookie-banner { flex-direction: column; align-items: flex-start; font-size: .97rem; gap: 10px; padding: 12px 8px; border-radius: 9px 9px 0 0; }
  .cookie-banner .button-group { gap: 7px; }
  .cookie-modal .modal-content { padding: 18px 7px 12px 10px; }
}

/* =========================
   MICRO-INTERACTIONS
========================== */
.cta-button,
.cookie-banner button,
.cookie-modal .button {
  transition: background 0.19s, color 0.17s, box-shadow 0.19s, transform 0.12s;
}
.cta-button:active,
.cookie-banner button:active,
.cookie-modal .button:active {
  transform: scale(.97);
}
.service-list li:hover, .feature-grid li:hover, .value-list li:hover, .testimonial-card:hover {
  box-shadow: 0 8px 32px 0 rgba(33,41,66,0.17);
}

/*************************************
   FOCUS VISIBLE FOR ACCESSIBILITY
*************************************/
a:focus, button:focus, .cta-button:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus {
  outline: 2px solid #6EC3DC;
  outline-offset: 1px;
}

/**************************************
   UTILITIES FOR FLEX GAPS ON COLUMNS
**************************************/
.flex-column-gap-20 { display: flex; flex-direction: column; gap: 20px; }
.flex-row-gap-20 { display: flex; flex-direction: row; gap: 20px; }

/* Hide scrollbar for cookie modal */
.cookie-modal .modal-content::-webkit-scrollbar { width: 6px; background: transparent; }
.cookie-modal .modal-content::-webkit-scrollbar-thumb { background: #ececf3; border-radius:3px; }

/* Hide visually */
.visually-hidden { position:absolute !important; width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap; }

/* ==== END OF STYLE.CSS */
