/* Solution Hub United overlay on Digimedia — logo sizing + inner pages/forms */

.js-preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

p {
  color: #2a2a2a;
  font-weight: 400;
}

footer p {
  color: #fff;
}

.pre-header {
  background-color: #13263F;
}

.pre-header ul.info li a {
  color: #e8e4dc;
}

.pre-header ul.info li a:hover {
  color: #fff;
}

.pre-header ul.social-media li a {
  background-color: #1D3456;
  color: #fff;
}

.pre-header ul.social-media li a:hover {
  background-color: #9D7C48;
}

.header-area .main-nav .logo {
  float: left;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  height: 100px;
}

.header-area .main-nav .logo img {
  height: 84px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.background-header .main-nav .logo {
  height: 80px;
}

.background-header .main-nav .logo img {
  height: 68px;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    height: 100px;
    margin-left: 0;
  }

  .header-area .main-nav .logo img {
    height: 64px;
  }
}

.services .naccs .menu div {
  font-size: 14px;
  vertical-align: top;
  width: auto;
  min-width: 110px;
  max-width: 18%;
}

.services ul.nacc li .right-image img {
  max-width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  float: none;
}

.main-banner .left-content p {
  color: #2a2a2a;
  font-weight: 400;
}

.main-banner .right-image img,
.about-left-image img,
.portfolio-item .thumb img {
  object-fit: cover;
}

.blog .section-heading p {
  margin-top: 18px;
  color: #2a2a2a;
}

#blog .row > [class*="col-lg-6"] {
  display: flex;
  flex-direction: column;
}

.blog-post {
  overflow: hidden;
  height: 100%;
  background: #fff;
}

.blog-post .thumb a {
  display: block;
}

.blog-post .thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.blog-post .down-content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post .down-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2a2a2a;
}

.blog-post .down-content::after {
  content: "";
  display: table;
  clear: both;
}

.blog-post .down-content span.author img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  vertical-align: middle;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-item {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 28px;
  overflow: hidden;
}

.post-item .thumb {
  float: none;
  display: block;
  flex: 0 0 160px;
  width: 160px;
  margin-right: 0;
}

.post-item .thumb a {
  display: block;
  height: 100%;
}

.post-item .thumb img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.post-item .right-content {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}

.post-item .right-content h4 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-item .right-content p {
  color: #2a2a2a;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-all-link {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .blog-posts {
    margin-left: 0;
    margin-top: 36px;
  }

  .blog-post .thumb img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .post-item {
    gap: 14px;
    margin-bottom: 22px;
  }

  .post-item .thumb,
  .post-item .thumb img {
    width: 110px;
    height: 110px;
    flex-basis: 110px;
  }

  .post-item .right-content span.date {
    float: none;
    display: block;
    margin: 8px 0 0;
    text-align: left;
  }
}

.inner-page .page-heading {
  padding: 160px 0 20px;
}

.inner-page .page-heading .section-heading p {
  margin-top: 18px;
  color: #2a2a2a;
}

.inner-page .page-content {
  padding: 20px 0 40px;
}

.inner-page footer {
  margin-top: 80px;
}

footer .footer-credit {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

footer .footer-credit a {
  color: rgba(255, 255, 255, 0.85);
}

.shu-card {
  background: #fff;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.shu-card h3,
.shu-card h2 {
  color: #2a2a2a;
  margin-bottom: 12px;
}

.shu-card p,
.shu-card li {
  color: #2a2a2a;
}

.shu-card .price {
  font-size: 22px;
  font-weight: 700;
  color: #726ae3;
  margin: 8px 0 12px;
}

.shu-card .price small {
  font-size: 13px;
  font-weight: 400;
  color: #afafaf;
}

.lead {
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 24px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.feature-list li {
  padding: 6px 0 6px 28px;
  position: relative;
  color: #2a2a2a;
}

.feature-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #726ae3;
  position: absolute;
  left: 0;
  top: 6px;
}

.steps-list {
  list-style: none;
  counter-reset: shu-step;
  padding: 0;
}

.steps-list li {
  counter-increment: shu-step;
  padding: 16px 16px 16px 64px;
  position: relative;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.steps-list li::before {
  content: counter(shu-step);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #726ae3;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
}

.steps-list li strong {
  display: block;
  color: #2a2a2a;
  margin-bottom: 4px;
}

.steps-list li span {
  color: #afafaf;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2a2a2a;
}

.inner-page .form-control,
.shu-card .form-control,
.form-control {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  color: #2a2a2a;
  padding: 0 20px;
  border-radius: 23px;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
  padding: 15px 20px;
  border-radius: 23px;
}

select.form-control {
  appearance: auto;
}

.form-control:focus {
  border-color: #726ae3;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-hint {
  font-size: 13px;
  color: #afafaf;
  margin-top: 6px;
}

.checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
}

.checkbox-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
}

.alert {
  padding: 12px 16px;
  border-radius: 15px;
  margin-bottom: 16px;
  font-size: 15px;
}

.alert-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.alert-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.alert-info {
  background: #f0f9ff;
  color: #075985;
  border: 1px solid #bae6fd;
}

.wizard-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.wizard-steps span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 13px;
  color: #afafaf;
  font-weight: 600;
}

.wizard-steps span.active {
  background: #726ae3;
  color: #fff;
}

.wizard-steps span.done {
  background: #eee;
  color: #2a2a2a;
}

.wizard-panel {
  display: none;
}

.wizard-panel.active {
  display: block;
}

.wizard-nav {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.btn,
button.main-button {
  display: inline-block;
  padding: 10px 20px;
  color: #fa65b1;
  border: 1px solid #fa65b1;
  border-radius: 23px;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}

.btn:hover,
button.main-button:hover {
  background: #fa65b1;
  color: #fff;
  text-decoration: none;
}

.btn-primary,
.btn-accent {
  background: #fa65b1;
  color: #fff;
}

.btn-primary:hover,
.btn-accent:hover {
  background: #e44d9c;
  color: #fff;
}

.btn-outline {
  background: #fff;
}

.btn-ghost {
  border-color: #eee;
  color: #afafaf;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.btn-lg {
  padding: 12px 28px;
}

.btn-sm {
  padding: 6px 14px;
  font-size: 13px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #eee;
  padding: 14px 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq details {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 14px 16px;
  background: #fff;
  margin-bottom: 10px;
}

.faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #2a2a2a;
}

.faq details p {
  margin-top: 8px;
  color: #2a2a2a;
}

.prose {
  max-width: 720px;
  margin: 0 auto;
}

.prose p,
.prose li {
  margin-bottom: 14px;
  color: #2a2a2a;
}

.prose h2 {
  margin: 28px 0 12px;
  color: #2a2a2a;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.blog-card .blog-card-body {
  padding-top: 16px;
}

.blog-card .meta {
  font-size: 13px;
  color: #afafaf;
  margin-bottom: 6px;
}

.error-page {
  padding: 180px 0 80px;
  text-align: center;
}

.error-kicker {
  color: #726ae3;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.error-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

code {
  font-size: 13px;
  background: #f7f7f7;
  padding: 1px 6px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .inner-page .page-heading {
    padding-top: 140px;
  }
}
