/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/hubspot-packages/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.hubspot-hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.quote-expert:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all .55s cubic-bezier(.19,1,.22,1);
    width: 50px;
}
.quote-expert:hover:after {
    left: 120%;
}
.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: #e3effe;
}
/* .hubspot-hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: #edf5fe;
    z-index: -1;
} */

.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;
}
h2.hero-title {
  margin: 0;
} */

/* 

.svg-bg {
  margin-top: -50px;
}

/* team-section-start */
.hubspot-pricing .svg-bg {
    margin: 0;
}
.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 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;
}

/* 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: 40px;
}


.hubspot-digital .row {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.hubspot-digital .digital-card p {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}

.hubspot-digital h2,
.hubspot-business h2 {
  color: #0f2b3f;
  font-weight: bold;
}
.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*/
/*============== responsive-start============ */

@media (max-width: 1199px) {

   .hubspot-related-blog .card-body h5 {
    font-size: 20px;
    line-height: 1.4;
}
}
@media (max-width: 1024px) {
  .hubspot-package-btn {
    margin-top: 40px;
  }
  .hubspot-related-blog .card-body span {
    font-size: 15px;
}
}

@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;
  }
  .hubspot-hero-section h1 {
    font-size: 45px;
    line-height: 45px;
  } */
  .hubspot-package-btn {
    margin-bottom: 0;
  }

  .hubspot-team-section .row {
    max-width: 100%;
    margin: 0 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;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/Hubspot-main-hub/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
 .hubspot-package-btn a.quote, .quote-expert {
    height: 58px;
    border-radius: 100px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    border: 1px solid #20a0b1;
    color: #20a0b1;
    font-size: 18px;
    font-weight: 600;
    font-family: Inter,sans-serif;
    transition: .3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
  .circle {
      width: 218px;
      height: 218px;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      font-weight: bold;
      position: absolute;
    }

    .circle1 {
      background-color: #3d5565;
      top: 0;
      left: 0;
    }

    .circle2 {
      background-color: #ff725cdb;
      bottom: 0px;
      left: 118px;
    }

    .circle3 {
      background-color: #20a0b1d6;
      top: 30px;
      right: 0;
      z-index: revert-layer;
    }

    .circle-container {
      position: relative;
      width: 481px;
      display: flex;
      height: 371px;
    }

    .circle span {
      font-size: 36px;
      color: #fff;
    }

     .hubspot-hub.expert .highlight {
      font-size: 38px;
      color: #0a2a42;
      font-weight: 700;
    }
    .hubspot-hub.expert h2.highlight, .hubspot-hub.expert p {
    margin-bottom: 20px;
}
.hubspot-hub.expert a, .hubspot-hub.expert a span {
    color: #20A0B1;
}

/* =======hubspot-related-blog-css-start====== */

/* Container Header */

.hubspot-related-blog .card {
    padding: 20px;
    border-radius: 15px;
    background: #ffffff;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-out;
}
.hubspot-related-blog .row .col-lg-4:first-child .card {
    background: #EDF9F8;
}
.hubspot-related-blog .card img {
    border-radius: 10px;
    height: 192px;
    object-fit: cover;
}
.hubspot-related-blog .card-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.hubspot-related-blog a, .hubspot-related-blog a span {
    color: #00a0af !important;
}

.hubspot-related-blog .card a:hover span {
    padding-left: 4px;
    transition: all .5s ease-out;
}
.hubspot-related-blog  a:hover{
  opacity: .8;
}
.hubspot-related-blog .card a {
    transition: all .5s ease-in-out;
}
.hubspot-related-blog .card a span{
  margin-top: 0;
}
.hubspot-related-blog .row .card:hover {
    background: #edf9f8e3;
}
.hubspot-related-blog .card:hover {
    transform: translateY(-5px);
}
.hubspot-hub-explore a {
    padding-left: 0;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .4s ease-out;
    padding-bottom: 0;
    padding-top: 0;
    opacity: 0;
    color: #fff;
    margin-top: 10px;
}
.hubspot-hub-explore .request-btn a::after {
    background-size: 20px;
    filter: brightness(0) invert(1);
}
.hubspot-digital .digital-card:hover a {
    opacity: 1;
    color: #26C6DA;
    transition: all .4s ease-out;
}

.hubspot-hub-explore .digital-card:hover .hubspot-main-hub-btn a:after {
    background-image: url(/images/locationimages/view-arrow.svg);
    filter: unset;
    transition: all .4s ease-out;
    background-size: 25px;
}
.related-blog-title a span {
    margin: 0;
}
.hubspot-hub-explore .digital-card {
    border: 1px solid #0000001a;
}
.hubspot-related-blog .card h5 {
    line-height: 34px;
    color: #0F2B3F;
}
.hubspot-related-blog .card h5 , .hubspot-related-blog .card p {
    margin: 0;
}

/* Responsive */
@media(max-width:1199px){
.hubspot-related-blog .card h5 {
    line-height: 30px;
 
}
}
@media(max-width:1024px){
  .circle {
    width: 170px;
    height: 170px;
}
.circle-container {
    width: 400px;
}	
.circle2 {
    bottom: 94px;
    left: 102px;
}
}
@media(max-width:991px){
  .hubspot-hub.expert .highlight {
    font-size: 24px;
}
.circle-container {
    width: 360px;
    /* padding: 0 20px; */
}
.circle span {
    font-size: 24px;
    margin: 0;
}
.circle {
    width: 166px;
    height: 166px;
}
}
@media(max-width:767px){
  .hubspot-hub.expert .row {
    flex-direction: column-reverse;
    gap: 20px;
}
.hubspot-related-blog .card img{
  height: auto;
}
.hubspot-hub.expert .row .col-md-6:first-child {
    text-align: center;
    display: flex;
    justify-content: center;
}
.circle-container {
    width: 450px;
    /* padding: 0 20px; */
}
.circle {
    width: 200px;
    height: 200px;
}
.circle2 {
    bottom: 65px;
    left: 126px;
}
.hubspot-hub-explore .heading-main-new span {
    font-size: 24px;
}
}
@media(max-width:576px){
.circle {
    position: static;
}
.circle-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
    height: auto;
}
  .hubspot-hero-section span.tagline {
    padding-left: 42px;
    font-size: 18px;
}
.hubspot-hero-section span.tagline:before {
    width: 30px;

}
}
@media(max-width:480px){
  .circle {
    width: 160px;
    height: 160px;
}
.hubspot-package-btn a.quote {
    width: 100%;
}
}
@media(max-width:576px) and (min-width:375px){
  .circle-container {
    row-gap: 0px;
}
}
