@charset "UTF-8";
.background-style-1.wrapper {
  background: url(/wp-content/themes/collaborator/images/sw-assets/sw-header.svg) no-repeat right 0 top 0;
}
@media (max-width: 992px) {
  .background-style-1.wrapper {
    background-size: 90%;
  }
}

.background-style-2 {
  background: url("../images/sw-assets/sw-left-vc.svg") no-repeat left top 10px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .background-style-2 {
    background-size: contain;
    background: url("../images/sw-assets/sw-left-vc.svg") no-repeat left 40%;
  }
}
@media (max-width: 768px) {
  .background-style-2 {
    background-size: contain;
    background-position: left 330px;
    padding-bottom: 60px;
  }
}

.background-style-3 {
  background-image: url("../images/sw-assets/sw-right-2.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 980px 902px;
}
@media (max-width: 992px) {
  .background-style-3 {
    background-size: 72%;
    background-position: right 10%;
  }
}

.background-style-4 {
  background-image: url("../images/sw-assets/sw-right-2.svg");
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 992px) {
  .background-style-4 {
    background-size: 72%;
    background-position: right 25%;
  }
}

.background-style-5 {
  background-image: url("../images/sw-assets/sw-right-3.svg");
  background-repeat: no-repeat;
  background-position: right top 80px;
}
@media (max-width: 992px) {
  .background-style-5 {
    background-size: 72%;
    background-position: right bottom;
  }
}

.background-style-6 {
  background-image: url("../images/sw-assets/sw-ledt-666.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1000px;
}
.background-style-8 {
  background: url("../images/sw-assets/sw-6.svg") no-repeat left top 10px;
}
@media (max-width: 992px) {
  .background-style-8 {
    background-size: contain;
    background: url("../images/sw-assets/sw-6.svg") no-repeat left 80%;
    padding-bottom: 140px;
  }
}

.sw-integration-s {
  background-image: url("../images/sw-assets/sw-left-top.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media (max-width: 768px) {
  .sw-integration-s {
    background-position: left top 200px;
    padding-bottom: 100px;
  }
}

.sw-title {
  color: #333333;
  font-size: 46px;
}
@media (max-width: 992px) {
  .sw-title {
    font-size: 26px;
  }
}

.sw-title-h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 106%;
  color: #333;
}
@media (max-width: 992px) {
  .sw-title-h3 {
    font-size: 24px;
  }
}

.sw-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sw-list li {
  font-size: 18px;
  list-style-type: none;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #333333;
}
.sw-list li:before {
  position: relative;
  top: 4px;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #FF7F00;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sw-list li {
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.33;
  }
  .sw-list li:before {
    width: 10px;
    height: 10px;
  }
}

.sw-list-icon {
  margin: 15px 0;
  padding: 0;
}
.sw-list-icon li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sw-list-icon li img {
  flex-shrink: 0;
}
.sw-list-icon li svg {
  flex-shrink: 0;
}

.main-reviews.sw-reviews {
  background: none;
  padding: 0 0 100px 0;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (max-width: 992px) {
  .main-reviews.sw-reviews {
    padding: 0 0 60px 0;
  }
}

.main-reviews .sw-item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
}
@media (max-width: 992px) {
  .main-reviews .sw-item-title {
    font-size: 20px;
    line-height: 110%;
  }
}

.main-reviews .sw-item {
  min-height: 250px;
}
@media (max-width: 992px) {
  .main-reviews .sw-item {
    min-height: 190px;
    min-width: 200px;
  }
}

.try-block.sw-try-block {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .try-block.sw-try-block {
    margin-bottom: 60px;
  }
}

.sw-sm-card {
  border-radius: 15px;
  padding: 40px 20px;
  max-width: 218px;
  width: 100%;
  min-height: 248px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sw-sm-card img {
  width: 60px;
}
.sw-sm-card .sw-text {
  text-align: center;
  color: #333333;
}
@media (max-width: 992px) {
  .sw-sm-card {
    max-width: 90%;
    margin: 0 auto 20px auto;
    min-height: 120px;
  }
}

.sw-colored {
  color: rgb(255, 127, 0) !important;
  font-weight: 500;
}

.box-shadow-image {
  border-radius: 15px;
  box-shadow: 0 0 23.6px rgba(0, 0, 0, 0.25), 0 0 16.99px rgba(0, 0, 0, 0.25);
}

.desktop-button {
  display: flex !important;
}
@media (max-width: 997px) {
  .desktop-button {
    display: none !important;
  }
}

.mobile-button {
  display: none !important;
}
@media (max-width: 997px) {
  .mobile-button {
    display: flex !important;
  }
}

/* START - Banner with video integration */
.sw-main-banner {
  padding: 60px 0;
}
.sw-main-banner .sw-title {
  font-size: 54px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  text-shadow: none;
  max-width: 530px;
}
.sw-main-banner .sw-subtitle {
  font-size: 18px;
  line-height: 1.33;
  color: #333333;
  width: 100%;
  max-width: 500px;
  margin: 30px 0;
}
.sw-main-banner .button {
  display: inline-flex;
}
@media (max-width: 562px) {
  .sw-main-banner .sw-title {
    font-size: 30px;
  }
  .sw-main-banner .sw-subtitle {
    font-size: 18px;
    line-height: 1.33;
    color: #333333;
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
  }
  .sw-main-banner .button {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.sw-video-banner {
  --sw-w: 575px;
  --sw-h: 346px;
  --sw-radius: 18px;
  position: relative;
  width: min(100%, var(--sw-w));
  aspect-ratio: 575/346;
  border-radius: var(--sw-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  outline: 1px solid rgba(0, 0, 0, 0.06);
  outline-offset: -1px;
}
.sw-video-banner__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.95) contrast(0.98);
}
.sw-video-banner__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.sw-video-banner__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.sw-video-banner__play:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.sw-video-banner__play:focus-visible {
  outline: 3px solid #ff7a18;
  outline-offset: 3px;
  border-radius: 999px;
}
.sw-video-banner__play svg {
  display: block;
}
.sw-video-banner--playing .sw-video-banner__poster,
.sw-video-banner--playing .sw-video-banner__play,
.sw-video-banner--playing .sw-video-banner__link {
  display: none;
}
.sw-video-banner iframe,
.sw-video-banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--sw-radius);
}

@media (max-width: 640px) {
  .sw-video-banner {
    --sw-radius: 14px;
  }
}
/* END - Banner with video integration */
/* START - QUOTE */
.sw-quote {
  padding: 0 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-quote__text {
  display: block;
  width: 100%;
  max-width: 470px;
  color: #333333;
  background: url("../images/sw-assets/quote.svg") no-repeat left top;
  padding: 25px;
  line-height: 1.3;
}
.sw-quote__text span {
  color: #FF7F00;
}
.sw-quote__text a {
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 997px) {
  .sw-quote {
    padding: 0;
  }
  .sw-quote__text {
    padding: 10px;
    background-size: 58px;
  }
}

/* END - QUOTE */
/* START - SCENARIO */
.sw-scenarios {
  /* CSS variables for padding and gaps */
  --padding-top: 60px;
  --padding-bottom: 200px;
  --padding-bottom-style-2: 80px;
  --padding-bottom-responsive: 60px;
  --gap-large: 71px;
  --gap-medium: 30px;
  --gap-small: 15px;
  --card-min-h: 200px;
  --row-gap: 25px;
  --col-gap: 20px;
  --max-cards-width: 694px;
  --max-text-width: 355px;
  padding: var(--padding-top) 0 var(--padding-bottom) 0;
}
.sw-scenarios.style-2 {
  padding-bottom: var(--padding-bottom-style-2);
}
.sw-scenarios .sw-scenarios__wrap {
  display: flex;
  align-items: center;
  gap: var(--gap-large);
}
@media (max-width: 998px) {
  .sw-scenarios .sw-scenarios__wrap {
    flex-direction: column-reverse;
    gap: var(--gap-medium);
  }
}
.sw-scenarios .sw-scenarios__cards {
  flex: 1 1 100%;
  max-width: var(--max-cards-width);
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--row-gap);
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
}
.sw-scenarios .sw-scenarios__cards > :nth-child(3n+2) {
  transform: translateY(60px);
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-scenarios__cards > :nth-child(3n+2) {
    transform: none;
    margin-bottom: 0;
  }
}
.sw-scenarios .sw-scenarios__cards.cards-7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  row-gap: var(--row-gap);
  height: calc(var(--card-min-h) * 3 + var(--row-gap) * 2);
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card {
  width: auto;
  min-height: var(--card-min-h);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sw-scenarios .sw-scenarios__cards.cards-7 > :nth-child(3n+2) {
  transform: none;
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  transform: translateY(50%);
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(2) {
  grid-column: 1;
  grid-row: 3;
  transform: translateY(-50%);
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(6) {
  grid-column: 3;
  grid-row: 1;
  transform: translateY(50%);
}
.sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-scenarios__cards.cards-7 {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--row-gap);
    -moz-column-gap: var(--col-gap);
         column-gap: var(--col-gap);
    height: auto;
  }
  .sw-scenarios .sw-scenarios__cards.cards-7 > .sw-card {
    flex-basis: calc((100% - var(--col-gap)) / 2);
    height: auto;
    transform: none !important;
  }
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  row-gap: var(--row-gap);
  max-width: var(--max-cards-width);
  height: auto;
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card {
  width: auto;
  min-height: var(--card-min-h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(0);
  height: auto;
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1/span 2;
  height: 200px;
  transform: translateY(calc(50% + 20px));
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--row-gap);
    -moz-column-gap: var(--col-gap);
         column-gap: var(--col-gap);
    height: auto;
  }
  .sw-scenarios .sw-scenarios__cards.sw-scenarios__cards.cards-5 > .sw-card {
    flex-basis: calc((100% - var(--col-gap)) / 2);
    height: auto;
    transform: none !important;
  }
}
.sw-scenarios .sw-scenarios__cards.cards-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(var(--card-min-h), 1fr));
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  row-gap: var(--row-gap);
  max-width: var(--max-cards-width);
  /* фиксируем суммарную высоту, чтобы вертикальное центрирование было ровным */
  height: calc(var(--card-min-h) * 2 + var(--row-gap));
  /* порядок карточек: 1-я слева по центру, 2-я и 3-я в центре сверху/снизу, 4-я справа по центру */
}
.sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card {
  width: auto;
  height: 100%;
  min-height: var(--card-min-h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: none;
}
.sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: center;
  height: 200px;
}
.sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1/span 2;
  align-self: center;
  height: 200px;
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-scenarios__cards.cards-4 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: var(--col-gap);
         column-gap: var(--col-gap);
    row-gap: var(--row-gap);
    height: auto;
  }
  .sw-scenarios .sw-scenarios__cards.cards-4 > .sw-card {
    flex-basis: calc((100% - var(--col-gap)) / 2);
    height: auto;
  }
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-scenarios__cards > .sw-card {
    flex-basis: calc((100% - var(--col-gap)) / 2);
  }
}
.sw-scenarios .sw-card {
  flex: 0 0 calc((var(--max-cards-width) - var(--col-gap) * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  place-items: center;
  text-align: center;
  min-height: var(--card-min-h);
  padding: 28px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.sw-scenarios .sw-card__icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sw-scenarios .sw-card__title {
  line-height: 133%;
  color: #333333;
}
@media (max-width: 1300px) {
  .sw-scenarios .sw-card {
    flex-basis: calc((100% - var(--col-gap)) / 2);
  }
}
.sw-scenarios .sw-scenarios__text {
  flex: 1 1 auto;
  max-width: var(--max-text-width);
  width: 100%;
}
.sw-scenarios .sw-scenarios__title {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 36px);
}
.sw-scenarios .sw-scenarios__desc {
  margin: 0;
  color: #333333;
  max-width: 48ch;
}
@media (max-width: 1300px) {
  .sw-scenarios {
    padding-bottom: var(--padding-bottom-responsive);
  }
  .sw-scenarios.style-2 {
    padding-bottom: var(--padding-bottom-responsive);
  }
}
@media (max-width: 768px) {
  .sw-scenarios .sw-scenarios__cards {
    gap: var(--gap-small) !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  .sw-scenarios .sw-scenarios__cards > .sw-card {
    flex: 0 1 48% !important;
    max-width: 48% !important;
    height: auto !important;
    transform: none !important;
  }
  .sw-scenarios .sw-scenarios__cards > .sw-card:last-child:nth-child(odd) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* END - SCENARIO */
/* START - BRANDS */
.sw-brands .sw-brands-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.sw-brands .sw-brands-row img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 998px) {
  .sw-brands .sw-brands-row {
    gap: 15px;
  }
}

/* END - BRANDS */
/* START content types*/
.sw-content-types {
  padding: 80px 0 0 0;
}
.sw-content-types .sw-filegrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sw-content-types .sw-filegrid__row {
  display: grid;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.sw-content-types .sw-filegrid__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 95px;
  min-height: 130px;
  border-radius: 15px;
  padding: 15px 10px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.sw-content-types .sw-filegrid__icon {
  width: 40px;
  height: 40px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.sw-content-types .sw-filegrid__title {
  font-size: 14px;
  text-align: center;
}
.sw-content-types .sw-filegrid .sw-filegrid__row:nth-child(1) {
  grid-template-columns: repeat(4, auto);
}
.sw-content-types .sw-filegrid .sw-filegrid__row:nth-child(2) {
  grid-template-columns: repeat(3, auto);
}
.sw-content-types .sw-filegrid .sw-filegrid__row:nth-child(3) {
  grid-template-columns: repeat(5, auto);
}
@media (max-width: 768px) {
  .sw-content-types {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .sw-content-types .sw-filegrid__row {
    display: none;
  }
  .sw-content-types .sw-filegrid__row-mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .sw-content-types .sw-banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .sw-content-types .sw-filegrid__item {
    width: 150px;
    min-height: 155px;
  }
}

/* END content types*/
.sw-page-editor {
  padding: 120px 0;
}
.sw-page-editor__row {
  display: grid;
  grid-template-columns: 694px 1fr;
  gap: 50px;
  align-items: center;
}
.sw-page-editor__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 117%;
  color: #333333;
}
.sw-page-editor__text {
  color: #ffffff;
  padding-top: 10px;
}
.sw-page-editor .sw-title {
  color: #ffffff;
}
@media (max-width: 998px) {
  .sw-page-editor {
    padding: 20px 0 30px 0;
  }
  .sw-page-editor__title {
    font-size: 26px;
  }
  .sw-page-editor .sw-title {
    color: #333333;
  }
  .sw-page-editor__text {
    color: #333333;
  }
  .sw-page-editor__row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

/* START Flexible study block */
.sw-study {
  padding-bottom: 120px;
}
.sw-study .show-mob {
  display: none;
}
.sw-study .sw-title {
  padding-bottom: 30px;
  max-width: 459px;
  width: 100%;
}
.sw-study__description {
  font-size: 18px;
  line-height: 1.33;
}
.sw-study__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.sw-study__col-text {
  padding: 40px 30px;
  font-size: 18px;
}
.sw-study__card {
  flex: 1;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 15px;
  gap: 12px;
}
.sw-study__card-text {
  font-size: 18px;
  text-align: center;
}
.sw-study .show-desk {
  display: block;
}
@media (max-width: 997px) {
  .sw-study {
    padding-bottom: 60px;
  }
  .sw-study__card {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .sw-study .show-mob {
    display: block;
  }
  .sw-study .show-desk {
    display: none;
  }
  .sw-study .sw-title {
    padding-bottom: 30px;
    max-width: 459px;
    width: 100%;
  }
  .sw-study .sw-study__row {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .sw-study .sw-study__col-text {
    padding: 0 0 30px 0;
  }
}

/* END Flexible study block */
/****** START CASES *******/
.sw-cases {
  padding-bottom: 120px;
}
.sw-cases .sw-title {
  margin-bottom: 50px;
}
.sw-cases__card {
  max-width: 575px;
  margin: 0 auto;
}
.sw-cases__card img {
  display: block;
  height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.sw-cases__excerpt {
  font-weight: 500;
  font-size: 26px;
  line-height: 119%;
  color: #333333;
  padding: 8px 0;
}
.sw-cases__link {
  display: flex;
  justify-content: flex-end;
}
.sw-cases__link a {
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  color: #ff7f00;
}
@media (max-width: 997px) {
  .sw-cases {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sw-cases .sw-title {
    margin-bottom: 20px;
  }
  .sw-cases__card {
    max-width: 575px;
    margin: 0 auto 30px auto;
  }
  .sw-cases__excerpt {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
  }
}
@media (max-width: 520px) {
  .sw-cases__card {
    max-width: 520px;
    margin: 0 auto 20px auto;
  }
  .sw-cases__card img {
    height: 190px;
  }
}

/******* END CASES *******/
/**START LEFT RIGHT SIDE CONTENT**/
.left-side-content {
  padding-bottom: 100px;
}
.left-side-content .left-side-row {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
}
.left-side-content .left-side-row .left-column {
  max-width: 456px;
}
.left-side-content .sw-list {
  padding-top: 30px;
}
@media (max-width: 998px) {
  .left-side-content {
    padding-bottom: 60px;
  }
  .left-side-content .sw-list {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .left-side-content .left-side-row {
    gap: 15px;
    flex-direction: column;
  }
  .left-side-content .left-side-row .left-column {
    max-width: 100%;
  }
}

.right-side-content {
  padding-bottom: 100px;
}
.right-side-content .right-side-row {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  align-items: center;
}
.right-side-content .right-side-row .left-column {
  max-width: 694px;
  width: 100%;
}
.right-side-content .sw-list {
  padding-top: 30px;
}
@media (max-width: 998px) {
  .right-side-content {
    padding-bottom: 60px;
  }
  .right-side-content .sw-list {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .right-side-content .right-side-row {
    gap: 15px;
    flex-direction: column-reverse;
  }
  .right-side-content .right-side-row .left-column {
    min-width: auto;
    width: 100%;
  }
  .right-side-content .right-side-row .left-column {
    max-width: 100%;
  }
}

.right-side-content .sw-card {
  margin-bottom: 20px;
}

.learning-trajectory {
  min-width: 717px;
}
@media (max-width: 997px) {
  .learning-trajectory {
    min-width: auto;
  }
}

.sw-send-massages {
  min-width: 630px;
}
@media (max-width: 997px) {
  .sw-send-massages {
    min-width: auto;
  }
}

.sw-integration-s .box-shadow-image {
  min-width: 60px;
}

/**END LEFT RIGHT SIDE CONTENT**/
.sw-automation {
  padding: 60px 0 80px;
}
@media (max-width: 998px) {
  .sw-automation {
    padding: 40px 0 60px;
  }
}

.automative-rutine {
  background: url(/wp-content/themes/collaborator/images/sw-assets/sw-left-3.svg) no-repeat left top;
  padding: 130px 0 60px 0;
}
.automative-rutine .sw-title-h3 {
  color: #ffffff;
}
.automative-rutine .automative-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.automative-rutine .automative-row .sw-sm-card:nth-child(2n) {
  transform: translateY(50px);
}
@media (max-width: 1200px) {
  .automative-rutine .automative-row {
    padding-bottom: 30px;
  }
  .automative-rutine .automative-row .sw-sm-card:nth-child(2n) {
    transform: translateY(0);
  }
  .automative-rutine .automative-row .sw-sm-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .automative-rutine {
    padding: 60px 0 60px 0;
    background-size: 80%;
  }
  .automative-rutine .automative-row {
    padding-bottom: 0;
  }
}

.automative-rutine-custom {
  padding: 60px 0 100px 0;
}
.automative-rutine-custom h2 {
  margin-bottom: 40px;
}
.automative-rutine-custom .automative-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.automative-rutine-custom .automative-row .sw-text {
  font-size: 18px;
}
.automative-rutine-custom .automative-row .sw-sm-card:nth-child(2n) {
  transform: translateY(50px);
}
@media (max-width: 768px) {
  .automative-rutine-custom .automative-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
  }
  .automative-rutine-custom .automative-row > .sw-sm-card {
    flex: 0 0 47% !important;
    max-width: 48% !important;
    margin-bottom: 20px !important;
    transform: none !important;
  }
  .automative-rutine-custom .automative-row > .sw-sm-card:last-child:nth-child(odd) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1200px) {
  .automative-rutine-custom .automative-row {
    padding-bottom: 30px;
  }
  .automative-rutine-custom .automative-row .sw-sm-card:nth-child(2n) {
    transform: translateY(0);
  }
  .automative-rutine-custom .automative-row .sw-sm-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .automative-rutine-custom {
    padding: 60px 0 60px 0;
    background-size: 80%;
  }
  .automative-rutine-custom .automative-row {
    padding-bottom: 0;
  }
}

.access-management {
  margin-bottom: 100px;
}
.access-management .access-management-row {
  background: #f7f7f7;
  padding: 60px;
  border-radius: 15px;
}
.access-management .access-management-row .sw-title {
  margin-bottom: 40px;
}
.access-management .access-management-row .mobile-button {
  padding-top: 20px;
}
.access-management .access-management-row .mobile-button a {
  width: 100%;
  text-align: center;
}
@media (max-width: 997px) {
  .access-management {
    margin-bottom: 60px;
  }
  .access-management .access-management-row {
    padding: 30px 10px;
  }
  .access-management .access-management-row .sw-title {
    margin-bottom: 20px;
  }
}

.sw-tab-container .sw-tab-navigation {
  width: 100%;
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sw-tab-container .sw-tab-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #5c5c5c;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 30px;
  transition: all ease-in 0.3s;
}
.sw-tab-container .sw-tab-navigation a:hover {
  transition: all ease-in 0.3s;
  color: #FF7F00;
  border-color: #FF7F00;
}
.sw-tab-container .sw-tab-navigation a.active {
  color: #FF7F00;
  border-color: #FF7F00;
}
.sw-tab-container .sw-tab-select {
  display: none;
}
.sw-tab-container .tab-area-row {
  display: none;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.sw-tab-container .tab-area-row p {
  color: #333333;
}
.sw-tab-container .tab-area-row li {
  color: #333333;
}
.sw-tab-container .tab-area-row.active {
  display: flex;
}
.sw-tab-container .tab-area-row .column:first-child {
  max-width: 456px;
  width: 100%;
}
@media (max-width: 997px) {
  .sw-tab-container .sw-tab-select {
    display: block;
    border: 1px solid #ff7f00;
    border-radius: 30px;
    padding: 10px 15px;
    width: 100%;
    height: 38px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .sw-tab-container .sw-tab-navigation {
    display: none;
  }
  .sw-tab-container .tab-area-row {
    flex-direction: column;
  }
  .sw-tab-container .tab-area-row .column:first-child {
    max-width: 456px;
    width: 100%;
  }
}

.sw-basic-opp {
  padding: 100px 0;
}
.sw-basic-opp .sw-title {
  margin-bottom: 40px;
}
.sw-basic-opp__list {
  margin: 0;
  padding: 30px 0 0 0;
  list-style-type: none;
}
.sw-basic-opp__list li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #5C5C5C;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all ease-in 0.3s;
}
.sw-basic-opp__list li img {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.sw-basic-opp__list li.active {
  color: #ff7f00;
  transition: all ease-in 0.3s;
  border-color: #ff7f00;
}
.sw-basic-opp__list li:hover {
  cursor: pointer;
  color: #ff7f00;
  transition: all ease-in 0.3s;
  border-color: #ff7f00;
}
.sw-basic-opp .sw-basic-opp-images {
  display: none;
}
.sw-basic-opp .sw-basic-opp-images.active {
  display: block;
}
.sw-basic-opp .sw-basic-opp-images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 694px;
  height: auto;
  max-height: 474px;
}
@media (max-width: 997px) {
  .sw-basic-opp {
    padding: 50px 0;
  }
  .sw-basic-opp li.active img {
    display: block;
  }
  .sw-basic-opp .sw-basic-opp-images {
    display: none;
    height: 0;
    overflow: hidden;
  }
}

.sw-basic-opp-col {
  padding: 100px 0 0 0;
  background: url("../images/sw-assets/sw-right-5.svg") no-repeat right top 65%;
  padding-bottom: 100px;
}
.sw-basic-opp-col P {
  color: #333333;
}
.sw-basic-opp-col P b {
  color: #333333;
}
.sw-basic-opp-col .sw-title {
  margin-bottom: 40px;
}
.sw-basic-opp-col .left-side-content, .sw-basic-opp-col .right-side-content {
  padding-bottom: 30px;
}
.sw-basic-opp-col .sw-list {
  padding-top: 0;
  padding-bottom: 10px;
}
.sw-basic-opp-col .left-side-row, .sw-basic-opp-col .right-side-row {
  gap: 30px;
}
@media (max-width: 997px) {
  .sw-basic-opp-col {
    background: none;
    padding: 50px 0;
  }
  .sw-basic-opp-col .left-side-row, .sw-basic-opp-col .right-side-row {
    gap: 0;
  }
}

.sw-gives-company {
  padding-bottom: 100px;
  background: url(/wp-content/themes/collaborator/images/sw-assets/sw-right-4.svg) no-repeat right top;
}
.sw-gives-company .sw-title {
  margin-bottom: 40px;
}
.sw-gives-company .sw-card {
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 40px 20px;
  margin-bottom: 30px;
  height: 100%;
}
.sw-gives-company .sw-card img {
  margin: 0 auto 25px;
  display: block;
  width: 60px;
  height: 60px;
}
.sw-gives-company .sw-card .sw-card-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 119%;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.sw-gives-company .sw-card .sw-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #333333;
}
@media (max-width: 997px) {
  .sw-gives-company {
    padding-bottom: 50px;
  }
  .sw-gives-company .sw-card {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .sw-gives-company .sw-card .sw-card-title {
    font-size: 20px;
  }
}

.sw-info-cols {
  padding: 100px 0;
}
.sw-info-cols .sw-title {
  color: #ffffff;
  margin-bottom: 40px;
}
.sw-info-cols .sw-card {
  padding: 40px 20px;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.sw-info-cols .sw-card img {
  display: block;
  margin: 0 auto 8px auto;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sw-info-cols .sw-card .sw-card-title {
  text-align: center;
  color: rgb(51, 51, 51);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sw-info-cols .sw-card li {
  font-size: 20px;
}
@media (max-width: 997px) {
  .sw-info-cols {
    padding: 90px 0 50px;
  }
  .sw-info-cols .sw-card {
    padding: 30px 20px;
  }
  .sw-info-cols .sw-card .sw-card-title {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-size: 20px;
  }
  .sw-info-cols .sw-card li {
    font-size: 20px;
  }
  .sw-info-cols .sw-card {
    margin: 0 auto 20px;
    width: 80% !important;
    height: auto;
  }
}

.estimate-process {
  padding-bottom: 100px;
}
.estimate-process .sw-title-h2 {
  margin-bottom: 40px;
}
.estimate-process .estimate-process-row {
  display: flex;
  gap: 0;
  align-items: center;
}
.estimate-process .estimate-process-row .sw-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  border-radius: 100%;
  padding: 20px;
  border: 2px dashed rgb(255, 127, 0);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  min-width: 144px;
  color: #333333;
}
.estimate-process .estimate-process-row .sw-arrow {
  width: 68px;
  background: url("../images/sw-assets/arrsw.svg") no-repeat center center;
  height: 18px;
}
@media (max-width: 998px) {
  .estimate-process .sw-title-h2 {
    text-align: center;
  }
  .estimate-process .estimate-process-row {
    flex-direction: column;
  }
  .estimate-process .estimate-process-row .sw-arrow {
    width: 18px;
    background: url("../images/sw-assets/arrowswm.svg") no-repeat center center;
    height: 62px;
  }
}

li[data-change-image="#list-3"] .box-shadow-image {
  box-shadow: none !important;
}

#list-3 .box-shadow-image {
  box-shadow: none !important;
}

#list-5 .box-shadow-image {
  box-shadow: none !important;
}

#tab-2 .column img.box-shadow-image {
  width: 90%;
  height: auto;
}
#tab-2 .column:first-child {
  max-width: 60%;
}
#tab-2 .column:last-child {
  max-width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #tab-2 .column:first-child,
  #tab-2 .column:last-child {
    max-width: 100%;
    text-align: center;
  }
  #tab-2 .column img.box-shadow-image {
    width: 90%;
  }
}

#tab-1 .column img.box-shadow-image {
  width: 100%;
  height: auto;
}
#tab-1 .column:first-child {
  max-width: 40%;
}
#tab-1 .column:last-child {
  max-width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #tab-1 .column:first-child,
  #tab-1 .column:last-child {
    max-width: 100%;
    text-align: center;
  }
  #tab-1 .column img.box-shadow-image {
    width: 90%;
  }
}

#tab-3 .column img.box-shadow-image {
  width: 90%;
  height: auto;
}
#tab-3 .column:first-child {
  max-width: 40%;
}
#tab-3 .column:last-child {
  max-width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #tab-3 .column:first-child,
  #tab-3 .column:last-child {
    max-width: 100%;
    text-align: center;
  }
  #tab-3 .column img.box-shadow-image {
    width: 90%;
  }
}

