* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: unset;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0E0E0E;
  background-color: #f0efea;
  overflow-x: hidden;
  max-width: 100%;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #0E0E0E;
  font-weight: 400;
}

.active {
  color: #00423D !important;
}

.button-primary {
  border-radius: 5px;
  background-color: #00423d;
  color: #fff;
  font-size: 20px;
  padding: 0.5rem 2.5rem;
  text-wrap: nowrap;
}
.button-primary:hover {
  color: #fff;
}

.t-primary {
  color: #00423D;
}

.bg-wp {
  background-color: #1F824B;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.background-primary {
  background-color: #00423D;
}

.secondary-text {
  color: #00423D;
}

.f-45 {
  flex: 45%;
}

.f-55 {
  flex: 55%;
}

.text-black {
  color: #000;
}

.mb-2r {
  margin-bottom: 2rem;
}

.mb-4r {
  margin-bottom: 4rem;
}

.mb-6r {
  margin-bottom: 6rem !important;
}

section {
  margin-bottom: 10rem;
}

.infinite-divider {
  display: block;
  height: 232px;
  background-color: #1f824b;
  width: 100%;
  padding: 61px 0;
}
.infinite-divider .airline-slider {
  width: 100%;
}
.infinite-divider .airline-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #f0efea;
  transition: box-shadow 0.6s ease, padding 0.6s ease;
}
.navbar ul.navbar-nav {
  gap: 1rem;
}
.navbar .nav-link {
  font-size: 1.25rem;
  color: #0E0E0E;
  font-weight: 500;
}
.navbar .active {
  font-weight: 900;
}

.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  z-index: 2;
}

.banner-content {
  border-radius: 3rem;
  padding: 4rem;
  background-size: cover;
  color: #f0efea;
  text-align: left;
  position: relative;
}
.banner-content p {
  color: #F0EFEA;
}
.banner-content .banner-content__top {
  display: flex;
  margin-bottom: 3rem;
}
.banner-content .banner-content__top .top__left {
  display: block;
  margin-right: 2rem;
}
.banner-content .banner-content__top .top__left span {
  font-size: 1.5rem;
}
.banner-content .banner-content__top .top__left h1 {
  font-size: 5rem;
  line-height: 8rem;
}
.banner-content .banner-content__top .top__right {
  display: flex;
  width: 350px;
}
.banner-content .banner-content__middle {
  border-bottom: 1px solid #f0efea;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.banner-content .banner-content__middle .middle__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 63px;
}
.banner-content .banner-content__middle .middle__left .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 35px;
  padding-top: 2rem;
  padding-right: 10rem;
}
.banner-content .banner-content__middle .middle__left .text-container span {
  font-size: 1.5rem;
  font-weight: 700;
}
.banner-content .banner-content__middle .middle__right .stats-container {
  display: grid; /* Use CSS Grid */
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.banner-content .banner-content__middle .middle__right .stat h3 {
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1rem;
}
.banner-content .banner-content__middle .middle__right .stat p {
  font-size: 1rem;
  margin-top: 10px;
}
.banner-content .banner-content__bottom .labels ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {

  .banner-content .banner-content__bottom .labels ul {
    justify-content: start;
    gap: 8px 24px;
    flex-wrap: wrap;
  }
}
.banner-content .banner-content__bottom .labels ul li {
  display: inline; /* Display the list items inline */
  position: relative; /* Position relative for the dot */
  padding-left: 20px;
}
.banner-content .banner-content__bottom .labels ul li::before {
  content: ""; /* Empty content for custom bullet */
  position: absolute; /* Position absolute for precise placement */
  left: 0; /* Align the dot to the left */
  top: 50%; /* Center the dot vertically */
  transform: translateY(-50%); /* Adjust position for centering */
  width: 8px; /* Dot width */
  height: 8px; /* Dot height */
  background-color: white; /* Dot color */
  border-radius: 50%; /* Make it a circle */
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-slider {
  display: flex;
  align-items: flex-end;
}
.banner-slider .swiper-wrapper {
  max-width: 350px;
  width: 350px;
  height: 218px;
}
.banner-slider .swiper-slide {
  border: 1px solid white;
  border-radius: 0.5rem;
  width: 165px;
  max-width: 165px;
  height: 173px;
  align-items: flex-end;
  justify-content: flex-end;
}
.banner-slider .swiper-slide img {
  object-fit: cover;
}
.banner-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  border: 3.5px solid #fff;
}
.banner-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: transparent;
}
.banner-slider .swiper-pagination {
  bottom: 10px;
}

