/* League Spartan Regular */
@font-face {
  font-family: "SpartanRegular";
  src: url("../fonts/LeagueSpartan-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* League Spartan SemiBold */
@font-face {
  font-family: "SpartanBold";
  src: url("../fonts/LeagueSpartan-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-soft: #f7f7f2;
  --primary-opacity: #0098cb80;
}

main#main {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "SpartanBold";
  line-height: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
}

p,
span,
a,
li {
  font-family: "SpartanRegular";
  line-height: normal;
}

strong {
  font-family: "SpartanBold";
  line-height: normal;
}

p {
  font-size: 18px;
  line-height: 1.5em;
}

.punkrocker-container {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0 32px;
}

.form-control,
.form-select {
  border-radius: 0;
  border: none;
}

/* HERO HOME */
.hero-home {
  height: 100vh;
  display: flex;
  background-position: center center;
  background-size: cover;
}

h1.hero-home__title {
  color: var(--white);
  font-size: 78px;
}

p.hero-home__subtitle {
  margin: 0;
  font-size: 36px;
  color: var(--white);
}

nav.navbar {
  padding: 16px;
}

a.hero-home__button {
  padding: 12px 26px;
  border-radius: 24px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  transition: 0.2s ease-in-out;
  border: 1px solid var(--primary);
}

a.hero-home__button:hover {
  background: transparent;
  color: var(--white);
}

.hero-home__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  max-width: 66vw;
  margin-left: 0;
}

span.hero-home__pre-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
}

.hero-home-overlay {
  position: absolute;
  background: linear-gradient(45deg, black, transparent);
  width: 100%;
  height: 100%;
  height: inherit;
}
/* FINE HERO HOME */

.service-intro-card .service-icon {
  width: 64px;
  height: 64px;
}

/* HERO STANDARD */
.hero-standard {
  height: 60vh;
  display: flex;
  background-position: center center;
  background-size: cover;
}

.hero-standard .overlay {
  background: linear-gradient(
    109deg,
    rgba(17, 17, 18, 1) 0%,
    rgba(13, 0, 0, 0.11) 100%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-standard h1 {
  font-size: 82px;
  color: var(--white);
  position: relative;
  margin-top: 50px;
  text-align: center;
}
/* FINE HERO STANDARD */

button.navbar-toggler {
  display: none;
}

a.call-us-btn {
  padding: 12px 26px;
  border-radius: 24px;
  text-transform: uppercase;
  color: var(--black);
  font-size: 16px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}

a.call-us-btn img {
  background: var(--secondary);
  padding: 7px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

a.call-us-btn span {
  font-size: 18px;
  font-family: "SpartanBold", sans-serif;
}

a.contact-us-btn {
  padding: 12px 26px;
  text-transform: uppercase;
  color: var(--white);
  font-size: 16px;
  background: var(--primary);
  border-radius: 100px;
  font-weight: 500;
}

.nav-utility-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

header#header {
  padding: 0;
  position: fixed;
  background-color: var(--white);
  width: 100%;
  z-index: 9;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

div#menuMobile a.nav-link {
  font-size: 24px;
}

a.navbar-brand img {
  height: 100%;
}

a.navbar-brand {
  padding: 0;
  height: 60px;
}

.upper-nav-desktop {
  display: flex;
  flex-direction: row;
}

.upper-nav-desktop a {
  padding: 12px 12px;
  font-size: 20px;
}

section.post-archive-section {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.posts-archive {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}

/* News Card Styles */
article.news-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

article.news-card a.news-card__thumb {
  height: 300px;
}

article.news-card .news-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

article.news-card {
  width: calc((100% - 64px) / 3);
}

article.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article .news-card__cta a {
  background-color: var(--white);
  border: 1px solid var(--primary);
  transition: 0.2s ease-in-out;
  padding: 8px 16px;
  border-radius: 8px;
  display: block;
  width: fit-content;
}

article.news-card a {
  color: var(--primary);
}

article .news-card__cta a:hover {
  background-color: var(--primary);
  color: var(--white);
}

article.news-card p {
  margin: 0;
}
/* END News Card Styles */

/* PAGINATION Styles */
nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

nav.pagination a {
  color: var(--primary);
}

/* Numeric pagination links */
.pagination .page-numbers:not(.next):not(.prev) {
  width: 24px;
  height: 24px;
  background: #f7a6a6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 16px;
  color: var(--black);
}

/* Current page number */
.pagination .page-numbers.current {
  /* highlight style */
  color: var(--secondary) !important;
}

/* Previous link */
.pagination .prev.page-numbers {
  /* your prev button styles */
}

/* Next link */
.pagination .next.page-numbers {
  /* your next button styles */
}

/* END PAGINATION Styles */

/* FOOTER Styles */
.credits-footer-section {
  display: flex;
  font-size: 14px;
  padding-top: 32px;
  border-top: 1px solid black;
  margin-top: 64px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

ul#menu-legal-menu li a {
  font-size: 16px;
  color: gray;
}

#footer {
  background-color: var(--bg-soft);
  padding: 64px 0 32px 0;
}

.inner-footer {
  display: flex;
  gap: 32px;
}

.footer-main-section {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#footer .menu-item a[aria-current="page"] {
  color: var(--primary) !important;
}

.footer-main-section h4 {
  font-size: 22px;
  text-align: center;
}

.footer-main-section ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.footer-main-section ul li a {
  padding: 2px 0;
  font-size: 20px;
}

#menu-social-links li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: var(--primary);
}

.section-intro-content a {
  color: var(--primary);
}

svg.ico-facebook {
  height: 17px;
}

#menu-social-links svg {
  display: block; /* avoids “hanging” on the text baseline */
}

