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

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

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

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

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

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

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



.cloudDevSec 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) {
    .cloudDevSec {
        padding: 0;
    }
    .cloudDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .cloudDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .cloudDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .cloudDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .cloudDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* clouddevsev end */

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

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

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

.cloud-solutions-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;
}

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

.cloud-solutions-section .image-container {
    text-align: right;
}

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

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

    .cloud-solutions-section h2 {
        font-size: 24px;
    }

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

    .cloud-solutions-section .image-container {
        text-align: center;
    }

    .cloud-solutions-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .cloud-solutions-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}

section.cloud-solutions-section {
    background-color: #F5F5F5;
}

/* cloud-services-section start */


/* aiml feature section start */

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

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

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

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

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

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

.feature-box img {
  padding: 15px;
  width: 33%;
  /* height: 65px; */
  object-fit: contain;
  margin-bottom: 20px;
  transition: background-color 0.3s ease-in-out;
}

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

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

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

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

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

  .feature-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .aiml-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;
  }
}



.approach-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

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

.approach-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

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

.approach-box {
  background: #f7faff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #e0ecf8;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 107, 204, 0.05);
}

.approach-box:hover {
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.1);
  transform: translateY(-6px);
}

.approach-box img {
    width: 76%;
    height: 50%;
    object-fit: contain;
    margin-bottom: 15px;
    /* background: #006bcc10; */
    /* border-radius: 50%; */
    padding: 10px;
}

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

.approach-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767px) {
  .approach-content h2 {
    font-size: 24px;
  }
  .approach-content p {
    font-size: 16px;
  }
}





.ai-ml-cloud-services-section {
  padding: 60px 20px;
  background-color: #F5F5F5;
}

.ai-ml-cloud-services-section span {
  color: #006bcc;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.ai-ml-cloud-services-section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.ai-ml-cloud-services-section .section-intro {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto 40px;
}

.service-card {
  background: #fff;
  padding: 25px 20px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #e0ecf8;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 107, 204, 0.05);
}

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.1);
  transform: translateY(-6px);
}

.service-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
  background: #006bcc10;
  border-radius: 50%;
  padding: 10px;
}

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

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.service-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #006bcc;
  font-size: 12px;
}

@media (max-width: 767px) {
  .ai-ml-cloud-services-section h2 {
    font-size: 24px;
  }

  .ai-ml-cloud-services-section .section-intro {
    font-size: 16px;
  }

  .service-card {
    margin-bottom: 30px;
  }
}




 .strengths-section {
  background-color: #f9fcff;
  padding: 60px 20px;
}

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

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

.strength-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

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

.strength-card p {
  font-size: 14.5px;
    color: #333;
    margin-bottom: 15px;
}

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

.tag-list li {
  background-color: #f7f7f7;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #333;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  white-space: nowrap;
}

.arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  background: #f7f7f7;
  color: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 1px solid #ddd;
}

@media (max-width: 992px) {
.section-title {
    font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 24px;
    padding-bottom: 15px;
}

}









.cloud-services-section {
  background-color: #fff;
  padding: 60px 20px;
}

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

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

.cloud-services-section .section-intro {
  max-width: 850px;
  margin: 0 auto;
  font-size: 18px;
  color: #555;
  padding-top: 10px;
  line-height: 1.6;
}

.cloud-services-section .service-card {
  padding: 30px;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e0e0e0; /* subtle border */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cloud-services-section .service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 60px;
  height: 4px;
  background-color: #006bcc;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.cloud-services-section .service-card:hover::after {
  width: 100px;
}

.cloud-services-section .service-card img {
  width: 60px;
  margin-bottom: 20px;
}

.cloud-services-section .service-card h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.cloud-services-section .service-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.cloud-services-section .service-list {
  padding-left: 18px;
  margin-top: 10px;
}

.cloud-services-section .service-list li {
  font-size: 15px;
  color: #444;
  margin-bottom: 6px;
  list-style-type: disc;
}

