@import url("https://fonts.googleapis.com/css2?family=Anek+Gurmukhi:wght@800&family=Anek+Tamil:wght@700&family=Abril+Fatface&display=swap");

:root {
  --red: #e02b20;
  --near-black: #0c0c0c;
  --black: #000;
  --copy: #666;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--copy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  background: var(--black);
}

a {
  text-decoration: none;
}

.site-container {
  width: 80%;
  max-width: 1080px;
}

.site-header {
  background: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .12);
}

.site-header .navbar {
  min-height: 62px;
  padding: 0;
}

.navbar-brand {
  height: 62px;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 54px;
  width: auto;
}

.site-header .navbar-nav .nav-link {
  padding: 22px 14px !important;
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
  opacity: 1;
  visibility: visible;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, .12);
}

.site-header .navbar-toggler {
  border: 2px solid var(--red);
  border-radius: 4px;
  padding: 7px 9px;
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(224, 43, 32, .35);
}

.site-header .navbar-toggler-icon {
  width: 25px;
  height: 19px;
  background-image: linear-gradient(
    to bottom,
    var(--red) 0,
    var(--red) 3px,
    transparent 3px,
    transparent 8px,
    var(--red) 8px,
    var(--red) 11px,
    transparent 11px,
    transparent 16px,
    var(--red) 16px,
    var(--red) 19px
  );
}

.dropdown-toggle::after {
  margin-left: .45em;
}

