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

:root {
  --bs-primary: #dabd7f !important;
  --bs-primary-rgb: 218, 189, 127 !important;
}

body {
  font-family: "Rubik", 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: 15px;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.2 !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(255, 255, 255, 0.1) !important;
}

.bg-white .border-end,
.bg-white .border-start,
.bg-white .border-top,
.bg-white .border-bottom,
.bg-white .border,
.bg-white.border-top {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 14px !important;
}

.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 10px !important;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
/* Form Styles */
.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: 14px !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;
}
/* Form Styles */
.logo {
  max-width: 145px;
}
.hero {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.btn {
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border-width: 2px;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-secondary {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-secondary {
  background-color: transparent !important;
  color: black !important;
  border-color: black !important;
}
.btn-outline-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.bg-primary .btn-secondary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-primary .btn-outline-secondary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.menu a:hover {
  text-decoration: underline !important;
}
.box {
  margin-top: -200px;
  z-index: 99;
  position: relative;
}
header {
  z-index: 100;
  background-color: black;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.home header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* Offcanvas Styles */
.offcanvas {
  width: 320px !important;
}

.offcanvas-header {
  padding: 1.5rem;
}

.offcanvas-body {
  padding: 1.5rem;
}

.offcanvas-body nav a {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.offcanvas-body nav a:hover {
  padding-left: 10px;
  color: var(--bs-primary) !important;
}

.offcanvas-body nav a:last-child {
  border-bottom: none;
}
.img-h1 {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.img-h2 {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Gallery Swiper Styles */
.gallerySwiper {
  width: 100%;
  height: 100%;
}

.gallerySwiper .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.gallerySwiper .swiper-slide:hover .gallery-img {
  transform: scale(1.05);
}

/* Contact Tabs Pills Styles */
#contactTabs {
  gap: 15px;
}

#contactTabs .nav-link {
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid var(--bs-primary);
  background-color: transparent;
  color: white;
  transition: all 0s ease;
}

#contactTabs .nav-link:hover {
  background-color: white;
  color: black;
  border-color: white;
}

#contactTabs .nav-link.active {
  background-color: var(--bs-primary);
  color: black;
  border-color: var(--bs-primary);
}

#contactTabs .nav-link.active:hover {
  background-color: white;
  color: black;
  border-color: white;
}
footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.person {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 4px solid var(--bs-primary);
}
/* Accordion Styles */
.accordion-flush .accordion-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent !important;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: none !important;
}

.accordion-flush .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  padding: 1rem 0;
  font-weight: 500;
  color: black;
  font-size: 15px;
}

.accordion-flush .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.accordion-flush .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: black;
}

.accordion-flush .accordion-button::after {
  flex-shrink: 0;
}

.accordion-flush .accordion-body {
  padding: 0 0 1rem 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-links a:hover {
  text-decoration: underline !important;
}
.map-pin {
  font-size: 24px;
  transform: translate(-50%, -50%);
}
.pulse {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@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) {
  .menu a {
    font-size: 12px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .img-h1 {
    min-height: 250px;
  }
  .img-h2 {
    min-height: 150px;
  }
  .gallery-img {
    height: 300px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .gallery-img {
    height: 250px;
  }
  #contactTabs {
    flex-direction: column;
    gap: 10px;
  }
  #contactTabs .nav-link {
    width: 100%;
    text-align: center;
  }
  .map-pin {
    font-size: 18px;
  }
}
