.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-75715e6 *//* ===== Footer v2 – Computer Whatever (Elementor-safe) ===== */

.cw-footer-v2 {
  font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #0082d6 0, #02111f 52%, #020617 100%);
  color: #e5e7eb;
  padding: 40px 20px 26px;
  overflow: hidden;
}

.cw-footer-v2 * {
  box-sizing: border-box;
}

/* container */
.cw-footer-v2-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* --- Top row --- */
.cw-footer-v2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cw-footer-v2-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 240px;
}

.cw-footer-v2-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: #0071bc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  flex: 0 0 auto;
}

.cw-footer-v2-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.cw-footer-v2-tagline {
  font-size: 13px;
  color: #cbd5f5;
  line-height: 1.25;
  margin-top: 2px;
}

.cw-footer-v2-top-cta {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.cw-footer-v2-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

/* CTA button */
.cw-footer-v2-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  background: #d71d24;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(215, 29, 36, 0.55);
  border: 1px solid #d71d24;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.cw-footer-v2-btn-primary:hover {
  background: #b01217;
  border-color: #b01217;
  transform: translateY(-1px);
}

/* --- Services chips wrapper --- */
.cw-footer-v2-services {
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.cw-footer-v2-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* chip (NO LINK) */
.cw-footer-v2-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 13px;
  color: #e5e7eb;
  user-select: none;
  cursor: default;
  transition: background 0.16s ease, transform 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.cw-footer-v2-chip:hover {
  background: #ffffff;
  color: #02111f;
  border-color: #ffffff;
  transform: translateY(-1px);
}

/* chip icon text */
.cw-footer-v2-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Microsoft icon placeholder (simple 2x2 squares) */
.ms-window-icon {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  position: relative;
  background: rgba(96, 165, 250, 0.95);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.22) inset,
    0 8px 18px rgba(0,0,0,0.25);
}

.ms-window-icon::before,
.ms-window-icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255,255,255,0.85);
  border-radius: 1px;
  top: 3px;
}

.ms-window-icon::before { left: 3px; }
.ms-window-icon::after { right: 3px; }

/* --- Bottom row --- */
.cw-footer-v2-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding-top: 14px;
  font-size: 12px;
  color: #9ca3af;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .cw-footer-v2-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cw-footer-v2-top-cta {
    margin-left: 0;
  }

  .cw-footer-v2-service-chips {
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .cw-footer-v2 {
    padding: 32px 16px 20px;
  }

  .cw-footer-v2-chip {
    font-size: 12px;
    padding: 7px 12px;
  }
}


/* ✅ Make the chips wrapper hug the buttons (no extra empty area) */
.cw-footer-v2-services{
  display: table;          /* shrink-to-fit + Elementor-safe */
  width: auto;
  margin: 0 auto;          /* center the whole pill */
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* ✅ Center the chips inside + allow wrapping */
.cw-footer-v2-service-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;  /* center the buttons */
  align-items: center;
  width: auto;              /* don't stretch */
}

@media (max-width: 700px){
  .cw-footer-v2-services{
    display:block;
    width:100%;
  }
  .cw-footer-v2-service-chips{
    width:100%;
  }
}/* End custom CSS */