/**
 * Theme Name:     clicknclean
 * Author:         BYTE TO IT
 * Template:       blocksy
 * Text Domain:	   clicknclean
 * Description:    clicknclean is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
 */

#header ul li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-family: Gotham, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gotham, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700;
}

.secondary-menu.menu-item-privacy-policy {
  margin-top: 32px !important;
}

.secondary-menu a {
  font-size: 16px !important;
}

.secondary-menu a:hover {
  color: #ffffff !important;
}

.ct-panel-content-inner .menu-item {
  border-bottom: 1px solid #cccccc;
}

.ct-panel-content-inner .ct-header-text {
  width: 100%;
}

.mobile-menu-btn {
  display: block;
  background-color: #ffffff;
  color: #009de0;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 32px;
  margin: 32px 0 20px 0;
  text-align: center;
}

.menu-toggle {
  display: none;
}

@media only screen and (max-width: 999px) {
  .menu-toggle {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    width: fit-content;
    display: flex;
    background-color: #009de0;
    padding: 4px 8px;
    border-radius: 6px;
    color: #ffffff;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .menu-toggle svg {
    width: 20px;
    height: 20px;
  }
}

/*|geral*/

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.w-50 {
  flex: 0 0 50%;
  width: 50%;
}

.w-100 {
  flex: 0 0 100%;
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .w-lg-50 {
    flex: 0 0 50%;
    width: 50%;
  }
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.fit-content {
  width: fit-content;
}

.gap-60 {
  gap: 60px;
}

/*|swiper slider*/

.swiper-pagination {
  position: relative !important;
  margin-top: 32px !important;
}

/*|Testimonials*/

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #cccccc;
  padding: 32px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-quote-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3fefa;
  color: #14bec9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-bottom: 12px;
}
.testimonial-content {
  color: #262626;
  font-size: 18px;
  margin-bottom: 32px;
}
.testimonial-content p {
  margin-bottom: 0;
}
.testimonial-name {
  font-weight: 700;
  font-size: 22px;
  color: #1e2037;
}
.testimonial-role {
  color: #1e2037;
  font-size: 16px;
  opacity: 0.6;
}
.swiper {
  padding-bottom: 38px;
}

/*
@media (min-width: 900px) {
  .testemunhos-swiper-container .swiper .swiper-slide {
    width: 32% !important;
    margin-right: 2%;
  }
}
*/

/*|Services cards*/

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.servicos-swiper-mobile .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.servicos-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #cccccc;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
  min-height: 280px;
}
.servicos-card:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}
.servicos-card-icon {
  display: flex;
  gap: 20px;
}
.servicos-card-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.servicos-card-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
  color: #1e2037;
}
.servicos-card-excerpt {
  color: #1e2037;
  font-size: 18px;
  margin-bottom: 20px;
}
.servicos-card-btn {
  background: #00b6f0;
  color: #fff;
  padding: 8px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: auto;
}
.servicos-card-btn:hover {
  background: #007db3;
  color: #ffffff;
}

.swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.swiper-nav .swiper-pagination {
  text-align: left;
  margin-top: 0 !important;
}

.swiper-buttons {
  display: flex;
  height: auto;
  gap: 8px;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: translate(0, 0);
}

.swiper-buttons .swiper-button-next:after,
.swiper-buttons .swiper-button-prev:after {
  font-size: 26px;
}

@media (max-width: 999px) {
  .servicos-grid {
    grid-template-columns: 2fr 2fr;
  }
  .servicos-swiper-mobile .swiper-wrapper {
    grid-template-columns: 2fr 2fr;
  }
}
@media (max-width: 768px) {
  .servicos-card-icon img {
    width: 32px;
    height: 32px;
  }
  .servicos-card {
    padding: 20px;
    min-height: 260px;
  }
  .servicos-card-icon img {
    margin-bottom: 12px;
  }
  .servicos-card-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .servicos-card-excerpt {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .servicos-grid {
    grid-template-columns: 1fr;
  }
  .servicos-swiper-mobile .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

/*|single services*/

.servico-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 120px;
}
.servico-hero-img {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}
.servico-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servico-hero-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.servico-hero-highlight,
.servico-hero-meta {
  flex: 1;
}
.servico-value-left,
.servico-value-right {
  flex: 1;
}
.servico-hero-highlight p {
  font-size: 18px;
  margin-bottom: 12px;
}
.servico-hero-btn {
  background: #009de0;
  color: #fff;
  border-radius: 32px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.servico-icons {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
}
.servico-icons img {
  width: 48px;
  height: 48px;
}

.servico-value-section {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
}
.servico-value-title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 32px;
}
.servico-value-points {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.servico-value-points li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  color: #386eb0;
}
.servico-value-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #009de0;
  font-size: 24px;
}
.servico-value-btn {
  background: #009de0;
  color: #ffffff;
  border-radius: 32px;
  padding: 8px 20px;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  transition: background 0.2s;
}
.servico-value-btn:hover {
  background: #00b6f0;
  color: #fff;
}
.servico-value-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.servico-value-right img {
  width: 75%;
  border-radius: 12px;
}
.servico-value-right img:first-of-type {
  margin-left: auto;
}
.servico-value-right img:last-of-type {
  margin-right: auto;
}

