/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
.svc-hero {
  position: relative;
  min-height: 542px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.svc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 60, 118, 0.92) 0%, rgba(0, 60, 118, 0.72) 45%, rgba(0, 60, 118, 0.15) 75%, rgba(0, 60, 118, 0) 100%);
}
.svc-hero .container {
  position: relative;
  z-index: 2;
}
.svc-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 715px;
}
.svc-hero__content .jpa-breadcrumb {
  margin-bottom: 0;
}
.svc-hero__content .jpa-breadcrumb a, .svc-hero__content .jpa-breadcrumb span {
  color: rgba(255, 255, 255, 0.75) !important;
}
.svc-hero__content .jpa-breadcrumb .jpa-breadcrumb__current {
  color: #ffffff !important;
  font-weight: 700;
}
.svc-hero__title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (max-width: 991px) {
  .svc-hero__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 575px) {
  .svc-hero__title {
    font-size: 2rem;
  }
}
.svc-hero__desc {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  margin: 0;
  max-width: 640px;
}
.svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}
.svc-hero__btn-solid, .svc-hero__btn-outline {
  height: 56px !important;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .svc-hero {
    min-height: 420px;
    padding-top: 90px;
    padding-bottom: 48px;
  }
  .svc-hero__overlay {
    background: rgba(0, 60, 118, 0.78);
  }
}
@media (max-width: 575px) {
  .svc-hero {
    min-height: 360px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.btn-outline-white-hero {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
  transition: all 0.25s ease;
}
.btn-outline-white-hero:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

.svc-grid-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.svc-grid-section__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 2.5rem;
}

.svc-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 60, 118, 0.07);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.svc-card:hover {
  box-shadow: 0 8px 24px rgba(0, 60, 118, 0.12);
  transform: translateY(-3px);
}
.svc-card__img-wrap {
  display: block;
  position: relative;
  height: 160px;
  overflow: hidden;
}
.svc-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.svc-card:hover .svc-card__img {
  transform: scale(1.04);
}
.svc-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #003c76 0%, #0093a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-card__img-placeholder i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.svc-card__body {
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  position: relative;
}
.svc-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0093a8;
  margin: 0;
  line-height: 1.35;
}
.svc-card__title a {
  color: inherit;
  text-decoration: none;
}
.svc-card__title a:hover {
  color: #003c76;
}
.svc-card__desc {
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
  padding-bottom: 28px;
}
.svc-card__arrow {
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #0093a8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0093a8;
  text-decoration: none;
  transition: all 0.25s ease;
}
.svc-card__arrow i {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.svc-card__arrow:hover {
  background-color: #0093a8;
  color: #ffffff;
  transform: translateX(3px);
}

.svc-help-section {
  padding: 60px 0;
  background-color: transparent;
}

.svc-help-inner {
  display: grid;
  grid-template-columns: 382px 1fr;
  gap: 85px;
  align-items: center;
  background-color: #003c76;
  border-radius: 12px;
  padding: 40px 48px;
}
@media (max-width: 1100px) {
  .svc-help-inner {
    grid-template-columns: 300px 1fr;
    gap: 48px;
    padding: 36px 36px;
  }
}
@media (max-width: 991px) {
  .svc-help-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 32px 28px;
  }
}

.svc-help__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.svc-help__subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0093a8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}

.svc-help__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 1100px) {
  .svc-help__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 575px) {
  .svc-help__title {
    font-size: 1.625rem;
  }
}

.svc-help__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
}

.svc-help__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.svc-help__row {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
}
.svc-help__row:first-child {
  padding-top: 0;
}
.svc-help__row:last-child {
  padding-bottom: 0;
}
.svc-help__row + .svc-help__row {
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}
.svc-help__row--2 .svc-help__feature {
  flex: 1;
}
.svc-help__row--3 .svc-help__feature {
  flex: 1;
}
@media (max-width: 767px) {
  .svc-help__row {
    flex-wrap: wrap;
    gap: 24px;
  }
  .svc-help__row .svc-help__feature {
    flex: 0 0 100%;
  }
  .svc-help__row .svc-help__divider {
    display: none;
  }
}

.svc-help__divider {
  width: 1px;
  align-self: stretch;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 0 32px;
  flex-shrink: 0;
}

.svc-help__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 8px;
}

.svc-help__feature-icon {
  font-size: 2rem;
  color: #0093a8;
  line-height: 1;
  display: block;
}

.svc-help__feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

.svc-help__feature-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.svc-industries-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.svc-industries-slider {
  margin: 0 -12px;
}
.svc-industries-slider .slick-list {
  overflow: hidden;
}
.svc-industries-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.svc-industries-slider__slide {
  padding: 0 12px;
  height: auto;
  width: 321px;
}

.svc-industries-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.svc-industries-nav {
  display: flex;
  gap: 8px;
}
.svc-industries-nav__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #0093a8;
  background-color: #ffffff;
  color: #0093a8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 1rem;
}
.svc-industries-nav__btn:hover {
  background-color: #0093a8;
  color: #ffffff;
}
.svc-industries-nav__btn.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
.svc-industries-nav__btn.slick-disabled:hover {
  background-color: #ffffff;
  color: #0093a8;
}

.svc-industry-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  width: 297px;
  aspect-ratio: 297/221;
  background-color: #003c76;
}
.svc-industry-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.svc-industry-card:hover .svc-industry-card__img {
  transform: scale(1.06);
}
.svc-industry-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003c76 0%, #0093a8 100%);
}
.svc-industry-card__placeholder i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
.svc-industry-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 60, 118, 0.88) 0%, rgba(0, 60, 118, 0.25) 55%, transparent 100%);
  z-index: 1;
}
.svc-industry-card__title {
  position: absolute;
  bottom: 11px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}

.svc-ins-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.svc-ins-section__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.2;
}
.svc-ins-section__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.svc-ins-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .svc-ins-row {
    grid-template-columns: 1fr;
  }
}

.svc-ins-featured {
  display: flex;
  flex-direction: row;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  transition: box-shadow 0.2s ease;
}
.svc-ins-featured:hover {
  box-shadow: 0 4px 16px rgba(0, 60, 118, 0.1);
}
.svc-ins-featured__thumb {
  width: 191px;
  flex-shrink: 0;
  overflow: hidden;
}
.svc-ins-featured__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.svc-ins-featured:hover .svc-ins-featured__img {
  transform: scale(1.04);
}
.svc-ins-featured__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #003c76, #0093a8);
}
.svc-ins-featured__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}
.svc-ins-featured__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
.svc-ins-featured__title {
  font-size: 1rem;
  font-weight: 700;
  color: #003c76;
  margin: 0;
  line-height: 1.4;
}
.svc-ins-featured__excerpt {
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.65;
  margin: 4px 0 0;
}
.svc-ins-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .svc-ins-featured {
    flex-direction: column;
  }
  .svc-ins-featured__thumb {
    width: 100%;
    height: 180px;
  }
}

.svc-ins-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.svc-ins-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
  flex: 1;
  transition: box-shadow 0.2s ease;
}
.svc-ins-card:hover {
  box-shadow: 0 4px 16px rgba(0, 60, 118, 0.08);
}
.svc-ins-card__top {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
}
.svc-ins-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #003c76;
  margin: 4px 0 0;
  line-height: 1.4;
}
.svc-ins-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.svc-ins-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0093a8;
  border: 1px solid rgba(0, 147, 168, 0.35);
  border-radius: 4px;
  padding: 2px 10px;
  background: transparent;
}

.svc-ins-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: #888888;
  white-space: nowrap;
}
.svc-ins-date i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}

.svc-ins-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0093a8;
  white-space: nowrap;
}
.svc-ins-read-more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}

.svc-ins-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0093a8;
}
.svc-ins-arrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.svc-why-section {
  padding: 60px 0;
  background-color: #f8f9fc;
}
.svc-why-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.svc-why-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #003c76;
  margin: 0;
  line-height: 1.25;
}

.svc-why-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.svc-why-nav__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e9eaeb;
  background-color: #ffffff;
  color: #003c76;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.svc-why-nav__btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}
.svc-why-nav__btn:hover {
  border-color: #0093a8;
  background-color: #0093a8;
  color: #ffffff;
}
.svc-why-nav__btn.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.svc-why-nav__btn.slick-disabled:hover {
  border-color: #e9eaeb;
  background-color: #ffffff;
  color: #003c76;
}

.svc-why-slider {
  margin: 0 -8px;
}
.svc-why-slider .slick-list {
  overflow: hidden;
}
.svc-why-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.svc-why-slider__slide {
  padding: 0 8px;
  height: auto;
}

.svc-why-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 60, 118, 0.08);
  border-radius: 10px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.svc-why-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 147, 168, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-why-card__icon i {
  font-size: 1.25rem;
  color: #0093a8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.svc-why-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #003c76;
  margin: 0;
  line-height: 1.4;
}
.svc-why-card__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.svc-ins-section {
  padding: 60px 0;
}

.svc-ins-title {
  font-size: 36px;
  font-weight: 700;
  color: #003c76;
  line-height: 44px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}

.svc-ins-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .svc-ins-row {
    flex-direction: column;
  }
}

.svc-ins-featured {
  flex: 0 0 615px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.svc-ins-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 60, 118, 0.12);
}
.svc-ins-featured:hover .svc-ins-featured__img img {
  transform: scale(1.04);
}
.svc-ins-featured__img {
  flex: 0 0 191px;
  overflow: hidden;
}
.svc-ins-featured__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.svc-ins-featured__img-placeholder {
  width: 100%;
  height: 100%;
  background: #e9eaeb;
}
.svc-ins-featured__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  min-width: 0;
}
.svc-ins-featured__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.svc-ins-featured__title {
  font-size: 20px;
  font-weight: 700;
  color: #003c76;
  line-height: 1.25;
  margin: 0;
}
.svc-ins-featured__excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-ins-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .svc-ins-featured {
    flex: none;
    flex-direction: column;
  }
  .svc-ins-featured__img {
    flex: none;
    height: 220px;
    width: 100%;
  }
}

.svc-ins-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.svc-ins-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 60, 118, 0.12);
}
.svc-ins-card:hover .svc-ins-arrow i {
  transform: translateX(3px);
}
.svc-ins-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.svc-ins-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #003c76;
  line-height: 1.25;
  margin: 0;
}
.svc-ins-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  flex-shrink: 0;
}

.svc-ins-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #0093a8;
  background: #f0fdff;
  border-radius: 4px;
  padding: 4px 12px;
  line-height: 20px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.svc-ins-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.4;
}
.svc-ins-date i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.svc-ins-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #0093a8;
  white-space: nowrap;
}
.svc-ins-readmore i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.svc-ins-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #003c76;
}
.svc-ins-arrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.svc-ins-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.svc-ins-viewall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 20px;
  min-width: 175px;
  border: 1px solid #0093a8;
  border-radius: 8px;
  background-color: #f8f9fc;
  color: #0093a8;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.svc-ins-viewall i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.svc-ins-viewall:hover {
  background-color: rgba(0, 147, 168, 0.06);
  color: #0093a8;
}

/*# sourceMappingURL=template.service.css.map*/