#tab-6 .column img.box-shadow-image {
  width: 90%;
  height: auto;
}
#tab-6 .column:first-child {
  max-width: 60%;
}
#tab-6 .column:last-child {
  max-width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #tab-6 .column:first-child,
  #tab-6 .column:last-child {
    max-width: 100%;
    text-align: center;
  }
  #tab-6 .column img.box-shadow-image {
    width: 90%;
  }
}

#Basic-opportunities1 .left-column img.box-shadow-image {
  width: 100%;
  height: auto;
}
#Basic-opportunities1 .left-column {
  max-width: 50%;
}
#Basic-opportunities1 .right-column {
  max-width: 40%;
  display: flex;
  justify-content: center;
}
#Basic-opportunities1 .left-side-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  #Basic-opportunities1 .left-column,
  #Basic-opportunities1 .right-column {
    max-width: 100%;
    text-align: center;
  }
  #Basic-opportunities1 .right-column img.box-shadow-image {
    width: 90%;
  }
}

#Basic-opportunities2 {
  max-width: 80%;
}

#Basic-opportunities3 .right-column img.box-shadow-image {
  width: 90%;
  height: auto;
  box-shadow: none !important;
}
#Basic-opportunities3 .left-column {
  max-width: 40%;
}
#Basic-opportunities3 .right-column {
  max-width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #Basic-opportunities3 .left-column,
  #Basic-opportunities3 .right-column {
    max-width: 100%;
    text-align: center;
  }
  #Basic-opportunities3 .right-column img.box-shadow-image {
    width: 90%;
  }
}

