/* =====about-wbguruz-section-start===== */
.hubspot-about-widget .row.row-about-title {
  max-width: 1200px;
  margin: 0 auto;
}
.row.row.about-hubspot-logo {
  justify-content: center;
  margin: 0;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.row.row.about-hubspot-logo {
  justify-content: center;
  margin: 0;
  gap: 20px;
  flex-direction: row;
  text-align: center;
}
.row.row.about-hubspot-logo img { 
  max-width: 180px;
  height: auto;
}
a.video-link {
    position: relative;
    padding: 20px;
    background: #edf9f8;
    box-shadow: #0000001f 0 0 4px 0;
    display: inline-block;
}
a.video-link img.hero-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}
/* =====about-wbguruz-section-end===== */
/* =====our-services-section-start===== */

.hubspot-our-services {
  background-image: url(/images/hubspot-aboutwgtimg/our-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hubspot-our-services .card-icon-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 268px;
}
.hubspot-our-services .our-services-card {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  min-height: 680px;
  transition: all 0.4s ease-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 100%;
}
.hubspot-our-services .icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(
    182deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 82, 82, 1) 100%
  );
  transition: all 0.4s ease-out;
}
.hubspot-our-services .icon img.img-fluid {
  max-width: 38px;
}
.hubspot-our-services .our-services-card li {
  display: flex;
  gap: 10px;
  width: 100%;
}
.hubspot-our-services .our-services-card svg {
  max-width: 24px;
  height: 24px;
  width: 100%;
}
.hubspot-our-services .our-services-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hubspot-our-services .our-services-card li p {
  font-weight: 500;
  font-size: 16px;
}
.card-content-title h3 {
  margin-bottom: 10px;
}
.hubspot-our-services p {
  margin: 0;
}
.hubspot-our-services .card-key-services h5 {
  margin-bottom: 16px;
}
.hubspot-our-services .card-key-services h5 {
  margin-bottom: 16px;
  font-weight: 500;
}
.card-content-title h3 {
  margin-bottom: 10px;
}

.hubspot-our-services .our-services-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #20a0b1;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-out;
}

.hubspot-our-services .our-services-card:hover:after {
  height: 100%;
  opacity: 1;
}

.hubspot-our-services .our-services-card:hover h3,
.hubspot-our-services .our-services-card:hover h5,
.hubspot-our-services .our-services-card:hover p {
  color: #fff;
}

.hubspot-our-services .our-services-card h3,
.hubspot-our-services .our-services-card h5,
.hubspot-our-services .our-services-card p,
.hubspot-our-services .our-services-card img,
.hubspot-our-services .our-services-card svg {
  transition: all 0.4s ease-out;
}

.hubspot-our-services .our-services-card:hover .icon {
  background: #fff;
}
.our-services-card svg path {
  transition: stroke 0.3s ease;
}
.hubspot-our-services .our-services-card:hover img {
  filter: invert(1);
}

.hubspot-our-services .our-services-card:hover svg path {
  fill: #fff;
}
.our-services-card:hover svg path:first-of-type {
  stroke: #ffffff; /* White stroke for the outer circle */
}

.our-services-card svg path:last-of-type {
  stroke: #0f2b3f; /* Ensure check mark remains black */
}
.hubspot-our-services .our-services-card:hover svg {
  fill: #fff;
}
/* =====our-services-section-end===== */
/* =====our-industry-section-start===== */


/* end */

@media (max-width: 1399px) {
  .hubspot-our-services .our-services-card {
    min-height: 718px;
  }

}
@media (max-width: 1199px) {
  .hubspot-our-services .our-services-card {
    min-height: 770px;
  }
}

@media (max-width: 767px) {
  .hubspot-about-widget .row.row-about-title {
    max-width: 100%;
    margin: 0 auto;
  }
  .row.row.about-hubspot-logo {
    flex-direction: row;
    gap: 10px;
  }
  .row.row.about-hubspot-logo img {
    max-width: 140px;
    height: auto;
  }
  .row.row.about-hubspot-logo .col-md {
    width: 31%;
  }
  .hubspot-our-services .our-services-card,
  .hubspot-our-services .card-icon-content {
    min-height: auto;
  }
  a.video-link img.hero-play {
    max-width: 60px;
}
}