.footer-main-section ul li a:hover {
  text-decoration: underline;
}

#footer .menu-item a[aria-current="page"] {
  color: var(--white);
}

.credits a {
  color: var(--black);
  text-decoration: underline;
}
/* END FOOTER Styles */

/* Whatsapp Button */
.btn-whatsapp {
  position: fixed;
  bottom: 32px;
  z-index: 9999 !important;
  right: 32px;
  background-color: #95eea7b3;
  backdrop-filter: blur(2px);
  height: 48px;
  width: 48px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
}

.btn-whatsapp:hover {
  border: 1px solid var(--black);
}
/* End Whatsapp Button */

.soft-bg-section {
  background-color: var(--bg-soft);
}

.servizi-section {
  padding: 80px 0;
}

.section-intro-content {
  padding-top: 80px;
  gap: 24px;
}

.service-intro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  padding: 16px;
}

.service-intro-card:hover {
  background-color: var(--white);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
}

h2.section-title {
  font-size: 68px;
}

span.top-title-span {
  font-size: 24px;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.col-2-sx {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: auto;
}

section#contact-form {
  display: flex;
}

.top-service-card {
  align-items: center;
}

.popular-service-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.service-popular-card-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.top-stuff-section .section-header {
  align-items: center;
}

.service-popular-sec-intro {
  max-width: 600px;
}

img.circular-top-service-image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
}