#Basic-opportunities4 .right-column img.box-shadow-image {
  width: 80%;
  height: auto;
}
#Basic-opportunities4 .left-column {
  max-width: 40%;
}
#Basic-opportunities4 .right-column {
  max-width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #Basic-opportunities4 .left-column,
  #Basic-opportunities4 .right-column {
    max-width: 100%;
    text-align: center;
  }
  #Basic-opportunities4 .right-column img.box-shadow-image {
    width: 90%;
  }
}

#Basic-opportunities5 .right-column img.box-shadow-image {
  width: 80%;
  height: auto;
}
#Basic-opportunities5 .left-column {
  max-width: 40%;
}
#Basic-opportunities5 .right-column {
  max-width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #Basic-opportunities5 .left-column,
  #Basic-opportunities5 .right-column {
    max-width: 100%;
    text-align: center;
  }
  #Basic-opportunities5 .right-column img.box-shadow-image {
    width: 90%;
  }
}

#Basic-opportunities6.sw-basic-opp-col {
  padding: 100px 0 0 0;
  background: url(/wp-content/themes/collaborator/images/sw-assets/sw-right-5.svg) no-repeat right top 60% !important;
  padding-bottom: 100px;
  background-size: 37% !important;
}

#sw-info-cols1.sw-info-cols {
  padding: 190px 0;
}

