.elementor-212 .elementor-element.elementor-element-3751257{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-212 .elementor-element.elementor-element-ff04cb5{margin-top:-1px;margin-bottom:0px;}.elementor-212 .elementor-element.elementor-element-6fdf44e.wpr-stt-btn-align-fixed-right .wpr-stt-btn{right:10px;bottom:37px;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-content{color:#ffffff;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-icon{color:#ffffff;font-size:13px;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-icon svg{fill:#ffffff;width:13px;height:13px;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-btn{background-color:#1A5AFF;border-color:#E8E8E8;transition:all  0.3s ease-in-out 0s;padding:14px 15px 14px 15px;border-style:none;border-radius:4px 4px 4px 4px;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-btn:hover > .wpr-stt-icon{Color:#fff;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-btn:hover > .wpr-stt-icon svg{fill:#fff;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-btn:hover{background-color:#003EDD;border-color:#E8E8E8;}.elementor-212 .elementor-element.elementor-element-6fdf44e .wpr-stt-btn svg{transition:all  0.3s ease-in-out 0s;}.elementor-212 .elementor-element.elementor-element-b48140f{margin-top:-1px;margin-bottom:0px;}.elementor-212 .elementor-element.elementor-element-c53e6ea.wpr-pc-btn-align-fixed-right .wpr-pc-btn{right:8px;bottom:94px;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-content{color:#ffffff;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn-icon{color:#ffffff;font-size:25px;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn-icon svg{fill:#ffffff;width:25px;height:25px;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn{background-color:#1A5AFF;border-color:#E8E8E8;transition:all  0.3s ease-in-out 0s;padding:13px 14px 13px 14px;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn:hover > .wpr-pc-btn-icon{Color:#fff;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn:hover svg{fill:#fff;}.elementor-212 .elementor-element.elementor-element-c53e6ea .wpr-pc-btn:hover{background-color:#003EDD;border-color:#E8E8E8;}/* Start custom CSS for html, class: .elementor-element-76a820e *//* ===== InterTech Footer (FINAL) ===== */
:root{
  --it-blue:#1e56ff;
  --it-blue-dark:#1240d6;
  --it-text:#111827;
  --it-muted:#556070;
  --it-border:rgba(17,24,39,.08);
  --it-line:rgba(17,24,39,.06);
  --it-shadow:0 8px 24px rgba(17,24,39,.06);
  --it-shadow-hover:0 14px 40px rgba(17,24,39,.10);
  --it-radius:18px;
}

.it-footer{
  background:#fff;
  padding:48px 0 22px;
}

.it-footer__container{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

.it-footer__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}

/* Card */
.it-card{
  background:#fff;
  border:1px solid var(--it-border);
  border-radius:var(--it-radius);
  box-shadow:var(--it-shadow);
  padding:22px 22px;
  display:flex;
  flex-direction:column;
  min-height:320px;
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.it-card::before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:14px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--it-blue), rgba(30,86,255,.14));
}

.it-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--it-shadow-hover);
  border-color:rgba(30,86,255,.20);
}

.it-card__top{ padding-top:14px; }
.it-card__bottom{ margin-top:auto; padding-top:18px; }

/* Titles */
.it-card__title{
  margin:0 0 14px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--it-blue);
  display:flex;
  align-items:center;
  gap:10px;
}

.it-ico{
  width:18px;
  height:18px;
  color:var(--it-blue);
  flex:0 0 auto;
}

/* Key/Value rows (used in Hours) */
.it-kv__row{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap:16px;
  padding:12px 0;
  border-top:1px solid var(--it-line);
}

.it-kv__row:first-child{
  border-top:none;
  padding-top:0;
}

.it-kv__k{
  font-weight:800;
  color:var(--it-text);
  font-size:15px;
  line-height:1.25;
}

.it-kv__v{
  font-weight:800;
  color:var(--it-blue);
  font-size:15px;
  line-height:1.25;
  text-align:right;
  overflow-wrap:anywhere;
}

.it-kv__v a{
  color:inherit;
  text-decoration:none;
}

.it-kv__v a:hover{ text-decoration:underline; }

/* BRAND */
.it-brand__logo img{
  max-width:190px;
  height:auto;
  display:block;
}

.it-brand__text{
  margin:14px 0 0;
  color:var(--it-text);
  font-weight:600;
  line-height:1.4;
}

/* SOCIAL: Bigger icons, no frames */
.it-social{
  display:flex;
  gap:1px;
  align-items:center;
  justify-content:flex-start;
}

.it-social__btn{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;

  padding:0;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;

  text-decoration:none;
  transition:transform .2s ease, filter .2s ease;
}

.it-social__btn:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

.it-social__img{
  width:56px;
  height:44px;
  object-fit:contain;
  display:block;
}

/* Links menu */
.it-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.it-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-top:1px solid var(--it-line);
  font-weight:800;
  color:var(--it-text);
  text-decoration:none;
  transition:transform .2s ease, color .2s ease;
}

.it-link:first-child{ border-top:none; padding-top:0; }

.it-link::after{
  content:"→";
  color:rgba(30,86,255,.75);
  font-weight:900;
  transition:transform .2s ease;
}

.it-link:hover{
  color:var(--it-blue);
  transform:translateX(2px);
}