.service-intro-card-meta {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.fast-faqs-section {
  padding: 80px 0;
}

.img-divider-section {
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-contain {
  object-fit: contain;
}

section.fast-faqs-section > div {
  gap: 80px;
}

.fast-faqs-section .col-w-50 {
  width: calc(50% - 40px);
}

section.fast-faqs-section .col-w-50 {
  width: calc(50% - 40px);
}

div#accordionFaq {
  width: 80%;
}

.accordion-item {
  border: none;
}

.accordion-header {
  border-bottom: 1px solid var(--black);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

h2 button {
  font-size: 24px !important;
  transition: all 0.2s ease-in-out;
}

h2 button:hover {
  color: var(--primary) !important;
}

.faq-content-home-section .section-intro-content {
  padding-top: 40px;
}

.cool-numbers {
  left: 0;
  bottom: 48px;
}

.cool-box-number span,
.cool-box-number p {
  color: var(--white);
  font-family: "SpartanBold", sans-serif;
}

.box-1 {
  background-color: var(--primary);
}

.cool-box-number {
  width: 200px;
}

.box-2 {
  background-color: var(--secondary);
}

span.box-label {
  font-size: 18px;
}

.cool-box-number span.big-numnber {
  font-size: 64px;
  margin-bottom: 8px;
}

.cool-box-number {
  width: 200px;
  padding: 16px;
}

.price-section-content {
  max-width: 1200px;
  margin: auto;
}

.prices-card {
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

h3.service-intro-card-title {
  font-size: 24px;
}

span.sub-title {
  padding: 7px 18px 4px 18px;
  background: var(--primary);
  color: var(--white);
  border-radius: 24px;
  font-size: 12px;
  text-transform: uppercase;
}

.img-price-card {
  background-size: cover;
  height: 100px;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center;
}

.price-card-content {
  z-index: 1;
  padding: 120px 40px 32px 40px;
}

.price-tag {
  font-size: 60px;
  font-family: "SpartanBold", sans-serif;
  margin-bottom: 0;
  margin-top: 12px;
  line-height: 1.3em;
}

.service-intro-card-description ul li {
  padding: 8px 0;
  line-height: 1em;
}

.service-intro-card-description h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.prices-card a {
  color: var(--primary);
}

.about-section {
  height: 90vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--secondary);
}

.about-section .section-header h2,
.about-section .section-header span,
.about-section .content p {
  color: var(--white);
  text-align: center;
}

a.white-cta svg path {
  fill: var(--black);
}

a.white-cta {
  color: var(--black);
}

.about-section .content p {
  font-size: 24px;
}

.about-section .col-1-w-50 {
  width: 50%;
}

.about-section .col-1-sx {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.about-section .col-1-sx .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.top-stuff-section {
  padding: 80px 0;
}

.inner-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.all-meta-popular-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-service-card a {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  gap: 8px;
}

section.page-content-section p {
  font-size: 18px;
  line-height: 1.5rem;
}

section.page-content-section {
  max-width: 800px;
  margin: auto;
}

.img-divider-section {
  display: flex;
}

.white-box-contact-form {
  background-color: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
  padding: 40px;
  gap: 24px !important;
}

.contatti-fast-inro-section .section-intro-content {
  justify-content: space-evenly;
  padding-bottom: 80px;
  align-items: flex-start;
}

.fast-contatto svg {
  width: 80px;
}

.fast-contatto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.fast-contatto-meta p {
  line-height: 1.5rem;
}

.fast-contatto-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

section#contact-form .col-1-sx {
  padding: 80px 64px;
}

section#contact-form .section-header h3 {
  font-size: 40px;
}

section#contact-form .col-1-sx {
  padding: 64px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  background-color: var(--primary);
}

.contact-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

span.wpcf7-not-valid-tip {
  color: #c9d7cd !important;
  margin-top: 8px;
}

.form-group.textarea-message label {
  width: 100%;
}

.wpcf7-checkbox span {
  margin-left: 0;
}

.form-group.form-check {
  padding-left: 0;
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
  padding: 12px;
  font-size: 18px;
  margin-top: 8px;
}

section#contact-form p,
section#contact-form span,
section#contact-form h3,
section#contact-form label {
  color: var(--white);
}

.about-section .col-2-sx {
  height: 100%;
}

.fast-contatto a {
  width: 100%;
  text-align: center;
}

.no-items-job {
  max-width: 600px;
  margin: auto;
  padding: 80px 0;
}

article.job-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-listing-grid {
  align-items: center;
  padding: 80px 0 120px 0;
}

.job-item .job-thumb img {
  width: 380px;
  object-fit: cover;
}

ul.job-meta-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.cta-form a {
  color: var(--primary);
  padding: 8px 12px;
  border: 1px solid var(--primary);
  border-radius: 24px;
}

section.job-hero .sub-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-content {
  max-width: 700px;
  margin: auto;
  padding: 24px 32px 60px 32px;
}

.job-application-form form {
  padding-top: 40px;
}

.job-hero-content {
  max-width: calc(700px - 64px);
  margin: auto;
  margin-top: 32px;
  padding: 32px;
}

article.job-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  max-width: 960px;
  width: 100%;
  background-color: var(--white);
}

.sub-inner {
  font-size: 18px;
}

.contact-form label {
  color: var(--white);
}

input.white-cta {
  border-radius: 24px;
  border: 1px solid var(--secondary);
  width: 190px;
}

section.form-big-bg {
  padding: 60px 0;
  background-color: var(--primary);
}

#contact-form-job h2 {
  margin-bottom: 16px;
  font-size: 40px;
  color: var(--white);
}

