@font-face {
  font-family: 'FiraSans Regular';
  /*font-display: swap;*/
  src: url("./font/Fira_Sans/FiraSans-Regular.ttf");
}

@font-face {
  font-family: 'FiraSans Medium';
  /*font-display: swap;*/
  src: url("./font/Fira_Sans/FiraSans-Medium.ttf");
}

@font-face {
  font-family: 'FiraSans Light';
  /*font-display: swap;*/
  src: url("./font/Fira_Sans/FiraSans-Light.ttf");
}

body {
  font-family: 'FiraSans Regular';
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
}

.li-pb10 li {
  padding-bottom: 10px;
}

/* START HEADER */
.fixed-top {
  background: #fff;
}

.toparea {
  height: 40px;
  padding: 8px 0px;
}

ul.select-languages {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.select-languages li {
  display: inline-block;
  padding: 0px 5px;
}

ul.select-languages li a {
  font-family: 'FiraSans Medium';
  color: #173d7b;
  text-transform: uppercase;
}

.navbar.navbar-dark {
  background: #3A4C72;
}

.navbar-header h1 {
  display: none;
}

.navbar-brand.logo {
  position: absolute;
  top: -45px;
}

#navbar-menu {
  padding: 11px 0px;
}

#navbar-menu ul li {
  margin: 0px 5px;
}

#navbar-menu ul li a {
  padding: 10px 17px;
  font-size: 16px;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}

#navbar-menu ul li a:hover,
#navbar-menu ul li a.active {
  text-decoration: none;
  border-color: #fff;
}

.navbar .social-wrapper-buttons a {
  margin-left: 8px;
}

a.red {
  color: #cd3c49;
}

.underline {
  text-decoration: underline;
}

.dropdown-nav {
  display: none;
  width: 110px;
  z-index: 1000;
  position: absolute;
  top: 34px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #3a4c72;
}

.dropdown-nav li {
  padding: 5px 0px;
  margin: 0px 5px !important;
  /*border-top: 1px solid #5d6d8e;*/
}

.dropdown-nav li:first-child {
  border-top: 0px;
}

.dropdown-nav li a {
  /*padding: 0px !important;*/
  padding: 5px 8px !important;
  display: block;
}

.dropdown-nav li a:hover {
  /*border-color: transparent !important;*/
}
/* END HEADER */

/* START SLIDER */
.slider_wrapper {
  padding: 10px 1rem;
  margin-bottom: 10px;
  border-bottom: 4px solid #29406F;
}

.slider_wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

#slider_hp {
  cursor: pointer;
}

#slider_hp .page-title.title-style-02 h2 {
  margin-left: 0px;
}

#slider_hp .page-title.title-style-02.col-sm-5 {
  padding-left: 0px;
}

#slider_hp .page-title p {
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 15px;
  color: #212529;
}

#hpSlider .page-title.title-style-02 h2 {
  margin-left: 0px;
}

#hpSlider .page-title p {
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 15px;
  color: #212529;
}

#hpSlider .btn-primary {
  margin-left: 0px;
  padding: 5px 20px;
  font-family: 'FiraSans Medium';
  font-weight: normal;
  color: #ebecf0;
  border-color: #3A4C72;
  background-color: #3A4C72;
}

#hpSlider .btn-primary:hover,
#hpSlider .btn-primary:active,
#hpSlider .btn-primary:focus {
  color: #fff;
  background-color: #173D7C;
}

.carousel-indicators .btn-slider {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 7px 3px;
  border: 1px solid #d5d7dd;
  background: #fff;
}

.carousel-indicators .btn-slider.active,
.carousel-indicators .btn-slider:hover,
.carousel-indicators .btn-slider:focus {
  color: #fff;
  background-color:#3A4C72;
}

.carousel-indicators .btn-preview,
.carousel-indicators .btn-next {
  border: 0px;
  background-color: #fff;
  outline: none;
}

.carousel-indicators .btn-preview {
  margin-right: 3px;
}

.carousel-indicators .btn-next {
  margin-left: 3px;
}
/* END SLIDER */

/* START CONTENT*/
.title-wrapper {
  text-align: center;
  background: #EBECF0;
}

.title-wrapper h1.hp,
.title-wrapper h2,
.title-wrapper h3 {
  /*margin: 35px 0px;*/
  margin: 10px 0px;
  font-family: 'FiraSans Medium';
  font-size: 22px;
  color: #173d7b;
}

.line-h25 {
  width: 100%;
  height: 25px;
}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-t-10 {
  padding-top: 10px;
}

.align-content-justify {
  text-align: justify;
}

