.hubspot-hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hubspot-hero-section svg {
  width: 100%;
  margin-top: -101px;
  z-index: -1;
}

.hubspot-hero-section span.tagline {
  color: #00a0af;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 65px;
  font-size: 20px;
}
.hubspot-hero-section span.tagline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 1px;
  background: #00a0af;
}
.svg-wave {
  background-color: #edf5fe;
}
/* .hubspot-hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: #edf5fe;
    z-index: -1;
} */
.hubspot-hero-section .hero-text {
  max-width: 630px;
}
.hubspot-hero-section .hero-image-container {
  z-index: 9;
  position: relative;
}
.hubspot-hero-section h1 {
  font-weight: 900;
  font-size: 78px;
  color: transparent;
  -webkit-text-stroke: 1px #0f2b3f;
  font-family: sans-serif;
  margin-bottom: 20px;
  line-height: 90px;
}
.hubspot-hero-section .hero-title span {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.hero-title {
  margin: 0;
}
.hubspot-package-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hubspot-package-btn a.quote {
  padding: 8px 30px;
  border: 1px solid #20a0b1;
  border-radius: 50px;
  transition: all 0.4s ease-out;
  display: inline-block;
  margin: 0;
  color: #20a0b1;
  font-weight: 600;
}

.hubspot-package-btn a.quote:nth-child(1) {
  background: #0f2b3f;
  color: #fff;
  border: 0;
}
.svg-bg {
  margin-top: -50px;
}

/* team-section-start */
.hubspot-team-section .hubspot-card img {
  max-width: 70px;
}

.hubspot-team-section .hubspot-card .card-img {
  margin-bottom: 20px;
}

.hubspot-team-section .hubspot-card p {
  margin-top: 10px;
  margin-bottom: 0;
}
.hubspot-team-section .hubspot-card {
  padding: 25px;
  background: #edf9f8;
  border-radius: 20px;
  box-shadow: 0px -7px 0px #34c3d6;
  min-height: 100%;
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.hubspot-team-section .row.row.team {
  justify-content: center;
  row-gap: 20px;
}
.hubspot-team-section .row {
  max-width: 1200px;
  margin: 0 auto;
}
.hubspot-team-section .hubspot-card:hover {
  box-shadow: 0px 0px 5px #34c3d6;
  transform: scale(1.03);
}
.view-more-btn img {
  max-width: 35px;
}
.view-more-btn a.quote {
  transition: all 0.4s ease-out;
}
.view-more-btn a.quote:hover img {
  margin-left: 10px;
}
.view-more-btn a.quote img {
  transition: all 0.4s ease-out;
}
.view-more-btn a.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner {
  background-color: #eaf3fb;
  border-radius: 150px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 40px auto;
  flex-wrap: wrap;
}
.banner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  text-align: center;
  min-width: 160px;
  max-width: 200px;
}
.banner-section img {
  height: 80px;
  margin-bottom: 15px;
}
.divider {
  width: 1px;
  height: 120px;
  background-color: #cfdce6;
  margin: 0 20px;
}
.highlight {
  color: #00a4bd;
}
.main-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 40px;
}
.review-circle {
  background-color: #fc573b;
  color: white;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
}
.review-stars {
  font-size: 24px;
  margin-bottom: 10px;
}
.hubspot-review-section .row.row-review {
  margin: 0;
}

