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


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

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

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

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


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

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

@media (max-width: 768px) {
    .salesforceConsultingSec img {
        width: 35%;
    }
}


/* section 2 */
section.salesforce-consulting-section {
    background-color: #f5f5f5b0;
    padding: 60px 20px;
}

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

.salesforce-consulting-section h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

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

.salesforce-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;
}

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

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

.salesforce-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) {
    .salesforce-consulting-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

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

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

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

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

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

/* section 2 end */


/* section 3 */
.salesforce-expertise-boxed {
  padding: 60px 20px;
  background-color: #f9fcff;
    overflow: hidden;
}

.salesforce-expertise-boxed .expertise-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 107, 204, 0.06);
  border-bottom: 4px solid #006bcc;
  transition: all 0.3s ease;
}

.salesforce-expertise-boxed .expertise-box h3 {
  color: #006bcc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.salesforce-expertise-boxed .expertise-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.salesforce-expertise-boxed .expertise-img {
  max-width: 56%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .salesforce-expertise-boxed .expertise-box {
    margin-top: 20px;
    text-align: center;
  }

  .salesforce-expertise-boxed .expertise-box h3 {
    font-size: 20px;
  }

  .salesforce-expertise-boxed .expertise-box p {
    font-size: 15px;
  }

  .salesforce-expertise-boxed .expertise-img {
    margin-bottom: 20px;
  }

  .salesforce-expertise-boxed .row {
    flex-direction: column !important;
  }
}


/* section 3 end */

/* section 4 start */
.salesforce-tab-expertise-section {
  padding: 60px 20px;
  background-color: #fff;
}

.salesforce-tab-expertise-section h2{
  font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

.tab-buttons {
  margin-bottom: 30px;
}

.tab-link {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #e1efff;
  color: #006bcc;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.tab-link:hover,
.tab-link.active {
  background-color: #006bcc;
  color: #fff;
}

.tab-content-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 107, 204, 0.08);
    border: 2px solid #006bcc;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
 .tab-content h3 {
    font-size: 20px;
 }

/* section 4 end */


/* section 5 start */


.salesforce-benefit-timeline {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.salesforce-benefit-timeline .section-subtitle {
  font-size: 18px;
  color: #006BCC;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.salesforce-benefit-timeline h2 {
  font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

.timeline-wrap {
  border-left: 3px solid #006BCC;
  padding-left: 25px;
  position: relative;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.timeline-icon {
  background-color: #006BCC;
  width: 56px;
  height: 56px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 0;
  box-shadow: 0 0 0 5px #f9fcff;
}

.timeline-icon img {
  width: 34px;
  height: 34px;
}

.timeline-content {
  padding-left: 40px;
}

.timeline-content h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.benefit-image {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .salesforce-benefit-timeline h2 {
    font-size: 28px;
  }
  .salesforce-benefit-timeline .section-subtitle{
        margin-left: 178px;
  }

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

  .timeline-icon {
    position: relative;
    left: 0;
    margin-bottom: 10px;
  }

  .timeline-content {
    padding-left: 0;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* section 5 end */



.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%;
  }
}






















/* salesforce service start */

.why-choose-keasbrain py-5-section {
  background-color: #3025251a;
  padding: 60px 20px;
}

span.section-subtitle {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  display: flex;
  justify-self: center;
}

.why-choose-keasbrain py-5-section h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}

.salesforce-service-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

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

.salesforce-service-box p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #666;
}

.tag {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #666;
  background-color: #e6f0f8;
  color: #0070ba;
  padding: 5px 15px;
  margin: 10px 5px 0 0;
  border-radius: 50px;
}

.arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #0070ba;
  transition: all 0.3s ease;
}

.salesforce-service-box:hover .arrow-btn {
  transform: translateX(5px);
}



/* salesforce service end */





















.Faqs {
    padding: 60px 20px;
}

.ecommerce-why-choose-us {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #f9f9f9, #ffffff);
}
.card-icon-sales i {
  font-size: 65px; /* Increased size */
  color: #006bcc;  /* Your specified blue color */
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.ecommerce-card:hover .card-icon-sales i {
  transform: scale(1.1);
}

.ecommerce-expertise-heading span {
  /* font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; */
  font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}

.ecommerce-expertise-heading h2 {
  color: #333;
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.ecommerce-subtext {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #666;
  line-height: 1.7;
}

.ecommerce-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.ecommerce-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}

.ecommerce-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 4px;
  background-color: #006bcc;
  border-radius: 2px;
}

.ecommerce-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  border-color: #006bcc;
}

