body {
  line-height: 1.5;
}

.theme-text-blue {color: #2790eb !important;}
.theme-bg-blue {background-color: #2790eb !important;}
.theme-text-darkblue {color: #143d83 !important;}
.theme-bg-darkblue {background-color: #143d83 !important;}
.theme-text-dark {color: #18100f !important;}

a.hover-effect:hover {
  opacity: .8;
  text-decoration: underline !important;
}

.banner-sub-title {
  color: #fff;
  letter-spacing: 0.04em;
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  background: #d3e9fb;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-button {
  padding: 6px 15px;
}

.editor-text img {
  width: auto !important;
}

.editor-text ul {
  list-style: none;
  padding-left: 0;
}

.editor-text ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

/* Checkbox box */
.editor-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.15rem;
  height: 1.15rem;

  background-color: #2790eb;
  border-radius: 2px;

  /* Bootstrap check icon as mask */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a1.5 1.5 0 0 1 2.121 2.121l-8.25 8.25a1.5 1.5 0 0 1-2.121 0l-4.25-4.25a1.5 1.5 0 1 1 2.121-2.121l3.189 3.189 7.311-7.311z'/%3E%3C/svg%3E") center / 70% no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a1.5 1.5 0 0 1 2.121 2.121l-8.25 8.25a1.5 1.5 0 0 1-2.121 0l-4.25-4.25a1.5 1.5 0 1 1 2.121-2.121l3.189 3.189 7.311-7.311z'/%3E%3C/svg%3E") center / 70% no-repeat;
}


@media (min-width: 992px) {
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: var(--primary-color);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:hover::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:focus::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li:hover>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current_page_item>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a::after {
    opacity: 1;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:hover,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:focus,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current_page_item>a,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a {
    color: inherit;
  }
}

#pq-footer .icons li {
  display: inline-block;
}

.pq-footer-top table td {
  border: none;
  padding: 0 0 10px;
  line-height: 1;
  vertical-align: top;
  font-size: .9em;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  position: absolute;
  pointer-events: all;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -75px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  padding: 15px 20px;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #2490eb !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: -75px;
  float: right;
  color: var(--dark-color);
  background: #fff !important;
}

.owl-carousel .owl-dots .owl-dot {
  height: 5px;
  border-radius: 0;
}

.services-grid-item {
  min-height: 313px;
  cursor: pointer;
}

.services-grid-img {
  transition: transform 0.4s ease;
}

.services-grid-item:hover .services-grid-img {
  transform: scale(1.05);
}

.services-grid-overlay {
  background: rgba(4, 131, 210, 0.65);
  transition: background 0.3s ease;
}

.services-grid-item:hover .services-grid-overlay {
  background: rgba(16, 50, 104, 0.8);
}

.services-grid-btn {
  display: inline-block;
  background: #0d2a6e;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: background 0.2s ease;
}

.services-grid-item:hover .services-grid-btn {
  background: var(--primary-color);
}

.services-grid-btn {
  bottom: 20px;
}

@media (max-width: 575px) {
  .services-grid-item {
    min-height: 220px;
  }
}


.acc-item--open>.acc-toggle {
  background-color: #ffffff;
  color: #1a2332;
}

.acc-item--open>.acc-toggle .icon-bar--h {
  background-color: #fff;
}

.acc-item--open>.acc-toggle .icon-bar--v {
  display: none;
}

.acc-item--open .acc-toggle-icon {
  background-color: #1a3560;
}

.acc-toggle {
  background-color: #b8e4f5;
  color: #1a2332;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}

.acc-toggle:not(.acc-toggle--open):hover {
  background-color: #9ed8f0;
}

.acc-toggle-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 1rem;
  transition: background-color 0.2s;
}

.icon-bar {
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  transition: opacity 0.2s;
}

.icon-bar--h {
  width: 14px;
  height: 2px;
}

.icon-bar--v {
  width: 2px;
  height: 14px;
}

.acc-toggle[aria-expanded="true"] .icon-bar--v {
  display: none;
}

.acc-toggle[aria-expanded="true"] .acc-toggle-icon {
  background-color: #1a3560;
}

/* ── Job body ── */
.acc-body {
  background-color: #ffffff;
  border-top: 1px solid #e0e8ef;
}

.acc-text{
  color: #2c3e50;
  font-size: 0.97rem;
  line-height: 1.75;
}

/* ── Spacing between items ── */
.acc-item {
  border: none;
}