/* Misiom section shells — scoped for IT WEBHUT homepage */

.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.itwh-sec-title .sec-title__top__box {
  background: #fff;
  border: 1px solid #e8e8ec;
}

.itwh-sec-title .sec-title__top__box::before {
  color: var(--theme);
}

.itwh-sec-title .sec-title__tagline {
  color: #5c5e66;
  text-transform: capitalize;
}

.itwh-sec-title .sec-title__title {
  font-family: var(--font_teko);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0;
}

.itwh-sec-title--light .sec-title__top__box {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.itwh-sec-title--light .sec-title__tagline,
.itwh-sec-title--light .sec-title__title {
  color: var(--white);
}

/* Why Choose */
.why-choose {
  position: relative;
  z-index: 1;
  background-color: var(--black);
  overflow: hidden;
  padding-bottom: 74px;
}

.why-choose::after {
  position: absolute;
  content: "";
  width: 589px;
  height: 589px;
  right: -284px;
  bottom: -335px;
  border-radius: 50%;
  filter: blur(120px);
  background: rgba(109, 82, 244, 0.18);
  z-index: 0;
  pointer-events: none;
}

.why-choose__image {
  width: 49%;
  height: 485px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .why-choose__image {
    display: none;
  }
}

.why-choose__image img {
  width: 115% !important;
  height: 100%;
  object-fit: cover;
}

.why-choose .container {
  position: relative;
  z-index: 2;
}

.why-choose__container {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .why-choose__container {
    margin-right: auto;
  }
}

.why-choose__wrapper {
  padding-top: 55px;
  background-color: var(--black);
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .why-choose__wrapper {
    margin-left: auto;
    max-width: 72%;
  }

  .why-choose__wrapper .row {
    --bs-gutter-x: 0;
  }
}

.why-choose::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 25, 28, 0.15) 38%, #18191c 52%);
  z-index: 1;
  pointer-events: none;
}

.why-choose__item {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .why-choose__wrapper {
    padding-top: 0;
  }

  .why-choose__item {
    padding: 0;
  }
}

.why-choose__item__top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.why-choose__item__icon {
  width: 58px;
  height: 58px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--theme);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.35s ease;
}

.why-choose__item:hover .why-choose__item__icon {
  color: var(--white);
  background: var(--theme);
}

.why-choose__item__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  text-transform: uppercase;
}