.align-content-center {
  text-align: center;
}

.align-content-right {
  text-align: right;
}

.info-text-bigger {
  font-family: 'FiraSans Medium';
  font-size: 20px;
  padding: 60px 0px 30px 0px;
}

.button-line-archiv .btn {
  margin: 18px auto 22px auto;
  border: 1px solid #dee2e6;
  color: #394c71;
}

.button-line-archiv .btn:hover {
  color: #cd3c49;
}

.aktualne {
  padding: 10px 0px;
}

.aktualne .date {
  color: #939498;
  margin-bottom: 10px;
  font-size: 13px;
}

.aktualne .date .far {
  margin-right: 2px;
}

.aktualne .img-list {
  padding: 0px 15px;
}

.reference {
  padding-top: 10px;
  padding-bottom: 10px;
}

.reference h4,
.reference h4 a {
  font-family: 'FiraSans Regular' !important;
  color: #173d7b;
  text-align: center;
}

.reference img.img-thumbnail {
  padding: 0px;
  border-radius: 0px;
  border: 4px solid #EAEAEA;
}

.reference.zakaznici h4 {
  font-size: 18px;
  padding-top: 15px;
}

.zakaznici .box-section .box {
  position: relative;
  height: 150px;
  border: 2px solid #EAEAEA;
}

.zakaznici .box-section .box img {
  max-width: 95%;
  max-height: 95%;
  /*position: relative;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

.reference.zakaznici .box-section .box.box-info a {
  display: block;
  height: 100%;
}

.zakaznici .box-info {
  border: 4px solid #EAEAEA;
}

.zakaznici .box-info .hover-description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px 15px;
  color: #212529;
  text-align: center;
  white-space: normal;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  background: #fff;
}

.zakaznici .box-info .hover-description strong {
  font-size: 16px;
  padding-bottom: 5px;
}

.zakaznici .box-info:hover .hover-description {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.no-border {
  border: none !important;
}

.light-dark-bg {
  background: #EBECF0;
}

.page-title {
  font-family: 'FiraSans Light';
  font-size: 38px;
  color: #173d7b;
  padding-bottom: 30px;
}

.page-title.title-style-01 h1,
.page-title.title-style-01 h2 {
  display: table;
  margin: 0px auto;
  font-size: 2rem;
}

.title-style-01 h1 .border-line,
.title-style-02 h1 .border-line,
.title-style-01 h2 .border-line,
.title-style-02 h2 .border-line {
  margin: 25px auto 0px auto;
  display: block;
  width: 65%;
  height: 5px;
  background-color: #173D7C;
  -border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.page-title.title-style-02 h2 {
  display: table;
  margin-top: 50px;
  margin-left: 20px;
}

.title-style-02 h2 .border-line {
  margin: 25px 0px 0px 0px!important;
  width: 25% !important;
}

.title-image {
  text-align: center;
}

.title-image h2 {
  display: inline-block;
  text-align: center;
}

.breadcrumb {
  margin: 10px 0px 0px 150px;
  background: none;
}

.breadcrumb li {
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
}

.breadcrumb li {
  border-right: 1px solid #E7E7E7;
}

.breadcrumb li:first-child {
  padding-left: 0px;
}

.breadcrumb li:last-child {
  border: none;
}

.breadcrumb li.active {
  color: #939498;
}

.breadcrumb li a {
  color: #394c71;
}

.page-content {
  padding: 40px 30px;
  background-color: #fff;
}

.service-home h4 {
  min-height: 80px;
}

.box .img-wrapper,
.service-home .img-wrapper {
  position: relative;
}

/*.box .img-wrapper:before,
.service-home .img-wrapper:before {
  content: ' ';
  position: absolute;
  width: 200px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}*/

.download-icon {
  padding-top: 10px;
}

.download-icon img {
  max-height: 30px;
}
/* END CONTENT */

/* START BOX */
.box-section .col-sm-3,
.box-section .col-sm-4 {
  padding-left: 1px;
  padding-right: 1px;
}

.box-section .col-12 {
  margin-bottom: 2px;
}

.box {
  height: 100%;
  color: #fff;
  padding: 20px 20px 10px 20px;
}

.box h4 {
  font-family: 'FiraSans Medium';
  font-size: 18px;
  padding-top: 15px;
}

.box a.view-detail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1000;
}

.box .img-wrapper .img-fluid {
  position: relative;
  /*image-rendering: pixelated;*/
  /*image-rendering: -webkit-optimize-contrast;*/
}