#sw-cases2.sw-info-cols {
  padding-top: 90px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  #sw-cases2.sw-info-cols {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

#sw-info-cols3.sw-info-cols {
  padding-top: 90px;
  padding-bottom: 210px;
}
@media (max-width: 768px) {
  #sw-info-cols3.sw-info-cols {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

#sw-cases3.sw-info-cols {
  padding-top: 90px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  #sw-cases3.sw-info-cols {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #tab-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* butonul de mobil — vizibil doar sub imagine */
    /* Asigurăm ordinea elementelor: text -> imagine -> buton */
  }
  #tab-2 .column {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
  #tab-2 .desktop-button {
    display: none !important; /* ascundem butonul desktop */
  }
  #tab-2 .column img.box-shadow-image {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto 20px auto !important; /* spațiu sub imagine */
    display: block !important;
  }
  #tab-2 .mobile-button {
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    order: 2; /* se asigură că vine DUPĂ imagine */
  }
  #tab-2 .column:first-child {
    order: 1;
  }
  #tab-2 .column:last-child {
    order: 2;
  }
}
@media (max-width: 768px) {
  #tab-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* butonul mobil sub imagine */
    /* Ordinea: text -> imagine -> buton */
  }
  #tab-1 .column {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
  #tab-1 .desktop-button {
    display: none !important; /* ascundem butonul desktop */
  }
  #tab-1 .column img.box-shadow-image {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto 20px auto !important; /* spațiu sub imagine */
    display: block !important;
  }
  #tab-1 .mobile-button {
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    order: 2; /* asigură poziția sub imagine */
  }
  #tab-1 .column:first-child {
    order: 1;
  }
  #tab-1 .column:last-child {
    order: 2;
  }
}
/* Ascundem toate tab-urile neactive pe mobil */
@media (max-width: 768px) {
  .tab-area-row {
    display: none !important;
  }
  .tab-area-row.active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .tab-area-row.active .column {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
  .tab-area-row.active .desktop-button {
    display: none !important; /* ascundem butonul desktop */
  }
  .tab-area-row.active img.box-shadow-image {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
  }
  .tab-area-row.active .mobile-button {
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    order: 2;
  }
  .tab-area-row.active .column:first-child {
    order: 1;
  }
  .tab-area-row.active .column:last-child {
    order: 2;
  }
}
@media (max-width: 768px) {
  .tab-area-row .column ul,
  .tab-area-row .column li {
    text-align: left !important;
    margin-left: 0 !important;
  }
}
#automative-row1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#automative-row1 .sw-sm-card {
  text-align: center;
}
@media (max-width: 768px) {
  #automative-row1 .sw-sm-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  #card2 {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
  }
  #card2 .col-12.col-md-6 {
    flex: 0 0 48% !important;
    max-width: 49% !important;
    text-align: left !important;
    margin-bottom: 20px !important;
  }
  #card2 .col-12.col-md-6 .sw-sm-card {
    width: 100% !important;
  }
}
.right-side-row .left-column img.box-shadow-image {
  width: 80% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  #Basic-opportunities6.sw-basic-opp-col {
    background-size: 70% !important;
    background-position: right top 69% !important;
    padding-bottom: 0 !important;
  }
}