.why-choose__item__text {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

/* Trusted By slider */
.customer-brand {
  background: #fff;
}

.itwh-chapter--dark .customer-brand,
.itwh-chapter--dark .customer-brand--slider {
  background-color: var(--itwh-dark, #0a0a0a) !important;
  background-image: none !important;
}

.customer-brand--slider {
  padding-top: 80px;
  padding-bottom: 80px;
}

.itwh-chapter--dark .customer-brand--slider {
  padding-top: 0;
  padding-bottom: clamp(64px, 8vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.customer-brand--slider .itwh-sec-title {
  text-align: center;
  margin-bottom: 40px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.customer-brand--slider .itwh-sec-title .sec-title__title {
  color: #18191c;
}

.itwh-chapter--dark .customer-brand--slider .itwh-sec-title .sec-title__title,
.itwh-chapter--dark .customer-brand--slider .sec-title--dark .sec-title__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-image: none !important;
  font-family: var(--font_inter, "Inter", sans-serif);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.3;
}

.itwh-chapter--dark .customer-brand--slider .itwh-sec-title .sec-title__top__box {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.itwh-chapter--dark .customer-brand--slider .itwh-sec-title .sec-title__tagline {
  color: rgba(236, 236, 236, 0.62);
  text-transform: none;
  font-family: var(--font_inter, "Inter", sans-serif);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.itwh-chapter--dark .customer-brand--slider .itwh-trusted-sub {
  color: rgba(236, 236, 236, 0.62);
}

.itwh-chapter--dark .itwh-trusted__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 24px;
  margin-top: 8px;
}

.itwh-chapter--dark .itwh-trusted__logo.customer-brand__card {
  flex: 0 1 180px;
  min-height: 100px;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}

.itwh-chapter--dark .itwh-trusted__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.itwh-chapter--dark .itwh-trusted__logo img {
  max-height: 42px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.35);
  opacity: 0.72;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.itwh-chapter--dark .itwh-trusted__logo:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

@media (min-width: 1200px) {
  .itwh-chapter--dark .itwh-trusted__logos {
    gap: 24px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .itwh-chapter--dark .itwh-trusted__logo.customer-brand__card {
    flex: 0 1 calc(20% - 24px);
    max-width: 210px;
  }
}

.customer-brand__slider:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.customer-brand__slider:not(.owl-loaded) .customer-brand__card {
  flex: 0 1 calc(20% - 20px);
  min-width: 140px;
  max-width: 220px;
}

@media (max-width: 1199px) {
  .customer-brand__slider:not(.owl-loaded) .customer-brand__card {
    flex: 0 1 calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .customer-brand__slider:not(.owl-loaded) .customer-brand__card {
    flex: 0 1 calc(33.333% - 20px);
  }
}

@media (max-width: 575px) {
  .customer-brand__slider:not(.owl-loaded) .customer-brand__card {
    flex: 0 1 calc(50% - 12px);
    min-width: 0;
  }
}

.customer-brand__slider .customer-brand__card {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid #e8e8ec;
  background: #fff;
}

.customer-brand__slider .customer-brand__card img {
  max-height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
  transition: all 0.35s ease;
}

.itwh-chapter--dark .customer-brand__slider .customer-brand__card {
  min-height: 100px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.itwh-chapter--dark .customer-brand__slider .customer-brand__card a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.itwh-chapter--dark .customer-brand__slider .customer-brand__card img {
  max-height: 40px;
  filter: grayscale(1) brightness(1.35);
  opacity: 0.5;
}

.itwh-chapter--dark .customer-brand__slider .customer-brand__card:hover {
  border-color: rgba(109, 82, 244, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.itwh-chapter--dark .customer-brand__slider .customer-brand__card:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 0.95;
}

@media (min-width: 1200px) {
  .itwh-chapter--dark .customer-brand--slider .container {
    max-width: min(1280px, 94vw);
  }

  .itwh-chapter--dark .customer-brand__slider.owl-loaded {
    margin-top: 8px;
  }
}

.customer-brand__slider .customer-brand__card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Why Choose — light chapter (Misiom structure, light palette) */
.why-choose.why-choose--light,
.itwh-chapter--light.why-choose {
  background-color: var(--itwh-light, #fafaf8);
  padding-top: 88px;
  padding-bottom: 72px;
  overflow: hidden;
}

.why-choose.why-choose--light::before,
.itwh-chapter--light.why-choose::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 250, 248, 0.08) 38%, var(--itwh-light, #fafaf8) 52%);
  z-index: 1;
  pointer-events: none;
}

.why-choose.why-choose--light::after,
.itwh-chapter--light.why-choose::after {
  width: 480px;
  height: 480px;
  right: -220px;
  bottom: -280px;
  filter: blur(100px);
  background: rgba(109, 82, 244, 0.1);
  opacity: 1;
}

.why-choose.why-choose--light .why-choose__image,
.itwh-chapter--light.why-choose .why-choose__image {
  width: 49%;
  height: 485px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .why-choose.why-choose--light .why-choose__image,
  .itwh-chapter--light.why-choose .why-choose__image {
    width: 47%;
    height: 420px;
  }
}

@media (max-width: 991px) {
  .why-choose.why-choose--light .why-choose__image,
  .itwh-chapter--light.why-choose .why-choose__image {
    display: none;
  }

  .why-choose.why-choose--light,
  .itwh-chapter--light.why-choose {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}

.why-choose.why-choose--light .why-choose__image img,
.itwh-chapter--light.why-choose .why-choose__image img {
  width: 115% !important;
  height: 100%;
  object-fit: cover;
}

.why-choose.why-choose--light .why-choose__wrapper,
.itwh-chapter--light.why-choose .why-choose__wrapper {
  padding-top: 55px;
  background-color: transparent;
}

.why-choose.why-choose--light .why-choose__item__top,
.itwh-chapter--light.why-choose .why-choose__item__top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose.why-choose--light .why-choose__item,
.itwh-chapter--light.why-choose .why-choose__item {
  display: flex;
  flex-direction: column;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid #e8e8ec;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.why-choose.why-choose--light .why-choose__item--featured,
.itwh-chapter--light.why-choose .why-choose__item--featured {
  background-color: #18191c;
  border-color: #18191c;
  padding: 36px 40px;
}

.why-choose.why-choose--light .why-choose__item--featured .why-choose__item__title,
.itwh-chapter--light.why-choose .why-choose__item--featured .why-choose__item__title {
  color: #fff;
}

.why-choose.why-choose--light .why-choose__item--featured .why-choose__item__text,
.itwh-chapter--light.why-choose .why-choose__item--featured .why-choose__item__text {
  color: rgba(255, 255, 255, 0.76);
}

.why-choose.why-choose--light .why-choose__item--featured .why-choose__item__icon,
.itwh-chapter--light.why-choose .why-choose__item--featured .why-choose__item__icon {
  color: var(--theme);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 992px) {
  .why-choose.why-choose--light .why-choose__wrapper,
  .itwh-chapter--light.why-choose .why-choose__wrapper {
    margin-left: auto;
    max-width: 72%;
  }

  .why-choose.why-choose--light .why-choose__wrapper .row,
  .itwh-chapter--light.why-choose .why-choose__wrapper .row {
    --bs-gutter-x: 0;
    align-items: stretch;
  }
}

@media (max-width: 991px) {
  .why-choose.why-choose--light .why-choose__wrapper,
  .itwh-chapter--light.why-choose .why-choose__wrapper {
    padding-top: 0;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .why-choose.why-choose--light .why-choose__wrapper .row > [class*="col-"],
  .itwh-chapter--light.why-choose .why-choose__wrapper .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 18px;
  }

  .why-choose.why-choose--light .why-choose__wrapper .row > [class*="col-"]:last-child,
  .itwh-chapter--light.why-choose .why-choose__wrapper .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .why-choose.why-choose--light .why-choose__wrapper .row,
  .itwh-chapter--light.why-choose .why-choose__wrapper .row {
    --bs-gutter-y: 18px;
    row-gap: 18px;
  }

  .why-choose.why-choose--light .why-choose__item,
  .itwh-chapter--light.why-choose .why-choose__item {
    padding: 24px 20px !important;
    width: 100%;
  }

  .why-choose.why-choose--light .why-choose__item--featured,
  .itwh-chapter--light.why-choose .why-choose__item--featured {
    padding: 28px 22px !important;
    margin-bottom: 0;
  }

  .why-choose.why-choose--light .why-choose__item__top,
  .itwh-chapter--light.why-choose .why-choose__item__top {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }

  .why-choose.why-choose--light .why-choose__item__title,
  .itwh-chapter--light.why-choose .why-choose__item__title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    padding-top: 16px;
  }

  .why-choose.why-choose--light .why-choose__item__text,
  .itwh-chapter--light.why-choose .why-choose__item__text {
    text-align: left;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    padding-left: calc(58px + 14px);
  }

  .why-choose.why-choose--light .why-choose__container,
  .itwh-chapter--light.why-choose .why-choose__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.why-choose.why-choose--light .why-choose__item:hover,
.itwh-chapter--light.why-choose .why-choose__item:hover {
  box-shadow: 0 12px 32px rgba(24, 25, 28, 0.1);
}

.why-choose.why-choose--light .why-choose__item__icon,
.itwh-chapter--light.why-choose .why-choose__item__icon {
  width: 58px;
  height: 58px;
  font-size: 18px;
  color: var(--theme);
  background: rgba(109, 82, 244, 0.08);
  border: 1px solid rgba(109, 82, 244, 0.12);
}

.why-choose.why-choose--light .why-choose__item:hover .why-choose__item__icon,
.itwh-chapter--light.why-choose .why-choose__item:hover .why-choose__item__icon {
  color: var(--theme);
  background: rgba(109, 82, 244, 0.08);
  border-color: rgba(109, 82, 244, 0.12);
}

.why-choose.why-choose--light .why-choose__item--featured:hover .why-choose__item__icon,
.itwh-chapter--light.why-choose .why-choose__item--featured:hover .why-choose__item__icon {
  color: var(--theme);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.why-choose.why-choose--light .why-choose__item__title,
.itwh-chapter--light.why-choose .why-choose__item__title {
  font-family: var(--font_teko);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #18191c;
  margin-bottom: 0;
}

.why-choose.why-choose--light .why-choose__item__text,
.itwh-chapter--light.why-choose .why-choose__item__text {
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  line-height: 1.75;
  color: #797b81;
}

.why-choose.why-choose--light .itwh-sec-title .sec-title__title,
.itwh-chapter--light.why-choose .itwh-sec-title .sec-title__title {
  font-family: var(--font_teko);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #18191c;
}

.why-choose.why-choose--light .itwh-sec-title .sec-title__tagline,
.itwh-chapter--light.why-choose .itwh-sec-title .sec-title__tagline {
  color: #5c5e66;
  text-transform: capitalize;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
}

.why-choose.why-choose--light .why-choose__container,
.itwh-chapter--light.why-choose .why-choose__container {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .why-choose.why-choose--light .why-choose__container,
  .itwh-chapter--light.why-choose .why-choose__container {
    margin-right: auto;
  }
}
