/* Professional site theme overrides */
.titlepage h2 {
  color: #1e2761 !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
}
.titlepage h2 span {
  color: #22c2d2 !important;
}
.read_more {
  background: #22c2d2 !important;
  border-radius: 8px !important;
  height: 52px !important;
  line-height: 52px !important;
  max-width: 200px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 20px rgba(34, 194, 210, 0.25);
}
.read_more:hover {
  background: #1e2761 !important;
  box-shadow: 0 8px 24px rgba(30, 39, 97, 0.25);
  transform: translateY(-1px);
}
.innva_img figure,
.secret_img figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(30, 39, 97, 0.1);
}
.innva_img img,
.secret_img img {
  display: block;
  width: 100%;
  height: auto;
}
body.main-layout {
  background: #fafbfc;
  -webkit-font-smoothing: antialiased;
}
.site-header .brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header .brand-lockup img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.site-header .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.site-header .brand-text strong {
  color: #1e2761;
  font-size: 16px;
  font-weight: 600;
}
.site-header .brand-text span {
  color: #22c2d2;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (max-width: 575px) {
  .site-header .brand-text { display: none; }
  .site-header .brand-lockup img { width: 48px; height: 48px; }
}

/* Extra Font Awesome glyphs used site-wide */
.fa-signal:before { content: "\f012"; }
.fa-code:before { content: "\f121"; }
.fa-mobile:before { content: "\f10b"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-check-circle:before { content: "\f058"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-map-marker:before { content: "\f041"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-university:before { content: "\f19c"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-film:before { content: "\f008"; }
.fa-truck:before { content: "\f0d1"; }
.fa-building:before { content: "\f1ad"; }
.fa-comments:before { content: "\f086"; }
.fa-cogs:before { content: "\f085"; }
.fa-shield:before { content: "\f132"; }
.fa-rocket:before { content: "\f135"; }
.fa-users:before { content: "\f0c0"; }
.fa-clock-o:before { content: "\f017"; }