.dropdown-menu {
  background: #000;
  border: 0;
  border-top: 3px solid var(--red);
  border-radius: 0;
  padding: 16px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.site-header .dropdown-item {
  padding: 7px 22px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, .12);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

main {
  margin-top: 62px;
}

.hero {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  border-left: 13px solid #000;
  border-right: 9px solid #000;
}

.hero-background {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url("https://instalaterpardubice.cz/wp-content/uploads/2026/01/podlahovka-1.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.hero-content {
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-copy {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero h1 {
  font-family: "Abril Fatface", display, serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.hero-title {
  font-family: "Anek Gurmukhi", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 26px;
}

.hero-actions {
  flex-direction: column;
  align-items: center;
  gap: 14px !important;
}

.hero-actions .btn {
  width: fit-content;
  border-radius: 0;
  border-width: 2px;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  padding: .3em 1em;
  box-shadow: 0 2px 18px 9px #e02b20;
  transition: all 300ms ease;
}

.hero-actions .btn-light,
.hero-actions .btn-light:hover,
.hero-actions .btn-light:focus {
  border-color: #e02b20;
  color: #fff;
  background: #000;
}

.hero-actions .action-primary,
.hero-actions .action-primary:hover,
.hero-actions .action-primary:focus {
  font-family: "Anek Tamil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-color: #0c71c3;
  color: #fff;
  background: #0a0200;
  box-shadow: 0 2px 18px 9px #0c71c3;
  filter: hue-rotate(168deg) saturate(146%);
}

.hero-actions .btn:hover {
  transform: translateY(-2px);
}

.section-dark {
  background: var(--near-black);
}

.section-black {
  background: #000;
}

.quick-links {
  padding: 70px 0 62px;
}

.quick-container {
  width: min(47%, 859px);
}

.glow-tile {
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(224, 62, 53, .98);
}

.glow-tile.inset {
  box-shadow: inset 0 0 17px rgba(224, 62, 53, .98);
}

.glow-tile img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.company {
  padding: 0 0 65px;
  text-align: center;
}

.company-container {
  width: min(72%, 860px);
}

.company-photo {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 28px;
}

.company h2,
.clients h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.company p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 48px;
}

.brand-banner {
  display: block;
  width: min(46%, 560px);
  margin: 0 auto;
}

.reviews-links {
  padding: 0 0 66px;
}

.review-button {
  color: #fff;
  background: #000;
  border: 2px solid var(--red);
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 22px;
  box-shadow: 0 2px 18px 9px rgba(224, 55, 47, .98);
}

.review-button:hover {
  color: #fff;
  background: #121212;
  border-color: var(--red);
}

.services {
  padding: 62px 0 66px;
}

.services-container {
  width: min(54%, 1080px);
}

.service-item {
  text-align: center;
}

.service-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  box-shadow: 0 2px 18px 4px rgba(224, 62, 53, .98);
}

.service-item.wide-image img {
  aspect-ratio: 1.08;
}

.service-item h2 {
  margin: 21px 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.clients {
  padding: 52px 0 76px;
  box-shadow: 0 2px 18px 4px rgba(224, 62, 53, .98);
}

.reviews-container {
  max-width: 1080px;
}

.clients h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 34px;
}

.review-card {
  min-height: 214px;
  padding: 22px 22px 18px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
  line-height: 1.55;
}

.review-name {
  color: #171717;
  font-size: 15px;
  font-weight: 700;
}

.review-card small {
  display: block;
  color: #737373;
}

.stars {
  color: #f9b805;
  letter-spacing: 2px;
  font-size: 17px;
  margin: 7px 0;
}

.review-card p {
  color: #424242;
  margin: 0;
}

.carousel {
  padding-bottom: 38px;
}

.review-indicators {
  bottom: -20px;
  margin-bottom: 0;
}

.review-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  background: #a4a4a4;
}

.site-footer {
  background: #1f1f1f;
  color: #777;
  padding: 16px 0;
  font-size: 13px;
}

.site-footer .site-container {
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer p {
  padding-bottom: 0;
}

.site-footer a {
  color: #777;
}

.site-footer a:hover {
  color: #2ea3f2;
}

.facebook-link {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.facebook-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.facebook-link::before {
  content: "f";
  font-size: 21px;
}

.page-hero {
  min-height: 465px;
}

.page-hero .hero-content {
  min-height: 465px;
}

.content-section {
  background: var(--near-black);
  color: #fff;
  padding: 64px 0 74px;
}

.content-container {
  width: min(72%, 960px);
}

.content-card {
  margin-bottom: 58px;
}

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

.content-photo {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  box-shadow: 0 2px 18px 4px rgba(224, 62, 53, .98);
}

.content-copy {
  padding: 18px 18px 10px;
}

.content-copy h2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 17px;
}

.content-copy p,
.content-copy li {
  color: #ddd;
  font-size: 15px;
  line-height: 1.78;
}

.content-copy ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.content-button {
  display: inline-block;
  margin-top: 16px;
  border: 2px solid var(--red);
  border-radius: 0;
  padding: 9px 22px;
  color: #fff;
  box-shadow: 0 2px 18px 6px rgba(224, 55, 47, .75);
}

.content-button:hover {
  color: #fff;
  background: #161616;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.faq-section .content-container {
  max-width: 1120px;
}

.faq-intro {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.faq-card {
  padding: 24px;
  background: #090909;
  border: 1px solid #282828;
  border-left: 4px solid var(--red);
  box-shadow: 0 2px 16px rgba(224, 62, 53, .22);
}

.faq-card h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 12px;
}

.faq-card p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.faq-keywords {
  margin-top: 40px;
  padding: 28px;
  background: #050505;
  border: 1px solid #2b2b2b;
}

.gallery-section {
  padding-top: 4px;
}

.gallery-section h2 {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-photo {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  box-shadow: 0 2px 18px 4px rgba(224, 62, 53, .72);
}

.form-panel {
  padding: 30px;
  background: #090909;
  border: 1px solid #262626;
}

.form-panel .form-control {
  border-radius: 0;
  border: 0;
  padding: 14px 15px;
}

.form-panel textarea.form-control {
  min-height: 138px;
}

@media (min-width: 992px) {
  .hero,
  .hero-content,
  .page-hero,
  .page-hero .hero-content {
    min-height: 600px;
  }

  .glow-tile,
  .company-photo,
  .brand-banner,
  .service-item img,
  .content-photo {
    max-width: 350px;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .site-container {
    width: 90%;
  }

  .navbar-collapse {
    background: #000;
    padding: 8px 0 15px;
  }

  .site-header .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }

  .dropdown-menu {
    box-shadow: none;
    border-top-width: 2px;
    margin-bottom: 8px;
  }

  .hero-background {
    background-attachment: scroll;
  }

  .quick-container {
    width: min(85%, 650px);
  }

  .services-container {
    width: min(86%, 720px);
  }

  .company-container {
    width: min(88%, 760px);
  }

  .content-container {
    width: min(90%, 760px);
  }

  .content-photo,
  .company-photo,
  .service-item img,
  .gallery-photo,
  .glow-tile {
    width: min(100%, 200px);
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .hero,
  .hero-content {
    min-height: 580px;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .hero-title {
    margin-bottom: 24px;
  }

  .hero-actions {
    justify-content: center;
    align-items: center;
    gap: 10px !important;
  }

  .hero-actions .btn {
    max-width: 132px;
    font-size: 10px;
    line-height: 1.3;
    padding: 4px 5px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .content-button {
    max-width: 120px;
    font-size: 12px;
    padding: 6px 7px;
    white-space: normal;
    box-shadow: 0 2px 12px 3px rgba(224, 55, 47, .7);
  }

  .content-actions {
    justify-content: center;
    gap: 9px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-card,
  .faq-keywords {
    padding: 18px;
  }

  .content-copy,
  .content-copy h2,
  .service-item h2,
  .company h2,
  .clients h2,
  .gallery-section h2 {
    text-align: center;
  }

  .content-copy > .content-button,
  .text-center > .content-button {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-photo {
    height: auto;
    max-height: 200px;
  }

  .quick-links,
  .services {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .brand-banner {
    width: 88%;
  }

  .review-card {
    min-height: 190px;
  }
}