#contact-form-job p {
  color: var(--white);
}

#contact-form-job {
  max-width: 700px;
  margin: auto;
}

.job-readmore {
  height: 100%;
  display: flex;
  align-items: end;
}

.job-info-list {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  padding: 24px;
  height: -webkit-fill-available;
  align-items: inherit;
}

.job-excerpt p {
  margin: 0;
  margin-top: 24px;
}

.job-readmore a {
  white-space: nowrap;
}

.service-single-intro {
  padding-top: 60px;
}

p.price-tag span {
  font-size: 16px;
  display: flex;
  margin-top: 24px;
}

.service-single-intro p.section-intro {
  max-width: 700px;
}

section#contact-form.single-type-form .col-1-w-50 {
  max-width: 700px;
  margin: auto;
}

section#contact-form.single-type-form {
  background: var(--primary);
}

section#contact-form.single-type-form span,
section#contact-form.single-type-form h3,
section#contact-form.single-type-form p {
  text-align: center;
}

section#contact-form.single-type-form p {
  margin-bottom: 36px !important;
}

.grid-single-services.top-stuff-section {
  gap: 36px;
}

.grid-single-services.top-stuff-section article {
  transition: all 0.2s ease-in-out;
  width: calc(33% - 21px);
  padding: 24px;
}

.grid-single-services.top-stuff-section article:hover {
  background-color: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.grid-single-services.top-stuff-section article a {
  flex-direction: column;
}

section.map-section > div {
  align-items: center;
  justify-content: center;
}

.map-img {
  width: calc(50% - 16px);
}

.map-img img {
  height: 540px;
}

.map-places-list ul li {
  font-size: 20px;
}

.map-places-list ul li {
  width: calc(50% - 16px);
}

section.map-section {
  padding: 80px 0;
}

.map-places-list {
  height: fit-content;
  padding: 32px;
  background: var(--primary-opacity);
  width: calc(50% - 16px);
}

.map-places-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

.popular-services-content {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 44px !important;
}

.top-service-card {
  width: calc(33% - 24px);
}

.map-places-list {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-block {
  justify-content: center;
  display: flex;
  margin-top: 60px;
}

.grid-single-services.top-stuff-section {
  flex-wrap: wrap;
}

/* MEDIA QUERIES BREAKPOINTS     */
/* XXL — Very large desktops */
@media (max-width: 1400px) {
  /* styles for <= 1400px */
}

/* XL — Desktops & large laptops */
@media (max-width: 1200px) {
  /* styles for <= 1200px */
  .section-intro-content {
    gap: 16px;
  }
}

/* LG — Small laptops & large tablets landscape */
@media (max-width: 1024px) {
  /* styles for <= 1024px */

  .job-item .job-thumb img {
    width: 320px;
  }

  article.job-item {
    gap: 0;
  }

  .map-img img {
    height: 430px;
  }

  .grid-single-services.top-stuff-section {
    gap: 24px;
    justify-content: space-between;
  }

  .job-readmore {
    word-wrap: initial;
    white-space: nowrap;
  }

  .grid-single-services.top-stuff-section article a {
    width: 100%;
  }

  .grid-single-services.top-stuff-section article {
    width: calc(31%);
    padding: 16px;
  }

  h2.service-card-title {
    font-size: 24px;
  }

  .logo-footer img {
    width: -webkit-fill-available;
    height: auto;
  }

  article.news-card a.news-card__thumb {
    height: 220px;
  }

  .hero-standard h1 {
    font-size: 44px;
  }

  .inner-footer {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-main-section {
    width: calc(50% - 32px);
  }

  .section-intro-content {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    row-gap: 32px;
  }

  .section-intro-content a {
    width: calc(50% - 12px);
  }

  h2.section-title {
    font-size: 40px;
  }

  section.fast-faqs-section > div {
    gap: 40px;
    justify-content: space-between;
  }

  .cool-box-number {
    width: 180px;
  }

  div#accordionFaq {
    width: 100%;
  }

  section.fast-faqs-section .col-w-50 {
    width: calc(50% - 20px);
  }

  .top-service-card {
    width: calc(50% - 12px);
  }

  .section-intro-content.popular-services-content {
    justify-content: start;
  }

  section#contact-form .col-1-sx {
    padding: 32px;
  }
}

@media (max-width: 866px) {
  .nav-utility-block.desktop {
    display: none;
  }

  section#contact-form {
    display: flex;
    flex-direction: column;
  }

  section#contact-form .col-2-sx {
    height: 300px;
  }

  section#contact-form .col-1-sx {
    width: 100%;
  }

  .nav-utility-block.mobile {
    display: flex;
    position: fixed;
    bottom: 32px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100% !important;
    justify-content: center;
    z-index: 9;
  }

  .service-single-intro {
    padding-top: 40px;
  }

  .map-places-list {
    padding: 24px;
  }

  .map-places-list ul {
    gap: 0;
    row-gap: 16px;
  }

  .map-img img {
    height: 360px;
  }

  a.call-us-btn {
    padding: 8px 12px;
  }

  .map-places-list ul li {
    width: calc(50% - 9px);
  }

  section.fast-faqs-section > div {
    flex-direction: column;
  }

  section.fast-faqs-section .col-w-50 {
    width: 100%;
  }

  .cool-numbers {
    justify-content: center;
    width: 100%;
  }

  #footer {
    padding-bottom: 120px;
  }

  .hero-home__content {
    max-width: 80vw;
  }

  .section-intro-content a {
    text-align: center;
  }

  .section-intro-content {
    row-gap: 40px;
    justify-content: start;
  }

  .top-service-card {
    width: calc(50% - 12px);
  }

  .section-intro-content.price-section-content {
    justify-content: center;
  }

  .price-tag {
    font-size: 48px;
  }

  .prices-card {
    padding: 32px;
  }

  .section-intro-content.price-section-content .prices-card a {
    text-align: left;
  }

  section#contact-form form {
    padding-bottom: 40px;
  }

  .job-item .job-thumb img {
    width: 280px;
  }

  .section-intro-content {
    padding-bottom: 80px;
  }
}

