@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.wpcf7-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

.mbws_checkseo .flex-row {
  gap: 30px;
}
@media (max-width: 767px) {
  .mbws_checkseo .flex-row {
    gap: 10px;
  }
}
.mbws_checkseo .flex-row .flex-col .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}
.mbws_checkseo .flex-row .flex-col .wpcf7-submit:hover {
  background: var(--fs-color-primary);
  color: #fff;
}

.mbws_service .service_row .col .col-inner:hover .icon-box .icon-box-img {
  scale: 1.2;
  transition: all 0.3s ease;
  margin-bottom: 30px !important;
}

.mbws_rankseo .wpcf7-form .form-flat > div {
  margin-bottom: 20px !important;
}
.mbws_rankseo .wpcf7-form .form-flat > div .wpcf7-submit {
  margin: auto;
  display: block;
}

.mbws_price .row_price .pricing-table .title {
  background: var(--fs-color-primary);
  color: #fff;
}
.mbws_price .row_price .pricing-table .price {
  background-color: #f4f4f4;
  padding: 30px 0;
}
.mbws_price .row_price .pricing-table.featured-table .price {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.mbws_price .row_price .pricing-table.featured-table .pricing-table-header {
  display: block;
  position: relative;
  overflow: hidden;
}
.mbws_price .row_price .pricing-table.featured-table .pricing-table-header::before {
  content: "Phổ biến";
  transform: rotate(45deg);
  position: relative;
  top: 14px;
  right: -36px;
  width: 148px;
  padding: 7px 0;
  background-color: #bfdc7a;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: absolute;
}

.footer_bottom .wpcf7-form .flex-row {
  gap: 20px;
  flex-wrap: wrap;
}
.footer_bottom .wpcf7-form .flex-row .flex-col {
  flex: unset;
}

/* ========================================================================== 
   TECHSI CORPORATE HERO
   ========================================================================== */
.techsi-hero-clean {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 159, 214, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 64%);
  border-bottom: 1px solid #dfeaf1;
}

.techsi-hero-clean::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 61, 88, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 61, 88, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to left, #000, transparent);
  mask-image: linear-gradient(to left, #000, transparent);
}

.techsi-hero-clean > .section-content {
  position: relative;
  z-index: 1;
}

.techsi-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #087fae;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.techsi-kicker::before {
  width: 34px;
  height: 2px;
  background: #0b98cb;
  content: "";
}

.techsi-title-clean {
  max-width: 650px;
  margin: 0 0 22px;
  color: #10293a !important;
  font-size: clamp(2.55rem, 4.3vw, 4.6rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.techsi-title-clean span {
  color: #058fc4;
}

.techsi-desc-clean {
  max-width: 615px;
  margin: 0 0 28px;
  color: #506776;
  font-size: 1.04rem;
  line-height: 1.75;
}

.techsi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.techsi-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #078fc5;
  border-radius: 7px;
  background: #078fc5;
  box-shadow: 0 10px 24px rgba(7, 143, 197, 0.2);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.techsi-actions a:hover {
  background: #057aa9;
  box-shadow: 0 13px 28px rgba(7, 143, 197, 0.26);
  color: #fff;
  transform: translateY(-2px);
}

.techsi-actions a.techsi-action-secondary {
  background: transparent;
  box-shadow: none;
  color: #174157;
  border-color: #b9d2df;
}

.techsi-actions a.techsi-action-secondary:hover {
  background: #fff;
  border-color: #078fc5;
  color: #078fc5;
}

.techsi-action-icon {
  margin-left: 10px;
  font-size: 1.15em;
  line-height: 1;
}

.techsi-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.techsi-tech-list li {
  margin: 0;
  padding: 6px 11px;
  border: 1px solid #d7e5ec;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #35576a;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.techsi-visual {
  position: relative;
  margin-left: 26px;
}

.techsi-visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  border-top: 2px solid #0ba1d4;
  border-right: 2px solid #0ba1d4;
  border-radius: 0 12px 0 0;
  content: "";
}

.techsi-img-clean {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 28px 58px rgba(16, 41, 58, 0.18);
}

.techsi-visual-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 240px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(8, 30, 45, 0.86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
}

.techsi-visual-note strong,
.techsi-visual-note span {
  display: block;
}

.techsi-visual-note strong {
  margin-bottom: 3px;
  color: #77d9f3;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.techsi-visual-note span {
  font-size: 0.84rem;
  line-height: 1.45;
}

.techsi-capability-bar {
  margin-top: 66px;
  padding: 27px 0;
  background: #102c3d;
}

.techsi-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.techsi-capability-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  min-height: 76px;
  padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.techsi-capability-item:first-child {
  padding-left: 0;
}

.techsi-capability-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.techsi-capability-value {
  min-width: 104px;
  color: #63d0ed;
  font-size: 1.75rem;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
}

.techsi-capability-copy strong,
.techsi-capability-copy span {
  display: block;
}

.techsi-capability-copy strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.92rem;
}

.techsi-capability-copy span {
  color: #aec0cb;
  font-size: 0.77rem;
  line-height: 1.45;
}

@media (max-width: 849px) {
  .techsi-hero-clean {
    padding-top: 52px;
  }

  .techsi-visual {
    margin: 38px 0 0;
  }

  .techsi-capability-bar {
    margin-top: 46px;
  }

  .techsi-capability-item {
    display: block;
    padding: 0 18px;
  }

  .techsi-capability-value {
    margin-bottom: 9px;
  }
}

@media (max-width: 549px) {
  .techsi-hero-clean {
    padding-top: 38px;
  }

  .techsi-title-clean {
    font-size: 2.35rem;
  }

  .techsi-desc-clean {
    font-size: 0.96rem;
  }

  .techsi-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .techsi-actions a {
    width: 100%;
  }

  .techsi-visual::before {
    display: none;
  }

  .techsi-visual-note {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
  }

  .techsi-capability-grid {
    grid-template-columns: 1fr;
  }

  .techsi-capability-item,
  .techsi-capability-item:first-child,
  .techsi-capability-item:last-child {
    display: grid;
    grid-template-columns: 98px 1fr;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .techsi-capability-item:last-child {
    border-bottom: 0;
  }

  .techsi-capability-value {
    min-width: 0;
    margin: 0;
    font-size: 1.5rem;
  }
}

/* ========================================================================== 
   TECHSI PANORAMIC HERO — reference-led redesign
   ========================================================================== */
/* Body logo rules */
body.home #logo a::after {
  content: none !important;
  display: none !important;
}


/* Fix FontAwesome 6 Icon Font rendering across all techsi sections */
i[class*="fa-"],
.fa-solid,
.fa-brands,
.fa-regular,
.fa {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
}

.techsi-network-icon i,
.techsi-proof-icon i,
.techsi-action-icon i,
.techsi-integrated-icon i,
.techsi-why-icon i {
  font-size: 1.6rem !important;
  color: #ffffff !important;
}

/* Make ALL TechSI Sections 100% Full Viewport Width Edge-To-Edge */
.techsi-hero-reference,
.techsi-home-about,
.techsi-why-us,
.techsi-lifecycle-contact,
.techsi-integrated-solutions {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden !important;
}

.techsi-hero-reference > .section-content,
.techsi-home-about > .section-content,
.techsi-why-us > .section-content,
.techsi-lifecycle-contact > .section-content,
.techsi-integrated-solutions > .section-content,
.techsi-hero-reference .container,
.techsi-home-about .container,
.techsi-why-us .container,
.techsi-lifecycle-contact .container,
.techsi-integrated-solutions .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


.techsi-hero-reference {
  padding: 0 !important;
  background-color: #f3f8ff;
  background-image: url("/wp-content/uploads/2026/07/techsi-hero-panorama-v3.webp");
  background-position: center center;
  background-size: cover;
  font-family: Roboto, Arial, sans-serif;
}



