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

:root {
  --bs-primary: #aefee9 !important;
  --bs-primary-rgb: 174, 254, 233 !important;
  --bs-secondary: black !important;
  --bs-secondary-rgb: 0, 0, 0 !important;
}

body {
  font-family: "neue-frutiger-world", sans-serif;

  color: black;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
}
strong {
  font-weight: 600;
}
a,
button {
  transition: 0s !important;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
}
small {
  font-size: 12px;
}
.fs-6 {
  font-size: 12px !important;
}
.fs-7 {
  font-size: 10px;
}
.fs-8 {
  font-size: 9px;
}
.nav-link,
.dropdown-item {
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.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.06) !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;
}
hr {
  border-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1 !important;
}
/* form */
.wpcf7 p {
  margin-bottom: 0px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 .form-label {
  width: 100% !important;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 7px !important;
  color: black !important;
  padding: 10px 0px;
  outline: none !important;
  box-shadow: none !important;
}
.wpcf7 select {
  cursor: pointer !important;
}
.wpcf7-not-valid-tip {
  color: #ff6e6e !important;
  font-size: 12px !important;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-check .form-check-input {
  margin-left: -2rem !important;
}
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  border-color: rgba(0, 0, 0, 1) !important;
  background-color: transparent !important;
  color: black !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  &:checked {
    border-color: white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
    filter: invert(1);
  }
}
.accept label {
  cursor: pointer !important;
  font-size: 11px !important;
}
/* form */

.overlay1 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay4 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay5 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero {
  height: 90vh;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.btn {
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 0px;
}
.btn-lg {
  padding: 30px 40px;
  font-size: 16px;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-color: var(--bs-secondary) !important;
}
.btn-primary:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-color: var(--bs-secondary) !important;
}
.btn-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-black .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.hero .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.hero .btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.hero .btn-light:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}

