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

:root {
  --bs-primary: #e43938 !important;
  --bs-primary-rgb: 228, 57, 56 !important;
  --bs-secondary: #fcd200 !important;
  --bs-secondary-rgb: 252, 210, 0 !important;
}

body {
  font-family: "Poppins", 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;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.lh-1 {
  line-height: 1 !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;
}
.hero {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ls-1 {
  letter-spacing: 1px !important;
}
header {
  background-color: black !important;
}
.home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent !important;
}
header .nav a:hover {
  text-decoration: underline !important;
}
.btn {
  font-size: 15px;
  border-radius: 30px;
  padding: 15px 25px;
  font-weight: 500 !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: black !important;
}
.btn-primary:hover {
  background-color: white !important;
  border-color: white !important;
  color: black !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 white;
  width: 80px;
  height: 80px;
  text-align: center;
}
.circle p {
  line-height: 1 !important;
}
footer a:hover {
  text-decoration: underline !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;
  cursor: pointer;
}
.box:hover {
  transform: scale(1.03) !important;
}
/* FAQ Accordion Styles */
.accordion-flush .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  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: white;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: white;
  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='%23fff'%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-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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: white;
}
.wpcf7 .btn {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
  &:hover {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
  }
}
/* 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) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .hero1 {
    padding-top: 150px;
  }
  header .btn {
    padding: 10px 16px;
    font-size: 12px;
  }
  .us p {
    width: 100%;
    text-align: center;
  }
  .us .gap-5 {
    gap: 20px !important;
  }
  .logo-footer {
    max-width: 180px;
  }
}

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