/*==== hubspotbanner-css-start==== */
.hubspotoptbanner .svg-wave {
  background-color: #e3f0ff;
}
.hubspotoptbanner .svg-bg {
  margin: 0;
}

/* ======end====== */

/*======= hubspot-why-opt start =====*/
.hubspotoptwhy-section .hubspotopt-accordion-main {
  padding-left: 80px;
}
.hubspotoptwhy-section .hubspotopt-accordion-main .hubspot-accordion-title {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.hubspotoptwhy-section
  .hubspotopt-accordion-main
  .hubspot-accordion-title
  img.hero-image {
  max-width: 15px;
  height: auto;
  transition: all 0.4s ease-out;
}
.hubspotoptwhy-section p,
.hubspotoptwhy-section h3 {
  margin: 0;
}

.hubspotoptwhy-section h3 {
  font-size: 20px;
  color: #0f2b3f;
  font-weight: 500;
}
.hubspot-accordion-inner {
  background: #edf9f800;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.4s ease-out;
}
.hubspot-accordion-inner.active {
  background: #edf9f8;
  padding-bottom: 30px;
  border: 0;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin-top: 10px;
  transition: all 0.4s ease-out;
}
.hubspot-accordion-inner.active .hubspot-accordion-title {
  border: 0;
}
.hubspot-accordion-inner.active .hubspot-accordion-title img {
  transform: rotate(0deg);
  transition: all;
  transition: all 0.4s ease-in-out;
}
.row.accordion-section {
  align-items: center;
}

.hubspotoptwhy-section .hero-image {
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

/*======= hubspot-why-opt end =====*/

/*======= hubspot-demo start =====*/
.hubspotopt-demo-section .hubspot-demo-video {
  padding: 20px;
  background: #edf9f8;
  /* border-radius: 15px; */
  box-shadow: #0000001f 0 0 4px 0;
}
.hubspotopt-demo-section .hubspot-demo-video a.video-link {
  position: relative;
  z-index: 1;
}

.hubspotopt-demo-section .hubspot-demo-video 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;
}


.hubspotopt-demo-section .explore-new-btn {
    margin-top: 20px;
}

 .hubspot-data-hub-page br {
    display: none;
}
.hubspot-data-hub-page span {
    margin-left: 12px;
}






/* ===key-feature-start */
/* .hubspotfeature .row .col-lg-4:nth-child(5) {
    margin-top: -100px;
} */

/* end */
/* faq========= */

.hubspot-faq.hub .tab-button {
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  color: #6c757d;
}

.hubspot-faq.hub .tab-button.active.tab-button.active {
  background-color: #edf5ff;
  color: #1693a3;
  border-radius: 12px;
}
.hubspot-faq.hub .tabs-buttons-main {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.hubspot-faq.hub .accordion-button:not(.collapsed) {
  background-color: #e3f5ff;
  color: #000;
}

.hubspot-faq.hub .faq-section {
  background: #edf5ff;
  border-radius: 12px;
  padding: 1rem;
  margin-top: 1rem;
}

.hubspot-faq.hub .btn-group-custom {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.hubspot-faq.hub .btn-dark-blue {
  background-color: #0b2c46;
  color: #fff;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.hubspot-faq.hub .btn-outline-blue {
  border: 2px solid #0b9edc;
  color: #0b9edc;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
}
.hubspot-faq.hub .hubspot-package-btn {
  margin-bottom: 0;
}
.hubspot-faq.hub .tabs-buttons-main::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.hubspot-faq.hub .tabs-buttons-main::-webkit-scrollbar-track {
  background: #ffffff;
}

.accordion-item button.accordion-button.collapsed {
  border-radius: 10px !important;
  border: 0 !important;
}
.accordion-item {
  margin-bottom: 5px;
  border-radius: 10px !important;
  border: 0;
}
.hubspotopt-demo-section .hubspot-demo-video img {
  border-radius: 15px;
}
.accordion {
  padding: 40px;
  background: #edf5ff;
  border-radius: 15px;
}
.hubspot-faq.hub .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: unset;
  margin: p;
  padding-bottom: 0;
}

.accordion-item {
  background: #fff;
  border-radius: 15px;
}

.accordion-body {
  font-size: 15px;
}
button.accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hubspot-faq.hub .accordion span {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
button.accordion-button.collapsed:after {
  content: unset;
}
.accordion-icon img {
  width: 18px;
  height: auto;
  transition: all 0.4s ease-out;
}
.accordion-button:not(.collapsed)::after {
  content: unset !important;
}

.hubspot-faq.hub
  .accordion-button:not(.collapsed)
  img.accordion-arrow.rotate-arrow {
  transform: rotate(272deg);
}
.accordion-button:focus {
  box-shadow: unset !important;
}
/* 
end */
/* hubspot-strategy start css */

.stratgy-left-title {
  max-width: 320px;
  margin: 0 auto;
}
.hubspot-strategy .stratgy-left-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
/* end */
/* ===hubspotoptgrow-start */
/* Hub Icon Boxes */
.hub-box {
  background-color: #edf9f8;
  border-radius: 15px;
  padding: 18px 20px;
  text-align: center;
  width: 190px;
  /* box-shadow: 0 0 5px rgba(0,0,0,0.05); */
}

.hub-box img {
  max-width: 40px;
  margin-bottom: 0.5rem;
}

.hub-box p {
  font-weight: 500;
  margin: 0;
  color: #002b45;
}

/* Stat Boxes */
.stat-box:hover {
  box-shadow: rgb(149 157 165 / 92%) 0px 8px 24px;
  transform: translateY(-5px);
}
.stat-box {
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.4s ease-out;
}
.stat-box h4 {
  font-size: 44px;
  font-weight: bold;
}
.stat-box p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
}

/* Indigo custom class */
.stat-box.bg-blue {
  background: #7da0fa;
}
.stat-box.bg-red {
  background: #f3797e;
}
.stat-box.bg-navy {
  background: #4747a1;
}
.stat-box.bg-gren {
  background: #74a67e;
}
.stat-box.bg-blue-dark {
  background: #0f2b3f;
}
.new-main-coutner {
  justify-content: space-between;
}

.new-main-coutner .col-6 {
  max-width: 255px;
  width: 100% !important;
}

.new-main-coutner h4,
.new-main-coutner p {
  color: #fff;
  margin: 0;
}

.new-main-coutner p {
  font-size: 18px;
}

/* Responsive adjustments */

/* end */
@media (min-width: 1199px) {
  .stratgy-left-main p {
    font-size: 16px;
  }
}
/*====responsive start======= */
@media (max-width: 1600px) {
  .hubspot-digital .digital-card h4 {
    font-size: 20px;
  }
  .hubspot-digital .digital-card {
    padding: 30px 20px;
  }
  /* .hubspotfeature .row .col-lg-4:nth-child(5) {
    margin-top: -60px;
} */
}
@media (max-width: 1399px) {
  .new-main-coutner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .new-main-coutner .col-6 {
    max-width: 100%;
    width: 20% !important;
  }
}

@media (max-width: 1199px) {
  .hubspotoptwhy-section .hubspotopt-accordion-main {
    padding-left: 50px;
  }
  .new-main-coutner p {
    font-size: 14px;
    line-height: 24px;
  }
  .stat-box h4 {
    font-size: 35px;
  }
  .stat-box {
    gap: 11px;
  }
}

@media (max-width: 991px) {
  .hubspotoptwhy-section .hubspotopt-accordion-main {
    padding-left: 30px;
  }
  .new-main-coutner .col-6 {
    max-width: 100%;
    width: 33% !important;
  }
  .hub-box {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .hubspotoptwhy-section .row.accordion-section {
    flex-direction: column-reverse;
  }

  .hubspotoptwhy-section .hubspotopt-accordion-main {
    padding-left: 0px;
  }
  .hubspot-accordion-inner {
    padding: 20px;
    padding-top: 0;
  }
  .hubspot-grow .new-main-coutner {
    flex-direction: row;
    /* row-gap: 20px; */
    justify-content: center;
  }
  .new-main-coutner .col-6 {
    width: 50% !important;
  }
  .hubspot-faq.hub .accordion span {
    font-size: 16px;
  }
  .accordion-icon img {
    width: 15px;
  }
  .accordion {
    padding: 25px;
  }
  .hubspot-data-hub-page span {
    margin-left: 10px;
}

}
@media (max-width: 575px) {
  .new-main-coutner .col-6 {
    padding: 0 10px !important;
  }
  .stat-box {
    padding: 25px 15px;
  }

  .hub-box {
    width: 100%;
  }
}
/*=======end======= */

/* =======banner-start-css========== */
.banner-content-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-content-left h2,
.banner-content-left p,
.banner-content-left span {
  margin: 0;
}

.hubspot-hero-section .banner-content-left span.tagline {
  margin: 0;
}

.migration-banner .banner-content-left {
  padding-right: 130px;
}

.migration-banner {
  background: #e3f0ff;
}

.migration-banner .hubspot-package-btn {
  margin-bottom: 0;
  margin-top: 30px;
}
.banner-content-left p {
  font-size: 18px;
  color: #0f2b3f;
  font-weight: 500;
  line-height: 32px;
}
/* ==========animation-css======== */
.logo-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d6e9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floatUpDown 3s ease-in-out infinite;
}

.logo-icon img {
  width: 60px;
  height: 60px;
}
.migration-banner .migration-img {
  position: relative;
  z-index: 1;
}

.migration-banner .migration-img .animation-logo {
  padding: 0 20px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.migration-banner .migration-img .animation-logo .logo-icon {
  position: absolute;
  left: 0;
  top: 40px;
}

.migration-banner .migration-img .animation-logo .logo-icon:last-child {
  left: unset;
  right: 0;
  top: 80px;
  background: #ffffff00;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.people-img {
  max-width: 100%;
  border-radius: 0 0 0 50% / 0 0 0 100%;
}

/* end */
/* =======banner-end-css========== */
/*============choose-card-start======== */
.migration-choose-card.Shopifysolution-section {
    background: #fff;
}
.migration-choose-card.Shopifysolution-section .shopify-card-one {
  width: 288px;
  height: 440px;
}
.migration-choose-card .shopify-card-one.active {
  width: calc(100% - 573px);
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
}
.migration-choose-card.Shopifysolution-section span.shopify-span {
  font-size: 24px;
  bottom: 25px;
  left: 25px;
  margin: 0;
  opacity: 1;
  transform: unset;
  width: auto;
}
.migration-choose-card .shopify-card-one.active::after {
  background: #edf9f8;
}

.migration-choose-card .shopify-card-one.active p,
.migration-choose-card .shopify-card-one.active h3 {
  color: #0f2b3f;
  margin: 0;
}

.migration-choose-card .shopify-solution-main h3.shopifyProcess {
  font-size: 38px;
  line-height: 54px;
}
.migration-choose-card span.hubspot-tagline {
  margin: 0;
}
.migration-choose-card .shopifyProcess-one {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* ========end========= */
/* ========migration-css-start============= */
.migration-business h3,
.migration-business p,
.migration-business h4 {
  margin: 0;
}
.migration-business h4 {
    font-weight: 600;
    font-size: 22px;
}
.migration-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.migration-content span.hubspot-tagline {
  margin: 0;
}
.migration-content .migration-list {
  margin-top: 10px;
}
.migration-content .migration-list ul {
  display: block;
  column-count: 2;
  margin-top: 18px;
}

.migration-content .migration-list ul li {
  margin-bottom: 16px;
  padding-left: 35px;
  font-size: 16px;
}
.migration-business h3 {
  font-size: 38px;
  line-height: 54px;
}

/* ==========end=============== */

/* ===========business-css-start======== */
.latest-project .project-details-card {
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.project-details-card .project-name {
  padding: 25px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  background: #fff;
  border-radius: 10px;
  margin: 0 25px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.project-details-card .project-name:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
  background-color: #00a0af26;
  border-color: #e1e8f0;
  z-index: -1;
}
.project-details-card .project-name:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.latest-project {
  background: #edf9f8;
}

.project-details-card .project-name h5 {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}

.latest-project .project-details-card img.img-fluid {
  border-radius: 15px;
}
.migration-business ul.tick-list li:before {
    background-position: top left;
}
/* ==============end====================== */

/* ===========responsive-css-start======== */
@media (min-width: 1400px) {
 .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    width: 700px;
    
}
.migration-choose-card .shopify-card-one.active p {
    font-size: 17px;
}
.migration-business p {
    font-size: 17px;
}
}
@media (min-width: 992px) {
 .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    padding-top: 40px;
}
}
@media (min-width: 768px) {
  .migration-business .bussines-img {
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .migration-choose-card .shopify-card-one.active {
    width: calc(100% - 273px);
  }
  .Shopifysolution-section span.shopify-span {
    font-size: 20px;
  }
  .project-details-card .project-name h5 {
    font-size: 20px;
    line-height: 1.3;
  }
    .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    width: 600px;

}
.migration-choose-card.Shopifysolution-section span.shopify-span {
    font-size: 20px;
    left: 13px;
}
}
@media (max-width: 1024px) {
  .migration-choose-card .shopify-card-one.active {
    width: calc(100% - 153px);
  }
  .migration-banner .migration-img .animation-logo .logo-icon:last-child {
    top: 60px;
  }
  .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    width: 570px;
}
.hubspotoptwhy-section .hero-image {
    height: 280px;
}
}
@media (max-width: 991px) {
  .migration-banner .banner-content-left {
    padding-right: 50px;
  }
  .migration-choose-card.Shopifysolution-section .shopify-card-one {
    width: 288px;
    height: 170px;
  }
  .migration-choose-card.Shopifysolution-section span.shopify-span {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
  .Shopifysolution-section .shopifyServiceProcess {
    width: 100%;
    padding: 20px;
}
  .migration-business h3,
  .shopify-solution-main h3.shopifyProcess {
    font-size: 24px;
    line-height: 35px;
  }
  .logo-icon img {
    width: 50px;
    height: 50px;
  }
  .logo-icon {
    width: 80px;
    height: 80px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon:last-child {
    top: 45px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon {
    top: 15px;
  }
  .migration-choose-card.Shopifysolution-section .shopifyServiceProcess {
    width: 100%;
}
  .migration-business .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .migration-banner .banner-content-left {
    padding-right: 0;
  }
  .migration-banner .hubspot-package-btn {
    margin-top: 20px;
  }
  .banner-content-left p {
    font-size: 15px;
    line-height: 28px;
  }
  .banner-content-left,
  .migration-content {
    gap: 10px;
  }

  .project-details-card .project-name {
    padding: 20px 15px;
    height: 90px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon {
    top: 100px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon:last-child {
    top: 132px;
  }
  .migration-choose-card .shopify-solution-main h3.shopifyProcess {
    font-size: 32px;
    line-height: 42px;
}

}

@media (max-width: 575px) {
  .migration-content .migration-list ul {
    column-count: 1;
  }
  .migration-banner .migration-img .animation-logo .logo-icon {
    top: 70px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon:last-child {
    top: 100px;
  }
      .hubspotoptwhy-section .hero-image {
        height: auto;
    }
}
@media (max-width: 480px) {
  .migration-banner .migration-img .animation-logo .logo-icon {
    top: 40px;
  }
  .migration-banner .migration-img .animation-logo .logo-icon:last-child {
    top: 60px;
  }
}