.flexo-printing .row {
  align-items: stretch;
}
.flexo-printing .flexo-content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.flexo-printing .flexo-content__text {
  padding-right: 1rem;
}
.flexo-printing .flexo-content__text h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.flexo-printing .flexo-content__text p {
  font-size: 1rem;
  margin-bottom: 0;
}
.flexo-printing .flexo-content__button {
  display: flex;
  align-items: flex-end;
}
.flexo-printing .flexo__left {
  padding-right: 1rem;
  height: 100%;
}
.flexo-printing .flexo-image {
  background-color: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.flexo-printing .flexo-image img {
  display: block;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexo-printing .flexo__right {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  gap: 3rem;
  justify-content: space-between;
}
.flexo-printing .flexo-upper-image {
  width: 100%;
  height: 50%;
}
.flexo-printing .flexo-upper-image img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us__title {
  margin-bottom: 3rem;
}
.about-us__title h2 {
  color: #00423D;
  font-size: 24px;
  text-align: center;
}
.about-us__content {
  font-size: 40px;
  color: #5C5C5C;
}
.about-us__content p {
  color: inherit;
  font-size: inherit;
}

.solution-market__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 80px;
}
.solution-market__header h2 {
  font-size: 64px;
}
.solution-market .market-items-container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.solution-market .market-item {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.solution-market .market-item .img-container {
  flex: 60%;
  border-radius: 1rem;
  overflow: hidden;
}
.solution-market .market-item .img-container img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.solution-market .market-item .info-container {
  flex: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-market .market-item .info-container__title {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.solution-market .market-item .info-container__title .subtitle {
  font-size: 20px;
}
.solution-market .market-item .info-container__title h3 {
  font-size: 36px;
}
.solution-market .market-item .info-container p {
  color: #0E0E0E;
  font-size: 12px;
  text-align: justify;
}
.solution-market .market-item .info-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.solution-market .market-item .info-container ul li {
  display: inline;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.solution-market .market-item .info-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0E0E0E;
  border-radius: 50%;
}

.partners {
  width: 100%;
  height: 246px;
  padding: 60px 0;
  background-color: white;
  display: flex;
  justify-content: center;
}
.partners .swiper-slide {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .swiper-slide img {
  height: 100%;
}
/*
.galleries {
  width: 100%;
  height: 400px;
  padding: 0;
  background-color: white;
  display: flex;
  justify-content: center;
}
.galleries .swiper-slide {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleries .swiper-slide img {
  height: 100%;
}*/

.services__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.services__header .title-container {
  flex: 55%;
}
.services__header .title-container h2 {
  font-size: 64px;
  font-weight: 700;
}
.services__header .info-container {
  flex: 45%;
  padding: 2rem 0;
}
.services__header .info-container span {
  color: #00423D;
  font-size: 20px;
}
.services__header .info-container p {
  margin-top: 2rem;
  font-size: 16px;
  color: #0E0E0E;
}
.services .multiple-card-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: stretch;
  height: 100%;
}
.services .multiple-card-container .service-card {
  padding: 3rem 2rem;
}
.services .explore-info-container h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.service-card {
  border-radius: 1rem;
  padding: 3rem 4rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
}
.service-card h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 43px;
}
.service-card p {
  color: #F0EFEA;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.service-icon-card {
  border: 1px solid #00423D;
  border-radius: 1rem;
  padding: 5rem 4.5rem 3rem 2rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  position: relative;
}
.service-icon-card .card-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.service-icon-card h3 {
  font-size: 32px;
  margin-bottom: 2rem;
  line-height: 43px;
}
.service-icon-card p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.contact-card {
  border-radius: 2rem;
  background-color: #00423d;
}
.contact-card__header {
  padding: 6rem 6rem 4rem;
}
.contact-card__header h2 {
  font-size: 24px;
  color: #f0efea;
}
.contact-card__header h3 {
  font-size: 48px;
  color: #f0efea;
}
.contact-card__body {
  background-color: white;
  padding: 6rem 6rem;
}
.contact-card__footer {
  padding: 4rem 6rem 4rem;
  color: #F0EFEA;
}
.contact-card__footer h4 {
  font-size: 22px;
  margin-bottom: 2rem;
  font-weight: 700;
}
.contact-card__footer p, .contact-card__footer a {
  margin-bottom: 0.5rem;
  color: #F0EFEA;
  font-size: 18px;
  font-weight: 400;
}
.contact-card .subject-selection {
  margin: 2rem 0;
}
.contact-card .subject-selection h5 {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
  color: #8D8D8D;
}
.contact-card .radio-group {
  display: flex;
  gap: 20px;
}
.contact-card .radio-group input[type=radio] {
  display: none;
}
.contact-card .radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #b0b0b0;
  font-size: 14px;
}
.contact-card .radio-group input[type=radio]:checked + label {
  color: #000;
  font-weight: bold;
}
.contact-card .radio-group label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #b0b0b0;
  background-color: #fff;
}
.contact-card .radio-group input[type=radio]:checked + label::before {
  background-image: url("/assets/img/icons/thick.svg");
  border-color: #000;
  border: unset;
  background-size: contain;
  background-repeat: no-repeat;
}

form label {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
}
form .button-primary {
  font-size: 16px;
}
@media (max-width: 993px) {
  form .button-container{
    align-items: center !important;
  }
  form .button-primary {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
    margin-top: 0 !important;
  }
}
.contact-input {
  border: unset;
  border-bottom: 1px solid #8d8d8d;
  background-color: transparent;
  padding: 10px 5px;
  outline: none;
  width: 100%;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.phone-input-container {
  display: flex;
  align-items: center;
  position: relative;
}

.prefix {
  white-space: nowrap;
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 10px;
}

.phone-input {
  flex-grow: 1;
  padding-left: 50px;
}

.social-links {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
  gap: 1rem;
  margin-top: 2rem;
}
.social-links li {
  border-radius: 50%;
  background-color: black;
  width: 30px;
  height: 30px;
  position: relative;
}
.social-links li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: block;
}
.social-links li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-links li:hover {
  background-color: white;
}
.social-links li:hover svg {
  fill: black;
  stroke: black;
}
.social-links li:hover svg path {
  fill: black;
}

.footer {
  border-top: 1px solid #0E0E0E;
  padding: 100px 0;
}
.footer__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer__left {
    gap: 3rem;
  }
}
.footer__left .navigation-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .footer__left .navigation-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__left .social-links {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 1rem;
  margin-top: 2rem;
}
.footer__left .social-links li {
  border-radius: 50%;
  background-color: #00423D;
  width: 35px;
  height: 35px;
  position: relative;
}
.footer__left .social-links li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: block;
}
.footer__left .social-links li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__rigth h4 {
  margin-bottom: 2rem;
}
.footer__rigth p {
  margin-bottom: 6rem;
}
.footer .email-signup {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f8f8f4; /* Background color matching your screenshot */
  max-width: 400px;
}
.footer .email-input-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.footer .email-icon {
  margin-right: 8px;
  font-size: 20px;
}
.footer .email-input {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 16px;
  background-color: transparent;
}
.footer .signup-button {
  background-color: #00493d;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.detail .main-detail li {
  font-size: 24px;
}

