body,
html {
  margin: 0;
  padding: 0;
}
a {
  transition: 0.3s;
  color: #0b4ea2;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  color: #002b48;
}
header .container {
  max-width: 960px;
}
.navbar {
  background-color: #00111e !important;
  color: #fff;
}
.navbar .navbar-brand {
  margin-right: 50px;
}
.nav-link {
  color: #fff !important;
  margin-top: 5px;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
}
.nav-link::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
  content: " ";
  opacity: 0;
  transition: 0.3s;
}
.nav-link:hover::after {
  opacity: 100%;
}
.footer {
  background-color: #00111e !important;
  color: #fff;
}
.footer .container {
  max-width: 960px;
}
.footer .container a {
  font-weight: 400;
}
.footer ul li a:hover {
  color: #fff !important;
}
.comparator .container {
  max-width: 960px;
}
.footer.page-compare {
  background-color: transparent !important;
  color: #000 !important;
}
.footer.page-compare .footer-logo {
  background-image: url('../../../img/logo-dark.png');
}
.footer.page-compare a:hover {
  color: #00111e !important;
}
.footer-logo {
  display: block;
  width: 100%;
  height: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../../img/logo.png');
}
/* EU text page */
.funding h1 {
  color: #0b4ea2;
  font-size: 50px;
  font-weight: 400;
}
.funding h2 {
  color: #0b4ea2;
  font-size: 50px;
  font-weight: 700;
}
.funding .subtitle {
  font-size: 26px;
  color: #0b4ea2;
}
.funding p {
  font-size: 26px;
}
.funding .blue-bar {
  color: #fff;
  background-color: #0b4ea2;
  font-size: 18px;
  padding: 8px 20px;
  display: block;
  text-align: center;
}
.funding .blue-bar a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
/* INDEX */
.display-5 {
  text-transform: uppercase;
  font-weight: 700;
}
.lead {
  font-weight: 700;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.icon-link > .bi {
  width: 0.75em;
  height: 0.75em;
}
/*
* Custom translucent site header
*/
.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
/*
* Dummy devices (replace them with your own or something else entirely!)
*/
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}
.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}
/*
* Extra utilities
*/
.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
/* Index page */
.video-block {
  position: relative;
  height: calc(100vh - 67px);
  overflow: hidden;
}
.video-block .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.video-content {
  position: absolute;
  top: 25%;
  left: 15%;
  transform: translateY(-25%);
  color: white;
  z-index: 3;
}
.video-content h1 {
  font-size: 50px;
  font-weight: 900;
}
.video-content p {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0;
}
.video-content .btn {
  font-size: 18px;
  padding: 20px 60px;
  background-color: #00111e;
  border-radius: 0;
  border: none;
  color: white;
  margin-top: 30px;
}
.video-content .btn:hover {
  background-color: #002b48;
}
.configurator-legal {
  font-size: 12px;
}
.comparator .versus {
  background-color: #00111e;
  color: #fff;
  display: block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  margin: 80px auto;
  border-radius: 37px;
  text-align: center;
}
.comparator .price {
  font-weight: 900;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
}
.comparator table tr td {
  width: 33.33333333%;
  flex: 0 0 auto;
}
.comparator table tr th {
  width: 33.33333333%;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  background-color: #f2f2f2 !important;
}
.comparator h3 {
  font-size: 20px;
}
.comparator .btn-primary {
  background-color: #00111e !important;
  border-radius: 20px;
  border: 0;
  text-align: center;
  padding: 10px 30px;
  font-weight: 700;
}
.boat-list .container {
  max-width: 1600px;
}
.boat-list a {
  color: #000;
  text-decoration: none;
}
.boat-list .boat-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #0000000d;
  -moz-box-shadow: 0px 0px 5px 0px #0000000d;
  box-shadow: 0px 0px 5px 0px #0000000d;
  padding: 45px 14%;
  display: flex;
}
.boat-list .boat-item .boat-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.boat-list .boat-item .boat-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
}
.boat-list .boat-item .boat-wrapper .price-top {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.boat-list .boat-item .boat-wrapper .price {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.boat-list .boat-item .boat-wrapper .compare {
  display: block;
  text-align: right;
  font-weight: 700;
}
.boat-list .boat-item .boat-wrapper img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
}
.boat-list .boat-item .boat-wrapper .boat-img {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main-headline-block {
  margin-top: 100px;
}
.display-4 {
  font-weight: 700;
}
.display-3 {
  font-weight: 700;
  font-size: 74px;
}
.subtitle-3 {
  font-size: 24px;
  margin: 30px 0;
}
.main-button-block {
  margin-top: 20px;
  margin-bottom: 140px;
}
.big-button {
  background-color: #00111e;
  color: #fff !important;
  display: block;
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
  text-decoration: none;
  padding: 25px 0;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  margin: 60px auto 0 auto;
  border: 0;
}
.big-button:hover {
  background-color: #002b48;
}
.info-section {
  max-width: 1200px !important;
  margin-bottom: 140px;
}
.info-section .row-block {
  margin: 80px 0;
  display: flex;
  align-items: center;
}
.info-section .row-block img {
  width: 90% !important;
  margin: 0 auto;
  display: block;
}
.info-section h3 {
  font-size: 34px;
  font-weight: 700;
}
.info-section p {
  padding: 20px;
  font-size: 18px;
}
.boat-list-main .container {
  max-width: 1400px;
}
.boat-list-main a {
  color: #000;
  text-decoration: none;
}
.boat-list-main .boat-item {
  background: #fff;
  padding: 45px 14%;
  display: flex;
}
.boat-list-main .boat-item .boat-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.boat-list-main .boat-item .boat-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.boat-list-main .boat-item .boat-wrapper img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
}
.boat-list-main .boat-item .boat-wrapper .boat-img {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.boat-comparison-frame {
  height: 135px;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 10px #c4c4c4;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999;
}
.boat-comparison-frame .btn-primary {
  background-color: #00111e !important;
  border-radius: 20px;
  border: 0;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  margin-top: 44px;
}
.boat-comparison-frame .btn-primary:hover {
  background-color: #002b48 !important;
}
.boat-comparison-frame .close-button {
  cursor: pointer;
  height: 50px;
  inset-inline-end: 0px;
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 999999;
  font-size: 36px;
  color: #000;
  line-height: 50px;
}
.boat-comparison-frame .frame-image {
  width: 165px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  float: left;
}
.boat-comparison-frame .comparison-frame-name {
  font-weight: 700;
  font-size: 24px;
  display: block;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}
.boat-comparison-frame .comparison-frame {
  position: relative;
}
.boat-comparison-frame .remove-button {
  cursor: pointer;
  height: 30px;
  left: 0;
  display: block;
  position: absolute;
  top: 10px;
  width: 30px;
  z-index: 999999;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}
.breadcrumb-step {
  font-weight: 700;
}
.config-navigator {
  height: 5px;
  margin: 10px 0;
  display: block;
}
.config-navigator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.config-navigator ul li {
  display: block;
  float: left;
  height: 5px;
  width: 19%;
  margin-right: 1%;
  background-color: #ccc;
  content: " ";
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
.config-navigator ul li.active,
.config-navigator ul li.selected {
  background-color: #00111e;
}
.config-navigator ul li a {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: relative;
}
.config-navigator ul li a:hover {
  background-color: #002b48;
}
.config-table {
  width: 100%;
  margin-bottom: 50px;
}
.config-table tr td {
  width: 50%;
}
.config-table tr td:last-child {
  text-align: right;
}
.container-config {
  display: flex;
  width: 100%;
  position: relative;
  height: calc(100vh - 67px);
  overflow: hidden;
}
.config-section {
  flex: 1;
  background-color: #f8f9fa;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow-y: auto;
}
.config-section h2 {
  font-weight: 700;
  margin-top: 30px;
  font-size: 30px;
  margin-bottom: 0;
}
.config-section .selected-model {
  display: block;
  font-weight: 700;
  font-size: 26px;
}
.conf-details {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
}
.conf-details .conf-left {
  width: 100px;
  float: left;
  display: block;
}
.conf-details .conf-right {
  width: 200px;
  float: left;
  display: block;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.conf-details .conf-label,
.conf-details .conf-value {
  display: block;
}
.conf-details .conf-value {
  font-weight: 700;
}
.preview-section {
  flex: 3;
  overflow-y: scroll;
  padding-top: 70px;
}
.preview-section::-webkit-scrollbar {
  width: 14px;
}
.preview-section::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.preview-section::-webkit-scrollbar-thumb {
  background: #00111e;
  border-radius: 7px;
}
.preview-section::-webkit-scrollbar-thumb:hover {
  background: #002b48;
}
.preview-section h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.preview-section .boat-conf-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem 0px, rgba(0, 0, 0, 0.2) 0px 3rem 4rem 0px;
  padding: 30px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: 0.3s;
}
.preview-section .boat-conf-box.active {
  border-bottom: 3px solid #04172a;
}
.preview-section .boat-conf-box h2 {
  font-weight: 700;
  font-size: 40px;
}
.preview-section .boat-conf-box ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.preview-section .boat-conf-box ul li:nth-child(odd) {
  font-weight: 700;
}
.preview-section .boat-conf-box .select {
  padding: 0 30px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  border: 2px solid #00111e;
  border-radius: 20px;
  transition: 0.3s;
}
.preview-section .boat-conf-box .select:hover {
  color: #fff;
  background-color: #00111e;
}
.preview-section .boat-conf-box .config-image {
  display: block;
  width: 100%;
  height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  position: relative;
}
.preview-section img {
  position: relative;
  z-index: 999;
  max-height: 300px;
  margin: auto;
  display: block;
}
.preview-section .bg-gradient {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
.preview-section .legal {
  margin: 50px 0 80px 0;
  font-size: 12px;
}
.contact iframe {
  width: 100%;
  height: 350px;
  margin-top: 70px;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.btn-bd-primary {
  --bd-violet-bg: #00111e;
  --bs-white: #fff;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #002b48;
  --bs-btn-hover-border-color: #002b48;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #00111e;
  --bs-btn-active-border-color: #00111e;
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
/* Config Step 5 */
.conf-big-image {
  width: 100%;
  height: 350px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#content-step5 {
  position: relative;
}
#content-step5 h1 {
  margin-bottom: 0;
}
#content-step5 h2 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 40px;
  display: block;
}
#content-step5 .conf-subtitle {
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}
.total-config-price {
  font-size: 26px;
  font-weight: 700;
  display: block;
  float: left;
}
.total-config-monthly-price {
  font-size: 26px;
  text-decoration: underline;
  display: block;
  float: left;
  font-weight: 400;
  margin-left: 20px;
  color: #00111e;
}
.total-config-monthly-price:hover {
  color: #0b4ea2;
}
.config-final-box {
  display: block;
  position: absolute;
  top: -40px;
  right: 50px;
  font-size: 20px;
  background-color: #fff;
  z-index: 999;
}
.config-final-box p {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.config-final-box a {
  display: block;
  float: left;
  color: #000;
  margin-left: 15px;
}
.config-final-box a:hover {
  color: #0b4ea2;
}
.price-offer-form {
  display: none;
  position: absolute;
  background: #fff;
  top: 77px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
}
.price-offer-form h2 {
  margin: 50px 0 30px 0;
}
.price-offer-form .close-button {
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  font-size: 50px;
  color: #000;
}
.price-offer-form button {
  background-color: #00111e;
  color: #fff !important;
  display: block;
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
  text-decoration: none;
  padding: 25px 0;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  margin: 60px auto 0 auto;
  border: 0;
}
.price-offer-form button:hover {
  color: #002b48;
}
.boat-equipment-box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem 0px, rgba(0, 0, 0, 0.2) 0px 3rem 4rem 0px;
  margin: 15px 0;
  padding-bottom: 20px;
}
.boat-equipment-box.active {
  border-bottom: 3px solid #00111e;
}
.boat-equipment-box.active .add-equipment {
  background-color: #fff;
  color: #00111e !important;
}
.boat-equipment-box .equipment-image {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.boat-equipment-box .equipment-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.boat-equipment-box .equipment-title {
  font-size: 22px;
  font-weight: 700;
  display: block;
  padding: 20px;
  text-align: center;
}
.boat-equipment-box .equipment-pricing {
  padding: 7px 14px;
  font-size: 18px;
  display: block;
  float: none;
}
.boat-equipment-box .equipment-pricing .equipment-price {
  display: block;
  float: left;
  font-weight: 700;
}
.boat-equipment-box .equipment-pricing .equipment-price-monthly {
  display: block;
  float: left;
  margin-left: 15px;
}
.boat-equipment-box .add-equipment {
  background-color: #00111e;
  color: #fff !important;
  display: block;
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
  text-decoration: none;
  padding: 25px 0;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  margin: 15px auto 0 auto;
  border: 0;
  border: 2px solid #00111e;
}
.propeller-info {
  display: block;
  text-align: center;
  padding: 20px;
}
.refresh-button {
  background-color: #00111e;
  color: #fff !important;
  display: block;
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
  text-decoration: none;
  padding: 25px 0;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  margin: 0 auto;
  border: 0;
}
#emailAlert {
  z-index: 99999;
}
#disabledSubmit {
  background-color: #333 !important;
}
#disabledSubmit:hover {
  background-color: #333 !important;
}
.qr-box {
  padding: 30px;
  background-color: #00111e;
  margin-top: 15px;
  z-index: 909;
  position: absolute;
  top: 30px;
}
.equipment-stock-status {
  text-align: center;
  display: block;
}
/* AI table styling */
#ai-processing {
  text-align: center;
  margin: 30px 0;
}
.loading-text {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  animation: blink 1.5s infinite;
}
.spinner-border {
  color: #00111e;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (max-width: 1599px) {
  .big-button {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-8 {
    flex: 0 0 66.6667%;
    /* 8/12 sloupců */
    max-width: 66.6667%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333%;
    /* 10/12 sloupců */
    max-width: 83.3333%;
  }
}
@media (max-width: 768px) {
  .container-config {
    flex-direction: column;
    /* Mobil: stacked layout */
    height: auto;
    /* Dynamická výška */
  }
  .config-section {
    order: -1;
    /* Přesune config-section nahoru */
    width: 100%;
  }
  .preview-section {
    width: 100%;
  }
}