/* MD — Tablets portrait */
@media (max-width: 768px) {
  /* styles for <= 768px */

  .logo-footer img {
    width: 200px;
  }

  div#menuMobile {
    margin-top: 60px;
  }

  .punkrocker-container {
    padding: 0 16px;
  }

  .map-img {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .map-places-list {
    width: 80%;
  }

  .job-excerpt p {
    margin-top: 16px;
  }

  button.navbar-toggler {
    display: flex;
  }

  .map-places-list ul {
    justify-content: space-between;
  }

  .upper-nav-desktop {
    display: none;
  }

  article.news-card {
    width: calc((100% - 32px) / 2);
  }

  .credits-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .grid-single-services.top-stuff-section article {
    width: calc(50% - 8px);
  }

  .grid-single-services.top-stuff-section {
    flex-wrap: wrap;
    justify-content: left;
    gap: 16px;
  }

  .hero-home__content {
    max-width: 100%;
  }

  .job-application-form form {
    padding-top: 24px;
  }

  .section-intro-content {
    row-gap: 32px;
  }

  .section-intro-content a {
    width: calc(50% - 12px);
  }

  section.fast-faqs-section .img-col img {
    height: 300px;
  }

  .about-section {
    flex-direction: column;
    height: 80vh;
  }

  .about-section .col-1-w-50 {
    width: 100%;
  }

  .white-box-contact-form {
    max-width: 460px;
  }

  #contact-form .col-1-sx {
    padding: 16px;
  }

  #contact-form-job {
    padding: 0 16px 80px 16px;
  }

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

  .form-group label {
    width: 100%;
  }

  .price-card-content {
    padding: 84px 0 8px 0;
  }

  .service-intro-card-meta {
    gap: 24px;
  }

  .img-price-card {
    height: 80px;
  }

  .job-content {
    padding-top: 32px;
  }

  .job-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .job-hero-content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(100% - 32px);
  }

  section.form-big-bg {
    padding-bottom: 0px;
  }
}