#img9.left-side-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#img9.left-side-row .left-column {
  width: 50%;
  max-width: 50%;
  text-align: left;
}
#img9.left-side-row .right-column {
  width: 50%;
  max-width: 50%;
}
#img9.left-side-row .right-column img.box-shadow-image {
  width: 90%;
  height: auto;
}
@media (max-width: 768px) {
  #img9.left-side-row {
    flex-direction: column;
  }
  #img9.left-side-row .left-column,
  #img9.left-side-row .right-column {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #img9.left-side-row .right-column img.box-shadow-image {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .right-side-row {
    display: flex !important;
    flex-direction: column !important; /* text deasupra, imagine dedesubt */
    align-items: center !important;
    gap: 20px;
  }
  .right-side-row .right-column {
    width: 100% !important;
    text-align: left !important; /* lista și textul aliniat stânga */
    order: 0; /* asigură că textul vine primul */
  }
  .right-side-row .right-column .sw-title-h3 {
    text-align: center !important; /* titlul rămâne centrat */
    margin-bottom: 15px;
  }
  .right-side-row .left-column {
    width: 100% !important; /* imagine ocupă tot rândul */
    display: flex;
    justify-content: center; /* imagine centrată */
    order: 1; /* imaginea vine după text */
  }
}
@media (max-width: 992px) {
  .sw-title-h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .left-side-row {
    flex-direction: column; /* pune textul și imaginea una sub alta */
    align-items: flex-start; /* aliniere la stânga */
    text-align: left;
    gap: 20px;
  }
  .left-side-row .left-column {
    order: 1; /* textul sus */
    width: 100%;
  }
  .left-side-row .right-column {
    order: 2; /* imaginea jos */
    width: 100%;
    display: flex;
    justify-content: center; /* centrează imaginea dedesubt */
  }
  .left-side-row img {
    max-width: 90%;
    height: auto;
  }
  .left-side-row .sw-list {
    text-align: left;
    padding-left: 20px;
  }
}
/*# sourceMappingURL=custom-style.css.map */