.servico-features-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
  text-align: center;
}
.servico-feature {
  flex: 1;
  padding: 32px;
}
.servico-feature-icon img {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}
.servico-feature-title {
  font-weight: 700;
  font-size: 1.07rem;
  margin-bottom: 6px;
}
.servico-feature-desc {
  font-size: 0.97rem;
  color: #555;
}

.servico-pill {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #14bec9;
  background-color: #e1f8fa;
  padding: 8px 20px;
  border-radius: 32px;
  margin-bottom: 12px;
}

.single-servicos h3 img {
  display: none;
}

.serviceList,
.extrasList {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
}

.single-servicos table,
.single-servicos th,
.single-servicos td {
  border: 0;
}

.single-servicos td {
  border-bottom: 1px solid #cccccc;
}

.single-servicos table {
  border: 0;
  border-collapse: collapse;
}

.single-servicos table thead tr th {
  font-size: 18px;
  font-weight: 900;
  font-family: Gotham, Arial, sans-serif !important;
}

.single-servicos table tbody tr td {
  font-size: 16px;
}

.single-servicos table tbody tr td.tableNumber {
  color: #009de0;
  font-weight: 700;
}

.single-servicos table thead tr th.tableNumber {
  color: #009de0;
}

.servico-hero-container {
  gap: 40px;
  padding-bottom: 32px;
}

@media (max-width: 999px) {
  .servico-hero-container {
    flex-direction: column;
    gap: 0;
    padding-bottom: 20px;
  }
  .servico-hero-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .servico-hero,
  .servico-value-section,
  .servico-features-section {
    flex-direction: column;
    gap: 24px;
  }
  .servico-features-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .servico-value-left {
    padding-bottom: 32px;
  }
  .servico-value-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .servico-hero {
    padding-top: 90px;
  }
  .servico-hero-img {
    height: 350px;
  }
  .servico-feature {
    padding: 20px;
  }
  .serviceList,
  .extrasList {
    padding: 12px;
  }
}

@media (max-width: 567px) {
  .servico-features-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*|locker and locations*/

#lockerMap {
  height: 500px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 32px;
}

.paginationBtn {
  background-color: transparent;
}

.lockerList,
.addressList {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
}

.lockerList table,
.lockerList th,
.lockerList td,
.addressList table,
.addressList th,
.addressList td {
  border: 0;
}

.lockerList td,
.addressList td {
  border-bottom: 1px solid #cccccc;
}

table thead tr th {
  font-size: 18px;
  font-weight: 900;
  font-family: Gotham, Arial, sans-serif !important;
}

.lockerList tr td:last-of-type,
.lockerList tr th:last-of-type,
.addressList tr td:last-of-type,
.addressList tr th:last-of-type {
  text-align: end;
  color: #009de0;
}

.lockerList tr th,
.addressList tr th {
  border-bottom: 1px solid #cccccc;
}

.lockerList tr td:last-of-type,
.addressList tr td:last-of-type {
  font-weight: 700;
}

.lockerFilterWrapper,
.deliveryFilterWrapper {
  display: flex;
  flex-direction: column;
  width: fit-content !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  margin-bottom: 32px;
}

.lockerFilterWrapper select,
.deliveryFilterWrapper select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  height: 44px;
  padding: 0 12px;
}

.page-id-20 #lockerMap {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  #lockerMap {
    height: 350px;
  }

  .lockerList,
  .addressList {
    padding: 12px;
  }

  /*resonsive table*/

  #lockerTable {
    border: 0;
    width: 100%;
  }

  #lockerTable thead {
    display: none;
  }

  #lockerTable tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
  }

  #lockerTable tbody tr td {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
  }

  #lockerTable tbody tr td:last-child {
    border-bottom: 0;
  }

  #lockerTable tbody tr td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-basis: 45%;
    text-align: left;
  }

  #lockerTable td {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 50%;
    box-sizing: border-box;
  }

  #lockerTable td::before {
    position: absolute;
    left: 10px;
    top: 8px;
    white-space: nowrap;
    padding-right: 10px;
  }

  .lockerRow td:nth-child(1)::before {
    content: "Localidade";
  }

  .lockerRow td:nth-child(2)::before {
    content: "Morada";
  }

  .lockerRow td:nth-child(3)::before {
    content: "Tipo de Cacifo";
  }
}

/*|services page*/

.container-how {
  padding-top: 60px;
  gap: 40px;
}

.container-how .title-how,
.container-how .text-how {
  flex: 0 0 50%;
  width: 50%;
}

.title-how h2 {
  font-size: 40px;
  line-height: 1.2em;
}

.text-how p {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 0;
}

.card-how-container {
  padding: 60px 0;
  gap: 20px;
}

.card-how-container .card-how {
  flex: 1;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: 200ms all ease;
}

