/* 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;
}

.customer-brand--slider {
  padding-top: 80px;
  padding-bottom: 80px;
}

.customer-brand--slider .itwh-sec-title {
  text-align: center;
  margin-bottom: 40px;
}

.customer-brand--slider .itwh-sec-title .sec-title__title {
  color: #18191c;
}

.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;
}

.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: flex-start;
  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;
  }

  .why-choose.why-choose--light .why-choose__item,
  .itwh-chapter--light.why-choose .why-choose__item {
    padding: 24px 0;
  }

  .why-choose.why-choose--light .why-choose__item--featured,
  .itwh-chapter--light.why-choose .why-choose__item--featured {
    padding: 28px 24px;
    margin-bottom: 12px;
  }
}

.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;
  }
}