.techsi-hero-reference::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,251,255,.99) 0%, rgba(247,251,255,.94) 30%, rgba(247,251,255,.45) 52%, rgba(247,251,255,0) 70%), linear-gradient(180deg, rgba(226,239,255,.32), transparent 48%);
  content: "";
  pointer-events: none;
}
.techsi-hero-reference > .section-content { position: relative; z-index: 1; }
.techsi-hero-stage {
  position: relative;
  width: min(100% - 64px, 1480px);
  min-height: 680px;
  margin: 0 auto;
}
.techsi-hero-stage::before {
  position: absolute;
  top: 76px;
  left: -52px;
  width: 285px;
  height: 215px;
  border-top: 1px solid rgba(32,111,226,.34);
  border-left: 1px solid rgba(32,111,226,.34);
  border-radius: 130px 0 0;
  content: "";
  pointer-events: none;
}
.techsi-hero-stage::after {
  position: absolute;
  right: 38%;
  bottom: 18px;
  width: 420px;
  height: 150px;
  opacity: .26;
  background: radial-gradient(circle, #1468da 0 2px, transparent 3px) 0 0 / 44px 44px, linear-gradient(160deg, transparent 48%, #3c8ef0 49% 49.4%, transparent 50%);
  content: "";
  pointer-events: none;
}
.techsi-hero-copy {
  position: relative;
  z-index: 2;
  width: 690px;
  max-width: 58%;
  padding: 88px 0 48px;
}
.techsi-signal-line { display: flex; align-items: center; gap: 16px; width: 248px; margin-bottom: 30px; }
.techsi-signal-line span { display: block; height: 4px; border-radius: 99px; background: #0b59da; }
.techsi-signal-line span:first-child { width: 82px; }
.techsi-signal-line span:nth-child(2) { width: 102px; height: 3px; opacity: .2; }
.techsi-signal-line span:last-child { width: 5px; height: 5px; box-shadow: 11px 0 0 rgba(11,89,218,.42), 22px 0 0 rgba(11,89,218,.18); }
.techsi-hero-heading {
  max-width: 680px;
  margin: 0 0 26px;
  color: #061d43;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(3.9rem, 5.4vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -.052em;
  line-height: .98;
}
.techsi-hero-heading span { display: block; margin-top: 10px; color: #0c55d3; }
.techsi-hero-intro {
  max-width: 620px;
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 3px solid #2584ed;
  color: #132d55;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}
.techsi-hero-buttons { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 28px; }
.techsi-hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 238px;
  min-height: 54px;
  padding: 0 27px;
  border: 1px solid #0d5bda;
  border-radius: 10px;
  background: linear-gradient(135deg, #0647ac, #0d61e4);
  box-shadow: 0 12px 26px rgba(13,91,218,.22);
  color: #fff;
  font-size: .95rem;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease;
}
.techsi-hero-buttons a:hover { box-shadow: 0 15px 30px rgba(13,91,218,.3); color: #fff; transform: translateY(-2px); }
.techsi-hero-buttons .is-outline { min-width: 215px; background: rgba(255,255,255,.62); box-shadow: none; color: #0a2754; }
.techsi-hero-buttons .is-outline:hover { background: #fff; color: #0d5bda; }
.techsi-hero-buttons i { margin-left: 18px; }
.techsi-solution-chips { display: flex; flex-wrap: nowrap; gap: 13px; width: max-content; margin: 0; padding: 0; list-style: none; }
.techsi-solution-chips li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(93,145,223,.25);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 6px 20px rgba(27,83,151,.08);
  color: #102b53;
  font-size: .78rem;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.techsi-solution-chips i { color: #1171e7; font-size: 1.06rem; }
.techsi-network-card {
  position: absolute;
  z-index: 3;
  right: 1.5%;
  bottom: 190px;
  display: grid;
  grid-template-columns: 64px 1fr 44px;
  gap: 18px;
  align-items: center;
  width: 430px;
  min-height: 136px;
  padding: 25px 26px;
  border: 1px solid rgba(117,204,255,.72);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(4,54,126,.96), rgba(1,31,75,.94));
  box-shadow: 0 22px 55px rgba(3,27,70,.35), inset 0 0 28px rgba(20,122,235,.3);
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.techsi-network-icon, .techsi-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(108,195,255,.38);
  background: linear-gradient(145deg, rgba(17,107,218,.8), rgba(5,52,122,.84));
  color: #fff;
}
.techsi-network-icon { width: 64px; height: 64px; border-radius: 14px; font-size: 1.7rem; }
.techsi-network-card strong, .techsi-network-card span { display: block; }
.techsi-network-card strong { margin-bottom: 9px; color: #54d4ff; font-size: .92rem; letter-spacing: .025em; text-transform: uppercase; }
.techsi-network-card span { color: #f2f7ff; font-size: .93rem; line-height: 1.55; }
.techsi-network-arrow { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; }
.techsi-proof-band {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 58px 0 34px;
  background: radial-gradient(circle at 85% 120%, rgba(20,126,232,.38), transparent 32%), linear-gradient(120deg, #062c68, #003f91 58%, #0054ae);
  clip-path: polygon(0 8%, 27% 10%, 51% 11%, 76% 8%, 100% 0, 100% 100%, 0 100%);
}
.techsi-proof-band::after {
  position: absolute;
  right: -30px;
  bottom: -35px;
  width: 480px;
  height: 170px;
  opacity: .22;
  background: radial-gradient(circle, #55b9ff 0 2px, transparent 3px) 0 0 / 58px 48px, linear-gradient(28deg, transparent 49%, rgba(84,185,255,.65) 49.5% 50%, transparent 50.5%);
  content: "";
}
.techsi-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 64px, 1480px);
  margin: 0 auto;
}
.techsi-proof-item { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; min-height: 100px; padding: 0 34px; border-right: 1px solid rgba(255,255,255,.22); }
.techsi-proof-item:first-child { padding-left: 0; }
.techsi-proof-item:last-child { padding-right: 0; border-right: 0; }
.techsi-proof-icon { width: 68px; height: 68px; border-radius: 14px; font-size: 1.75rem; }
.techsi-proof-copy strong, .techsi-proof-copy b, .techsi-proof-copy span { display: block; }
.techsi-proof-copy strong { margin-bottom: 6px; color: #fff; font-size: 1.38rem; letter-spacing: -.025em; }
.techsi-proof-copy b { margin-bottom: 4px; color: #fff; font-size: .88rem; }
.techsi-proof-copy span { color: #d7e9ff; font-size: .78rem; line-height: 1.5; }

@media (max-width: 1320px) {
  body.home #logo { width: 190px; }
  body.home #logo a::after { display: none; }
  .techsi-hero-copy { max-width: 60%; }
  .techsi-hero-heading { font-size: 4.35rem; }
  .techsi-network-card { right: 0; width: 370px; bottom: 210px; }
  .techsi-proof-item { padding: 0 20px; }
}

@media (max-width: 1200px) {
  .techsi-hero-reference { background-position: 66% center; }
  .techsi-hero-reference::before { background: linear-gradient(90deg, rgba(247,251,255,.99) 0%, rgba(247,251,255,.94) 56%, rgba(247,251,255,.38) 84%, rgba(247,251,255,.12)); }
  .techsi-hero-copy { width: 100%; max-width: 72%; }
  .techsi-hero-heading { font-size: 3.6rem; }
  .techsi-network-card { display: none !important; }

  /* Proof band — force 2-column grid */
  .techsi-proof-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .techsi-proof-item {
    grid-template-columns: 50px 1fr !important;
    gap: 14px !important;
    padding: 14px 18px !important;
    min-height: 0 !important;
  }
  .techsi-proof-item:nth-child(2) { border-right: 0; }
  .techsi-proof-item:nth-child(-n+2) { padding-bottom: 18px !important; border-bottom: 1px solid rgba(255,255,255,.18); }
  .techsi-proof-item:nth-child(n+3) { padding-top: 18px !important; }
  .techsi-proof-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    font-size: 1.3rem !important;
  }
  .techsi-proof-copy strong {
    font-size: 1.15rem !important;
  }
  .techsi-proof-copy b {
    font-size: .8rem !important;
  }
  .techsi-proof-copy span {
    font-size: .72rem !important;
  }
}

@media (max-width: 549px) {
  .techsi-hero-reference { background-position: 71% center; }
  .techsi-hero-reference::before { background: linear-gradient(90deg, rgba(247,251,255,.99), rgba(247,251,255,.9) 78%, rgba(247,251,255,.72)); }
  .techsi-hero-stage, .techsi-proof-grid { width: min(100% - 32px, 1480px); }
  .techsi-hero-stage { min-height: auto; }
  .techsi-hero-stage::before, .techsi-hero-stage::after { display: none; }
  .techsi-hero-copy { width: 100%; max-width: 100%; padding: 52px 0 48px; }
  .techsi-signal-line { margin-bottom: 22px; }
  .techsi-hero-heading { font-size: 2.8rem; line-height: 1.02; }
  .techsi-hero-intro { font-size: .93rem; }
  .techsi-hero-buttons { display: grid; grid-template-columns: 1fr; }
  .techsi-hero-buttons a, .techsi-hero-buttons .is-outline { width: 100%; min-width: 0; }
  .techsi-solution-chips { gap: 8px; }
  .techsi-solution-chips { flex-wrap: wrap; width: 100%; }
  .techsi-solution-chips li { min-height: 38px; padding: 0 11px; font-size: .7rem; }
  .techsi-proof-band { padding-top: 54px; clip-path: polygon(0 2%, 50% 4%, 100% 0, 100% 100%, 0 100%); }
  .techsi-proof-grid { grid-template-columns: 1fr; }
  .techsi-proof-item, .techsi-proof-item:first-child, .techsi-proof-item:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .techsi-proof-item:last-child { border-bottom: 0; }
}

/* ========================================================================== 
   TECHSI HOMEPAGE INTRODUCTION
   ========================================================================== */
.techsi-home-about {
  padding: 96px 0 !important;
  background: #fff;
}

.techsi-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 82px;
  align-items: center;
  width: min(100% - 64px, 1350px);
  margin: 0 auto;
}

.techsi-about-visual {
  position: relative;
  min-height: 530px;
  margin: 0;
}

.techsi-about-visual::before {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 118px;
  height: 118px;
  border-top: 2px solid #1676e5;
  border-left: 2px solid #1676e5;
  border-radius: 16px 0 0;
  content: "";
}

.techsi-about-image {
  display: block;
  width: calc(100% - 48px);
  height: 500px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(9, 45, 84, .2);
}

.techsi-about-location {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  padding: 25px 26px;
  border: 1px solid rgba(96, 196, 255, .38);
  border-radius: 14px;
  background: linear-gradient(135deg, #073a82, #031f49);
  box-shadow: 0 20px 42px rgba(2, 29, 69, .28);
  color: #fff;
}

.techsi-about-location i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 10px;
  background: rgba(18, 116, 226, .5);
  color: #76dcff;
  font-size: 1.1rem;
}

.techsi-about-location strong,
.techsi-about-location span {
  display: block;
}

.techsi-about-location strong {
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: .04em;
}

.techsi-about-location span {
  color: #c8ddf5;
  font-size: .8rem;
  line-height: 1.5;
}

.techsi-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #0d66d7;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.techsi-about-eyebrow::before {
  width: 34px;
  height: 2px;
  background: #0d66d7;
  content: "";
}

.techsi-about-title {
  max-width: 650px;
  margin: 0 0 24px;
  color: #08234a;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(2.4rem, 3.5vw, 3.65rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.techsi-about-lead {
  max-width: 650px;
  margin: 0 0 32px;
  color: #465f78;
  font-size: 1.05rem;
  line-height: 1.8;
}

.techsi-about-lead strong {
  color: #102f53;
}

.techsi-about-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #dce7f0;
  border-bottom: 1px solid #dce7f0;
}

.techsi-about-field {
  padding: 0 24px;
  border-right: 1px solid #dce7f0;
}

.techsi-about-field:first-child {
  padding-left: 0;
}

.techsi-about-field:last-child {
  padding-right: 0;
  border-right: 0;
}

.techsi-about-field i,
.techsi-about-field strong,
.techsi-about-field span {
  display: block;
}

.techsi-about-field i {
  margin-bottom: 13px;
  color: #1171e7;
  font-size: 1.3rem;
}

.techsi-about-field strong {
  margin-bottom: 6px;
  color: #102f53;
  font-size: .9rem;
}

.techsi-about-field span {
  color: #73869a;
  font-size: .75rem;
  line-height: 1.45;
}

@media (max-width: 849px) {
  .techsi-home-about { padding: 72px 0 !important; }
  .techsi-about-grid { grid-template-columns: 1fr; gap: 56px; }
  .techsi-about-visual { width: min(100%, 620px); min-height: 500px; }
  .techsi-about-image { height: 470px; }
}

@media (max-width: 549px) {
  .techsi-home-about { padding: 56px 0 !important; }
  .techsi-about-grid { width: min(100% - 32px, 1350px); gap: 42px; }
  .techsi-about-visual { min-height: 390px; }
  .techsi-about-image { width: calc(100% - 20px); height: 365px; border-radius: 13px; }
  .techsi-about-location { width: 205px; padding: 19px; }
  .techsi-about-title { font-size: 2.35rem; }
  .techsi-about-lead { font-size: .96rem; }
  .techsi-about-fields { grid-template-columns: 1fr; padding: 0; border-bottom: 0; }
  .techsi-about-field,
  .techsi-about-field:first-child,
  .techsi-about-field:last-child { display: grid; grid-template-columns: 34px 1fr; padding: 18px 0; border-right: 0; border-bottom: 1px solid #dce7f0; }
  .techsi-about-field i { grid-row: 1 / 3; margin: 3px 0 0; }
}

/* ========================================================================== 
   TECHSI INTEGRATED SYSTEM SOLUTIONS
   ========================================================================== */
.techsi-integrated-solutions {
  position: relative;
  overflow: hidden;
  padding: 92px 0 !important;
  background: linear-gradient(180deg, #f6faff 0%, #fff 100%);
}

.techsi-integrated-solutions::before {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(16, 112, 220, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(16, 112, 220, .025), 0 0 0 108px rgba(16, 112, 220, .018);
  content: "";
}

.techsi-integrated-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1350px);
  margin: 0 auto;
}

.techsi-integrated-head {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
  align-items: end;
  margin-bottom: 44px;
}

.techsi-integrated-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 15px;
  color: #0876d7;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.techsi-integrated-eyebrow::before {
  width: 34px;
  height: 2px;
  background: #0876d7;
  content: "";
}

.techsi-integrated-title {
  margin: 0;
  color: #09274c;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(2.35rem, 3.3vw, 3.35rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.techsi-integrated-intro {
  max-width: 650px;
  margin: 0 0 4px auto;
  color: #5b7187;
  font-size: 1rem;
  line-height: 1.75;
}

.techsi-integrated-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.techsi-integrated-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 455px;
  padding: 30px 27px 26px;
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(22, 66, 105, .07);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.techsi-integrated-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #0759c7, #19b6df);
  content: "";
}

.techsi-integrated-card:hover {
  border-color: #90c6e6;
  box-shadow: 0 20px 45px rgba(14, 77, 132, .13);
  transform: translateY(-6px);
}

.techsi-integrated-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.techsi-integrated-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #c8e2f3;
  border-radius: 13px;
  background: linear-gradient(145deg, #edf8ff, #e3f2ff);
  color: #0876d7;
  font-size: 1.45rem;
}

.techsi-integrated-number {
  color: #d5e2eb;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.techsi-integrated-card h3 {
  min-height: 54px;
  margin: 0 0 14px;
  color: #0d2d50;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.techsi-integrated-card > p {
  min-height: 70px;
  margin: 0 0 20px;
  color: #6a7d90;
  font-size: .84rem;
  line-height: 1.65;
}

.techsi-integrated-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.techsi-integrated-list li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 21px;
  border-top: 1px solid #edf2f6;
  color: #435c72;
  font-size: .78rem;
  line-height: 1.4;
}

.techsi-integrated-list li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12a6d8;
  box-shadow: 0 0 0 3px rgba(18, 166, 216, .12);
  content: "";
}

.techsi-integrated-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #0876d7;
  font-size: .8rem;
  font-weight: 750;
}

.techsi-integrated-link:hover {
  color: #0759b0;
}

.techsi-integrated-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.techsi-integrated-link i {
  transition: transform .2s ease;
}

.techsi-integrated-link:hover i {
  transform: translateX(4px);
}

@media (max-width: 1000px) {
  .techsi-integrated-head { grid-template-columns: 1fr; gap: 18px; }
  .techsi-integrated-intro { margin-left: 0; }
  .techsi-integrated-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 549px) {
  .techsi-integrated-solutions { padding: 62px 0 !important; }
  .techsi-integrated-inner { width: min(100% - 32px, 1350px); }
  .techsi-integrated-grid { grid-template-columns: 1fr; }
  .techsi-integrated-card { min-height: 0; }
  .techsi-integrated-card h3,
  .techsi-integrated-card > p { min-height: 0; }
}

/* Exact reference treatment for the integrated-solutions section. */
.techsi-integrated-solutions {
  padding: 48px 0 60px !important;
  background: #fff;
}

.techsi-integrated-solutions::before {
  display: none;
}

.techsi-integrated-inner {
  width: min(100% - 80px, 1590px);
}

.techsi-integrated-head {
  grid-template-columns: 1fr 1.08fr;
  gap: 90px;
  align-items: center;
  margin-bottom: 52px;
}

.techsi-integrated-eyebrow {
  margin-bottom: 40px;
  font-size: .8rem;
  letter-spacing: .16em;
}

.techsi-integrated-title {
  max-width: 620px;
  font-size: clamp(2.75rem, 3.7vw, 3.8rem);
  line-height: 1.12;
}

.techsi-integrated-intro {
  max-width: 600px;
  margin: 88px 0 0 auto;
  color: #545a63;
  font-size: 1rem;
  line-height: 1.9;
}

.techsi-integrated-grid {
  gap: 32px;
}

.techsi-integrated-card {
  min-height: 545px;
  padding: 38px 31px 30px;
  border-color: #dde2e7;
  border-radius: 5px;
  box-shadow: none;
}

.techsi-integrated-card::before {
  display: none;
}

.techsi-integrated-card:hover {
  border-color: #bfcbd6;
  box-shadow: 0 12px 28px rgba(22, 66, 105, .08);
  transform: translateY(-3px);
}

.techsi-integrated-card-top {
  margin-bottom: 30px;
}

.techsi-integrated-icon {
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: #f0f6ff;
  color: #066bd8;
  font-size: 1.45rem;
}

.techsi-integrated-number {
  color: #066bd8;
  font-size: 1.35rem;
}

.techsi-integrated-card h3 {
  min-height: 0;
  margin-bottom: 20px;
  color: #0a1930;
  font-size: 1.02rem;
}

.techsi-integrated-card > p {
  min-height: 78px;
  margin-bottom: 18px;
  color: #555c65;
  font-size: .8rem;
  line-height: 1.8;
}

.techsi-integrated-list {
  margin-bottom: 28px;
  padding-top: 11px;
  border-top: 1px solid #e3e7eb;
}

.techsi-integrated-list li {
  padding: 9px 0 9px 23px;
  border-top: 0;
  color: #414953;
  font-size: .78rem;
}

.techsi-integrated-list li::before {
  top: 12px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  box-shadow: none;
  color: #fff;
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

.techsi-integrated-link {
  color: #066bd8;
  font-size: .78rem;
}

.techsi-integrated-link a {
  gap: 20px;
}

@media (max-width: 1000px) {
  .techsi-integrated-inner { width: min(100% - 48px, 1590px); }
  .techsi-integrated-head { grid-template-columns: 1fr; gap: 18px; }
  .techsi-integrated-eyebrow { margin-bottom: 22px; }
  .techsi-integrated-intro { margin: 0; }
}

@media (max-width: 549px) {
  .techsi-integrated-solutions { padding: 52px 0 !important; }
  .techsi-integrated-inner { width: min(100% - 32px, 1590px); }
  .techsi-integrated-title { font-size: 2.4rem; }
  .techsi-integrated-card { min-height: 0; padding: 30px 24px 26px; }
  .techsi-integrated-card > p { min-height: 0; }
}

/* Align this section to the site's 1350px header container. */
.techsi-integrated-inner {
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
}

.techsi-integrated-grid {
  gap: 20px;
}

.techsi-integrated-eyebrow {
  font-size: .9rem;
}

.techsi-integrated-title {
  font-size: clamp(3rem, 3.45vw, 3.65rem);
  white-space: nowrap;
}

.techsi-integrated-head {
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
}

.techsi-integrated-intro {
  font-size: 1.12rem;
}

.techsi-integrated-card h3 {
  font-size: 1.18rem;
}

.techsi-integrated-card > p {
  font-size: .94rem;
}

.techsi-integrated-list li {
  font-size: .9rem;
}

.techsi-integrated-link {
  font-size: .9rem;
}

@media (max-width: 1000px) {
  .techsi-integrated-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .techsi-integrated-intro {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 549px) {
  .techsi-integrated-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .techsi-integrated-title {
    font-size: 2.5rem;
    white-space: normal;
  }
}

/* ========================================================================== 
   TECHSI WHY US
   ========================================================================== */
.techsi-why-us {
  position: relative;
  overflow: hidden;
  padding: 92px 0 !important;
  background: linear-gradient(135deg, #071f37 0%, #08345a 58%, #064b78 100%);
  color: #fff;
}

.techsi-why-us::before,
.techsi-why-us::after {
  position: absolute;
  border: 1px solid rgba(98, 205, 245, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.techsi-why-us::before {
  top: -240px;
  left: -210px;
  width: 620px;
  height: 620px;
  box-shadow: 0 0 0 70px rgba(85, 193, 235, .025), 0 0 0 140px rgba(85, 193, 235, .018);
}

.techsi-why-us::after {
  right: -180px;
  bottom: -280px;
  width: 560px;
  height: 560px;
}

.techsi-why-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 76px;
  align-items: start;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.techsi-why-copy {
  position: sticky;
  top: 110px;
}

.techsi-why-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #6bd8f4;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.techsi-why-eyebrow::before {
  width: 38px;
  height: 2px;
  background: #58cfee;
  content: "";
}

.techsi-why-title {
  max-width: 490px;
  margin: 0 0 25px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(2.85rem, 3.8vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.techsi-why-lead {
  max-width: 470px;
  margin: 0 0 32px;
  color: #bfd1df;
  font-size: 1rem;
  line-height: 1.8;
}

.techsi-why-tagline {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border: 1px solid rgba(107, 216, 244, .3);
  border-radius: 6px;
  background: rgba(9, 74, 116, .42);
  color: #dff7ff;
  font-size: .78rem;
  font-weight: 700;
}

.techsi-why-tagline i {
  color: #6bd8f4;
}

.techsi-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.techsi-why-card {
  position: relative;
  min-height: 185px;
  padding: 25px 24px;
  overflow: hidden;
  border: 1px solid rgba(197, 228, 241, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.techsi-why-card:last-child {
  grid-column: 1 / -1;
  min-height: 150px;
}

.techsi-why-card:hover {
  border-color: rgba(107, 216, 244, .38);
  background: rgba(255, 255, 255, .085);
  transform: translateY(-3px);
}

.techsi-why-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.techsi-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(107, 216, 244, .28);
  border-radius: 9px;
  background: rgba(10, 112, 168, .35);
  color: #6bd8f4;
  font-size: 1.08rem;
}

.techsi-why-number {
  color: rgba(203, 227, 237, .32);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.techsi-why-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  text-transform: none;
}

.techsi-why-card p {
  margin: 0;
  color: #b8ccda;
  font-size: .8rem;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .techsi-why-inner { grid-template-columns: 1fr; gap: 48px; }
  .techsi-why-copy { position: static; }
  .techsi-why-title,
  .techsi-why-lead { max-width: 720px; }
}

@media (max-width: 549px) {
  .techsi-why-us { padding: 62px 0 !important; }
  .techsi-why-inner { padding: 0 16px; }
  .techsi-why-title { font-size: 2.7rem; }
  .techsi-why-grid { grid-template-columns: 1fr; }
  .techsi-why-card,
  .techsi-why-card:last-child { grid-column: auto; min-height: 0; }
}

/* Reference-matched light treatment for Why TECHSI. */
.techsi-why-us {
  min-height: 790px;
  padding: 78px 0 48px !important;
  background-color: #f5f9fe;
  background-image: url("/wp-content/uploads/2026/07/techsi-why-us-facility-v1.webp");
  background-position: center center;
  background-size: cover;
  color: #0a274e;
}

.techsi-why-us::before {
  display: block;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(248,251,255,.99) 0%, rgba(248,251,255,.97) 32%, rgba(248,251,255,.78) 58%, rgba(248,251,255,.18) 100%);
  box-shadow: none;
}

.techsi-why-us::after {
  right: auto;
  bottom: 32px;
  left: 31%;
  width: 150px;
  height: 90px;
  border: 0;
  border-radius: 0;
  opacity: .22;
  background: radial-gradient(circle, #0d6bd8 0 2px, transparent 2.5px) 0 0 / 14px 14px;
}

.techsi-why-inner {
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.techsi-why-copy {
  position: static;
  padding-top: 18px;
}

.techsi-why-eyebrow {
  margin-bottom: 28px;
  color: #0868d3;
  font-size: .72rem;
  letter-spacing: .08em;
}

.techsi-why-eyebrow::before {
  width: 34px;
  background: #0868d3;
}

.techsi-why-title {
  max-width: none;
  margin-bottom: 24px;
  color: #08264d;
  font-size: clamp(3.2rem, 3.75vw, 3.9rem);
  line-height: 1.03;
  white-space: nowrap;
}

.techsi-why-title span {
  display: block;
  margin-top: 8px;
  color: #1268d8;
}

.techsi-why-lead {
  max-width: 510px;
  margin-bottom: 26px;
  color: #49627b;
  font-size: .95rem;
  line-height: 1.75;
}

.techsi-why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.techsi-why-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 21px;
  border: 1px solid #0868d3;
  border-radius: 5px;
  background: #0868d3;
  box-shadow: 0 10px 22px rgba(8, 104, 211, .18);
  color: #fff;
  font-size: .76rem;
  font-weight: 750;
  text-transform: uppercase;
}

.techsi-why-actions a.is-outline {
  background: rgba(255, 255, 255, .75);
  box-shadow: none;
  color: #0868d3;
}

.techsi-why-actions i {
  margin-left: 12px;
}

.techsi-why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  padding: 20px 0;
  border: 1px solid #e2e9f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 32px rgba(29, 73, 114, .08);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.techsi-why-stat {
  padding: 0 20px;
  border-right: 1px solid #e2e9f0;
}

.techsi-why-stat:last-child {
  border-right: 0;
}

.techsi-why-stat strong,
.techsi-why-stat span {
  display: block;
}

.techsi-why-stat strong {
  margin-bottom: 6px;
  color: #0c64cc;
  font-size: 1.25rem;
  font-weight: 850;
}

.techsi-why-stat span {
  color: #60758a;
  font-size: .68rem;
  line-height: 1.4;
}

.techsi-why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.techsi-why-card {
  min-height: 166px;
  padding: 22px 23px;
  border-color: rgba(213, 223, 233, .95);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(34, 74, 111, .11);
}

.techsi-why-card:last-child {
  min-height: 88px;
}

.techsi-why-card:hover {
  border-color: #a9cee7;
  background: #fff;
  box-shadow: 0 14px 34px rgba(34, 74, 111, .15);
}

.techsi-why-card-head {
  justify-content: flex-start;
  margin-bottom: 13px;
}

.techsi-why-icon {
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 10px;
  background: #eff5ff;
  color: #0868d3;
  font-size: 1.05rem;
}

.techsi-why-number {
  display: none;
}

.techsi-why-card h3 {
  margin-bottom: 8px;
  color: #0a274e;
  font-size: .9rem;
}

.techsi-why-card p {
  color: #587087;
  font-size: .72rem;
  line-height: 1.6;
}

.techsi-why-card:last-child {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 14px;
  align-items: center;
}

.techsi-why-card:last-child .techsi-why-card-head {
  margin: 0;
}

.techsi-why-card:last-child h3 {
  margin-bottom: 3px;
}

@media (max-width: 1000px) {
  .techsi-why-us {
    background-position: 68% center;
  }

  .techsi-why-us::before {
    background: rgba(248, 251, 255, .91);
  }

  .techsi-why-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .techsi-why-copy {
    max-width: 720px;
  }
}

@media (max-width: 549px) {
  .techsi-why-us { padding: 52px 0 !important; }
  .techsi-why-title { font-size: 2.65rem; white-space: normal; }
  .techsi-why-grid { grid-template-columns: 1fr; }
  .techsi-why-card,
  .techsi-why-card:last-child { display: block; grid-column: auto; min-height: 0; }
  .techsi-why-card:last-child .techsi-why-card-head { margin-bottom: 13px; }
  .techsi-why-stats { grid-template-columns: 1fr; }
  .techsi-why-stat { padding: 13px 20px; border-right: 0; border-bottom: 1px solid #e2e9f0; }
  .techsi-why-stat:last-child { border-bottom: 0; }
}

/* Rebalance Why TECHSI after removing the CTA and statistics strip. */
.techsi-why-us {
  min-height: 0;
  padding: 62px 0 !important;
}

.techsi-why-inner {
  align-items: center;
}

.techsi-why-copy {
  padding-top: 0;
  transform: translateY(-6px);
}

.techsi-why-title {
  margin-bottom: 26px;
}

.techsi-why-lead {
  max-width: 525px;
  margin-bottom: 0;
  font-size: 1rem;
}

.techsi-why-card {
  min-height: 154px;
  padding: 20px 22px;
}

.techsi-why-card:last-child {
  min-height: 82px;
}

.techsi-why-card-head {
  margin-bottom: 11px;
}

@media (max-width: 1000px) {
  .techsi-why-inner {
    align-items: start;
  }

  .techsi-why-copy {
    transform: none;
  }
}

@media (max-width: 549px) {
  .techsi-why-us {
    padding: 48px 0 !important;
  }
}

/* ========================================================================== 
   TECHSI LIFECYCLE SERVICES & TECHNICAL REQUEST
   ========================================================================== */
.techsi-lifecycle-contact {
  position: relative;
  overflow: hidden;
  padding: 88px 0 !important;
  background-color: #071e34;
  background-image: linear-gradient(90deg, rgba(5, 25, 44, .97) 0%, rgba(5, 31, 54, .93) 48%, rgba(4, 27, 48, .76) 100%), url("/wp-content/uploads/2026/07/techsi-optical-network-hero-v2.webp");
  background-position: center;
  background-size: cover;
}

.techsi-lifecycle-contact::before {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(93, 207, 240, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(93, 207, 240, .025), 0 0 0 128px rgba(93, 207, 240, .018);
  content: "";
}

.techsi-lifecycle-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 72px;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.techsi-lifecycle-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #67d5f1;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.techsi-lifecycle-eyebrow::before {
  width: 36px;
  height: 2px;
  background: #67d5f1;
  content: "";
}

.techsi-lifecycle-title {
  max-width: 650px;
  margin: 0 0 15px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(2.7rem, 3.7vw, 3.8rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.techsi-lifecycle-lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #bdd0de;
  font-size: .96rem;
  line-height: 1.75;
}

.techsi-lifecycle-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.techsi-lifecycle-step {
  min-height: 190px;
  padding: 20px 18px;
  border: 1px solid rgba(193, 225, 239, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .055);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.techsi-lifecycle-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.techsi-lifecycle-step i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(14, 119, 177, .38);
  color: #67d5f1;
  font-size: 1rem;
}

.techsi-lifecycle-step em {
  color: rgba(214, 235, 244, .35);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.techsi-lifecycle-step strong,
.techsi-lifecycle-step span {
  display: block;
}

.techsi-lifecycle-step strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: .87rem;
  line-height: 1.35;
}

.techsi-lifecycle-step span {
  color: #afc6d5;
  font-size: .74rem;
  line-height: 1.55;
}

.techsi-request-card {
  padding: 34px 34px 28px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 60px rgba(0, 13, 29, .28);
}

.techsi-request-card h2 {
  margin: 0 0 7px;
  color: #0a2b50;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.techsi-request-card > p {
  margin: 0 0 22px;
  color: #6b7f91;
  font-size: .82rem;
  line-height: 1.55;
}

.techsi-request-card .wpcf7-form .form-flat > div {
  margin-bottom: 12px !important;
}

.techsi-request-card input:not([type="submit"]),
.techsi-request-card textarea {
  border: 1px solid #dce4ea;
  border-radius: 7px;
  background: #f8fafc;
}

.techsi-request-card textarea {
  min-height: 105px;
}

.techsi-request-card input[type="submit"] {
  width: 100%;
  min-height: 46px;
  margin: 0;
  border-radius: 7px !important;
}

@media (max-width: 1000px) {
  .techsi-lifecycle-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 700px) {
  .techsi-lifecycle-contact { padding: 58px 0 !important; }
  .techsi-lifecycle-inner { padding: 0 16px; }
  .techsi-lifecycle-title { font-size: 2.6rem; }
  .techsi-lifecycle-steps { grid-template-columns: 1fr; }
  .techsi-lifecycle-step { min-height: 0; }
  .techsi-request-card { padding: 27px 22px 22px; }
}

/* ========================================================================== 
   GLOBAL RESPONSIVE & MOBILE LOGO FIXES
   ========================================================================== */

/* Prevent horizontal page scrolling */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}

/* Header Logo Mobile Scaling */
@media (max-width: 849px) {
  .header-main .logo img,
  #logo img,
  .logo a img,
  .mobile-sidebar .logo img {
    max-width: 135px !important;
    height: auto !important;
    object-fit: contain;
  }
}

@media (max-width: 550px) {
  .header-main .logo img,
  #logo img,
  .logo a img,
  .mobile-sidebar .logo img {
    max-width: 120px !important;
    height: auto !important;
  }
}

/* Light Footer Styling & Pixel-Perfect Left Alignment */
.footer_bottom,
.footer_bottom .col,
.footer_bottom h3,
.footer_bottom p,
.footer_bottom ul,
.footer_bottom li,
.footer_bottom a,
.footer-title,
.footer-contact-list,
.footer-nav-list {
  text-align: left !important;
}

.footer_bottom {
  background-color: #f4f7fb !important;
  border-top: 1px solid #e2e8f0 !important;
  color: #334155 !important;
}

.footer_bottom .row {
  align-items: flex-start !important;
}

.footer_bottom .col {
  padding-top: 0 !important;
}

.footer-title,
.footer_bottom h3 {
  color: #0f2942 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.footer-contact-list,
.footer-nav-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.footer-contact-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  color: #334155 !important;
  list-style-type: none !important;
  text-align: left !important;
}

.footer-contact-list i {
  color: #0088cc !important;
  font-size: 1.1rem !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

.footer-nav-list li {
  margin-bottom: 10px !important;
  list-style-type: none !important;
  text-align: left !important;
}

.footer-nav-list a,
.footer-desc a {
  color: #475569 !important;
  text-decoration: none !important;
  text-align: left !important;
  display: inline-block !important;
}

.footer-nav-list a:hover,
.footer-desc a:hover,
.footer-action a:hover {
  color: #0088cc !important;
}

.footer-desc {
  color: #475569 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}

.footer-action a {
  color: #0088cc !important;
}

.footer_bottom img {
  max-width: 220px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media (max-width: 849px) {
  .footer_bottom img {
    max-width: 180px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 550px) {
  .footer_bottom img {
    max-width: 150px !important;
  }
}






/* News Archive Pagination Styling */
.techsi-blog-archive .pagination,
.pagination {
  margin-top: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}

.pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 99px !important;
  border: 1px solid #e2e8f0 !important;
  font-weight: 600 !important;
  color: #475569 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  transition: all 0.2s ease !important;
}

/* Footer Logo & Layout Cleanup */
.footer_bottom .col:first-child .img,
.footer_bottom .col:first-child img,
.footer_bottom .col:first-child .img-inner,
.footer_bottom .col:first-child .ux-image,
.footer_bottom img,
footer .logo-footer img,
footer .box-image img,
footer img,
.footer-widgets img {
  max-width: 180px !important;
  width: 180px !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
}

.footer_bottom .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}


.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #0088cc !important;
  color: #ffffff !important;
  border-color: #0088cc !important;
}


.footer_bottom ul li {
  list-style-type: none !important;
}


@media (max-width: 849px) {
  .footer_bottom {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .footer_bottom .row > .col {
    margin-bottom: 24px;
  }

  .footer_bottom img {
    max-width: 200px !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 550px) {
  .footer_bottom img {
    max-width: 160px !important;
  }
}

/* Header Full-Width Layout & Perfect Vertical Centering Fix */
header#header {
  background-color: #ffffff !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.08) !important;
}

header#header .header-wrapper {
  width: 100% !important;
  background-color: #ffffff !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove the divider line below header that creates visual gap */
header#header .top-divider,
header#header .header-bg-container {
  display: none !important;
}

.header-main {
  height: 80px !important;
  min-height: 80px !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.header-main .header-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 40px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo Left Styling */
#logo {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#logo a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

#logo img,
.header-main .logo img {
  max-height: 70px !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
}

/* Right Nav Menu & Button Vertical Centering (Desktop Only)
   MUST stay inside the min-width query: unscoped, its 3-class specificity
   beats Flatsome's `.hide-for-medium{display:none!important}` and the desktop
   nav stays visible on mobile/tablet, pushing the hamburger off-screen. */
@media (min-width: 1025px) {
  .header-main .hide-for-medium.flex-right {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }
}

.header-nav-main {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-nav-main > li {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
}

.header-nav-main > li > a {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  line-height: 1 !important;
  padding: 0 4px !important;
  font-weight: 600 !important;
}

.header-nav-main .header-button-1,
.header-nav-main .header-button {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.header-nav-main .header-button .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  border-radius: 99px !important;
  box-shadow: none !important;
}

#main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Eliminate any gap between header and banner */
#content,
#main > .section:first-child,
#main > div:first-child,
#main > .row:first-child,
.page-wrapper > #content,
.header-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header#header + #main,
header#header + .page-title,
.header + #main,
.header + .page-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Override Flatsome's 850px breakpoint — force hamburger at ≤1024px */
@media (max-width: 1024px) {
  /* Force show hamburger — override Flatsome's display:none!important */
  body .show-for-medium,
  body [data-show="show-for-medium"],
  html body .show-for-medium {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Force hide desktop nav elements. The .flex-right selector must outrank
     the desktop centering rule above, hence body + 3 classes. */
  body .hide-for-medium,
  body [data-show="hide-for-medium"],
  body .header-main .hide-for-medium.flex-right,
  body .header-main .hide-for-medium.flex-left,
  body .header-nav-main,
  body .header-nav-main .header-button {
    display: none !important;
  }

  .header-main .header-inner {
    padding: 0 20px !important;
  }

  /* The mobile nav column itself must never be swept up by the rule above */
  body .header-main .show-for-medium.flex-col {
    display: flex !important;
  }
}

@media (max-width: 849px) {
  .header-main .header-inner {
    padding: 0 20px !important;
  }
}

/* Reduce spacing between Latest News section and footer */
#main > .section:last-of-type {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}

.footer_bottom {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

footer.footer-wrapper,
.footer-widgets {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Fix Copyright Bar (Absolute Footer) Background & Text Contrast */
.absolute-footer {
  background-color: #071e34 !important;
  color: #94a3b8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 16px 0 !important;
  text-align: center !important;
}

.absolute-footer,
.absolute-footer p,
.absolute-footer div,
.absolute-footer span,
.absolute-footer .copyright-footer,
.absolute-footer .footer-primary,
.absolute-footer .footer-secondary {
  color: #94a3b8 !important;
  font-size: 0.85rem !important;
}

.absolute-footer a {
  color: #67d5f1 !important;
}

.absolute-footer a:hover {
  color: #ffffff !important;
}


/* ==========================================================================
   COMPREHENSIVE RESPONSIVE OVERHAUL — All Device Compatibility
   Breakpoints: 1200px (large tablet/laptop), 849px (tablet), 549px (mobile)
   ========================================================================== */

/* ---------- GLOBAL RESPONSIVE FOUNDATIONS ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

/* Prevent any section from overflowing horizontally */
.section,
section,
[class*="techsi-"],
.row,
.container {
  max-width: 100vw;
}

/* Touch-friendly minimum tap targets on mobile */
@media (max-width: 849px) {
  a,
  button,
  input[type="submit"],
  .button {
    min-height: 44px;
  }
}

/* ---------- TABLET LANDSCAPE (max-width: 1200px) ---------- */
@media (max-width: 1200px) {
  /* Header */
  .header-main .header-inner {
    padding: 0 24px !important;
  }

  .header-nav-main {
    gap: 12px !important;
  }

  .header-nav-main > li > a {
    font-size: 0.85rem !important;
  }

  .header-nav-main .header-button .button {
    padding: 0 18px !important;
    font-size: 0.82rem !important;
  }

  /* Hero */
  .techsi-hero-stage {
    width: min(100% - 40px, 1480px);
  }

  .techsi-hero-copy {
    max-width: 65%;
  }

  .techsi-hero-heading {
    font-size: 4rem;
  }

  /* Integrated Solutions */
  .techsi-integrated-title {
    white-space: normal !important;
  }

  /* Why Us */
  .techsi-why-title {
    white-space: normal !important;
  }

  /* Lifecycle */
  .techsi-lifecycle-inner {
    gap: 48px;
    padding: 0 24px;
  }
}

/* ---------- TABLET PORTRAIT (max-width: 849px) ---------- */
@media (max-width: 849px) {
  /* Header Mobile */
  .header-main {
    height: 65px !important;
    min-height: 65px !important;
  }

  .header-main .header-inner {
    padding: 0 16px !important;
  }

  #logo img,
  .header-main .logo img {
    max-height: 50px !important;
  }

  /* Hide desktop nav, show hamburger (Flatsome handles this) */
  .hide-for-medium {
    display: none !important;
  }

  .show-for-medium {
    display: flex !important;
  }

  /* Hero Section */
  .techsi-hero-reference {
    background-position: 66% center;
  }

  .techsi-hero-stage {
    width: min(100% - 32px, 1480px);
    min-height: auto;
  }

  .techsi-hero-stage::before,
  .techsi-hero-stage::after {
    display: none;
  }

  .techsi-hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 56px 0 44px;
  }

  .techsi-hero-heading {
    font-size: 3.2rem;
    line-height: 1.04;
  }

  .techsi-hero-intro {
    font-size: 0.95rem;
  }

  .techsi-hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .techsi-hero-buttons a,
  .techsi-hero-buttons .is-outline {
    min-width: 0;
    width: 100%;
    font-size: 0.88rem;
    min-height: 48px;
  }

  .techsi-network-card {
    display: none;
  }

  .techsi-solution-chips {
    flex-wrap: wrap;
    width: 100%;
  }

  .techsi-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .techsi-proof-item {
    padding: 16px;
  }

  .techsi-proof-item:nth-child(2) {
    border-right: 0;
  }

  .techsi-proof-item:nth-child(-n+2) {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .techsi-proof-item:nth-child(n+3) {
    padding-top: 18px;
  }

  /* About Section */
  .techsi-home-about {
    padding: 60px 0 !important;
  }

  .techsi-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(100% - 32px, 1350px);
  }

  .techsi-about-visual {
    width: 100%;
    min-height: 420px;
  }

  .techsi-about-visual::before {
    display: none;
  }

  .techsi-about-image {
    width: 100%;
    height: 400px;
    border-radius: 14px;
  }

  .techsi-about-location {
    width: 220px;
    padding: 20px;
  }

  .techsi-about-title {
    font-size: 2.5rem;
  }

  .techsi-about-fields {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Integrated Solutions */
  .techsi-integrated-solutions {
    padding: 56px 0 !important;
  }

  .techsi-integrated-inner {
    width: min(100% - 32px, 1350px) !important;
    padding: 0 !important;
  }

  .techsi-integrated-head {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .techsi-integrated-intro {
    margin: 0 !important;
  }

  .techsi-integrated-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .techsi-integrated-card {
    min-height: 0 !important;
    padding: 28px 22px 24px !important;
  }

  .techsi-integrated-card > p {
    min-height: 0 !important;
  }

  .techsi-integrated-card h3 {
    min-height: 0 !important;
  }

  /* Why Us */
  .techsi-why-us {
    padding: 60px 0 !important;
  }

  .techsi-why-inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 0 16px !important;
  }

  .techsi-why-copy {
    position: static !important;
  }

  .techsi-why-title,
  .techsi-why-lead {
    max-width: 100% !important;
  }

  .techsi-why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Lifecycle / Contact */
  .techsi-lifecycle-contact {
    padding: 60px 0 !important;
  }

  .techsi-lifecycle-inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    padding: 0 16px !important;
  }

  .techsi-lifecycle-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .techsi-lifecycle-step {
    min-height: 0;
  }

  .techsi-request-card {
    padding: 28px 24px 22px;
  }

  /* Solutions / Services Grid */
  .mbws_service .service_row .col {
    width: 50% !important;
  }

  /* Footer */
  .footer_bottom {
    padding: 30px 16px !important;
  }

  .footer_bottom .row {
    flex-wrap: wrap !important;
  }

  .footer_bottom .row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 24px !important;
  }

  .footer_bottom img {
    max-width: 160px !important;
  }

  /* Absolute Footer */
  .absolute-footer {
    padding: 14px 16px !important;
  }

  .absolute-footer .container {
    text-align: center !important;
  }

  .absolute-footer .footer-primary,
  .absolute-footer .footer-secondary {
    float: none !important;
    display: block !important;
    text-align: center !important;
  }

  /* Blog posts grid */
  .blog_posts .col,
  .from_the_blog .col {
    width: 50% !important;
  }
}

/* ---------- MOBILE (max-width: 549px) ---------- */
@media (max-width: 549px) {
  /* Header Mobile */
  .header-main {
    height: 58px !important;
    min-height: 58px !important;
  }

  #logo img,
  .header-main .logo img {
    max-height: 42px !important;
  }

  /* Hero Section */
  .techsi-hero-reference {
    background-position: 71% center;
  }

  .techsi-hero-reference::before {
    background: linear-gradient(90deg,
      rgba(247, 251, 255, .99),
      rgba(247, 251, 255, .92) 78%,
      rgba(247, 251, 255, .75)) !important;
  }

  .techsi-hero-stage {
    width: min(100% - 24px, 1480px);
  }

  .techsi-hero-copy {
    padding: 40px 0 36px;
  }

  .techsi-signal-line {
    margin-bottom: 18px;
    width: 180px;
  }

  .techsi-hero-heading {
    font-size: 2.4rem !important;
    line-height: 1.06;
  }

  .techsi-hero-intro {
    font-size: 0.9rem;
    margin-bottom: 22px;
  }

  .techsi-hero-buttons {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .techsi-hero-buttons a,
  .techsi-hero-buttons .is-outline {
    min-height: 48px;
    font-size: 0.88rem;
  }

  .techsi-solution-chips {
    gap: 7px;
  }

  .techsi-solution-chips li {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .techsi-proof-band {
    padding: 44px 0 28px;
    clip-path: polygon(0 2%, 50% 4%, 100% 0, 100% 100%, 0 100%);
  }

  .techsi-proof-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 24px, 1480px);
  }

  .techsi-proof-item,
  .techsi-proof-item:first-child,
  .techsi-proof-item:last-child {
    padding: 16px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .techsi-proof-item:last-child {
    border-bottom: 0 !important;
  }

  /* About Section */
  .techsi-home-about {
    padding: 44px 0 !important;
  }

  .techsi-about-grid {
    width: min(100% - 24px, 1350px);
    gap: 30px;
  }

  .techsi-about-visual {
    min-height: 320px;
  }

  .techsi-about-visual::before {
    display: none;
  }

  .techsi-about-image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
  }

  .techsi-about-location {
    position: relative;
    width: 100%;
    margin-top: 16px;
    border-radius: 12px;
  }

  .techsi-about-title {
    font-size: 2rem !important;
  }

  .techsi-about-lead {
    font-size: 0.92rem;
  }

  .techsi-about-fields {
    grid-template-columns: 1fr !important;
    padding: 0;
    border-bottom: 0;
  }

  .techsi-about-field,
  .techsi-about-field:first-child,
  .techsi-about-field:last-child {
    display: grid;
    grid-template-columns: 34px 1fr;
    padding: 16px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dce7f0;
  }

  .techsi-about-field:last-child {
    border-bottom: 0 !important;
  }

  .techsi-about-field i {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  /* Integrated Solutions */
  .techsi-integrated-solutions {
    padding: 44px 0 !important;
  }

  .techsi-integrated-inner {
    width: min(100% - 24px, 1350px) !important;
  }

  .techsi-integrated-title {
    font-size: 2.1rem !important;
    white-space: normal !important;
  }

  .techsi-integrated-intro {
    font-size: 0.92rem !important;
  }

  .techsi-integrated-grid {
    grid-template-columns: 1fr !important;
  }

  .techsi-integrated-card {
    padding: 24px 20px 22px !important;
  }

  .techsi-integrated-icon {
    width: 52px !important;
    height: 52px !important;
  }

  .techsi-integrated-card h3 {
    font-size: 1.02rem !important;
  }

  .techsi-integrated-card > p {
    font-size: 0.85rem !important;
  }

  /* Why Us */
  .techsi-why-us {
    padding: 44px 0 !important;
    min-height: 0 !important;
  }

  .techsi-why-inner {
    padding: 0 12px !important;
  }

  .techsi-why-title {
    font-size: 2.2rem !important;
    white-space: normal !important;
  }

  .techsi-why-lead {
    font-size: 0.92rem;
  }

  .techsi-why-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .techsi-why-card,
  .techsi-why-card:last-child {
    grid-column: auto !important;
    min-height: 0 !important;
    padding: 20px 18px !important;
  }

  .techsi-why-card:last-child {
    display: block !important;
  }

  .techsi-why-card:last-child .techsi-why-card-head {
    margin-bottom: 13px;
  }

  /* Why Us Stats */
  .techsi-why-stats {
    grid-template-columns: 1fr !important;
  }

  .techsi-why-stat {
    padding: 13px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e2e9f0;
  }

  .techsi-why-stat:last-child {
    border-bottom: 0 !important;
  }

  /* Lifecycle / Contact */
  .techsi-lifecycle-contact {
    padding: 44px 0 !important;
  }

  .techsi-lifecycle-inner {
    padding: 0 12px !important;
  }

  .techsi-lifecycle-title {
    font-size: 2.2rem !important;
  }

  .techsi-lifecycle-lead {
    font-size: 0.9rem;
  }

  .techsi-lifecycle-steps {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .techsi-lifecycle-step {
    min-height: 0 !important;
    padding: 18px 16px;
  }

  .techsi-request-card {
    padding: 22px 18px 18px !important;
  }

  .techsi-request-card h2 {
    font-size: 1.3rem !important;
  }

  /* Solutions / Services Grid */
  .mbws_service .service_row .col {
    width: 100% !important;
  }

  .mbws_service .service_row {
    padding: 30px 20px !important;
  }

  /* Footer */
  .footer_bottom {
    padding: 28px 12px !important;
  }

  .footer_bottom .row > .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  .footer_bottom img {
    max-width: 140px !important;
  }

  .footer-title,
  .footer_bottom h3 {
    font-size: 1.05rem !important;
    margin-bottom: 14px !important;
  }

  /* Absolute Footer */
  .absolute-footer {
    padding: 12px !important;
  }

  .absolute-footer,
  .absolute-footer p,
  .absolute-footer div,
  .absolute-footer span,
  .absolute-footer .copyright-footer {
    font-size: 0.75rem !important;
  }

  /* Blog Posts Grid */
  .blog_posts .col,
  .from_the_blog .col {
    width: 100% !important;
  }

  /* Flatsome UX Builder Sections - general mobile padding */
  .section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Full-width override sections keep their own padding */
  .techsi-hero-reference,
  .techsi-home-about,
  .techsi-why-us,
  .techsi-lifecycle-contact,
  .techsi-integrated-solutions {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* General text size for readability */
  body {
    font-size: 15px;
  }

  h1 { font-size: 1.8rem !important; }
  h2 { font-size: 1.5rem !important; }
  h3 { font-size: 1.15rem !important; }

  /* Scroll-to-top button */
  .back-to-top {
    right: 12px !important;
    bottom: 12px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

/* ---------- VERY SMALL SCREENS (max-width: 375px) ---------- */
@media (max-width: 375px) {
  .header-main {
    height: 52px !important;
    min-height: 52px !important;
  }

  #logo img,
  .header-main .logo img {
    max-height: 36px !important;
  }

  .techsi-hero-heading {
    font-size: 2rem !important;
  }

  .techsi-about-title {
    font-size: 1.75rem !important;
  }

  .techsi-integrated-title {
    font-size: 1.8rem !important;
  }

  .techsi-why-title {
    font-size: 1.85rem !important;
  }

  .techsi-lifecycle-title {
    font-size: 1.85rem !important;
  }

  .techsi-hero-buttons a {
    min-height: 44px;
    font-size: 0.82rem;
    padding: 0 16px;
  }
}

/* ---------- LANDSCAPE PHONE FIX ---------- */
@media (max-height: 500px) and (orientation: landscape) {
  .techsi-hero-stage {
    min-height: auto !important;
  }

  .techsi-hero-copy {
    padding: 28px 0 24px;
  }

  .techsi-hero-heading {
    font-size: 2.4rem !important;
  }

  .techsi-why-us {
    min-height: 0 !important;
  }
}











