:root {
--main-color: #0EAFC3;
--feature-color1: #0EAFC3;
--feature-color2: #8B44FF;
--feature-color3: #FC5A03;
--feature-color4: #000000;
--feature-color5: #E2739B;
--feature-color6: #005CBD;
--feature-color7: #009817;
--feature-color8: #DEB617;
--feature-color9: #EB8A89;
--traffic-color1: #FC8A03;
--traffic-color2: #A095FF;
--traffic-color3: #00A19D;
--traffic-color4: #FF5B9C;
--step-color1: #0EAFC3;
--step-color2: #F29111;
--step-color3: #7164EA;
--step-color4: #42CD83;
--step-color5: #F90BAD;
--step-color6: #00CCFF;
}
.hubspot-dev-banner h1,
.hubspot-dev-banner h1 span {
  margin: 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0f2b3f;
  -webkit-text-stroke: unset;
}
.hubspot-dev-banner a.request-link.quote-expert {
  color: #fff;
  border: 0;
}
.hubspot-dev-banner span.tagline {
  margin: 0;
}
.hubdev-data-main .data-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hubdev-data-main h5 {
  margin: 0;
  color: #0f2b3f;
  font-weight: 600;
  line-height: 1.4;
  font-size: 22px;
}
.hubdev-data-main .data-img {
  padding-right: 50px;
}
.hubdev-data-main .data-list ul.tick-list li {
  font-size: 16px;
}

.hubdev-data-main .data-list ul.tick-list li::before {
  background-size: 20px;
  background-position: top left;
  top: 0;
}
.hubdev-data-main .row {
  align-items: center;
}

.hubspot-intergration p {
  margin: 0;
}

/* === Box Section === */
.hubspot-intergration .row-intergration:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  border-bottom: 0;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  background-image: url(/images/hubspotdevimage/top-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  z-index: -1;
}
.hubspot-intergration .hubspot-logo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-right: 2px dashed #ff5b3e;
  z-index: -1;
  min-height: 50%;
  top: 4px;
}
.hubspot-intergration .row-intergration {
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

.hubspot-inter-catgory-box {
  background-color: #edf9f8;
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
}

.hubspot-intergration .box-head-log img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #001f3f;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.hubspot-intergration .box-title h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

/* Logo List Grid */
.hubspot-intergration .logo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 0;
  list-style: none;
  justify-items: center;
}

.hubspot-intergration .logo-list li img {
    width: auto;
    height: 52px;
    transition: transform 0.3s ease;
    max-width: 75%;
    object-fit: contain;
}
.hubspot-intergration .logo-list li img:hover {
  transform: scale(1.05);
}

/* Center HubSpot Logo */
.hubspot-intergration .hubspot-logo {
  text-align: center;
  width: 100%;
  max-width: 130px;
  height: 130px;
  background: #ff5c35;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}

.hubspot-intergration .hubspot-logo img {
  width: 100px;
  height: auto;
}
.hubspot-intergration .logo-list li {
  width: 100%;
  max-width: 143px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  border-radius: 10px;
  border: 1px solid #d4e8ff;
}

.hubspot-intergration .box-head-log {
  /* margin-top: -73px; */
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}

.hubspot-intergration .hubspot-logo-list {
  padding-top: 50px;
}
/* bottom-section-erpf  */
.hubspot-intergration .row-intergration-bottom {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 59px;
}

.hubspot-intergration .row-intergration-bottom .box-head-log img {
  background: transparent;
  padding: 0;
  max-width: 50px;
  height: 50px;
  border-radius: unset;
  margin: 0;
}

.hubspot-intergration .row-intergration-bottom .box-head-log {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #26c6da;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.hubspot-intergration .row-intergration-bottom::after {
  max-width: 560px;
  background-image: url(/images/hubspotdevimage/bottom-border.svg);
  top: -154px;
}
.hubdev-data-main .new-sub-heading {
  line-height: 1.4;
}
.onbord-card.card-five::after {
  content: "5";
}
.hubspot-step .onbord-card {
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.hubspot-step .onbord-card .card-icon {
  max-width: 92px;
  height: 92px;
  top: -40px;
}
.hubspot-step .onbord-card .choose-card-content {
  margin-top: 50px;
  padding-bottom: 50px;
}
.hubdev-data-main .data-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.hubdev-data-main .data-details p {
    font-size: 17px;
    line-height: 30px;
}
.hubspot-step .onbord-card .card-icon img {
  max-width: 46px;
  height: 46px;
}
.onbord-card.card-five::after {
  content: "5";
}
/* step-section-start */
.hubspot-step {
  background: #edf9f8;
}
.hubspot-step .row.onbord-choose-card::before {
  background-image: url(/images/hubspotdevimage/step-border.svg);
}
/* customer-review-start */
.migration-choose-card .shopify-card-one.active {
  width: calc(100% - 430px);
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
}
.migration-choose-card .shopify-card-one:hover {
  width: calc(100% - 430px);
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
}
.migration-choose-card.Shopifysolution-section.Hubcustmore-view
  .shopifyServiceProcess {
  width: 100%;
  height: 100%;
}
.Shopifysolution-section.Hubcustmore-view .shopify-card-one {
  cursor: auto;
}
.hubspot-dev-banner  span.tagline {
    margin: 0;
}

/* --------------------12-11-2026------------------------ */
.hubspot-integration-services .aeo-key-feature-item {
position: relative;
overflow: hidden;
z-index: 1;
background-size: 0;
}
.hubspot-srvice-overlay {
position: absolute;
inset: 0;
background: var(--feature-color1);
opacity: 0;
z-index: -1;
transition: all 0.3s;
}
.col-md-6:nth-child(7) .aeo-key-feature-item{
border-color: var(--feature-color7);
}
.col-md-6:nth-child(7) .aeo-key-feature-icon {
    background: var(--feature-color7);
}
.col-md-6:nth-child(7) .aeo-key-feature-item:hover img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(3112%) hue-rotate(122deg) brightness(94%) contrast(103%);
}
.col-md-6:nth-child(8) .aeo-key-feature-item{
border-color: var(--feature-color8);
}
.col-md-6:nth-child(8) .aeo-key-feature-icon {
    background: var(--feature-color8);
}
.col-md-6:nth-child(8) .aeo-key-feature-item:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(32%) saturate(1405%) hue-rotate(352deg) brightness(92%) contrast(87%);
}



