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

:root {
  --bs-primary: #64f97c !important;
  --bs-primary-rgb: 100, 249, 124 !important;
  --bs-secondary: #213b56 !important;
  --bs-secondary-rgb: 33, 59, 86 !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 16px;
  cursor: pointer;
}
header a:hover {
  text-decoration: none !important;
}
p,
li,
td,
th {
  font-size: 16px;
  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;
}
.fs-9 {
  font-size: 10px;
}
.hero {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ls-1 {
  letter-spacing: 1px !important;
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .nav a:hover {
  text-decoration: underline !important;
}
.fix {
  height: 103px;
}
.btn {
  font-size: 15px;
  border-radius: 30px;
  padding: 15px 25px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: black !important;
}
.btn-primary:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
  text-decoration: none !important;
}
.bg-black hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  opacity: 1 !important;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.circle {
  border-radius: 100px;
  border: 2px solid black;
  width: 80px;
  height: 80px;
  text-align: center;
}
.circle p {
  line-height: 1 !important;
}

.logo-footer {
  max-width: 240px;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
.minh {
  min-height: 600px;
}
/* Form Styles */
.wpcf7-submit {
  transition: 0s !important;
}
.form-control,
.form-select {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
  background-color: transparent !important;
  color: white !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
}
.form-label {
  width: 100%;
}
.form-select {
  cursor: pointer;
}
textarea {
  height: 100px;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.form-check-input {
  width: 16px;
  height: 16px;
}
.form-check .form-check-input {
  margin-left: -2.5em;
}
::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-bottom: 5px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
/* Form Styles */
.box {
  transition: transform 0.2s ease !important;
  display: block !important;
  cursor: pointer;
}
.box:hover {
  transform: scale(1.05) !important;
}

/* Split Section Styles */
.split-section .split-column {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
}
.split-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.split-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px 0;
}
.split-text {
  max-width: 600px;
  margin: 0 auto;
}
/* Split Section Styles */

/* FAQ Accordion Styles */
.accordion-flush .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-button {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 1.25rem 0;
  font-weight: 600;
  color: black;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: black;
  box-shadow: none !important;
}
.accordion-button:hover {
  background-color: transparent !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  padding: 0 0 1.25rem 0;
  color: #666;
}
/* FAQ Accordion Styles */

@media (min-width: 1400px) {
}

/* 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) {
  .hero-main .half-fluid .left-half,
  .hero-main .half-fluid .right-half {
    height: 400px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .minh2 {
    min-height: 400px;
  }
  .fix {
    height: 79px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .hero1 {
    padding-top: 150px;
  }
  header .btn {
    padding: 10px 10px;
    font-size: 12px;
  }
  .us p {
    width: 100%;
    text-align: center;
  }
  .us .gap-5 {
    gap: 20px !important;
  }
  .logo-footer {
    max-width: 180px;
  }
  .split-section .split-column {
    min-height: 400px;
  }
  .split-content {
    padding: 40px 20px;
  }
  .split-text h2 {
    font-size: 1.75rem !important;
  }
}

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