.logo {
  width: 450px;
}
.home-section-2 .icon img {
  background: var(--color-primary);
  display: flex;
  width: 80px;
  margin: 20px auto;
  padding: 10px;
  border-radius: 50%;
}

.home-section-2 .icon:hover {
  transform: scale(1.2);
}

.rts-why-choose-us-section-8 a {
  color: var(--color-primary);
}

.rts-why-choose-us-section-8 a:hover {
  color: #0f81ff;
}

ul.breadcrumb-list {
  list-style: none;
  display: inline-flex;
  padding-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* BPMS */
.bpms {
  padding: 100px 0;
}
.bpms-card {
  border-radius: 14px;
  transition: 0.3s ease;
  height: 100%;
}
.bpms-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.bpms-number {
  width: 42px;
  height: 42px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.bpms-img {
  border-radius: 16px;
  max-height: 320px;
  object-fit: cover;
}

/* SCS */
.scs {
  padding: 100px 0;
}
.service-box {
  border-radius: 16px;
  transition: 0.3s ease;
  height: 100%;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.service-icon {
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 15px;
}
.service-highlight {
  font-style: italic;
  color: #6c757d;
}

/* INDUSTIES WE POWER */
.industry-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 2.5rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.industry-content {
  display: flex;
  flex: 1 1 50%;
  padding: 2rem;
  justify-content: center;
  flex-direction: column;
}
.industry-img {
  flex: 1 1 50%;
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}
@media (max-width: 991px) {
  .industry-card {
    flex-direction: column;
  }
  .industry-img {
    max-height: 300px;
  }
}

div#cookieModal::before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.modal-header {
  background: #0048be;
  color: #fff;
}
.modal-dialog {
  max-width: 600px;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
}
.modal-body {
  padding: 20px 40px;
}
.modal-content{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border:0;
    background-size: 100%;
    }
.cookie-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-title h2 {
  margin-bottom: 20px;
}
.cookie-title img {
  width: 80px;
  height: 80px;
}
button.close {
  border: 0px;
  text-align: right;
  font-size: 30px;
  color: #000;
}
.modal-footer {
  padding: 20px;
}