.ecommerce-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 107, 204, 0.05) 0%, transparent 70%);
  transition: all 0.5s ease;
  z-index: 0;
}

.ecommerce-card:hover::before {
  top: 0;
  left: 0;
}

.ecommerce-card .card-icon img {
  max-width: 90px; /* Increased image size */
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;
}

.ecommerce-card:hover .card-icon img {
  transform: scale(1.1);
}

.ecommerce-card-title {
  font-size: 20px; /* h3 font size */
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.ecommerce-card-text {
  /* font-size: 16px; /* p font size */
  color: #666;
  line-height: 1.6;
  z-index: 1;
  position: relative; 
}


@media (max-width: 992px) {
  .ecommerce-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ecommerce-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce-expertise-heading h2 {
    font-size: 28px;
  }

  .ecommerce-subtext {
    font-size: 16px;
    margin-bottom: 30px;
  }
}



  .ecommerce-expertise-heading h2 {
    font-size: 28px;
  }

  .ecommerce-subtext {
    font-size: 16px;
    margin-bottom: 30px;
  }


.ecommerce-expertise-heading span {
 /* font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block; */
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}
 


.ecommerce-expertise-heading h2 {
  /* font-size: 30px;
  color: #1e1e1e;
  margin-bottom: 10px;
  font-weight: 700; */
      color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
}

.ecommerce-subtext {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #666;
}

.ecommerce-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.ecom-feature-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

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

.ecom-feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: invert(26%) sepia(97%) saturate(2866%) hue-rotate(189deg) brightness(94%) contrast(95%);
}

.ecom-feature-box h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.ecom-feature-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .ecommerce-expertise-heading h2 {
    color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;


    

}



.ecommerce-tech-stack {
  background-color: #f8f9fa;
}

.ecommerce-tech-heading span {
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
}

.ecommerce-tech-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #212529;
  margin: 10px 0;
}

.ecommerce-tech-subtext {
  max-width: 700px;
  margin: auto;
  color: #666;
  font-size: 16px;
}

.ecommerce-tech-box {
  background-color: #fff;
  text-align: center;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

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

.ecommerce-tech-box img {
  max-width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ecommerce-tech-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}


/* ecommerce-invest-section start */
.ecommerce-invest-section {
  background-color: #fff;
  padding: 80px 20px;
}

.ecommerce-invest-heading span {
  /* font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px; */
      font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;

}

.ecommerce-invest-heading h2 {
        color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;

}

.ecommerce-invest-subtext {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.ecommerce-invest-box {
  background-color: #f8f9fa;
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.05);
  transition: all 0.4s ease;
  border-top: 4px solid #007bff;
  position: relative;
  height: 100%;
}

.ecommerce-invest-box:hover {
  background-color: #eaf4ff;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 123, 255, 0.15);
}

.ecommerce-invest-box img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.ecommerce-invest-box:hover img {
  transform: scale(1.1);
}

.ecommerce-invest-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}

.ecommerce-invest-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ecommerce-invest-heading h2 {
    font-size: 28px;
  }

  .ecommerce-invest-subtext {
    font-size: 15px;
  }

  .ecommerce-invest-box img {
    width: 80px;
  }
}
.title span {
    color: #006BCC !important;
}

}
.title span {
    color: #006bcc;
}