.it-link:hover::after{ transform:translateX(2px); }

.it-link--cta{
  margin-top:6px;
  background:rgba(30,86,255,.08);
  border:1px solid rgba(30,86,255,.20);
  border-radius:12px;
  padding:11px 12px;
}

.it-link--cta::after{ content:"Book"; }

/* Hours: time smaller & not bright blue */
.it-hours .it-kv__v{
  font-size:14px;
  color:rgba(17,24,39,.78);
}

/* Main CTA button */
.it-btn{
  display:block;
  width:100%;
  text-align:center;
  background:var(--it-blue);
  color:#fff;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.it-btn:hover{
  background:var(--it-blue-dark);
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(30,86,255,.22);
  color:#fff;
}

/* Notes */
.it-note{
  color:var(--it-muted);
  font-weight:600;
  font-size:13px;
  line-height:1.35;
}

/* Footer bottom line */
.it-footer__bottom{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid var(--it-line);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  color:rgba(17,24,39,.70);
  font-weight:600;
  font-size:13px;
  text-align:center;
}

.it-footer__smalllink{
  color:var(--it-blue);
  text-decoration:none;
  font-weight:800;
}

.it-footer__smalllink:hover{ text-decoration:underline; }

.it-footer__sep{ opacity:.4; }

/* ===== Responsive ===== */
@media (max-width: 1024px){
  .it-footer__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .it-card{ min-height:320px; }
}

@media (max-width: 560px){
  .it-footer{ padding:34px 0 18px; }
  .it-footer__grid{
    grid-template-columns: 1fr;
    gap:14px;
  }
  .it-card{ min-height:auto; }

  .it-kv__row{ grid-template-columns: 1fr; }
  .it-kv__v{ text-align:left; }

  .it-social{
    justify-content:flex-start;
  }

  /* Keep icons big on mobile too */
  .it-social__btn{ width:60px; height:60px; }
  .it-social__img{ width:54px; height:46px; }
}

/* ===== CONTACT (FINAL CLEAN) ===== */
/* Ensure old KV layout doesn't affect contact (safe even if KV markup isn't present) */
.it-contact .it-kv,
.it-contact .it-kv__row,
.it-contact .it-kv__k,
.it-contact .it-kv__v{
  display:none !important;
}

.it-contact__list{
  margin-top:6px;
  border-top:1px solid var(--it-line);
}

/* Full-row hover with subtle background */
.it-contact__item{
  display:flex;
  align-items:flex-start;
  gap:6px;

  padding:12px 12px;
  margin:0 -12px;
  border-radius:12px;

  border-top:1px solid var(--it-line);
  text-decoration:none;

  transition:background .18s ease, transform .18s ease;
}

.it-contact__item:first-child{
  border-top:none;
}

.it-contact__item:hover{
  background:rgba(30,86,255,.04);
}

.it-contact__item:focus-visible{
  background:rgba(30,86,255,.04);
  outline:2px solid rgba(30,86,255,.22);
  outline-offset:2px;
}

.it-contact__item:active{
  transform:scale(.995);
}

.it-contact__icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:var(--it-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

.it-contact__icon svg{
  width:18px;
  height:18px;
  display:block;
}

.it-contact__text{
  color:var(--it-text);
  font-weight:800;
  font-size:14px;
  line-height:1.28;
  min-width:0;
}

.it-contact__text--phone{
  font-size:15px;
}

.it-contact__text--small{
  font-size:13px;
  opacity:.92;
}

/* Desktop: allow wrap for long email/address (looks better than ellipsis) */
@media (min-width: 561px){
  .it-contact__text--small{
    white-space:normal;
    word-break:break-word;
  }
}

/* Mobile: wrap all contact text nicely */
@media (max-width:560px){
  .it-contact__text{
    white-space:normal;
    word-break:break-word;
  }
}

/* Social buttons focus ring */
.it-social__btn:focus-visible{
  outline:2px solid rgba(30,86,255,.22);
  outline-offset:3px;
  border-radius:12px;
}

@media (prefers-reduced-motion: reduce){
  .it-contact__item,
  .it-social__btn{
    transition:none;
  }
}

/* ===== PREMIUM POLISH (FINAL) ===== */

/* 1) Cards: stronger equal-height behavior inside grid */
.it-footer__grid .it-card{
  height:100%;
}

/* Prevent contact from making its card taller than others (desktop): clamp long strings */
@media (min-width: 561px){
  .it-contact__text--small{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;  /* 2 lines max */
    overflow:hidden;
  }
}

/* Optional: keep brand text neat too (doesn't change much, just prevents huge growth) */
@media (min-width: 561px){
  .it-brand__text{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
  }
}

/* 2) Links: subtle premium hover background */
.it-link{
  padding:10px 12px;   /* was 10px 0 */
  margin:0 -12px;      /* make hover background feel “full width” */
  border-radius:12px;
  transition:transform .2s ease, color .2s ease, background .18s ease;
}

.it-link:hover{
  background:rgba(30,86,255,.04);
}

/* Keyboard focus (premium + accessible) */
.it-link:focus-visible{
  background:rgba(30,86,255,.04);
  outline:2px solid rgba(30,86,255,.20);
  outline-offset:2px;
}/* End custom CSS */