.col-banner {
  margin-bottom: 50px !important;
}

.col-black {
  color: #000;
}

.col-ra {
  border-radius: 20px;
}

.contact-details-wrap {
  padding: 20px;
  margin-top: -200px;
}

.badge-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e5e7eb;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.badge-contact .dot {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

.contact-desc {
  margin: 20px 0 30px;
  color: #6b7280;
  font-size: 18px;
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-text small {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 4px;
}

.contact-text a {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
}

.contact-text p {
  font-size: 15px;
  color: #374151;
}



.advance-card {
  background: #fff;
  border-radius: 18px;
  padding: 45px 40px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  max-width: 520px;
  margin: auto;
}

.advance-card .icon {
  width: 70px;
  height: 70px;
  background: #f4f1ff;
  color: #7b61ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 25px;
}

.advance-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.advance-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .pb--40 {
    padding-bottom: 0 !important;
  }
}


.breadcrumb-image-container,
.breadcrumb-style-max-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-300 {
    margin-top: 300px !important;
  }
}

.col-filter {
  filter: brightness(0%);
}


@media only screen and (max-width: 767px) {
  .rbt-service-area.rbt-section-gap {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-advance-tab-area .row.mb--60 {
    margin-bottom: 25px !important;
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {

  .rbt-rbt-blog-area .row.mb--60,
  .rbt-rbt-blog-area .row.mb_sm--50 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-service-area .row.mb--60 {
    margin-bottom: 0 !important;
  }
}

.rbt-flipbox-front .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border-radius: 50%;
  border: 2px solid #000;
  margin: 0;
  margin-bottom: 10px;
  height: 80px !important;
  width: 80px !important;
}

.rbt-service.rbt-service-1 .inner .icon img {
  max-width: 40px;
}