.nav-item {
  font-size: 16px;
  margin: 0px 10px;
}
.nav-link {
  color: black !important;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: middle;
  content: "\f282" !important;
  font-family: "bootstrap-icons" !important;
  border: none !important;
  margin-left: 0.25em;
  font-size: 0.8em;
}
.dropdown-menu {
  background-color: var(--bs-primary);
  border-radius: 0px;
  border: 0px;
  margin-top: 24px !important;
}
.dropdown-item {
  padding: 10px 30px;
}
.navbar-toggler {
  padding: 0px;
}
.button-info {
  font-size: 10px !important;
  font-family: "neue-frutiger-world", sans-serif !important;
}
.logos-section img {
  max-height: 20px;
}
.box {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.box-content {
  max-width: 500px;
}

/* Custom Tabs for Product Display */
.custom-tabs .nav-link {
  color: black !important;
  background: transparent !important;
  border: none;
  border-bottom: 15px solid black;
  padding: 10px 0px;
  margin: 0 2px;
  transition: all 0.3s ease;
  width: 200px;
}

.custom-tabs .nav-link.active {
  color: black !important;
  border-bottom: 15px solid var(--bs-primary);
}

.custom-tabs .nav-link:hover {
  border-bottom: 15px solid var(--bs-primary);
}

/* Swiper Slide Transition */
.productSwiper .swiper-slide,
.relatedProductsSwiper .swiper-slide {
  transition: all 0.5s ease;
  transform: scale(0.6) !important;
}

.productSwiper .swiper-slide-active,
.relatedProductsSwiper .swiper-slide-active {
  transform: scale(1.1) !important;
  z-index: 2;
  opacity: 1 !important;
}

/* Product Card in Swiper */
.product-card-home h3 {
  font-size: 2rem;
}
.product-card-home .product-img {
  transition: transform 0.3s ease;
  margin: 0 auto;
}
.swiper-slide-active .product-card-home .product-img {
  /* transform: scale(1.1); already handled by slide scale */
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: black;
  opacity: 1;
  border-radius: 0;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
.custom-tabs .nav-link {
  text-align: left;
}
.nav-pills .nav-item {
  margin: 0px;
}
.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%;
}

/* Custom Accordion for FAQ */
.custom-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.custom-accordion .accordion-item:last-child {
  border-bottom: none;
}
.custom-accordion .accordion-button {
  background-color: transparent;
  color: white;
  box-shadow: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--bs-primary);
  box-shadow: none;
}
.custom-accordion .accordion-button::after {
  filter: invert(1);
  background-size: 1rem;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) sepia(100%) saturate(100%) hue-rotate(90deg); /* Adjust for specific color if needed, or just keep white invert */
  filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(677%) hue-rotate(108deg) brightness(103%) contrast(102%); /* Approx for --bs-primary #aefee9 */
}
/* Simplified icon color approach: just make it white for both states or use specific SVG for primary */
.custom-accordion .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='%23aefee9'%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");
  transform: rotate(-180deg);
  filter: none;
}
.custom-accordion .accordion-body {
  color: rgba(255, 255, 255, 1);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
footer a:hover {
  text-decoration: underline !important;
}
header {
  box-shadow: 0px 0px 15px #0000000d;
}
.hero-image {
  background-size: cover;
  background-position: center;
}
.cont-img {
  width: 80px;
  align-self: stretch;
  object-fit: cover;
}
.hero-video {
  height: 600px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: white !important;
  color: black !important;
}
.region {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  cursor: pointer;
}
.region:hover {
  fill: var(--bs-primary) !important;
}
.table-primary {
  background-color: var(--bs-primary) !important;
  --bs-table-bg: var(--bs-primary) !important;
}
table {
  min-width: 800px;
}
thead th {
  border-bottom: 0px !important;
  font-family: "octin-college", sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.table > :not(caption) > * > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding: 15px 10px;
}
.re-card img {
  transition: transform 0.3s ease;
}

.re-card:hover img {
  transform: scale(1.1);
}

/* Slider Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Slider Styling */
.slider {
  background: white;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 960px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 30px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 15s linear infinite;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.slider .slide {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slider .slide img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.slider .slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .footer-none {
  display: none;
}
footer .logos-2 {
  justify-content: center;
}

@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;
  }
  .testimonials-section .right-half {
    left: 35%;
  }
}

@media (min-width: 2000px) {
  .testimonials-section .right-half {
    left: 38%;
  }
  .box {
    min-height: 700px;
    padding: 30px;
  }
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
  .buttons .btn {
    width: 100% !important;
    display: block !important;
  }
  .buttons .btn {
    padding: 15px 30px !important;
  }
  .cont-img {
    width: 60px;
    align-self: stretch;
    object-fit: cover;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  .nav-item {
    font-size: 14px;
    margin: 0px 0px;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .nav-item {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .dropdown-menu {
    margin-top: 0px !important;
  }

  .custom-tabs .nav-link {
    width: auto;
    border-bottom-width: 10px;
    font-size: 11px;
    padding: 8px 10px;
  }

  .product-card-home h3 {
    font-size: 1.5rem;
  }
  .custom-tabs .nav-link.active {
    color: black !important;
    border-bottom: 10px solid var(--bs-primary);
  }
  .hero-map {
    background-color: black !important;
    background-image: none !important;
    height: auto !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-bottom: 10px;
  }
  .custom-tabs .nav-link {
    white-space: nowrap;
  }

  .slider {
    height: 30px;
  }

  .slider::before,
  .slider::after {
    height: 30px;
    width: 60px;
  }

  .slider .slide {
    height: 30px;
  }

  .slider .slide-track {
    gap: 2rem;
    animation: scroll 12s linear infinite;
  }

  .slider .slide img {
    height: 18px;
  }
  .productSwiper .swiper-slide-active,
  .relatedProductsSwiper .swiper-slide-active {
    transform: scale(1) !important;

    opacity: 1 !important;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .slider {
    height: 25px;
  }

  .slider::before,
  .slider::after {
    height: 25px;
    width: 40px;
  }

  .slider .slide {
    height: 25px;
  }

  .slider .slide-track {
    gap: 1.5rem;
    animation: scroll 10s linear infinite;
  }

  .slider .slide img {
    height: 16px;
  }
}