.col-md-6:nth-child(2) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color2);
}
.col-md-6:nth-child(3) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color3);
}
.col-md-6:nth-child(4) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color4);
}
.col-md-6:nth-child(5) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color5);
}
.col-md-6:nth-child(6) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color6);
}
.col-md-6:nth-child(7) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color7);
}
.col-md-6:nth-child(8) .aeo-key-feature-item .hubspot-srvice-overlay {
background: var(--feature-color8);
}
.hubspot-integration-services .aeo-key-feature-item:hover .hubspot-srvice-overlay {
opacity: 0.85;
}
.hubspot-integration-services .aeo-key-feature-item:hover {
background-size: cover;
}
.hubspot-integration-process {
    background: transparent !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
body .hubspot-hero-section span.tagline {
    margin-bottom: 0;
}
.new-banner-onboarding .searching-field {
    margin-top: 0;
}
body .location-slider img {
    height: 120px;
}








 


/* Responsive Tweaks */
@media(min-width:992px){
  .Shopifysolution-section.Hubcustmore-view .shopify-card-one {
  min-height: 580px;
  height: 100%;
}

}
@media (min-width: 1200px) {
  .hubdev-data-main .new-sub-heading {
    line-height: 54px;
    font-size: 38px;
    font-weight: bold;
  }
}
@media (max-width: 1399px) {
  .hubspot-intergration .row-intergration:after {
    max-width: 685px;
  }
  .hubspot-intergration .row-intergration-bottom::after {
    max-width: 560px;
  }
  .migration-choose-card .shopify-solution-main h3.shopifyProcess {
    font-size: 32px;
    line-height: 45px;
}
.migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
}
@media (max-width: 1199px) {
  .hubspot-intergration .row-intergration {
    margin: 0;
    margin-top: 40px;
  }
  .hubspot-intergration .row-intergration:after {
    max-width: 695px;
  }
  .hubspot-intergration .row-intergration-bottom::after {
    max-width: 560px;
  }
  .hubspot-dev-banner h1,
  .hubspot-dev-banner h1 span {
    margin: 0;
    font-size: 40px;
    line-height: 62px;
  }
  .migration-choose-card .shopify-solution-main h3.shopifyProcess {
    font-size: 28px;
    line-height: 40px;
}
}
@media (max-width: 1100px) {
  .hubspot-intergration .row-intergration {
    margin: 0;
    margin-top: 40px;
  }
  .hubspot-intergration .row-intergration:after {
    max-width: 600px;
  }
  .hubspot-intergration .row-intergration-bottom::after {
    max-width: 518px;
    top: -143px;
  }
}
@media (max-width: 991px) {
  .hubspot-intergration .row-intergration {
    margin: 0;
    margin-top: 0;
    gap: 40px;
    padding-top: 30px;
  }
  .hubspot-intergration .hubspot-logo {
    margin-bottom: 0;
    display: none;
  }
  .hubspot-intergration .row-intergration:after,
  .hubspot-intergration .hubspot-logo:after {
    content: unset;
  }
  .hubspot-intergration .row.row-intergration-bottom {
    margin-top: 50px;
    gap: 70px;
  }
  .hubdev-data-main .data-img {
    padding-right: 30px;
  }
  .Shopifysolution-section .shopify-card-one.active {
    height: 460px;
}
}
@media (max-width: 767px) {
  .hubspot-intergration .hubspot-intergration {
    padding: 50px 0;
  }
  .hubdev-data-main .row {
    flex-direction: column-reverse;
  }
  .hubspot-intergration .row-intergration {
    row-gap: 30px;
  }
  .hubdev-data-main .data-img {
    padding-right: 0px;
  }
  .hubspot-intergration .logo-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .hubspot-intergration .box-title h5 {
    font-size: 16px;
  }

  .hubspot-intergration.hubspot-logo {
    padding: 0;
  }
  .Shopifysolution-section .shopify-card-one.active {
    height: 603px;
}
}

@media (max-width: 576px) {
  .hubspot-intergration .logo-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .hubspot-intergration .logo-list li {
    max-width: 100%;
  }
  .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    padding-left: 20px;
    padding-right: 20px;
}
.migration-choose-card .shopify-solution-main h3.shopifyProcess {
    font-size: 24px;
    line-height: 35px;
}
.migration-choose-card .shopifyProcess-one {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.migration-choose-card.Shopifysolution-section .shopify-card-one.active {
    height: 610px;
}
}

@media(max-width:480px){
  .migration-choose-card.Shopifysolution-section .shopify-card-one.active {
    height: 810px;
}
}