.cloud-services-section .btn-primary {
  background: linear-gradient(90deg, #0095E4 0%, #006BCC 100%);
  color: #fff;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.cloud-services-section .btn-primary:hover {
  background: linear-gradient(90deg, #006BCC 0%, #0095E4 100%);
}

/* Responsive Design */
@media (max-width: 992px) {
  .cloud-services-section .service-card {
    text-align: center;
  }

  .cloud-services-section .service-list {
    text-align: left;
    display: inline-block;
  }

  .cloud-services-section .service-card img {
    margin: 0 auto 20px;
  }

  .cloud-services-section .service-card h3 {
    font-size: 20px;
  }

  .cloud-services-section .service-card p {
    font-size: 15px;
  }
}
.Faqs {
    padding: 60px 20px;
    background-color: #F2F8FD;
}

/* cloud-services-section end */
.cloud-features-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
}

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

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

.feature-card {
  padding: 15px;
  /* margin-bottom: 30px; */
}

.feature-inner {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-inner img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-inner h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.feature-inner p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.feature-inner ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
}

.feature-inner ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

.cloud-features-section .btn-primary {
  background: linear-gradient(90deg, #0095E4 0%, #006BCC 100%);
  color: #fff;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.cloud-features-section .btn-primary:hover {
  background: linear-gradient(90deg, #006BCC 0%, #0095E4 100%);
}

/* Responsive Grid */
@media (min-width: 992px) {
  .feature-card {
    display: flex;
  }
}

@media (max-width: 991px) {
  .feature-inner {
    /* text-align: center; */
  }
  .feature-inner ul {
    display: inline-block;
    text-align: left;
  }
}

/* platform section start */
.cloud-expertise-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

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

.cloud-expertise-section .section-title {
  font-size: 32px;
  color: #222;
  margin-top: 10px;
  font-family: 'Outfit', sans-serif;
}

.expertise-card {
  background: #f9f9f9;
  border-radius: 12px;
  /* padding: 30px; */
  padding: 30px; 
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.expertise-card img {
  /* height: 50px; */
  margin-bottom: 20px;
}

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

.expertise-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  min-height: 60px;
}

.highlight-list {
  margin-top: 15px;
  text-align: left;
}

.highlight-list span {
  display: block;
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}

.highlight-list span::before {
  content: "✔";
  color: #006bcc;
  position: absolute;
  left: 0;
  top: 0;
}

/* platform section end */



/* cloud-solutions page end */
 section.business-app-benefits {
        /* padding: 80px 0; */
        padding: 60px 0px;
        background-color: white;
    }
    .section-heading {
        text-align: left;
        margin-bottom: 40px;
    }

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

    .section-heading h2 {
        /* padding-bottom: 20px;
       font-size: 32px; */
       font-size: 32px;
    font-weight: 500;
    /* margin: 15px 0; */
    color: #333;
    }
    section.business-app-benefits {
        padding: 60px 0;
    }

    .section-heading {
        text-align: left;
        margin-bottom: 40px;
        max-width: 85%; 
        margin-left: 0; 
    }

    /* Benefit Boxes */
    .benefit-box {
        background: #F5F5F5;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
        max-width: 85%;
    }

    
    .benefit-box.left, 
    .section-heading.left {
        margin-left: 0; 
    }

    .benefit-box.right, 
    .section-heading.right {
        margin-left: auto;
        margin-right: 0; 
    }

    .benefit-box img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .benefit-content {
        flex: 1;
    }

    .benefit-box h3 {
        /* font-size: 20px;
        color: #333333;
        font-weight: bold;
        margin: 0; */
        font-size: 20px;
        user-select: none
    }

    .benefit-box p {
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        color: #666;
    }
    .Benefits-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}
.Benefits-heading {
    font-size: 32px;
    color: #333;
    text-align: left;
}
.Benefits-subtitle {
    font-size: 20px;
    color: #4B5563;
    margin-bottom: 30px;
    line-height: 1.6;
}

    @media (max-width: 1024px) {
        .section-heading {
            max-width: 90%;
        }
        .section-heading span{
            padding-left: 32px;
        }
        .section-heading span {
            font-size: 14px;
        }
        .section-heading.left, .benefit-box.left {
            margin-left: 5%;
        }

        .section-heading.right, .benefit-box.right {
            margin-right: 5%;
        }
        .section-heading h2{
            padding-left: 28px;
        }
    }

    @media (max-width: 768px) {
        .section-heading {
            max-width: 100%;
            text-align: center;
        }
        .section-heading span{
            padding-left: 32px;
        }
        .business-app-benefits .row {
            flex-direction: column;
        }

        .benefit-box {
            flex-direction: column;
            text-align: center;
            align-items: center;
            max-width: 100%;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .benefit-box img {
            margin-bottom: 10px;
        }

        .benefit-content {
            text-align: center;
        }
    }
.cloud-models-section {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    transition: all 0.3s ease-in; 
     padding: 60px 20px;
}

.cloud-models-section .section-label {
  color: #006BCC;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cloud-models-section .section-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}

.cloud-models-section .section-subtitle {
  color: #ccc;
  font-size: 16px;
  max-width: 800px;
  margin: 10px auto 0;
}

.model-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  height: 100%;
  transition: transform 0.3s ease;
  /* border: 1px solid #333; */
  position: relative;
}

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

.model-icon img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

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

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



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