.card-how-container .card-how p {
  margin-bottom: 0;
  font-size: 18px;
}

.card-how-container .card-how:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}

.card-how-container .card-how h4 {
  font-size: 65px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.card-how-container .card-how h3 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.card-how-container .card-how-1 h4,
.card-how-container .card-how-1 h3 {
  color: #96127f;
}

.card-how-container .card-how-2 h4,
.card-how-container .card-how-2 h3 {
  color: #7fb72b;
}

.card-how-container .card-how-3 h4,
.card-how-container .card-how-3 h3 {
  color: #3a71b2;
}

.banner-lockers {
  position: relative;
  padding: 60px 0;
  color: #ffffff;
}

.banner-lockers .ct-container {
  position: relative;
  z-index: 2;
}

.banner-lockers .ct-container > div {
  flex: 0 0 50%;
  width: 50%;
}

.banner-lockers h2 {
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 400;
  color: inherit;
  margin-bottom: 12px;
}

.banner-lockers p {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.banner-btn {
  background: #009de0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 32px;
  border-radius: 50px;
  margin: 0 auto;
}

.banner-btn:hover {
  background: #386eb0;
  color: #ffffff;
}

.overlay-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 999px) {
  .container-how {
    flex-direction: column;
  }

  .container-how .title-how,
  .container-how .text-how {
    flex: 0 0 100%;
    width: 100%;
  }

  .card-how-container {
    flex-wrap: wrap;
  }

  .card-how-container .card-how {
    flex: 0 0 100%;
    width: 100%;
  }

  .banner-lockers .ct-container {
    flex-wrap: wrap;
  }

  .banner-lockers .ct-container > div {
    flex: 0 0 100%;
    width: 100%;
  }

  .banner-btn {
    margin: 32px auto 0 0;
  }
}

@media (max-width: 767px) {
  .container-how {
    gap: 20px;
  }
  .card-how-container {
    padding: 40px 0 60px 0;
  }
  .card-how-container .card-how h4 {
    font-size: 32px;
  }
  .card-how-container .card-how h3 {
    font-size: 26px;
  }
  .banner-lockers h2 {
    font-size: 32px;
  }
  .banner-lockers p {
    font-size: 18px;
  }
}

/*|archive services*/

.servicos-archive-section {
  padding: 120px 0 60px 0;
}

@media (max-width: 767px) {
  .servicos-archive-section {
    padding: 80px 0 40px 0;
  }
}

/*|404*/

.custom-404-content {
  padding: 60px 0;
  text-align: center;
}

.custom-404-number {
  color: #009de2;
  font-size: 34vw;
  line-height: 0.85em;
  margin-top: 0;
  margin-bottom: 32px;
}

.custom-404-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 12px;
}

.custom-404-txt {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 32px;
}

.custom-404-btn {
  font-size: 18px;
  background-color: #009de0 !important;
}

@media (min-width: 1920px) {
  .custom-404-number {
    font-size: 660px;
  }
}

/*|locker popup*/

#locker-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#locker-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: calc(100% - 40px);
  background: #fff;
  padding: 32px;
  border-radius: 12px;
}

#locker-popup-content h2 {
  font-size: 40px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 12px;
}

#locker-popup-content p {
  margin-bottom: 8px;
  font-size: 14px;
}

#locker-popup-content [type="submit"] {
  background-color: #009de0;
  transition: 200ms all ease;
  margin-top: 20px;
}

#locker-popup-content [type="submit"]:hover {
  background-color: #386eb0;
}

#locker-popup-content legend {
  display: none;
}

#locker-popup-content fieldset {
  padding: 0;
  border: 0;
}

#locker-popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  border: none;
  font-size: 60px;
  line-height: 1em;
  cursor: pointer;
}

select,
textarea,
input:is(
    [type="url"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="password"]
  ),
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  border-radius: 6px !important;
  margin: 4px 0 8px 0 !important;
  height: 44px !important;
  padding: 0 12px !important;
}

@media (max-width: 767px) {
  #locker-popup-content {
    overflow: auto;
    height: calc(100% - 40px);
  }
  #locker-popup-close {
    font-size: 40px;
  }
  #locker-popup-content h2 {
    margin-top: 40px;
    font-size: 24px;
  }

  #locker-popup-content {
    padding: 20px;
  }
}

/*|old site iframe*/

#main iframe {
  min-height: 300px;
  transition: height 0.3s;
  width: 100%;
  border: none;
  display: block;
}

/*|faq*/

.faq-accordion {
  max-width: 700px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.faq-question {
  all: unset;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #0099b3;
  transition: color 0.3s;
}
.faq-question:hover {
  color: #007d93;
}
.faq-toggle {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.5em;
  transition: transform 0.3s;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
}
.faq-item.open .faq-toggle {
  content: "-";
}

/*|footers*/

footer .sub-menu {
  padding-inline-start: 0 !important;
}

footer .widget-menu .menu-item-has-children > a {
  display: none;
}