.hubspot-review-section .row.row-review .review-box img {
  height: 100px;
  object-fit: contain;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.hubspot-review-section .row.row-review .review-box {
  text-align: center;
  padding: 20px;
  min-height: 100%;
}

.hubspot-review-section .row.row-review .review-box .box-img {
  margin-bottom: 20px;
}
.row.row-review-two {
  justify-content: center;
  /* margin: 0 auto; */
  background: #edf5ff;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  padding: 0;
  max-width: 1657px;
  margin-left: auto;
}
.hubspot-review-section .container-fluid {
  padding: 0;
}

.left-side-review {
  display: flex;
  width: 100%;
  max-width: 1097px;
  margin: 0 auto;
  /* margin-left: 0; */
}

.right-side-review {
  max-width: 500px;
  background: #ff5c35;
  border-radius: 300px 0 0 300px;
  display: flex;
  align-items: center;
}

.right-side-review .col-12 {
  width: 100%;
}

.hubspot-review-section .right-side-review .review-box.star-box-ornge {
  padding: 0 20px;
  max-width: 300px;
  margin: 0 auto;
}

.right-side-review h5 {
  color: #fff;
}

.hubspot-review-section
  .right-side-review
  .review-box.star-box-ornge
  img.img-fluid {
  height: auto;
}
.row.review-three {
  justify-content: left;
  background: #ff5b3e;
  position: absolute;
  padding: 71px;
  top: 65%;
  right: 24px;
  transform: translateY(-50%);
  max-width: 386px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.hubspot-review-section {
  position: relative;
  overflow: hidden;
}
/* hubspot-services */
.hubspot-services .services.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hubspot-services .services.tab .services-tab-title {
  width: 85%;
  display: block;
  padding: 20px 30px;
  /* background: #20A0B1; */
  border-radius: 10px;
}

.hubspot-services .services.tab .services-tab-title h4 {
  margin: 0;
  /* color: #fff; */
  font-size: 22px;
}
.hubspot-services .services.tab .tab-details a {
  color: #20a0b1;
}
.tab-details {
  padding: 0 30px;
}

.tab-details img.img-fluid {
  max-width: 103px;
}

.tab-details .tabs-img {
  margin-bottom: 25px;
}

.tab-details .tabs-text {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tab-details .tabs-text h3,
.tab-details .tabs-text p {
  margin: 0;
  width: 100%;
  display: block;
}

.services-title p {
  margin: 0;
}

.hubspot-services .services.tab .services-tab-title.active {
  background: #20a0b1;
}

.hubspot-services .services.tab .services-tab-title.active h4 {
  color: #fff;
}
.services-title h2 {
  margin-bottom: 18px;
}
/* end */
/* hubspotwhtwedo start */
.hubspot-digital {
  background-image: url(/images/hubspotpackageimg/digitalwave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: bottom; */
}
.hubspot-digital .digital-card img,
.hubspot-digital .digital-card h4,
.hubspot-digital .digital-card p {
  transition: all 0.4s ease-out;
}
.hubspot-digital .digital-card {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  min-height: 100%;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 1;
}

.digital-card img {
  max-width: 50px;
}
.digital-card-img {
  margin-bottom: 20px;
  max-width: 89px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/hubspotpackageimg/shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-out;
}

.hubspot-digital .row {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.hubspot-digital .digital-card p {
  margin: 0;
  line-height: 34px;
}

.hubspot-digital h2,
.hubspot-business h2 {
  color: #0f2b3f;
  font-weight: bold;
}

.hubspot-tagline {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  color: #20a0b1;
  font-size: 22px;
  margin-bottom: 15px;
}
.hubspot-digital .digital-card:hover {
  background: #0e3146;
}

.hubspot-digital .digital-card:hover h4,
.hubspot-digital .digital-card:hover p {
  color: #fff;
}

.hubspot-digital .digital-card:hover .digital-card-img {
  background-image: url(/images/hubspotpackageimg/shape2.png);
}
.hubspot-digital .digital-card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/images/hubspotpackageimg/shape-3.png);
  width: 105px;
  height: 208px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.hubspot-digital .digital-card:hover .digital-card-img img {
  filter: brightness(0) invert(1);
}
/* end */
/* start business*/
.hubspot-business .row {
  max-width: 1200px;
  margin: 0 auto;
}

.hubspot-business .row.business-row {
  background: #edf9f8;
  padding: 20px;
  border-radius: 15px;
}

.hubspot-business .row.business-row img {
  max-width: 50px;
}

.hubspot-business .row.business-row .business-box-img {
  margin-bottom: 20px;
}

.hubspot-business .row.business-row .business-box {
  text-align: center;
  padding: 30px 15px;
  background: transparent;
}

.hubspot-business .row.business-row .business-box h5 {
  margin: 0;
  font-size: 18px;
}

.hubspot-business .row.business-row .box-1:nth-child(1) .business-box,
.hubspot-business .row.business-row .box-1:nth-child(3) .business-box,
.hubspot-business .row.business-row .box-1:nth-child(6) .business-box,
.hubspot-business .row.business-row .box-1:last-child .business-box {
  background: #fff;
}

.hubspot-business .row.business-row .box-1 {
  padding: 0 !important;
}
.hubspot-revenue ul.tabs-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
}

.hubspot-revenue ul.tabs-title li {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #a1a1a1;
}
.hubspot-revenue .row.revenue-tabs ul.tabs-title li.active {
  background: #edf5ff;
  color: #1693a3;
}
.revenue-tabs-details ul.revenue-list li.active {
  background: #cd7f32;
  color: #fff;
}

ul.revenue-list li {
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.revenue-tabs-details svg {
  width: 45px;
  height: 45px;
}
.revenue-tabs-details ul.revenue-list li.active svg path {
  fill: #ffff;
}
ul.revenue-list li:last-child {
  margin: 0 !important;
  border: 0;
}
.revenue-tabs-details {
  background: #edf9f8;
  margin-top: 30px;
  padding: 30px;
  border-radius: 15px;
}

.revenue-tabs-details img {
  max-width: 31px;
}

ul.revenue-list {
  width: 22%;
  background: #fff;
}

ul.revenue-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.revenue-tabs-details ul.revenue-list li {
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
}
ul.revenue-list li {
  margin: 0;
}
.inner-tabs {
  display: flex;
  gap: 45px;
}

.revenue-inner-right {
  width: 78%;
}
.revenue-inner-right h4 {
  color: #cd7f32;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 15px;
}
.bronze-details {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.bronz-details-right {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.details-text {
  width: 50%;
}

ul.bronze-details-list {
  width: 50%;
}

.revenue-tabs-details ul li {
  font-size: 16px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tabs-title h3 {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

.revenue-tabs-details h5 {
  font-size: 18px;
  font-family: "__Inter_d04102";
}
.bronz-details-right span {
  margin: 0;
  font-size: 22px;
  color: #cd7f32;
  font-weight: 500;
}
li.bronze img {
  border: solid 1px #d2803f;
  border-radius: 100%;
  background: #d2803f;
}
.revenue-tabs-details ul.revenue-list li.silver.active {
  background: rgba(158, 158, 158, 0.2);
  color: rgb(111 111 111);
}

.revenue-tabs-details ul.revenue-list li.platnium.active {
  background: #b6b6b68c;
  color: rgba(109, 106, 106, 1);
}

.revenue-tabs-details ul.revenue-list li.silver.active img,
.revenue-tabs-details ul.revenue-list li.platnium.active img {
  background: #ffffff;
  border-radius: 50px;
}
.revenue-tabs-details ul.revenue-list li.diamond.active {
  background: rgb(49 154 251 / 25%);
  color: rgba(49, 154, 251, 1);
}

.revenue-tabs-details ul.revenue-list li.gold.active {
  background: rgba(191, 150, 4, 0.2);
  color: rgba(191, 150, 4, 1);
}
.hubspot-services .services.tab::-webkit-scrollbar,
.hubspot-revenue ul.tabs-title::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.hubspot-services .services.tab::-webkit-scrollbar-track,
.hubspot-revenue ul.tabs-title::-webkit-scrollbar {
  background: #f1f1f100;
}

/* Handle */
.hubspot-about-wgt {
}

.hubspot-about-wgt .row.row-about-wgt {
  max-width: 1200px;
  margin: 0 auto;
}

.about-wgt-card {
  padding: 30px;
  border-radius: 15px;
  min-height: 100%;
  transition: all 0.4s ease-out;
}

.about-wgt-card.webguruz-box {
  background: #20a0b1;
  color: #fff;
  position: relative;
  z-index: 1;
}

.about-wgt-card ul li {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.hubspot-about-wgt .row.row-about-wgt h4 {
  text-align: center;
  margin-bottom: 30px;
}
.hubspot-about-wgt .heading-main p {
  margin: 0;
}
.about-wgt-card.webguruz-box h4 {
  color: #fff;
}

.about-wgt-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/hubspotpackageimg/check.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
}
.about-wgt-card.webguruz-other ul li::before {
  background-image: url(/images/hubspotpackageimg/Cross.svg);
}
.about-wgt-card.webguruz-other {
  background: #edf5ff;
}
.about-wgt-card.webguruz-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  height: 370px;
  background-image: url(/images/hubspotpackageimg/dots.svg);
  z-index: -1;
}
.benefits_btn a span {
  color: #00a0af;
}
h2.heading-main-new,
h2.heading-main-new span {
  font-weight: 600;
}
.location-slider h2.heading-main-new {
  margin-bottom: 40px;
  color: #0f2b3f;
}
@media (min-width: 1600px) {
  h2.heading-main-new,
  h2.heading-main-new span {
    font-size: 48px;
  margin-bottom: 15px;
  }
}
/*============== responsive-start============ */
@media (max-width: 1600px) {
  .left-side-review {
    max-width: 1057px;
  }
  .right-side-review {
    max-width: 430px;

  }
  .hubspot-review-section .container-fluid {
    padding: 0;
    padding-left: 20px;
  }
  .hubspot-review-section .row.row-review .review-box img {
    max-width: 180px;
  }
  .hubspot-review-section h5 {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .right-side-review {
    max-width: 273px;
  }
  .left-side-review {
    max-width: 960px;
    margin-left: auto;
  }
  .hubspot-review-section h5 {
    max-width: 200px;
    margin: 0 auto;
  }
  .hubspot-review-section .right-side-review .review-box.star-box-ornge {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .hubspot-review-section .row.row-review .review-box {
    padding: 20px 0;
  }
  .row.row-review-two {
    flex-wrap: nowrap;
  }
  .hubspot-review-section .row.row-review .review-box img {
    max-width: 140px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .hubspot-hero-section .hero-title span {
    font-size: 34px;
    line-height: 1.3;
  }
  .hubspot-hero-section h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hubspot-hero-section span.tagline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .svg-bg {
    margin-top: 0;
  }

  .left-side-review {
    max-width: 100%;
    margin-left: auto;
  }
  .hubspot-review-section .container-fluid {
    padding-right: 20px;
  }
  .row.row-review-two {
    flex-wrap: wrap;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: auto;
    max-width: 100%;
    padding: 40px;
  }
  .right-side-review {
    max-width: 400px;
    border-radius: 100px;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
  .left-side-review {
    flex-wrap: wrap;
  }
  .row.row-review-two {
    padding-top: 0;
    padding-bottom: 0;
}
  .hubspot-review-section {
    background: #edf5fe;
}
}
@media (max-width: 1024px) {
  .hubspot-package-btn {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .hubspot-team-section .hubspot-card {
    padding: 20px 15px;
  }
  .hubspot-team-section .hubspot-card img {
    max-width: 60px;
  }
  .hubspot-services .services.tab .services-tab-title h4,
  .hubspot-revenue ul.tabs-title li {
    font-size: 18px;
  }
  .inner-tabs {
    flex-wrap: wrap;
  }
  ul.revenue-list,
  .revenue-inner-right {
    width: 100%;
  }
  .hubspot-revenue ul.tabs-title {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  .right-side-review
  {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hubspot-review-section .row.row-review .review-box {
    padding: 0;
}
  .hubspot-hero-section .hero-title span {
    font-size: 26px;
    line-height: 1.3;
            margin-top: 0;
  }
  .hubspot-hero-section h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .hubspot-package-btn a.quote {
    padding: 8px 21px;
  }

  .hubspot-package-btn {
    margin-bottom: 0;
  }
  .hubspot-hero-section .hero-text {
    max-width: 100%;
  }
  .hubspot-team-section .row {
    max-width: 100%;
    margin: 0 auto;
  }
  .hubspot-services .services.tab .services-tab-title {
    width: 100%;
    display: block;
    padding: 15px 28px;
  }
  .hubspot-services .services.tab {
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  ul.bronze-details-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .bronz-details-right {
    width: 100%;
    row-gap: 20px;
  }
  .bronze-details {
    flex-wrap: wrap;
  }
  .tab-details {
    padding: 0 0px;
  }
  .hubspot-digital {
    background-color: #fefbeb;
  }
  .revenue-tabs-details {
    padding: 30px 20px;
  }
  .hubspot-business .row.business-row .box-1:nth-child(2) .business-box,
  .hubspot-business .row.business-row .box-1:nth-child(4) .business-box,
  .hubspot-business .row.business-row .box-1:nth-child(6) .business-box,
  .hubspot-business .row.business-row .box-1:last-child .business-box {
    background: #fff;
  }
  .hubspot-business .row.business-row .box-1:nth-child(1) .business-box,
  .hubspot-business .row.business-row .box-1:nth-child(3) .business-box,
  .hubspot-business .row.business-row .box-1:nth-child(5) .business-box {
    background: transparent;
  }
  .hubspot-digital span,
  span.hubspot-tagline {
    font-size: 16px;
  }
  .hubspot-review-section .row.row-review .review-box img {
    max-width: max-content;
    height: auto;
}
}
@media (max-width: 575px) {
  .hubspot-hero-section svg {
    display: none;
  }
  .hubspot-hero-section:before {
    height: 100%;
  }
  .hubspot-package-btn {
    margin-top: 30px;
  }
  .hubspot-hero-section h1,
  .hubspot-hero-section .hero-title span {
    margin-bottom: 15px;
  }
  .hubspot-hero-section span.tagline {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hubspot-team-section .hubspot-card {
    text-align: center;
  }
  .tab-details .tabs-text {
    align-items: center;
    justify-content: center;
  }
  .hubspot-services {
    text-align: center;
  }
  .revenue-tabs-details h5 {
    font-size: 16px;
  }
}
