body {
    font-family: Arial, sans-serif;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.Faqs {
    padding: 60px 20px;
    background-color: #F2F8FD;
}
.zohoDevSec {
     background: url('./../../images/zoho_banner_img.webp') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

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

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

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

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

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



.zohoDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

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

/* zoho-consulting-sectio start */
section.zoho-consulting-section {
    background-color: #f5f5f561;
    padding: 60px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* zoho-consulting-sectio  end */

/* feature line section start */

.feature-line-section {
  padding: 60px 20px;
  background-color: #f9fbfe;
}

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

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

.line-box {
  display: flex;
  gap: 20px;
  border-left: 4px solid #006bcc;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
  transition: all 0.3s ease;
  height: 100%;
}

.line-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 107, 204, 0.08);
}

.line-box img {
  width: 102px !important;
  height: 102px !important;
  object-fit: contain;
  flex-shrink: 0;
}

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

}

.line-box p {
  font-size: 16px;
  color: #666;
  font-family: 'Outfit', sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}

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

  .line-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .line-box img {
    margin-bottom: 15px;
  }
}

/* feature line section end  */

.zoho-service-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.zoho-service-section span {
  font-size: 16px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

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

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

.zoho-service-card {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: 0.3s ease;
}

.zoho-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 18px rgba(0, 107, 204, 0.1);
}

.zoho-icon-box {
  color: #006bcc;
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 6px;
}

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

.zoho-card-content p {
 font-size: 16px;
    color: #666;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    margin-bottom: 0;
}


/* Responsive */
@media (max-width: 768px) {
  .zoho-service-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .zoho-service-section h2 {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    color: #333;
    margin-top: 10px;
}

  .zoho-icon-box {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .zoho-card-content h3,
  .zoho-card-content p {
    text-align: center;
  }
}


.zoho-benefits-section {
  padding: 60px 20px;
  background-color: #f9f9f9 !important;
}
.zoho-benefit-image {
    margin: 15px 61px;
    /* justify-content: center; */
    /* display: flex
; */
    width: 61%;
}

.zoho-benefits-section span {
  font-size: 16px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

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

.zoho-benefits-section p {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
  font-family: 'Outfit', sans-serif;
  line-height: 1.6;
}

.zoho-benefit-box {
  background: #f9fbfe;
  border-left: 4px solid #006bcc;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 18px rgba(0, 107, 204, 0.05);
}

.zoho-benefit-box:hover {
  background: linear-gradient(135deg, #f0f8ff, #e6f0fa);
  transform: translateY(-4px);
  box-shadow: 0 4px 24px rgba(0, 107, 204, 0.1);
}

.zoho-benefit-icon {
  font-size: 28px;
  color: #006bcc;
  margin-bottom: 15px;
}

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

.zoho-benefit-box p {
 font-size: 16px;
    color: #666;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .zoho-benefits-section h2 {
    font-size: 22px;
  }

  .zoho-benefit-box h3 {
    font-size: 20px;
  }

  .zoho-benefit-box p {
    font-size: 16px;
  }
}




.zoho-consulting-section {
  background-color: #f7f9fc;
}

.zoho-expertise-heading span {
  color: #006bcc;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif;
}

.zoho-expertise-heading h2 {
     font-family: 'Outfit', sans-serif;
    color: #333;
}

.zoho-service-box {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #006bcc;
  padding: 25px 20px;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.zoho-service-box:hover {
  box-shadow: 0 8px 24px rgba(0, 107, 204, 0.08);
  transform: translateY(-4px);
}

.zoho-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

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

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



@media (max-width: 992px) {

.zoho-expertise-heading h2 {
    font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 24px;
}

}







.zoho-integrations-section {
  background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.section-subtitle {
font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.integration-feature {
  gap: 15px;
}

.integration-icon {
  font-size: 22px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 8px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integration-feature h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.integration-feature p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #e0f2ff;
}

.integration-description {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .zoho-integrations-section .section-title {
    font-size: 24px;
  }

  .integration-feature {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-icon {
    margin-bottom: 10px;
  }
}






.zoho-section {
  background-color: #f7f9fc;
  font-family: 'Outfit', sans-serif;
  padding: 60px 20px;
}

.zoho-subtitle {
      font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}

.zoho-title {
     font-size: 32px;
    font-family: 'Outfit', sans-serif;
    color: #333;
    margin-top: 10px;

}

.zoho-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 14px;
}

.zoho-image {
  width: 100%;
  max-width: 520px;
  min-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .zoho-section .row {
    flex-direction: column-reverse;
  }
.zoho-image {
  object-fit: cover;
  border-radius: 10px;
  min-height: 0;
}
.zoho-subtitle {
    text-align: center;
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}
  .zoho-title {
    text-align: center;
    font-size: 24px;
  }
  .zoho-content p {
    text-align: center;
   }

  .zoho-image {
    margin-bottom: 30px;
  }
}












  


  







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

 .title span {
    color: #006BCC;
}

