body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.hn-site-nav {
  display: none;
}

/* HN-Sync landing page */
body:has(#common-home.hn-sync-home) {
  background: #f5f7fb;
  color: #172033;
}
body:has(#common-home.hn-sync-home) h1,
body:has(#common-home.hn-sync-home) h2,
body:has(#common-home.hn-sync-home) h3,
body:has(#common-home.hn-sync-home) h4,
body:has(#common-home.hn-sync-home) h5,
body:has(#common-home.hn-sync-home) h6 {
  color: #101827;
}
body:has(#common-home.hn-sync-home) #container {
  min-height: 100%;
  position: relative;
  margin-bottom: 0;
}
body:has(#common-home.hn-sync-home) #content,
body:has(#common-home.hn-sync-home) #column-left,
body:has(#common-home.hn-sync-home) #column-right {
  padding-bottom: 0;
}
body:has(#common-home.hn-sync-home) #top {
  display: none;
}
body:has(#common-home.hn-sync-home) header {
  background: #05070c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
}
body:has(#common-home.hn-sync-home) header .row {
  align-items: center;
}
body:has(#common-home.hn-sync-home) header .col-md-5,
body:has(#common-home.hn-sync-home) header #cart {
  display: none;
}
body:has(#common-home.hn-sync-home) header .col-md-3,
body:has(#common-home.hn-sync-home) header .col-lg-4 {
  width: auto;
}
body:has(#common-home.hn-sync-home) header .hn-site-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: flex-end;
}
body:has(#common-home.hn-sync-home) header .hn-site-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
body:has(#common-home.hn-sync-home) header .hn-site-nav a:hover {
  color: #ffffff;
}
body:has(#common-home.hn-sync-home) #logo {
  margin: 0;
  text-align: left;
}
body:has(#common-home.hn-sync-home) #logo h1,
body:has(#common-home.hn-sync-home) #logo h1 a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  text-decoration: none;
}
body:has(#common-home.hn-sync-home) #logo h1 a::after {
  color: #69d3a7;
  content: " Bilişim";
}
body:has(#common-home.hn-sync-home) #logo img {
  max-height: 52px;
  max-width: 220px;
}
body:has(#common-home.hn-sync-home) #menu {
  display: none;
}
body:has(#common-home.hn-sync-home) footer {
  background: #070a10;
  border: 0;
  color: #cbd5e1;
  padding: 34px 0 22px;
  position: relative;
}
.hn-sync-home {
  overflow: hidden;
}
.hn-sync-home .container {
  max-width: 1160px;
}
.hn-hero {
  background:
    radial-gradient(circle at top left, rgba(105, 211, 167, 0.18), transparent 34%),
    linear-gradient(135deg, #070a10 0%, #111827 54%, #172033 100%);
  color: #ffffff;
  padding: 78px 0 88px;
}
.hn-hero-grid,
.hn-split,
.hn-stats-grid,
.hn-contact-panel {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
}
.hn-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  margin: 16px 0 20px;
  max-width: 760px;
}
.hn-hero-copy p {
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}
.hn-eyebrow {
  color: #26a269;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hn-hero .hn-eyebrow,
.hn-stats-section .hn-eyebrow {
  color: #69d3a7;
}
.hn-hero-actions,
.hn-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hn-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.hn-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.hn-btn-primary {
  background: #19b674;
  color: #03110b;
  box-shadow: 0 16px 36px rgba(25, 182, 116, 0.26);
}
.hn-btn-primary:hover {
  background: #38d991;
  color: #03110b;
}
.hn-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.hn-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.hn-btn-outline {
  border: 1px solid #d7dee9;
  color: #172033;
}
.hn-btn-outline:hover {
  background: #edf2f7;
  color: #172033;
}
.hn-visual {
  background: linear-gradient(145deg, #eef4fb, #ffffff);
  border: 1px solid #dce5ef;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  min-height: 340px;
  overflow: hidden;
  position: relative;
}
.hn-hero-visual {
  background: #101827;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}
.hn-window-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
}
.hn-window-bar span {
  background: #69d3a7;
  border-radius: 50%;
  display: block;
  height: 10px;
  opacity: 0.8;
  width: 10px;
}
.hn-dashboard-mock {
  display: grid;
  gap: 22px;
  padding: 32px;
}
.hn-chart-line {
  background: linear-gradient(90deg, #69d3a7 0 20%, #5ba8ff 20% 48%, #f6c85f 48% 72%, #ffffff 72%);
  border-radius: 8px;
  height: 118px;
  opacity: 0.9;
}
.hn-stat-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.hn-stat-row span,
.hn-panel-lines span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: block;
  height: 64px;
}
.hn-panel-lines {
  display: grid;
  gap: 10px;
}
.hn-panel-lines span {
  height: 14px;
}
.hn-section {
  padding: 82px 0;
}
.hn-feature-band {
  background: #ffffff;
}
.hn-section-heading {
  margin-bottom: 32px;
  max-width: 720px;
}
.hn-section-heading h2,
.hn-split-copy h2,
.hn-contact-panel h2,
.hn-stats-grid h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  margin: 12px 0 0;
}
.hn-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.hn-feature-card {
  background: #f8fafc;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  padding: 26px;
}
.hn-card-icon {
  align-items: center;
  background: #102033;
  border-radius: 8px;
  color: #69d3a7;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}
.hn-feature-card h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 12px;
}
.hn-feature-card p,
.hn-split-copy p,
.hn-contact-panel p {
  color: #596579;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.hn-split-section {
  background: #f5f7fb;
}
.hn-split-reverse {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
}
.hn-flow {
  display: grid;
  gap: 16px;
  padding: 42px;
}
.hn-flow span {
  background: #ffffff;
  border: 1px solid #dce5ef;
  border-left: 5px solid #19b674;
  border-radius: 8px;
  color: #172033;
  display: block;
  font-weight: 800;
  padding: 18px 20px;
}
.hn-document-section {
  background: #ffffff;
}
.hn-document-stack {
  height: 100%;
  position: relative;
}
.hn-document-stack span {
  background: #ffffff;
  border: 1px solid #d7dee9;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  display: block;
  height: 210px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62%;
}
.hn-document-stack span:nth-child(1) {
  transform: translate(-62%, -58%) rotate(-8deg);
}
.hn-document-stack span:nth-child(2) {
  transform: translate(-44%, -48%) rotate(7deg);
}
.hn-document-stack span:nth-child(3)::before {
  background: linear-gradient(90deg, #19b674 0 34%, #d7dee9 34%);
  border-radius: 6px;
  content: "";
  display: block;
  height: 14px;
  margin: 32px 28px 18px;
}
.hn-document-stack span:nth-child(3)::after {
  background: repeating-linear-gradient(#d7dee9 0 12px, transparent 12px 26px);
  content: "";
  display: block;
  height: 104px;
  margin: 0 28px;
}
.hn-stats-section {
  background: #070a10;
  color: #ffffff;
  padding: 78px 0;
}
.hn-stats-grid h2 {
  color: #ffffff;
}
.hn-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.hn-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 22px;
}
.hn-stats strong {
  color: #69d3a7;
  display: block;
  font-size: 40px;
  line-height: 1;
}
.hn-stats span {
  color: #cbd5e1;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}
.hn-contact-section {
  background: #f5f7fb;
}
.hn-contact-panel {
  background: #ffffff;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
  padding: 36px;
}
.hn-contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}
@media (max-width: 991px) {
  .hn-hero {
    padding: 58px 0 64px;
  }
  .hn-hero-grid,
  .hn-split,
  .hn-split-reverse,
  .hn-stats-grid,
  .hn-contact-panel {
    grid-template-columns: 1fr;
  }
  .hn-feature-grid,
  .hn-stats {
    grid-template-columns: 1fr;
  }
  .hn-contact-actions {
    justify-content: flex-start;
  }
  body:has(#common-home.hn-sync-home) header .hn-site-nav {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  body:has(#common-home.hn-sync-home) header .row {
    gap: 14px;
  }
  body:has(#common-home.hn-sync-home) header .col-md-3,
  body:has(#common-home.hn-sync-home) header .col-lg-4 {
    width: 100%;
  }
  body:has(#common-home.hn-sync-home) header .hn-site-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }
  .hn-hero-copy h1 {
    font-size: 40px;
  }
  .hn-section {
    padding: 58px 0;
  }
  .hn-visual {
    min-height: 280px;
  }
  .hn-btn {
    width: 100%;
  }
  .hn-contact-panel {
    padding: 24px;
  }
  .hn-flow {
    padding: 24px;
  }
}
