/**
 * IT WEBHUT — Inner pages polish (breadcrumb, sections, rhythm)
 */

body.itwh-inner-page {
  background-color: var(--black, #090a0b);
}

/* Breadcrumb hero — account for 84px sticky nav */
body.itwh-inner-page .breadcrumb-area {
  padding-top: calc(var(--itwh-nav-h, 84px) + 96px);
  padding-bottom: 88px;
}

@media only screen and (max-width: 991px) {
  body.itwh-inner-page .breadcrumb-area {
    padding-top: calc(var(--itwh-nav-h, 84px) + 72px);
    padding-bottom: 64px;
  }
}

body.itwh-inner-page .breadcrumb-area__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(36px, 5.5vw, 64px);
  letter-spacing: -0.01em;
  line-height: 1.05;
  max-width: 14ch;
}

body.itwh-inner-page .breadcrumb-area__links {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body.itwh-inner-page .breadcrumb-area__links a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

body.itwh-inner-page .breadcrumb-area__links a:hover {
  color: rgba(255, 255, 255, 0.9);
}

body.itwh-inner-page .breadcrumb-area__shape-blur {
  opacity: 0.55;
}

/* Section rhythm */
body.itwh-inner-page .section-padding {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

body.itwh-inner-page .section-top__subtitle {
  letter-spacing: 0.12em;
}

body.itwh-inner-page .itwh-prefooter-cta {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Contact page map + form spacing */
body.itwh-inner-page--contact .contact-map-section {
  margin-top: 0;
}

body.itwh-inner-page--contact .contact.section-padding {
  padding-top: clamp(80px, 9vw, 120px);
}

/* Card grid — products & industries listings */
.itwh-card-grid__link {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
  height: 100%;
}

.itwh-card-grid__link:hover {
  border-color: rgba(109, 82, 244, 0.45);
  transform: translateY(-4px);
}

.itwh-card-grid__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.itwh-card-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itwh-card-grid__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.itwh-card-grid__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme, #6d52f4);
  margin-bottom: 0.5rem;
}

.itwh-card-grid__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(22px, 2.5vw, 28px);
  color: #fff;
  margin-bottom: 0.35rem;
  line-height: 1.1;
}

.itwh-card-grid__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Blog listing & single */
.itwh-blog-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding-bottom: 1.25rem;
}

.itwh-blog-single__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  line-height: 1.1;
}

.itwh-blog-single__cover img {
  width: 100%;
  border-radius: 12px;
}

.itwh-blog-single__content {
  font-family: var(--font_inter, "Inter", sans-serif);
  line-height: 1.85;
  font-size: 16px;
}

.itwh-blog-single__share-label {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.itwh-blog-single__share a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.75rem;
  font-size: 18px;
}

.itwh-pagination__btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.itwh-pagination__info {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin: 0 1rem;
}

/* FAQ tabs */
.itwh-faq-tabs__btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  padding: 0.45rem 1rem;
  margin: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}

.itwh-faq-tabs__btn.active,
.itwh-faq-tabs__btn:hover {
  border-color: var(--theme, #6d52f4);
  color: #fff;
}

/* Careers */
.itwh-job-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.itwh-job-card__dept {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme, #6d52f4);
}

.itwh-job-card__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: 26px;
  color: #fff;
  margin: 0.5rem 0;
}

.itwh-job-card__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
}

.itwh-job-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.itwh-internship-banner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
}

.itwh-internship-banner__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(24px, 3vw, 32px);
  color: #fff;
  margin-bottom: 0.5rem;
}

.itwh-internship-banner__text {
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Partners */
.itwh-partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.itwh-partner-logo {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.itwh-partner-logo img {
  max-height: 40px;
  width: auto;
  opacity: 0.75;
  filter: grayscale(1);
}

.itwh-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.itwh-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Services detail — supplemental blocks */
.service-details__sidebar-tagline {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
  margin: -12px 0 24px;
}

.service-details__trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.service-details__trust-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}

.service-details__trust-tile strong {
  display: block;
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.service-details__trust-tile span {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}

.service-details__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.service-details__cta-secondary:hover {
  color: #fff;
}

.service-details__cta-micro {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.service-details__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-details__benefits-list li {
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.service-details__benefits-list li strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 15px;
}

.service-details__benefits-list li span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
  font-size: 14px;
}

.service-details__table {
  width: 100%;
  border-collapse: collapse;
}

.service-details__table th,
.service-details__table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}

.service-details__table th {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-details__table td {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.service-details__cta-trust {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin-top: 10px;
}

.service-details__inline-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 28px;
}

@media (max-width: 767px) {
  .service-details__trust-strip {
    grid-template-columns: 1fr;
  }
}

/* Service detail — sidebar readability + content polish */
.service-details__category-list li a {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.06);
}

.service-details__category-list li a i {
  opacity: 0.35;
  transform: translateX(0);
}

.service-details__category-list li a:hover,
.service-details__category-list li a.active {
  color: var(--black);
}

.service-details__body-content .service-details__main-desc,
.service-details__body-content p {
  color: rgba(255, 255, 255, 0.72);
}

.service-details__body-content h3,
.service-details__body-content .service-details__deliverables-title {
  color: #fff;
}

.service-details__body-content .service-details__benefits-list li span,
.service-details__body-content .service-details__cta-trust {
  color: rgba(255, 255, 255, 0.62);
}

.service-details__faq-list .faq-accordion__content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.service-details__main-img--placeholder {
  min-height: 280px;
  background:
    radial-gradient(circle at 20% 20%, rgba(109, 82, 244, 0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(109, 82, 244, 0.12), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}
