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




/* ms-dynamics section start */

.ms-dynamics-section {
    background: url('./../../images/ms_dynamics_banner_img.png') no-repeat center center/cover;
    padding: 184px 0 121px;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Overlay */
.ms-dynamics-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 73%);
    z-index: -1;
}

.ms-dynamics-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

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

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

.ms-dynamics-btn {
    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;
}

.ms-dynamics-btn:hover {
    background: #e6b800;
}

/* Responsive */
@media (max-width: 768px) {
    .ms-dynamics-section h1 {
        font-size: 2rem;
        margin-top: 40px;
    }

    .ms-dynamics-section p {
        font-size: 1rem;
    }

    .ms-dynamics-section {
        padding: 100px 0 80px;
    }
}
/* ms-dynamics section end */

/* 
api dev section start */

.api-dev-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.api-dev-section .section-two-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row; /* default for desktop */
}

.api-dev-section .section-text {
  flex: 1;
  max-width: 50%;
}

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

.api-dev-section .section-text h2 span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.api-dev-section .section-text p {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
}

.api-dev-section .section-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.api-dev-section .section-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Changes */
@media (max-width: 768px) {
  .api-dev-section .section-two-inner {
    flex-direction: column;
  }

  .api-dev-section .section-text,
  .api-dev-section .section-image {
    max-width: 100%;
  }

  .api-dev-section .section-text h2 {
    font-size: 26px;
  }

  .api-dev-section .section-text p {
    font-size: 18px;
  }
}
/* api dev section end */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}


.ms-dynamics-customize-section {
  padding: 60px 0;
  background-color: #fff;
}

.section-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}

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

.section-subtext {
  font-size:20px;
  color: #666;
  margin-bottom: 40px;
}

.customize-box {
  background: #f8f9fb;
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}

.customize-box h3 {
  color: #006bcc;
  font-size: 20px;
  margin-bottom: 10px;
}

.customize-box p {
  font-size: 16px;
  color: #666;
}


.ms-dynamics-insights-section {
  background-color: #f5faff;
}

.ms-dynamics-insights-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #002147;
}

.ms-dynamics-insights-section .section-title span {
  color: #006bcc;
}

.ms-dynamics-insights-section .section-description {
  font-size: 16px;
  color: #444;
}

.ms-dynamics-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}











































/* api Transform-section 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;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  
}

/* api page start */
.api-section-ecom-features {
  background-color: #fff !important;
  padding: 60px 20px  ;
}
.Api-heading span {
 color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-self: center;

}
.Api-heading h2 {
      color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    margin-bottom: 37px;
    display: flex;
    justify-content: center;
}


.api-section-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003b8d;
  margin-bottom: 50px;
}

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

.api-feature-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  border: 1px solid #e0ecff;
  box-shadow: 0 6px 24px rgba(0, 59, 141, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.api-feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 59, 141, 0.12);
}

.api-feature-icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #1d65ff;
}

.api-feature-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
p.api-feature-text {
    font-size: 16px;
}

.api-feature-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
/* api feature section end */

.apiSupport-section {
  padding: 80px 0;
  background-color: #f9fbfd;
}

.apiSupport-heading {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-inline: auto;
}

.apiSupport-heading span {
  color: #1570EF; /* Keasbrain Blue */
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.apiSupport-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e2a3a;
  margin: 10px 0 20px;
}

.apiSupport-heading p {
  font-size: 16px;
  color: #4f5d75;
  line-height: 1.7;
}

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

.apiSupport-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apiSupport-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.apiSupport-card h4 {
  color: #1570EF;
  font-size: 20px;
  margin-bottom: 12px;
}

.apiSupport-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* api why choose-us section start */