.box-orange {
  background: #F6911B;
}
.box-orange-shade-01 {
  background: #D17B18;
}
.box-orange-shade-02 {
  background: #F6911B;
}
.box-red {
  background: #CE3C49;
}
.box-red-shade-01 {
  background: #AF333E;
}
.box-red-shade-02 {
  background: #8F2934;
}
.box-dark-blue {
  background: #3A4C72;
}
.box-dark-blue-shade-01 {
  background: #2E3D5A;
}
.box-dark-blue-shade-02 {
  background: #222E44;
}
.box-light-blue {
  background: #02B8B9;
}
.box-light-blue-shade-01 {
  background: #029494;
}
.box-light-blue-shade-02 {
  background: #016F70;
}

.box.text-dark {
  color: #000 !important;
}

.box.text-dark h4 {
  font-size: 16px;
}

.box.text-dark h4,
.box.text-dark h4 a {
  color: #364a71;
}

.box.text-dark h4 a:hover {
  color: #cd3c49;
  text-decoration: underline;
}

.box .content-modal {
  display: none;
}
/* END BOX */

/* START CONTACT */
.contact {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact h4 {
  font-size: 14px !important;
  margin-bottom: 5px;
}

.contact .box {
  border-bottom: 5px solid #283F64;
}

.contact .box .box-header {
  padding: 10px;
  border: 2px solid #EEEEF0;
}

.contact .box .box-header img {
  float: right;
}

.contact .box .box-body {
  padding: 30px 10px;
  background: #EBECF0;
}

.contact .box-body img {
  max-width: 100px;
  float: right;
}

.contact .contact-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.contact-list li {
  line-height: 30px;
}

.contact-list .icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-list li a {
  color: #000;
}

.contact-list .icon.icon-phone {
  background: url('../data/images/fa-phone.png') center no-repeat;
}

.contact-list .icon.icon-email {
  background: url('../data/images/fa-message.png') center no-repeat;
}

.contact-list .icon.icon-web {
  background: url('../data/images/fa-web.png') center no-repeat;
}
/* END CONTACT */

/* START CONTACT FORM */
.form-wrap {
  padding: 15px 0px 0px 0px;
}

.form-wrap .form-control {
  border-radius: 0px;
}

.form-wrap .btn-primary {
  padding: 10px 25px;
  font-family: 'FiraSans Medium';
  font-weight: normal;
  color: #ebecf0;
  font-size: 14px;
  border-radius: 0px;
  border-color: #3A4C72;
  background-color: #3A4C72;
}

::-webkit-input-placeholder {
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

::placeholder {
  color: red;
}

.alert.alert-success,
.alert.alert-error {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px;
  color: #fff;
  text-align: center;
  border-radius: 0px;
}

.alert.alert-success {
  background-color: #029494;
}

.alert.alert-error {
  background-color: #AF333E;
}
/* END CONTACT FORM */

/* START BOX MAP */
.box-map h3 {
  text-align: center;
  font-family: 'FiraSans Light';
  font-weight: normal;
  color: #173d7b;
}

#map-plzen,
#map-praha {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.map-overlay.well {
  padding: 10px 19px;
  background: #fff;
}
/* END BOX MAP */

/* START BOX CUSTOMERS */
.customers-box {
  padding: 40px 0px 50px 0px;
}

.customers-box h3 {
  text-align: center;
  font-family: 'FiraSans Medium';
  font-size: 22px;
  color: #173d7b;
}
/* END BOX CUSTOMERS */

/* START CUSTOMERS LIST */
.customers-list {
  margin: 50px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

.customers-list ul {
  text-align: center;
  padding-left: 0px;
}

.customers-list li {
  padding: 0px 20px;
  display: inline-block;
}

.customers-list li img {
  max-width: 120px;
}
/* END CUSTOMERS LIST */

/* START TEAM INFO */
.team-info .box {
  color: #212529;
}

.team-info .box a {
  color: #212529;
}

.team-info .box i {
  padding-bottom: 5px;
  display: block;
}
/* END TEAM INFO */

/* START CAREER */
.career .col-12 {
  margin-bottom: 10px;
}

.career .box > div {
  position: relative;
  height: 100%;
  margin-bottom: 60px;
}

.career .box h4 {
  font-size: 18px;
  color: #364a71;
  padding: 0px 0px 5px 0px;
}

.career ul {
  list-style: none;
  padding: 10px 0px 0px 20px;
}

.career ul li {
  position: relative;
  padding-left: 25px;
}

.career ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #173d7b;
}

.career .btn-primary {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
  font-family: 'FiraSans Medium';
  font-weight: normal;
  color: #ebecf0;
  font-size: 14px;
  border-radius: 0px;
  border-color: #3A4C72;
  background-color: #3A4C72;
}
/* END CAREER */

/* START PROJECT */
.project-detail .project-info {
  list-style: none;
  line-height: 25px;
}

.project-info i {
  color: #173d7b;
  margin-right: 5px;
}

.project-info a {
  color: #212529;
}

.project-gallery {
  margin-top: 20px;
}

.project-detail h1 {
  font-size: 2rem;
}
/*
.project-detail .img-wrapper {
  float: right;
  max-width: 350px;
}*/
.content-title {
  font-family: 'FiraSans Light';
  color: #173d7b;
  font-size: 1.4rem;
}

.blog-content h3.content-mini {
  font-family: 'FiraSans Light';
  color: #173d7b;
  font-size: 1.1rem;
}
/* END PROJECT */

/* START CONTACT BOX */
.contact-box {
  margin-top: 25px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}

.contact-box p {
  margin: 0px;
  color: #173d7b;
}

.carousel-item .btn-primary,
.contact-box .btn-primary,
.project-detail .btn-primary {
  margin-left: 50px;
  padding: 5px 20px;
  font-family: 'FiraSans Medium';
  font-weight: normal;
  color: #ebecf0;
  border-color: #3A4C72;
  background-color: #3A4C72;
}

.blog-desc .btn-primary:hover,
.blog-desc .btn-primary:active,
.blog-desc .btn-primary:focus,
.contact-box .btn-primary:hover,
.contact-box .btn-primary:active,
.contact-box .btn-primary:focus,
.project-detail .btn-primary:hover,
.project-detail .btn-primary:active,
.project-detail .btn-primary:focus {
  color: #fff;
  background-color: #173D7C;
}
/* END CONTACT BOX */

/* START FOOTER */
footer {
  color: #fff;
  padding: 35px 0px 0px 0px;
  background: #173D7C;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer h5 {
  font-family: 'FiraSans Medium';
  font-size: 14px;
}

footer strong {
  font-family: 'FiraSans Medium';
  font-weight: normal;
}

.subfooter {
  margin-top: 20px;
  padding-top: 10px;
  background: #0E264C;
}

.subfooter a {
  text-decoration: none;
}

.button-wallet img {
  margin-top: 10px;
}
/* END FOOTER */

@media (min-width: 576px) {
  body {
    padding-top: 120px;
  }

  .no-padding {
    padding: 0px !important;
  }

  .pc-hide {
    display: none;
  }

  #navbar-menu ul li.dropdown:hover > .dropdown-nav {
    display: block;
  }

  .zakaznici .box-section .box img {
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-view {
    display: none;
  }

  .mobile-hide {
    display: block;
  }
}

/* START MOBILE*/
@media (max-width: 576px) {
  body {
    padding-top: 60px;
  }

  .navbar-brand.logo {
    /*display: none;*/
    width: 70px;
    top: 0px;
    left: 10px;
  }

  .toparea {
    display: none;
    /*text-align: right;
    padding: 20px 0px;*/
  }

  #navbar-menu ul li a {
    display: block;
    border: 0px;
    font-size: 18px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
  }

  .dropdown-nav {
    position: relative;
    top: 0px;
    padding-left: 35px;
    width: auto;
  }

  #navbar-menu ul li.dropdown.show-submenu > .dropdown-nav {
    display: block;
  }

  .breadcrumb {
    margin: 10px 0px 0px 0px;
  }

  .reference .box {
    text-align: center;
    padding-bottom: 20px;
  }

  #hpSlider .page-title.title-style-02 h2 {
    margin-left: 0px;
  }

  #slider_hp .page-title.title-style-02.col-sm-5 {
    padding-left: 20px;
    width: 100%;
  }

  #slider_hp .page-title.title-style-02 h2 {
    font-family: 'FiraSans Regular';
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    font-size: 56px;
  }

  #slider_hp .page-title.title-style-02 h2 .border-line {
    margin: 25px auto 0px auto!important;
  }

  #slider_hp .page-title.title-style-02 h2 br {
    display: none;
  }

  #slider_hp .page-title p {
    padding-left: 10px;
    padding-right: 10px;
    height: 390px;
    font-size: 40px;
    font-family: 'FiraSans Regular';
    text-align: center;
  }

  #slider_hp img.img-mobile {
    width: 100%;
  }

  #slider_hp img.img-slide {
    display: none!important;
  }

  .project-detail .project-info {
    padding-left: 0px;
  }

  .aktualne {
    text-align: center;
  }

  .zakaznici .box-section .box img,
  .reference.zakaznici .box-section .box.box-info a img {
    position: relative;
    left: 0%;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .modal-adminit .img-wrapper {
    float: none!important;
    width: 100%!important;
  }

  .service-home .col-12 {
    margin-bottom: 10px;
  }

  .service-home .col-12:last-child {
    margin-bottom: 2px;
  }

  .project-gallery .col-sm-3,
  .box-section .col-12 {
    margin-bottom: 15px;
  }

  .contact-box .btn-primary {
    margin-left: 0px;
    margin-top: 10px;
  }

  .mobile-view {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}

@media (max-width: 992px) {
  .toparea,
  .navbar-brand.logo {
    /*display: none;*/
  }

  #navbar-menu {
    padding: 35px 0px 10px 0px;
  }

  .social-wrapper-buttons {
    padding-top: 10px;
  }

  .container {
    max-width: 100%;
  }

  #navbar-menu ul li a {
    padding: 10px;
  }
}
/* END MOBILE*/