.detail__header {
  margin-bottom: 3rem;
  margin-top: 100px;
}
.detail__header h1 {
  font-size: 48px;
}
.detail__header p {
  font-size: 24px;
}

.detail__content {
  font-size: 24px;
  line-height: 32px;
}

.detail__img-container {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  display: block;
  margin-bottom: 3rem;
  position: relative;
}
.detail__img-container img {
  width: 100%;
  object-fit: contain;
}

.detail__list {
  margin-top: 2rem;
}
.detail__list ul {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.detail__list ul li {
  font-size: 20px !important;
}

.detail .header-list {
  /*display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;*/
  margin-top: 2rem;
  padding-left: 0;
}
.detail .header-list li {
  font-size: 20px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 20px;
}
.detail .header-list li::before {
  content: '•'; /* Dairəvi marker */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: black;
}
.detail .header-list li.active::before {
  color: #1F824B;
}
.detail .header-list li.active a {
  color: #1F824B;
  font-weight: 600;
}
.detail .header-list li.active::marker {
  background-color: #1F824B;
  color: #1F824B;
}

.overlay-text::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 96px;
  z-index: 3;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 4rem;
}

.product-item h2 {
  font-size: 36px;
  margin-bottom: 2rem;
}
.product-item .img-container {
  border-radius: 2rem;
  width: 100%;
}
.product-item .img-container img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.gallery {
  overflow: hidden;
}