.api-why-choose-us {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.api-expertise-heading span {
     color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-self: center;

}

.api-expertise-heading h2 {
      font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.api-subtext {
  max-width: 750px;
  margin: 20px auto 50px;
  font-size: 18px;
  color: #555;
}

.api-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.api-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  max-width: 360px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
  border-bottom: 4px solid #007bff; /* Blue bottom line */
}

.api-card:hover {
  transform: translateY(-8px);
}

.card-icon {
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
      max-height: 86px;
    max-width: 100%;
    object-fit: contain
}

.api-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.api-card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .api-grid {
    flex-direction: column;
    align-items: center;
  }

  .api-card {
    width: 100%;
    max-width: 90%;
  }

  .api-expertise-heading h2 {
    font-size: 24px;
  }

  .api-subtext {
    font-size: 16px;
  }
}
/* api why choose-us section end */


.ms-dynamics-insights-section {
  background-color: #f5faff; /* Light blue background to match theme */
}

.ms-dynamics-insights-section .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}

.ms-dynamics-insights-section .section-title span {
  color: #006bcc;
}

.ms-dynamics-insights-section .section-description {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.ms-dynamics-feature-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.discover-more-dynamics {
  background-color: #f9f9f9;
}

.discover-more-dynamics .section-title {
  font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.discover-more-dynamics .section-title span {
  color: #006bcc;
}

.discover-more-dynamics .section-description {
     max-width: 750px;
    margin: 20px auto 50px;
    font-size: 20px;
    color: #666;
}

.feature-card {
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}

.feature-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.feature-card img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.feature-card h3 {
 font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-card p {
  font-size: 16px;
  color: #666;
}

.section-subtitle {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-self: center;
}

@media (max-width: 992px) {

.ms-dynamics-insights-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
}

.ms-dynamics-operations-section {
  background-color: #f8f9fa;
}

.ms-dynamics-operations-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
}

.ms-dynamics-card {
  background: #ffffff;
  border: 2px solid transparent;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.ms-dynamics-card img {
  max-width: 100px;
  margin-bottom: 20px;
}

.ms-dynamics-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.ms-dynamics-card p {
  font-size: 14px;
  color: #444444;
}

.ms-dynamics-card:hover {
  border-color: #006bcc;
  transform: translateY(-5px);
}



@media (max-width: 992px) {

.section-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.discover-more-dynamics .section-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

}



















  .api-process-section {
    padding: 60px 20px;
    background-color: #ffffff;
  }

  .api-process-heading span {
        color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;

  }

  .api-process-heading h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 30px;
  }

  .api-process-subtext {
    max-width: 750px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #555;
  }

  .api-process-card {
    background: #f1f8ff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border-bottom: 4px solid #007bff;
    transition: transform 0.3s ease;
  }

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

  .api-process-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .api-process-card h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
  }

  .api-process-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .api-process-heading h2 {
      font-size: 28px;
    }

    .api-process-subtext {
      font-size: 16px;
    }

    .api-process-icon {
      width: 50px;
      height: 50px;
      font-size: 14px;
    }
  }
  .api-services-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }

  .api-section-subtitle {
    color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;
  }

  .api-section-title {
        font-size: 32px;
      color: #333;
      margin-bottom: 30px;
  }

  .api-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
  }

  .api-service-card:hover {
    transform: translateY(-8px);
  }

  .api-service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
  }

  .api-service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .api-service-tags {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .api-service-tags li {
    background-color: #f1f8ff;
    color: #222;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
  }

  .api-industries-section {
    background-color: #f8f9ff;
  }

  .api-industries-subtitle {
    display: inline-block;
    font-weight: 600;
    color: #0066cc;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .api-industries-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
  }

  .api-industry-box {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 100%;
  }

  .api-industry-box img {
    max-height: 60px;
    margin-bottom: 15px;
  }

  .api-industry-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
  }

  .api-industry-box:hover {
    border-color: #0066cc;
    box-shadow: 0 4px 20px rgba(0, 102, 204, 0.1);
  }


.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;
    background-color: #F2F8FD;
}



.title span {
    color: #006BCC;
}