/* SM — Large phones landscape & small tablets */
@media (max-width: 700px) {
  /* styles for <= 576px */

  .job-item .job-thumb img {
    width: 240px;
  }

  .grid-single-services.top-stuff-section article a {
    flex-direction: row;
  }

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

  .footer-main-section {
    width: 100%;
  }

  .logo-footer img {
    width: 150px;
  }

  article.news-card {
    width: 100%;
  }

  article.news-card {
    flex-direction: row;
    gap: 16px;
  }

  article.news-card a.news-card__thumb {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  article .news-card__cta a {
    font-size: 14px;
    padding: 4px 12px;
  }

  article.news-card img {
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  article.news-card .news-card__body {
    gap: 8px;
    padding: 8px 8px 8px 0;
    width: 70%;
    justify-content: center;
  }

  article.news-card .news-card__excerpt {
    display: none;
  }

  section.post-archive-section {
    margin: 40px 0;
  }

  h1.hero-home__title {
    font-size: 44px;
  }

  .nav-utility-block.mobile {
    bottom: 16px;
  }

  .btn-whatsapp {
    bottom: 84px;
    right: 16px;
  }

  .logo-footer a {
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .section-intro-content a {
    width: 100%;
  }

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

  .service-intro-card {
    background-color: var(--white);
  }

  .prices-card {
    padding: 16px;
  }

  .about-section .col-1-sx {
    padding: 24px 16px;
  }

  .top-service-card {
    width: 100%;
  }

  img.circular-top-service-image {
    height: 80px;
    width: 80px;
  }

  .top-service-card {
    gap: 12px !important;
  }

  .service-popular-card-meta {
    gap: 8px;
    align-items: start;
  }

  .top-service-card {
    flex-direction: row !important;
  }

  .popular-service-meta {
    align-items: start;
  }

  .popular-service-meta span {
    text-transform: uppercase;
    font-size: 14px;
  }

  .top-service-card a {
    justify-content: start;
    gap: 8px;
  }

  .service-popular-card-description {
    text-align: left !important;
  }

  .hero-standard {
    height: 50vh;
  }

  .hero-standard h1 {
    margin-top: 104px;
  }

  .white-box-contact-form {
    max-width: calc(100% - 64px);
  }

  .map-img {
    width: auto;
    margin-bottom: -130px;
  }

  .map-img img {
    height: 210px;
  }

  .map-places-list {
    width: 100%;
  }
}

/* XS — Small phones */
@media (max-width: 576px) {
  /* styles for <= 375px */
  ul#menu-main-menu-ita-2 {
    flex-direction: column;
  }

  .job-content {
    padding-top: 24px;
  }

  article.job-item {
    flex-direction: column;
  }

  .job-item .job-thumb img {
    width: 100%;
  }

  .job-info-list {
    padding: 16px;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }

  .job-readmore {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .job-readmore a {
    width: fit-content;
    padding: 8px 16px;
    border: 1px solid var(--primary);
    border-radius: 24px;
  }

  .grid-single-services.top-stuff-section {
    flex-direction: column;
  }

  .grid-single-services.top-stuff-section article {
    width: 100%;
    gap: 16px !important;
    align-items: center !important;
  }

  .grid-single-services.top-stuff-section article h2,
  .grid-single-services.top-stuff-section article p {
    text-align: left;
  }

  .grid-single-services.top-stuff-section article a {
    width: auto;
  }

  .grid-single-services.top-stuff-section article .all-meta-popular-card {
    align-items: flex-start;
  }

  .grid-single-services.top-stuff-section article .all-meta-popular-card {
    gap: 8px;
  }

  .grid-single-services.top-stuff-section {
    gap: 8px;
  }

  .grid-single-services.top-stuff-section {
    padding-bottom: 0;
  }

  .map-places-list {
    padding: 16px;
  }

  section.map-section {
    padding: 40px 0;
  }

  .grid-single-services.top-stuff-section {
    padding-bottom: 80px;
  }

  .grid-single-services.top-stuff-section article {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .grid-single-services.top-stuff-section article:hover {
    box-shadow: none;
    background: transparent;
  }

  h2.service-card-title {
    font-size: 20px;
  }

  img.circular-top-service-image {
    height: 60px;
    width: 60px;
    aspect-ratio: 1;
  }
}

/* XS — Small phones */
@media (max-width: 375px) {
  /* styles for <= 375px */

  .map-places-list {
    padding: 16px 8px;
  }

  .map-places-list ul li {
    width: 50%;
    row-gap: 8px;
    font-size: 14px;
  }

  section.job-hero .sub-inner {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }

  .job-hero-content {
    padding: 16px;
  }
}