.gallery-slider {
  overflow: visible;
}
.gallery-slider .swiper-wrapper {
  gap: 3rem;
}
.gallery-slider .swiper-slide {
  max-width: 700px;
}
.gallery-slider .swiper-slide h2 {
  font-size: 36px;
  margin-bottom: 2rem;
}
.gallery-slider .swiper-slide img {
  height: 300px;
  width: auto;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .button-primary {
    font-size: 0.75rem;
  }
  section {
    margin-bottom: 60px;
  }
  .mb-6r {
    margin-bottom: 3rem !important;
  }
  .banner-content {
    border-radius: 3.5rem;
    padding: 2rem;
    overflow: hidden;
  }
  .banner-content .banner-content__top {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  .banner-content .banner-content__top .top__left {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__top .top__left span {
    font-size: 1.5rem;
  }
  .banner-content .banner-content__top .top__left h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .banner-content .banner-content__middle {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__middle .middle__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .banner-content .banner-content__middle .middle__left .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 35px;
    padding-top: 1rem;
    padding-right: 1rem;
  }
  .banner-content .banner-content__middle .middle__left .text-container span {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .banner-content .banner-content__middle .middle__right .stats-container {
    display: grid; /* Use CSS Grid */
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .banner-content .banner-content__middle .middle__right .stat h3 {
    font-size: 3rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__middle .middle__right .stat p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .banner-content .banner-content__bottom .labels {
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__bottom .labels ul {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .flexo-printing .row {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .about-us__title {
    margin-bottom: 1.5rem;
  }
  .about-us__title h2 {
    color: #00423D;
    font-size: 1rem;
    text-align: center;
  }
  .about-us__content {
    font-size: 24px;
    color: #5c5c5c;
  }
  .solution-market__header {
    gap: 1rem;
    margin-bottom: 40px;
  }
  .solution-market__header h2 {
    font-size: 24px;
  }
  .solution-market .market-items-container {
    gap: 6rem;
  }
  .solution-market .market-item {
    gap: 2rem;
    flex-direction: column;
  }
  .solution-market .market-item .img-container {
    flex: unset;
  }
  .solution-market .market-item .img-container img {
    height: auto;
  }
  .solution-market .market-item .info-container {
    flex: unset;
    gap: 1rem;
  }
  .solution-market .market-item .info-container__title {
    gap: 0.25rem;
  }
  .solution-market .market-item .info-container__title .subtitle {
    font-size: 16px;
  }
  .solution-market .market-item .info-container__title h3 {
    font-size: 24px;
  }
  .solution-market .market-item .info-container p {
    color: #0e0e0e;
    font-size: 16px;
  }
  .solution-market .market-item .info-container ul {
    gap: 1rem;
  }
  .solution-market .market-item .info-container ul li {
    margin-right: 2rem;
    font-weight: 500;
  }
  .solution-market .market-item .info-container .button-primary {
    display: block;
    text-align: center;
    margin-top: 1%;
  }
  .services__header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .services__header .title-container {
    flex: unset;
  }
  .services__header .title-container h2 {
    font-size: 48px;
  }
  .services__header .info-container {
    flex: unset;
    padding: 1rem 0;
  }
  .services__header .info-container span {
    font-size: 16px;
  }
  .services__header .info-container p {
    margin-top: 1rem;
    font-size: 14px;
  }
  .services .multiple-card-container {
    flex-direction: column;
    gap: 1rem;
  }
  .services .multiple-card-container .service-card {
    padding: 1.5rem 1rem;
  }
  .services .explore-info-container h3 {
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .service-card {
    border-radius: 1rem;
    padding: 3rem 2rem;
  }
  .service-card h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 36px;
  }
  .service-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-icon-card {
    padding: 4rem 3.5rem 2rem 2rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    position: relative;
  }
  .service-icon-card .card-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  .service-icon-card h3 {
    font-size: 32px;
    margin-bottom: 2rem;
    line-height: 43px;
  }
  .service-icon-card p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact-card {
    border-radius: 1rem;
  }
  .contact-card__header {
    padding: 2rem 2rem 1.5rem;
  }
  .contact-card__header h2 {
    font-size: 16px;
  }
  .contact-card__header h3 {
    font-size: 24px;
  }
  .contact-card__body {
    padding: 2rem;
  }
  .contact-card__body .form-group {
    margin-bottom: 1rem;
  }
  .contact-card__footer {
    padding: 2rem 3rem 2rem;
    color: #f0efea;
    text-align: center;
  }
  .contact-card__footer .col-sm-6 {
    margin-bottom: 2rem;
  }
  .contact-card__footer h4 {
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .contact-card__footer p,
  .contact-card__footer a {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-card .subject-selection {
    margin: 1rem 0;
  }
  .contact-card .subject-selection h5 {
    margin-bottom: 1rem;
  }
  .contact-card .radio-group {
    flex-direction: column;
  }
  .contact-card .button-primary {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .banner-content {
    border-radius: 3.5rem;
    padding: 2rem;
    overflow: hidden;
  }
  .banner-content .banner-content__top {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  .banner-content .banner-content__top .top__left {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__top .top__left span {
    font-size: 1.5rem;
  }
  .banner-content .banner-content__top .top__left h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .banner-content .banner-content__middle {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__middle .middle__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .banner-content .banner-content__middle .middle__left .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 35px;
    padding-top: 1rem;
    padding-right: 1rem;
  }
  .banner-content .banner-content__middle .middle__left .text-container span {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .banner-content .banner-content__middle .middle__right .stats-container {
    display: grid; /* Use CSS Grid */
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .banner-content .banner-content__middle .middle__right .stat h3 {
    font-size: 3rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__middle .middle__right .stat p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .banner-content .banner-content__bottom .labels {
    margin-bottom: 1rem;
  }
  .banner-content .banner-content__bottom .labels ul {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .flexo-printing .flexo__left {
    padding-right: 0;
  }
  .flexo-printing .flexo__left .flexo-image img {
    border-radius: 1rem;
  }
  .flexo-printing .flexo__right {
    flex-direction: column;
    padding-left: 0;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .flexo-printing .flexo__right .flexo-content {
    flex-direction: column;
    gap: 1rem;
  }
  .flexo-printing .flexo__right .flexo-content__text {
    padding-right: 0;
    text-align: center;
  }
  .flexo-printing .flexo__right .flexo-content__text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .flexo-printing .flexo__right .flexo-content__text p {
    font-size: 0.5rem;
    margin-bottom: 0;
  }
  .flexo-printing .flexo__right .flexo-content__button {
    justify-content: center;
  }
  .flexo-printing .flexo-upper-image img {
    border-radius: 1rem;
  }
  .contact-card__body .form-group {
    margin-bottom: 1rem;
  }
  .contact-card .col-sm-6 {
    margin-bottom: 2rem;
  }
  .detail__header {
    margin-top: 30px;
  }
  .detail__header h1 {
    font-size: 32px;
  }
  .detail .header-list {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0.5rem 2rem;
    margin-top: 2rem;
  }
  .detail .header-list li {
    font-size: 1rem;
  }
  .overlay-text::after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .overlay-centered {
    font-size: 64px;
  }
  .grid-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .product-item h2 {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .product-item .img-container {
    border-radius: 1rem;
  }
  .gallery-slider {
    overflow: hidden;
  }
  .gallery-slider .swiper-wrapper {
    gap: 0;
  }
  .gallery-slider .swiper-slide {
    max-width: 100%;
    width: 100%;
  }
  .gallery-slider .swiper-slide h2 {
    font-size: 24px;
  }
  .gallery-slider .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 1rem;
  }
  .footer {
    padding: 60px 0;
  }
  .footer .row {
    flex-direction: column-reverse;
  }
  .footer__left {
    text-align: center;
    gap: 4rem;
  }
  .footer__left .navigation-links {
    flex-direction: column;
    gap: 1rem;
  }
  .footer__left .social-links {
    align-items: center;
    justify-content: center;
  }
  .footer__rigth {
    text-align: center;
    margin-bottom: 4rem;
  }
  .footer__rigth h4 {
    margin-bottom: 2rem;
  }
  .footer__rigth p {
    margin-bottom: 3rem;
  }
  .footer__rigth form {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */