.footer {
  padding-top: 200px;
  padding-bottom: 200px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.footer .footer-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #a76b83;
  text-transform: uppercase;
}

.footer .footer-nav li:not(:last-child) {
  margin-bottom: 5px;
}

.footer .nav-link {
  font-weight: 400;
}

.container {
  max-width: 1800px;
}

@media (min-width: 1440px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.btn.btn-primary {
  color: white;
  background: #851e48;
  border-color: #851e48;
}

.btn.btn-primary:hover {
  color: white;
  background: #6e1a3c;
  border-color: #6e1a3c;
}

.bg-gradient-1 {
  --bs-heading-h1-color: white !important;
  background: linear-gradient(0deg, #a0a0a0, #1f1d1d) !important;
}

.bg-gradient-1 h1 {
  margin-bottom: 0 !important;
}

.bg-gradient-1 .umb-block-grid__layout-item {
  margin-bottom: 0 !important;
}

.header {
  background: linear-gradient(90deg, #000, #851e48 33.33% 66.67%, #851e48);
}

.header .navbar-brand {
  max-width: 280px;
}

.header .container {
  max-width: 100%;
}

@media (min-width: 1280px) {
  .header .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 991px) {
  .header .main-nav {
    background: transparent !important;
  }
}

@media (max-width: 992px) {
  .header .main-nav {
    top: 56px;
    height: calc(100% - 56px);
    color: #a0a0a0;
    --bs-navbar-color: #a0a0a0;
    --bs-navbar-hover-color: #a0a0a0;
    background: white !important;
  }

  .header .navbar-brand {
    max-width: 162px;
  }

  .header .main-nav {
    top: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: calc(100% - 66px);
    transform: unset;
  }

  .header .main-menu {
    margin-top: 0;
  }
}

/* .header .menu-link::after {
  content: "";
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 32' d='M8 8L0 0V16L8 8Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  transform: rotate(-135deg);
} */

.header .menu-link {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

@media (min-width: 992px) {
  .header .nav-inner {
    width: 60%;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }

  .main-menu {
    margin-right: auto;
  }
}

.btn.btn-primary {
  font-size: 18px;
  padding: 9px 33px;
  border-radius: 24px !important;
}

.btn.button-with-icon {
  display: inline-flex !important;
  align-items: center;
}

.btn.button-with-icon::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M0 16V10V8V6V0L8 4L16 8L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer {
  background: linear-gradient(180deg, #1f1d1d, #1f1d1d 40.5%, #851e48);
}

.banner-1-block {
  --bs-heading-h1-color: white !important;
  color: white !important;
}

.banner-1-block .container {
  position: relative;
  z-index: 3;
  align-items: flex-end !important;
}

.banner-1-block p.h2 {
  text-transform: uppercase;
  color: white !important;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.banner-1-block.direction-horizontal .hero-content {
  max-width: 100%;
}

.banner-1-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000, #0000006b, #000000bf);
}

.section-feature {
  --bs-heading-h1-color: #504f4f !important;
  color: #504f4f !important;
  background: radial-gradient(50% 50% at 50% 50%, #fff, #fff0), #79797980 !important;
}

.section-feature .card-feature-sm {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  --bs-heading-h5-color: white !important;
  color: white !important;
  border-radius: 16px !important;
}

.section-feature .card-feature-sm .card-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.section-card .content-holder {
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 24px 0;
  box-sizing: border-box;
  gap: 10px;
  min-width: 320px;
}

.section-card .text-holder {
  margin-bottom: 50px;
  font-weight: 500 !important;
}

.section-card .text-safe-holder {
  padding: 48px 24px 40px 40px;
  line-height: 1.5;
}

.section-card .card-link {
  color: #903c5e;
}

.section-card .vector {
  width: 42px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 10px;
}

.section-card .vector .quote-square-1 {
  width: 16px;
  position: relative;
  background-color: #a76b83;
  height: 16px;
}

.section-card .vector .quote-square-2 {
  width: 16px;
  position: relative;
  background-color: #903c5e;
  height: 16px;
}

.section-card .vector .quote-square-3 {
  width: 16px;
  position: relative;
  background-color: #851e48;
  height: 16px;
}

.section-card .vector.vector-2 {
  align-self: flex-end;
  transform: rotate(-180deg);
}

/*Видалити лишні стилі  */
.product-card img {
  width: 100%;
  height: 565px !important;
  overflow: hidden;
  position: relative;
}

.product-card {
  height: auto;
}

.card-custom {
  width: 100% !important;
}

.article-page {
  padding: 40px 0 48px;
}

.rectangle-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.title-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}

.rectangle-parent {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}

.frame-child {
  width: 16px;
  height: 16px;
}

.title-text {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.nav-link {
  padding: 10px;
  font-weight: 500;
  color: #666;
  transition: background-color 0.2s ease;
}

.footer .who-we-are a {
  color: white;
}

.nav-link.active-item {
  background: linear-gradient(to right, #000000, #91204f);
  color: white !important;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link.active-item::after {
  content: "▶";
  font-size: 0.8rem;
  margin-left: auto;
  position: relative;
}

.headline-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.headline-with-icon img {
  width: 27px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 15px;
}
.rte-text p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.img-size-center {
  height: 100px !important;
  width: auto !important;
}

.text-Banner {
  margin: 0 auto 88px;
  max-width: 1000px;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.info-card > img {
  height: 28px;
  border-radius: 0 120px;
}

.rich-text-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.card-feature-content {
  margin: 20px 0 20px 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.quote-block {
  flex: 1;
  min-height: 365px;
  border-radius: 24px;
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  gap: 10px;
  z-index: 1;
  border: solid 1px #eceaea;
}

@media (max-width: 768px) {
  .quote-block {
    padding: 28px;
  }
}

.quote-block .text-holder {
  min-height: 88px;
}

.quote-block .open-quote {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.quote-block .squares {
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transform: rotate(90deg);
}

.quote-block .squares1 {
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  transform: rotate(-90deg);
}

.quote-block .vector {
  width: 42px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 10px;
  transform: rotate(-90deg);
}

.quote-block .quote-square {
  width: 16px;
  position: relative;
  background-color: #a76b83;
  height: 16px;
}

.quote-block .quote-square1 {
  width: 16px;
  position: relative;
  background-color: #903c5e;
  height: 16px;
}

.quote-block .quote-square2 {
  width: 16px;
  position: relative;
  background-color: #851e48;
  height: 16px;
}

.quote-block .end-quote {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.quote-block .context2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  gap: 32px;
}

.section-team-members .member-card .card-img {
  flex: 1;
  border-radius: 16px;
  max-width: 100%;
  overflow: hidden;
  height: 200px;
  object-fit: cover;
}

.section-team-members .container {
  max-width: 1440px;
}

.section-team-members .section-title {
  color: #504f4f !important;
}

.section-services .section-title {
  color: #851e48;
}

.section-services .service-item-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 20px;
  background: #21252994;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.section-services .service-item-modal {
  margin: auto;
  max-width: 768px;
  width: 100%;
  position: relative;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 48px;
  box-sizing: border-box;
  gap: 24px;
  overflow-y: auto;
  text-align: left;
}

.section-services .service-modal-title {
  color: #851e48;
}

.section-services .service-modal-close-btn {
  color: #e0dddd;
  border: none;
  background: none;
}

.section-services .service-modal-close-btn svg {
  width: 32px;
  height: 32px;
}

.section-trust .subtitle {
  background-color: #851e48;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 24px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.section-trust .row .card-trust {
  position: relative;
  padding: 24px;
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: 0.3s;
}

.section-trust .row .card-trust:hover {
  filter: grayscale(0);
}

.section-trust .card-title {
  font-size: 15px;
  color: white;
}

.section-trust .row .card-trust .text-holder {
  color: white;
  font-size: 14px;
}

.section-trust .row .card-title-no-hover {
  transition: 0.3s;
}

.section-trust .row .card-trust.active .card-title-no-hover {
  position: absolute;
  opacity: 0;
}

.section-trust .row .card-trust .hidden-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: auto;
  transition: 0.45s;
  transform: translateY(100%);
}

.section-trust .row .card-trust.active .hidden-content {
  transform: translateY(0);
}

.section-testimonials {
  padding: 0;
  min-height: 80vh;
}

.section-testimonials .hero-inner {
  color: white;
  border-radius: 0;
}

@media (max-width: 768px) {
  .section-testimonials .hero-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section-testimonials .hero-inner .hero-content {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.section-testimonials .statement {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-testimonials .open-quote {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.section-testimonials .squares {
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transform: rotate(90deg);
}

.section-testimonials .vector {
  width: 42px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 10px;
  transform: rotate(-90deg);
}

.section-testimonials .square {
  width: 16px;
  position: relative;
  background-color: #a76b83;
  height: 16px;
}

.section-testimonials .square1 {
  width: 16px;
  position: relative;
  background-color: #903c5e;
  height: 16px;
}

.section-testimonials .square2 {
  width: 16px;
  position: relative;
  background-color: #851e48;
  height: 16px;
}

.section-testimonials .openend {
  padding: 0 48px;
}

.section-testimonials .end-quote {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.section-testimonials .squares1 {
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  transform: rotate(-90deg);
}

.section-testimonials .context35 {
  line-height: 1.65;
}

.careers-banner {
  padding: 0;
  min-height: 80vh;
}

.careers-banner .hero-inner {
  display: flex;
  align-items: flex-end;
  color: white;
  border-radius: 0;
}

.careers-banner .hero-inner .hero-content {
  max-width: 100%;
  width: 100%;
}

.careers-banner .banner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.careers-banner .banner-list li {
  border-radius: 48px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 32px;
  min-width: 180px;
  width: 100%;
  max-width: 360px;
}

.careersApplyForm-header {
  color: #851e48;
  font-weight: 600;
  font-size: 36px;
}

.careersApplyForm-subhead {
  align-self: stretch;
  align-items: center;
  padding: 0px 0px 24px;
  font-size: 24px;
  background: linear-gradient(#0003, #0003), linear-gradient(#0003, #0003), linear-gradient(#0003, #0003), #a0a0a0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.careersApplyForm {
  margin: 0 auto;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}

.careersApplyForm-header {
  font-size: 28px;
  font-weight: 700;
  color: #87144b;
  margin-bottom: 5px;
}

.careersApplyForm-subhead {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 25px;
}

.form-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #87144b;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
}

.custom-input {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  padding: 8px 0;
  width: 100%;
  background: transparent;
  color: #333;
}

.custom-input::placeholder {
  color: #999;
}

.custom-input:focus {
  outline: none;
  border-color: #87144b;
  box-shadow: none;
}

.custom-file {
  padding: 5px 0;
  font-size: 15px;
}

.custom-input::placeholder {
  color: #777;
  font-weight: 600;
}

.btn-submit.active {
  background-color: #851e48 !important;
  cursor: pointer;
}

.btn-submit {
  background-color: #ccc;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 20px;
  position: relative;
  min-width: 180px;
  transition: background-color 0.3s ease;
}

.btn-submit[disabled],
.btn-submit:disabled {
  opacity: 0.6;
}

.submit-message {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.contact-form-wrapper {
  position: relative;
  padding: 40px;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
.contact-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.contact-form-wrapper .row {
  position: relative;
  z-index: 2;
}
.contact-form-wrapper .form-control,
.contact-form-wrapper select.form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: white;
  font-weight: 500;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form-wrapper .form-control::placeholder {
  color: #ccc;
  font-weight: 500;
}

.contact-form-wrapper label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
  color: #eee;
}

.contact-form-wrapper textarea {
  resize: vertical;
}

.contact-form-wrapper .btn-primary {
  background: #007bff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: bold;
}

.support-dropzone {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support-dropzone:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

.support-dropzone.has-file {
  border: 2px solid #28a745;
  background-color: #1e1e2f;
  color: #fff;
}

.support-dropzone.dragover {
  border-color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}

.upload__input {
  display: none;
}

.choose-text {
  font-weight: bold;
  font-size: 16px;
  color: #00aaff;
}

.contact-form-wrapper select.form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: white;
  font-weight: 500;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form-wrapper select.form-select option {
  background-color: #0f0f0f;
  color: #fff;
}

.article-page .left-menu {
  width: 100%;
  max-width: 430px;
}

@media (max-width: 1440px) {
  .article-page .left-menu {
    max-width: 380px;
  }
}

@media (max-width: 992px) {
  .article-page .left-menu {
    max-width: 100%;
  }
}

.section-clients .item-holder {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  border: none;
}

.section-clients .item-holder img {
  width: 200px;
  position: relative;
  height: 130.1px;
  object-fit: cover;
}

.section-clients .items-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px 40px;
  max-width: calc(170px * 9 + 5rem);
  margin: 0 auto;
}

.section-clients .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-clients .section-title::after {
  content: "";
  margin-top: 24px;
  width: 125px;
  position: relative;
  border-top: 5px solid #851e48;
  box-sizing: border-box;
  height: 5px;
}
