body:has(main.new-design) .espa-logos {
  display: none;
}

/* header */

body:has(main.new-design) {
  background-color: #f0f0f0;
}

body:has(main.new-design) .fixed-menu .bottom-row {
  background-color: transparent;
}
body:has(main.new-design) .fixed-menu .logo {
  width: 350px;
}
body:has(main.new-design) .fixed-menu .top-nav {
  color: var(--mainColor);
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 32px 12px 37px;
  font-size: 14px;
  margin-right: 1rem;
}
body:has(main.new-design) .fixed-menu .nav-item-top {
  font-size: 14px;
}
body:has(main.new-design) .menu-btn-wrapper .line {
  border-color: #1d2327;
}

body:has(main.new-design) .fixed-menu .blue-dealer-logo {
  width: 50px;
}

@media screen and (max-width: 1420px) {
  body:has(main.new-design) .fixed-menu .logo {
    width: 300px;
  }
}
@media screen and (max-width: 1180px) {
  body:has(main.new-design) .fixed-menu .logo {
    width: 250px;
  }
  body:has(main.new-design) .page-header {
    padding-top: 85px;
  }
}
@media screen and (max-width: 880px) {
  body:has(main.new-design) .fixed-menu .logo {
    width: 200px;
  }
  body:has(main.new-design) .page-header {
    padding-top: 70px;
  }
}
@media screen and (max-width: 520px) {
  body:has(main.new-design) .fixed-menu .logo {
    width: 150px;
  }
}

/* hero */

body:has(main.new-design) .hero {
  box-shadow: none;
  margin-top: 150px;
  padding-block: 0 3rem;
}
body:has(main.new-design) .hero-main {
  height: calc(100dvh - 150px - 4rem);
  max-height: 900px;
}
body:has(main.new-design) .hero-main .hero-item {
  padding-right: 0;
  position: relative;
  /* aspect-ratio: 16/9; */
  border-radius: 20px;
  overflow: hidden;
}

body:has(main.new-design) .hero-main .hero-item::after {
  content: "";
  background: #011638;
  background: linear-gradient(
    0deg,
    rgba(1, 22, 56, 1) 0%,
    rgba(1, 22, 56, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
}

body:has(main.new-design) .hero-main .hero-item-image-wrapper {
  width: 100%;
  padding: 0;
  border: none;
  height: 100%;
}
body:has(main.new-design) .hero-main .hero-item-image {
  width: 100%;
  height: 100%;
}

body:has(main.new-design) .hero-item-category {
  position: absolute;
  left: 2rem;
  border: none;
  bottom: 40px;
  width: 60%;
  color: #fff;
  z-index: 2;
  font-size: 3.5rem;
}

body:has(main.new-design) .swiper-pagination {
  /* background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 5px 10px 2px;
  border-radius: 10px; */
  right: 2rem !important;
  bottom: 40px;
}
body:has(main.new-design) .heroSwiper .dot {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-size: 1.5rem 1.5rem;
}

@media screen and (max-width: 1420px) {
  body:has(main.new-design) .hero-item-category {
    width: calc(100% - 4rem);
    text-align: center;
    padding-inline: 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1180px) {
  body:has(main.new-design) .hero {
    margin-top: 100px;
  }
}
@media screen and (max-width: 920px) {
  body:has(main.new-design) .hero-item-category {
    font-size: 2.5rem;
    padding-block: 0;
  }
}
@media screen and (max-width: 880px) {
  body:has(main.new-design) .hero {
    margin-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  body:has(main.new-design) .hero-item-category {
    margin-left: 0;
  }
  body:has(main.new-design) .heroSwiper .swiper-pagination {
    width: 300px;
    bottom: 0;
  }
  body:has(main.new-design) .hero-main {
    height: 650px;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 520px) {
  body:has(main.new-design) .hero {
    margin-top: 60px;
  }
  body:has(main.new-design) .hero-item-category {
    font-size: 2rem;
  }
}

/* company */

body:has(main.new-design) .home-company .section-header {
  margin-bottom: 4rem;
  font-size: 4rem;
}
body:has(main.new-design) .company-wrapper {
  display: block;
}

body:has(main.new-design) .company-info {
  margin-bottom: 4rem;
}
body:has(main.new-design) .company-info .info-text {
  gap: 2rem;
  min-height: unset;
}
body:has(main.new-design) .company-info .num-info {
  height: 400px;
  flex: 1;
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  flex-direction: column;
  align-items: start;
}

body:has(main.new-design) .company-info .num-info h3 {
  text-shadow: none;
  border-bottom: none;
}
body:has(main.new-design) .company-info .num-info p {
  margin-left: 0;
  max-width: unset;
  align-self: end;
  margin-top: auto;
  text-align: right;
  line-height: 110%;
}
body:has(main.new-design) .company-description {
  margin: 2rem auto;
  max-width: 800px;
  border-radius: 20px;
  width: 100%;
}

body:has(main.new-design) .company-description > p {
  margin-block: 0 1rem;
}
body:has(main.new-design) .company-description .more-btn {
  margin-left: auto;
  border-radius: 15px;
  background-color: #fff;
  color: var(--darkColor);
}
body:has(main.new-design) .company-info .info-text:after,
body:has(main.new-design) .company-description:before {
  display: none;
}

@media screen and (max-width: 1480px) {
  body:has(main.new-design) .company-info .info-text {
    gap: 1rem;
  }
  body:has(main.new-design) .company-info .num-info:last-of-type {
    margin-right: 0;
  }
  body:has(main.new-design) .company-info .num-info {
    height: 300px;
    padding: 1.5rem;
  }
  body:has(main.new-design) .company-info .num-info h3 {
    font-size: 60px;
  }
  body:has(main.new-design) .company-info .num-info p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) {
  body:has(main.new-design) .home-company .section-header {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 960px) {
  body:has(main.new-design) .home-company .section-header {
    font-size: 2.5rem;
  }
  body:has(main.new-design) .company-info .info-text {
    flex-wrap: wrap;
  }
  body:has(main.new-design) .company-info .num-info {
    flex: 0 0 calc((100% - 1rem) / 2);
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  body:has(main.new-design) .company-info .info-text {
    flex-direction: row;
  }
  body:has(main.new-design) .company-info .num-info {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 620px) {
  body:has(main.new-design) .home-company .section-header {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  body:has(main.new-design) .company-info .num-info {
    height: 200px;
    padding: 1rem;
  }
  body:has(main.new-design) .company-info .num-info h3 {
    font-size: 40px;
  }
  body:has(main.new-design) .company-info .num-info p {
    font-size: 20px;
  }
}

@media screen and (max-width: 520px) {
  body:has(main.new-design) .company-description {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 460px) {
  body:has(main.new-design) .company-info .info-text {
    gap: 0.5rem;
  }
  body:has(main.new-design) .company-info .num-info {
    flex: 0 0 calc((100% - 0.5rem) / 2);
  }
  body:has(main.new-design) .company-info .num-info h3 {
    font-size: 36px;
  }
  body:has(main.new-design) .company-info .num-info p {
    font-size: 18px;
  }
}

/* process */

body:has(main.new-design) .process-wrapper h2 {
  color: var(--secColor);
  border: none;
}
body:has(main.new-design) .process-wrapper {
  background-color: transparent;
  color: var(--colorDark);
}
body:has(main.new-design) .process-list-wrapper {
  border: none;
  gap: 1rem;
}

body:has(main.new-design) .process-item {
  width: calc((100% - 3rem) / 4);
  border-radius: 20px;
  flex-direction: column;
  height: 270px;
  padding: 2rem;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 0;
}

body:has(main.new-design) .process-list-wrapper > div:nth-of-type(1) {
  background-color: var(--mainColor);
}
body:has(main.new-design) .process-list-wrapper > div:nth-of-type(2) {
  background-color: var(--darkColor);
}
body:has(main.new-design) .process-list-wrapper > div:nth-of-type(3) {
  background-color: #fff;
  color: var(--secColor);
}
body:has(main.new-design)
  .process-list-wrapper
  > div:nth-of-type(3)
  .process-item-icon {
  filter: var(--filterSecColor);
}
body:has(main.new-design) .process-list-wrapper > div:nth-of-type(4) {
  background-color: var(--secColor);
}

body:has(main.new-design) .process-item-icon {
  background-color: transparent;
  margin-right: 0;
  width: 100px;
  padding: 0;
}

body:has(main.new-design) .process-item .process-title {
  font-size: 2.5rem;
  align-self: flex-end;
  margin: auto 0 0 auto;
  font-weight: 100;
  text-align: right;
}

@media screen and (max-width: 1460px) {
  body:has(main.new-design) .process-item .process-title {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1320px) {
  body:has(main.new-design) .process-item-icon {
    width: 80px;
  }
  body:has(main.new-design) .process-item .process-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1120px) {
  body:has(main.new-design) .process-item {
    padding: 1rem;
  }
}
@media screen and (max-width: 1020px) {
  body:has(main.new-design) .process-item {
    height: 220px;
  }
  body:has(main.new-design) .process-item .process-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 860px) {
  body:has(main.new-design) .process-list-wrapper {
    gap: 0.5rem;
  }
  body:has(main.new-design) .process-item {
    width: calc((100% - 1.5rem) / 4);
  }
  body:has(main.new-design) .process-item {
    height: 200px;
  }
  body:has(main.new-design) .process-item-icon {
    width: 65px;
  }
  body:has(main.new-design) .process-item .process-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 760px) {
  body:has(main.new-design) .process-list-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }
  body:has(main.new-design) .process-item {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (max-width: 480px) {
  body:has(main.new-design) .process-list-wrapper {
    gap: 0.5rem;
  }
  body:has(main.new-design) .process-item {
    width: calc((100% - 0.5rem) / 2);
  }
  body:has(main.new-design) .process-item .process-title {
    font-size: 1.25rem;
  }
}

/* certificate */

body:has(main.new-design) .quality-wrapper {
  background-color: transparent;
}
body:has(main.new-design) .certificates-wrapper {
  gap: 1rem;
}
body:has(main.new-design) .certificate:first-of-type {
  border-right: none;
}
body:has(main.new-design) .certificate {
  border: none;
  border-radius: 20px;
  background-color: var(--darkColor);
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
}

body:has(main.new-design) .certificate .description,
body:has(main.new-design) .certificate .title,
body:has(main.new-design) .certificate .provider {
  color: #fff;
}

body:has(main.new-design) .certificate .provider {
  background-color: var(--secColor);
  border-radius: 10px;
  padding: 12px 20px;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  grid-row: 1 /3;
  grid-column: 2/3;
  align-self: center;
}

body:has(main.new-design) .certificate .title {
  width: fit-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

@media screen and (max-width: 680px) {
  body:has(main.new-design) .certificate {
    padding: 1rem;
  }
  body:has(main.new-design) .certificate .provider {
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  body:has(main.new-design) .certificate .description {
    grid-column: 1/ -1;
  }
  body:has(main.new-design) .certificate .provider {
    grid-row: 3/4;
    margin-top: 1rem;
  }
}

/* projects */

.project-wrapper {
  /* gap: 2rem; */
  padding-bottom: 4rem;
  /* --padding: 3rem;
  --paddingLeft: max(
    var(--padding),
    calc(((100vw - var(--wrapperWidth)) / 2) + 2rem)
  );
  padding-inline: var(--paddingLeft); */
}

.project-card {
  position: relative;
  height: 600px;
  /* width: 300px; */
  border-radius: 20px;
  overflow: hidden;
  /* flex: 1; */
  width: 800px;
}

.project-card .project-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-card .project-title {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
  background-color: var(--darkColor);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  box-sizing: border-box;
}
.project-card .project-location {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  width: fit-content;
  background-color: var(--secColor);
  color: #fff;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 14px;
}

.projectSwiper .swiper-button-prev {
  display: none;
}
.projectSwiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 50px;
  padding: 2rem;
}

/* shop */

.shop-section-header {
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-block: 150px;
}
.shop-section-header .shop-section-info {
  font-size: 16px;
  line-height: 150%;
  color: var(--darkColor);
  max-width: 450px;
  text-align: right;
  text-wrap: balance;
}

.shop-section-header .shop-section-info > p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.shop-section-header .more-btn {
  margin-left: auto;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: var(--secColor);
  color: #fff;
  margin-top: 1rem;
  border-radius: 20px;
}

.shop-gallery > div {
  flex: 1;
  aspect-ratio: 1;
}

@media screen and (max-width: 980px) {
  .shop-section-header {
    align-items: flex-start;
  }
  .shop-section-header .section-header {
    padding-block: 0;
  }
}

@media screen and (max-width: 640px) {
  .shop-section-header {
    flex-direction: column;
  }
  .shop-section-header .shop-section-info {
    margin-left: auto;
  }
  .shop-gallery {
    flex-wrap: wrap;
  }
  .shop-gallery > div {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 520px) {
  .shop-section-header .shop-section-info {
    margin-left: 0;
    text-align: left;
    max-width: unset;
  }
  .shop-section-header .more-btn {
    margin-top: 1rem;
  }
}

/* daikin */

.daikin-banner {
  aspect-ratio: 2;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: clamp(40px, 6vw, 100px);
}

@media screen and (max-width: 620px) {
  .wrapper:has(.daikin-banner) {
    padding-inline: 0;
  }
  .daikin-banner {
    border-radius: 0 0 20px 20px;
  }
}

/* blue dealer */

.blue-dealer-wrapper {
  width: 100%;
  max-width: 800px;
  height: 400px;
  background-color: #fff;
  padding: 50px 2rem;
  box-shadow: 0px 8px 21px #00000029;
  margin: 5rem auto;
  border-radius: 0 20px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  position: relative;
}

.blue-dealer-wrapper::before,
.blue-dealer-wrapper::after {
  content: "";
  width: 0;
  --size: 40px;
  border-top: var(--size) solid rgba(110, 229, 253);
  border-left: var(--size) solid rgba(110, 229, 253);
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.blue-dealer-wrapper::after {
  --size: 20px;
  border-color: var(--colorDark);
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid transparent;
}

.blue-dealer-wrapper .dealer-img {
  width: 250px;
  box-shadow: none;
}
.blue-dealer-wrapper h2 {
  font-size: 30px;
}
.blue-dealer-wrapper h3 {
  font-size: 24px;
  line-height: 125%;
  max-width: 320px;
  text-wrap: balance;
  font-weight: 300;
  margin-top: 1rem;
}

@media screen and (max-width: 650px) {
  .blue-dealer-wrapper {
    gap: 20px;
  }
  .blue-dealer-wrapper .dealer-img {
    width: 40%;
  }
  .blue-dealer-wrapper h2 {
    font-size: 24px;
  }
  .blue-dealer-wrapper h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .blue-dealer-wrapper {
    flex-direction: column;
    height: auto;
  }
}

/* home product categories */

body:has(main.new-design) .products-container .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}

body:has(main.new-design) .products-wrapper .col .title-wrapper {
  left: 1rem;
  width: calc(100% - 2rem);
  background-color: var(--darkColor);
  color: #fff;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  height: auto;
  display: block;
}

body:has(main.new-design) .products-wrapper .col .title-wrapper h3 {
  text-align: center;
  font-size: 24px;
}

/* home antlies */

.home-antlies {
  height: 100dvh;
  width: 100dvw;
  position: relative;
}
.home-antlies::before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(1, 22, 56, 0.5);
  z-index: 2;
  position: absolute;
}

.home-antlies .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-antlies-wrapper {
  height: 100%;
}

.home-antlies-info {
  position: relative;
  z-index: 3;
  height: 100%;
}

.home-antlies .section-header h2 {
  color: #fff;
  font-size: 64px;
}

.home-antlies-intro {
  margin-block: auto 2rem;
  color: #fff;
  max-width: 650px;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 20px;
  margin-left: auto;
}

.home-antlies-intro > *:not(:last-child) {
  margin-bottom: 1rem;
}
.home-antlies-intro h3 {
  text-wrap: balance;
}
.home-antlies-intro .more {
  display: block;
  width: fit-content;
  background-color: #fff;
  color: var(--mainColor);
  padding: 0.5rem 1rem;
  border-radius: 15px;
  margin-left: auto;
  margin-top: 2rem;
}

@media screen and (max-width: 1280px) {
  .home-antlies .section-header h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  .home-antlies .section-header h2 {
    font-size: 40px;
  }
  .home-antlies-intro {
    padding: 1rem;
  }
}

/* podcast */

.podcast-section {
  background-color: var(--secColor);
  color: #fff;
  padding-block: 4rem;
  margin-bottom: 4rem;
}

.antlies-podcast {
  max-width: 800px;
  margin-inline: auto;
}

.antlies-video {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.antlies-podcast-title {
  font-size: 26px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 1.5rem;
}
.antlies-podcast-subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  text-wrap: balance;
  margin-top: 1rem;
}

.antlies-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  filter: brightness(0) invert(1);
  width: 60px;
  pointer-events: none;
}

.podcast-section .video-container {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.antlies-video:has(iframe) .play-btn {
  display: none;
}

@media screen and (max-width: 920px) {
  .antlies-video .play-btn {
    width: 40px;
  }
}
@media screen and (max-width: 620px) {
  .podcast-section {
    margin-bottom: 0;
  }
}
/* quick contact */

#call-me-btn {
  position: fixed;
  background-color: var(--altColor);
  border-radius: 25px;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem 1.5rem;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

#call-me-btn span {
  filter: brightness(0) invert(1);
  display: inline-block;
  margin-right: 0.5rem;
}

#contact-modal {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 400px;
  border-radius: 20px;
  background-color: var(--altColor);
  padding: 2rem;
  color: #fff;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#contact-modal.on {
  opacity: 1;
  pointer-events: all;
}

#contact-modal .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
#contact-modal h3 {
  margin-bottom: 1.5rem;
}
#contact-modal p {
  margin-bottom: 1rem;
}

#quick-contact-form > * {
  width: 100%;
  font-family: "Roboto", sans-serif;
}
#quick-contact-form input {
  background-color: transparent;
  color: #fff;
  margin-bottom: 0.5rem;
  border: none;
  offset: none;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
}
#quick-contact-form button {
  width: fit-content;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 10px;
  color: var(--darkColor);
  padding: 0.5rem 1rem;
  margin-left: auto;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  border: #fff;
  offset: none;
}

/* page antlies */

.page-antlies .page-hero {
  /* aspect-ratio: 2; */
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  height: calc(100dvh - 150px - 2rem);
}

.page-antlies .page-hero::after {
  content: "";
  background: #011638;
  background: linear-gradient(
    0deg,
    rgba(1, 22, 56, 1) 0%,
    rgba(1, 22, 56, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
}

.page-antlies .page-hero .hero-image {
  height: 100%;
}

.page-antlies .page-hero-title {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-weight: 100;
  z-index: 3;
}

.page-antlies .page-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: clamp(3rem, 8vw, 100px);
}

.page-antlies .page-body li span {
  font-weight: 800;
}

.page-content-solutions {
  margin-bottom: 4rem;
}

.page-content-solutions > p {
  text-align: center;
  max-width: 600px;
  text-wrap: balance;
  margin-inline: auto;
}

.solution-cards-wrapper {
  gap: 2rem;
  justify-content: center;
  max-width: 900px;
  margin-inline: auto;
  margin-top: 3rem;
}
.solution-cards-wrapper > div {
  flex: 1;
  background-color: var(--mainColor);
  color: var(--darkColor);
  border-radius: 20px;
  padding: 1rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solution-cards-wrapper > div:last-of-type {
  background-color: #fff;
  color: var(--darkColor);
}
.solution-cards-wrapper > div:first-of-type {
  background-color: var(--darkColor);
  color: #fff;
}

.solution-card {
  container-name: solution-card;
  container-type: inline-size;
}
.solution-card p {
  width: 80%;
  text-wrap: balance;
  margin-left: auto;
  text-align: right;
}

.page-image-seperator {
  border-radius: 20px;
  aspect-ratio: 2;
  overflow: hidden;
}

.page-antlies .footer-antlies {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 6vw, 100px);
  border-radius: 20px;
  background-color: var(--darkColor);
  color: #fff;
  padding: 2rem;
  text-align: center;
  text-wrap: balance;
}

.page-antlies .footer-antlies > *:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 920px) {
  .page-antlies .page-hero {
    height: 600px;
  }
  .page-antlies .page-hero-title {
    font-size: 36px;
  }
  .solution-cards-wrapper {
    gap: 1rem;
  }
  .solution-card h2 {
    font-size: 22px;
  }
  .solution-card p {
    width: 100%;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 760px) {
  .solution-card h2 {
    font-size: 20px;
  }
  .solution-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .solution-cards-wrapper {
    flex-direction: column;
  }
  .solution-cards-wrapper > div {
    aspect-ratio: 4;
  }
}
@media screen and (max-width: 540px) {
  .page-antlies .page-hero-title {
    font-size: 28px;
  }
  .page-antlies .page-hero-title {
    left: 1rem;
  }
  .page-antlies .page-content {
    padding-inline: 1rem;
  }
  .solution-cards-wrapper > div {
    aspect-ratio: 3;
  }
  .page-antlies .footer-antlies {
    padding-inline: 1rem;
    text-align: left;
  }
  .page-antlies .footer-antlies > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .page-antlies .footer-antlies h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 440px) {
  .solution-cards-wrapper > div {
    aspect-ratio: 2;
  }
}

/* footer */

body:has(main.new-design) .info .row {
  padding-left: 1rem;
}
body:has(main.new-design) .contact-row {
  border: none;
  gap: 2rem;
}
body:has(main.new-design) .contact-item {
  flex-direction: column;
  border-radius: 20px;
  padding: 2rem;
  gap: 1rem;
}
body:has(main.new-design) .contact-row > div:first-of-type {
  background-color: var(--darkColor);
}
body:has(main.new-design) .contact-row > div:last-of-type {
  background-color: var(--mainColor);
  border: none;
}
body:has(main.new-design) .contact-item .title {
  align-self: flex-start;
}
body:has(main.new-design) .contact-item a {
  align-self: flex-end;
}

@media screen and (max-width: 820px) {
  body:has(main.new-design) .info .row {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 620px) {
  body:has(main.new-design) .info .shop h3 {
    font-size: 2rem;
  }
  body:has(main.new-design) .social {
    margin-top: 0.5rem;
  }
  body:has(main.new-design) .social ul li {
    width: 1.5rem;
    height: 1.5rem;
  }
  body:has(main.new-design) .footer-wrapper .info-row {
    padding-inline: 1rem;
  }
  body:has(main.new-design) .contact-row {
    gap: 1rem;
  }
  body:has(main.new-design) .contact-item {
    padding: 1rem;
    border-radius: 15px;
  }
}
