/*
 Theme Name: prefbeton
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #32322d !important;
  --bs-primary-rgb: 50, 50, 45 !important;
  --bs-secondary: #056eaf !important;
  --bs-secondary-rgb: 5, 110, 175 !important;
}

body {
  font-family: "Exo 2", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;

  line-height: 1.1 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 15px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.navbar-nav a {
  color: var(--bs-primary) !important;
}
.logo {
  max-width: 200px;
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
}
.btn {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 25px;
  border: 0px;
  font-weight: 600;
}
.btn-primary {
  background-color: white !important;
  color: black !important;
  &:hover {
    opacity: 0.8;
    background-color: white !important;
    color: black !important;
  }
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  &:hover {
    opacity: 0.8;
    background-color: var(--bs-secondary) !important;
    color: white !important;
  }
}
.btn-dark {
  background-color: #32322d !important;
  &:hover {
    opacity: 0.8;
  }
}
.bg-dark {
  background-color: #45453f !important;
}
.form-label {
  width: 100%;
}
textarea {
  text-align: left !important;
}
.wpcf7-not-valid-tip {
  color: #ff8282 !important;
}
.bg-gradient1 {
  background: linear-gradient(to right, #272725, transparent);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-gradient2 {
  background: linear-gradient(to left, #272725, transparent);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1400px) {
}

/* Hero Section */
:root {
  --header-height: 80px;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  min-height: 550px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(39, 39, 37, 1) 0%, rgba(5, 110, 175, 0.4) 100%);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}
.sec1 {
  background: linear-gradient(to right, #272725 50%, #45453f 50%);
}

/* Sec2 */
.sec2 {
  position: relative;
  overflow: hidden;
}

.sec2-bg {
  position: absolute;
  inset: 0;
}

.sec2-bg__left,
.sec2-bg__right {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec2-body {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.sec2-mobile-top {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.form-control {
  border-radius: 0;
  padding: 13px 15px;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: 0;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-check-input {
  margin-left: -2.9em !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
}
.form-check-input:checked {
  outline: none;
  box-shadow: none;
  background-color: var(--bs-dark);
  border-color: white !important;
}
.form-check-input:focus {
  border-color: white !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-check label {
  cursor: pointer;
}
footer .list-unstyled li a {
  &:hover {
    text-decoration: underline !important;
  }
}

/* Scroll to top */
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: white;
  color: black;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
#scrollToTop.visible {
  opacity: 1;
  pointer-events: auto;
}
#scrollToTop:hover {
  opacity: 0.8;
}

/* FAQ Accordion */
.sec4 .accordion-item {
  background-color: transparent;
  border: 0;
}
.sec4 .accordion-item + .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sec4 .accordion-button {
  background-color: transparent;
  color: white;
  font-size: 15px;
  padding: 1.25rem 0;
  box-shadow: none;
}
.sec4 .accordion-button:focus {
  box-shadow: none;
}
.sec4 .accordion-button::after,
.sec4 .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.sec4 .accordion-body {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 1.25rem 0;
  font-size: 15px;
}
textarea {
  height: 150px;
}
.offer-card img {
  height: 300px !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .sec2-body {
    background-image: var(--sec2-left-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 380px;
    padding: 50px 0;
  }
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .phone-header {
    font-size: 12px;
  }
  .logo {
    max-width: 140px;
  }
  .bg-gradient2 {
    background: rgba(39, 39, 37, 0.7);
  }
  .bg-gradient1 {
    background: rgba(39, 39, 37, 0.7);
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
