body {
    font-family: Arial, sans-serif;
}

.hubspotDevSec {
    background: url('./../../images/hubspot_banner_img.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.hubspotDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.hubspotDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.hubspotDevSec .text-column {
    margin-top: 50px;
}

.hubspotDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.hubspotDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.hubspotDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hubspotDevSec {
        padding: 0;
    }
    .hubspotDevSec h1 {
        font-size: 27px;
        text-align: center;
    }
    .hubspotDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .hubspotDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .hubspotDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .hubspotDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}

/* hubspotDevSec end */

/* hubspot consulting section start */
.hubspot-consulting-section {
    background-color: #F5F5F5;
    padding: 60px 20px;
}

.hubspot-consulting-section span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.hubspot-consulting-section h2 {
    font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-size: 32px;
}

.hubspot-consulting-section p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.hubspot-consulting-section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.hubspot-consulting-section .btn-primary:hover {
    background: linear-gradient(90deg, rgba(0, 107, 204, 1) 100%, rgba(0, 149, 228, 1) 0%);
}

.hubspot-consulting-section .image-container {
    text-align: right;
}

.hubspot-consulting-section img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hubspot-consulting-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hubspot-consulting-section h2 {
        font-size: 24px;
    }

    .hubspot-consulting-section h2,
    .hubspot-consulting-section p {
        text-align: center;
        font-size: 16px;
    }

    .hubspot-consulting-section .image-container {
        text-align: center;
    }

    .hubspot-consulting-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .hubspot-consulting-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}


/* hubspot consulting section end */



 /* hubspot journey section start */
.hubspot-journey-section {
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 100%);
    padding: 60px 20px;
}
.hubspot-journey-section span {
      font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    margin-bottom: 10px;
}
.hubspot-journey-section .section-header h2 {
   font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-size: 32px;
}

.hubspot-journey-section .section-header p {
    font-size: 18px;
    color: #444;
    margin-bottom: 50px;
}

.journey-timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.journey-step {
    flex: 1 1 calc(25% - 30px);
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    position: relative;
}

.journey-step:hover {
    transform: translateY(-10px);
}


.journey-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.journey-step p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.journey-step {
  text-align: center;
  padding: 20px;
  position: relative;
}

.step-icon {
  width: 60px;
  height: 60px;
  background-color: #006bcc; /* Blue circle */
  color: #fff; /* White icon */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  font-size: 24px;
}

.step-icon i {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .journey-timeline {
        flex-direction: column;
        align-items: center;
    }

    .journey-step {
        width: 90%;
        margin-bottom: 30px;
    }
}

 /* hubspot journey section end */



/* section 4 */

.hubspot-solutions-icons {
    background-color: #ffffff;
    padding: 60px 20px;
}

.hubspot-solutions-icons span {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.hubspot-solutions-icons h2 {
   color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;

}

.solutions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 35px;
}

.solution-item {
    width: 150px;
    text-align: center;
    transition: transform 0.3s ease;
}

.solution-item:hover {
    transform: scale(1.1);
}

.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f2f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  font-size: 40px; /* Increased from 32px to 40px */
  color: #006bcc;
  transition: 0.3s ease;
}

.icon-circle img {
    width: 50px;
    height: 50px;
}

.solution-item h3 {
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    color: #006bcc;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .solution-item {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .solution-item {
        width: 80%;
    }
}
/* section 4 end */


.hubspot-integrations {
  padding: 60px 20px;
  background: #F5F5F5;
}

.hubspot-integrations span {
     font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.hubspot-integrations h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  font-size: 32px;
  padding-bottom: 15px;
  text-align: center;
}

.integration-card {
  background: #f8fbff;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 8px 20px rgba(0, 107, 204, 0.06);
  transition: all 0.3s ease;
}

.integration-card:hover {
  transform: translateY(-5px);
  background: #eef6ff;
}

.integration-card img {
  width: 100px;
  /* height: 48px; */
  object-fit: contain;
}

.integration-card .content h3 {
 font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.integration-card .content p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .integration-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .integration-card img {
    margin-bottom: 10px;
  }
}


.hubspot-usecases-v2 {
  padding: 60px 20px;
  background: #f5faff;
  position: relative;
}

.hubspot-usecases-v2 span {
 font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex
;
    justify-content: center;
}

.hubspot-usecases-v2 h2 {
    font-family: 'Outfit', sans-serif;
  color: #333;
  font-size: 32px;
  padding-bottom: 15px;
  text-align: center;
}

.usecase-timeline {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #006bcc;
}

.usecase-block {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  align-items: flex-start;
  position: relative;
}

.usecase-block::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #006bcc;
  border-radius: 50%;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.usecase-content h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-bottom: 10px;
}

.usecase-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .usecase-block {
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
  }

  .usecase-timeline {
    border-left: none;
    padding-left: 0;
  }

  .usecase-block::before {
    display: none;
  }

  .hubspot-usecases-v2 h2 {
    font-size: 24px;
  }
}


/* hubsport why choose section start */
.hubspot-why-choose {
  padding: 90px 20px;
  background: #ffffff;
}

.hubspot-why-choose span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.hubspot-why-choose h2 {
  font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 32px;
    padding-bottom: 15px;
}

.highlight-points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.highlight-box {
  flex: 1 1 30%;
  background: #f7fbff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 107, 204, 0.08);
  transition: 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 107, 204, 0.15);
}

.highlight-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #006bcc;
  margin-bottom: 10px;
}

.highlight-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive*








/* aiml feature section start */

.hubspot-feature-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.hubspot-feature-section span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.hubspot-feature-section h2 {
  font-family: 'Outfit', sans-serif;
  color: #333;
  font-size: 32px;
  padding-bottom: 15px;
}

.hubspot-feature-section > .container > .text-center > p {
  color: #666;
  font-size: 20px;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Feature Box */
.feature-box {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #e0ecf8;
  box-shadow: 0 0 12px rgba(0, 107, 204, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;

  /* Flex for alignment */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.feature-box:hover {
  border-color: #006bcc;
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.15);
  transform: translateY(-6px);
}

.feature-box img {
  width: auto;
  height: 120px; /* Fixed height for all images */
  object-fit: contain;
  margin-bottom: 15px;
  transition: background-color 0.3s ease-in-out;
}

.feature-box:hover img {
  background-color: #006bcc;
}

.feature-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #006bcc;
  margin-bottom: 10px;
  min-height: 50px; /* Keeps headings aligned */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1; /* Ensures equal height layout */
}

/* Responsive Design */
@media (max-width: 768px) {
  .hubspot-feature-section h2 {
    font-size: 24px;
  }

  .hubspot-feature-section > .container > .text-center > p {
    font-size: 16px;
  }

  .feature-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .hubspot-feature-section .row > .col-md-4:nth-child(n+4) {
    margin-top: 30px;
  }
}



.aiml-usecase-section {
background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
  padding: 60px 20px;
}

.aiml-usecase-section span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.aiml-usecase-section h2 {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 32px;
  padding-bottom: 15px;
}

.aiml-usecase-section > .container > .text-center > p {
  color: #fff;
  font-size: 20px;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.usecase-box {
  background: #f9f9f9;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #e0ecf8;
  box-shadow: 0 0 12px rgba(0, 107, 204, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.usecase-box:hover {
  border-color: #006bcc;
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.15);
  transform: translateY(-6px);
}

.usecase-box img {
  width: 25%;
    /* height: 65px; */
    /* background-color: #006bcc10; */
    /* border-radius: 50%; */
    padding: 15px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: background-color 0.3s ease-in-out;

}

/* .usecase-box:hover img {
  background-color: #006bcc20;
} */

.usecase-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-bottom: 10px;
}

.usecase-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .aiml-usecase-section h2 {
    font-size: 24px;
  }

  .aiml-usecase-section > .container > .text-center > p {
    font-size: 16px;
  }

  .usecase-box {
    margin-bottom: 30px;
  }
}




.hubspot-process-steps {
  padding: 60px 20px;
  background-color: #f9fbff;
  text-align: center;
}

.hubspot-process-steps span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.hubspot-process-steps h2 {
 font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 32px;
    padding-bottom: 15px;
}

.process-steps-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.process-step {
  background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
  padding: 30px 20px;
  border-radius: 12px;
  width: 250px;
  color: #fff;
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
}

.step-content h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .process-steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .process-step {
    width: 100%;
    max-width: 300px;
  }
}




 













.tech-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-heading.tech {
  text-align: left;
  margin-bottom: 40px;
}

.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: left;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  text-align: left;
  
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.tech-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.tech-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  flex: 1 1 calc(25% - 30px); /* 4 per row */
  max-width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

.tech-box:hover {
  transform: translateY(-5px);
}

.tech-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 992px) {
  .tech-box {
    flex: 1 1 calc(33.333% - 30px); /* 3 per row */
    max-width: calc(33.333% - 30px);
  }

  .section-heading.tech {
    text-align: center;
  }

  .section-heading.tech h2 {
    margin: 0 auto;
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tech-box {
    flex: 1 1 calc(45% - 30px); /* 2 per row */
    max-width: calc(45% - 30px);
  }

  .section-heading.tech h2 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 480px) {
  .tech-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tech-box img {
    width: 60px;
    height: 60px;
  }

  .section-heading.tech h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tech-boxes {
    justify-content: center; /* Center all items */
  }

  .tech-box {
    flex: 0 1 80%;
    max-width: 37%;
  }
}




.Faqs {
    padding: 60px 20px !important;
    background-color: #F2F8FD;
}

.title span {
    color: #006BCC;
}