/* START MODAL */
.modal-adminit .modal-header {
  border-bottom: 0px;
  padding: 5px 10px 0px 0px;
}

.modal-adminit .close {
  color: #fff;
  opacity: 1;
}

.modal-adminit .modal-body {
  color: #fff;
}

.modal-adminit .modal-body .box-content {
  display: none;
}

.modal-adminit .img-wrapper {
  float: left;
  width: 240px;
  margin: 0px 10px 10px 0px;
}
/* END MODAL */
/* START BLOG */
.blog-title a {
  color: #173d7b;
}

.blog-desc {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-desc .btn-primary {
  padding: 3px 10px;
  font-family: 'FiraSans Medium';
  font-weight: normal;
  color: #ebecf0;
  font-size: 13px;
  border-color: #3A4C72;
  background-color: #3A4C72;
}

.blog-desc .date {
  margin: 0px;
  padding: 0px;
  color: #939498;
  font-size: 13px;
}

.blog-content h3 {
  font-family: 'FiraSans Light';
  font-weight: normal;
  font-size: 1.5rem;
  color: #173d7b;
}

.blog-detail .date {
  margin: 0px;
  padding: 0px;
  color: #939498;
  font-size: 13px;
}

.blog-detail .img-title {
  display: block;
  color: #939498;
  font-size: 13px;
  font-style: italic;
  padding: 5px 5px;
  text-align: center;
}

.blog-detail h4 {
  font-family: 'FiraSans Light';
  font-weight: normal;
  font-size: 1.2rem;
  color: #173d7b;
}

.blog-detail .keywords-title {
  margin-top: 20px;
}

.blog-detail .keywords {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-detail .keywords li {
  color: #4f555a;
  font-size: 12px;
  margin: 5px 5px 5px 0;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  background-color: #f5f5f5;
}

.blog-detail .keywords li a {
  color: #4f555a;
}

.blog-detail .keywords li a:hover,
.blog-detail .keywords li a:active {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}
/* END BLOG */
/* START MODAL */
#infoModal a {
  color: #000;
}

#infoModal .btn-primary {
  border-color: #3A4C72;
  background-color: #3A4C72;
}

#infoModal .btn-primary:hover {
  background-color: #173D7C;
}
/* END MODAL */

.scroll-item {
  scroll-margin-top: 150px;
}

#home .btn-primary {
    margin-left: 0px;
    padding: 5px 20px;
    font-family: 'FiraSans Medium';
    font-weight: normal;
    color: #ebecf0;
    border-color: #3A4C72;
    background-color: #3A4C72;
}

.pricing-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    text-align: left;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #444;
    padding: 14px;
    vertical-align: top;
}

.pricing-table th {
    text-align: center;
    font-weight: bold;
}

.pricing-table .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.pricing-table ul {
    margin: 0;
    padding-left: 18px;
}

.pricing-table li {
    margin-bottom: 6px;
}

.pricing-table .button-cell {
    text-align: center;
}

.pricing-table a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #444;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
}

.recommended {
    font-size: 14px;
    color: #555;
}

.demo-intro {
    margin-bottom: 30px;
}

.demo-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #173d7b;
    line-height: 1.2;
}

.demo-subtitle {
    font-size: 1.05rem;
    color: #212529;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto;
}

.demo-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.demo-step {
    background: #ffffff;
    color: #1f2937;
    border-radius: 16px;
    padding: 24px 20px;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    text-align: center;
    position: relative;
}

.demo-step-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #3A4C72;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.demo-step h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.demo-step p {
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
}

.demo-cta {
    margin-bottom: 20px;
}