.home-main p {
  color: #000;
}

.home-main .main-banner {
  /* background-image: url('/assets/images/home/banner-bg-img.png');
   */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: rgba(228, 228, 228, 1); */
  /* height: 700px; */
  position: relative;
  background-position: right;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #FBFBFB 0%, #F9F9F9 19%, #F6F6F6 39.73%, #F2F2F2 52.88%, #EDEDED 66.96%, #EAEAEA 79.18%, #E6E6E6 89.39%, #E4E4E4 100%);
}
.home-main .main-banner:after {
  position: absolute;
  content: '';
  height: 50px;
  width: 100%;
  background: black;
  bottom: 0;
}

.trusted-partner h2 {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.trusted-partner-shadow {
  border-radius: 50px;
  background-image: url('/assets/images/home/trusted-bg-map.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  box-shadow: 0px 4px 51px 3px #00000021;
}

.our-services .card img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 20px;
}

.our-services .connect {
  border-radius: 10px !important;
  margin-top: 25px;
}

.our-services .card {
  padding: 0;
  padding-bottom: 20px;
}

.our-services .para {
  min-height: 120px;
}

.industries-serve .card {
  background-color: white;
  border-radius: 32px;
  padding: 25px;
}

.industries-serve img {
  width: 29px;
}

.code-jugglers .h2-home {
  margin-bottom: 10px;
  text-align: left;
}

.code-jugglers h6 {
  font-size: 20px;
  color: #008375;
  margin-top: 0;
  margin-bottom: 10px;
}

.code-jugglers{
background-image: url('/assets/images/home/bg-shadow.png') ,  url('/assets/images/home/bg-shadow.png');
background-position: top left, bottom right;
background-repeat: no-repeat;
}

.contact-us-new.home .form-bg {
  background-color: transparent;
}

.trusted-partner .trusted-partner-flex {
  overflow-y: auto;
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: 60px;
  /* margin-bottom: 20px; */
  padding-bottom: 15px;
}

/* width */
.trusted-partner-flex::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

/* Track */
.trusted-partner-flex::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.trusted-partner-flex::-webkit-scrollbar-thumb {
  background: rgba(0, 131, 117, 1);
}

/* Handle on hover */
.trusted-partner-flex::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 131, 117, 1);
}

.trusted-partner .trusted-partner-flex .box {
  flex: 0 0 23%;
  max-width: 23%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 60px;
  margin-bottom: 10px;
  display: inline-block;
}

.trusted-partner .trusted-partner-flex .box .img1 {
  width: 220px;
}

.trusted-partner .trusted-partner-flex .box .img2 {
  width: 180px;
}

.trusted-partner .trusted-partner-flex .box .img5 {
  width: 210px;
}

.trusted-partner .trusted-partner-flex .box .img6 {
  width: 120px;
}

.featured-projects {
  background-color: #EFEFEF;
}

.featured-projects-content {
  text-align: center;
}

.featured-projects-content h6 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

.featured-projects-content h5 {
  text-transform: capitalize;
  font-size: 30px;
}

.featured-projects .h2-home {
  margin-bottom: 10px;
}

.featured-projects .home-para {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.featured-projects .project-container {
  position: relative;
  /* background-color: #004bca; */
  padding: 32px;
  border-radius: 12px;
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
  background-color: white;
  /* height: 500px; */
}

.project-logo {
  width: 200px;
  display: table;
  margin: 30px auto;
}

.featured-projects .project-container.first {
  /* background-color: #0D3F53; */
  border-radius: 300px 300px 35px 35px;

}

.featured-projects .project-container.second {
  /* background-color: #0D3F53; */
  border-radius: 300px;
}

.featured-projects .project-container.simwin-bg {
  /* max-width: 100%;
  padding: 0;
  height: 100%; */
  border-radius: 35px 35px 300px 300px;
}

.featured-projects .project-container .image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.featured-projects .project-container .image.simwin {
  /* max-width: 100%;
  height: 100%; */
}

.featured-projects .project-container .overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.featured-projects .project-container:hover .overlay {
  opacity: 0.7;
}

.featured-projects .project-container:hover .image {
  opacity: 0.2;
}

.featured-projects .project-container:hover .overlay {
  opacity: 1;
}

.featured-projects .project-container .text {
  /* background-color: #04AA6D; */
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.tech-stack {
  background-color: #F2F2F2;
}

.tech-stack .tech-content-wrapper {
  /* max-width: 86%; */
  background-color: white;
  padding: 30px;
  border-radius: 80px;
  text-align: center;
  height: 650px;
  margin-bottom: 30px;
}

.tech-stack .tech-content-wrapper .profile {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
}

.tech-stack .tech-content-wrapper .tech-content {
  margin-bottom: 7px;
}

.tech-stack .tech-content-wrapper .tech-content .lang {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.tech-stack .tech-content-wrapper .tech-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.tech-stack .tech-content-wrapper .tech-flex .box {
  flex: 0 0 38%;
  max-width: 38%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  height: 55px;
  border-radius: 10px;
  margin-right: 16px;
  margin-bottom: 25px;
}

.tech-stack .tech-content-wrapper .tech-flex .box img {
  width: 84px;
}

.expertise {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: s;
  box-shadow: 0px 4px 51px 3px #00000021;
}

.expertise-slide {
  overflow: hidden;
}

.expertise .container {
  display: flex;
  align-items: center;
}

.expertise .h2-home {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 35px;
  width: 60%;
  text-align: left;
}

.expertise .h2-home span {
  color: #008375;
}

.expertise-slide .slides {
  display: flex;
  align-items: center;
  transition: transform 1s ease-in-out;
  width: calc(100% * 2);
}

.area-of-expertise {
  background-color: rgb(255, 255, 255);
  padding-top: 0;
}
.area-of-expertise .card{
  background-color: rgba(248, 248, 248, 1);
  border-radius: 30px;
  padding: 30px;
  }
  .area-of-expertise .card .content{
    width: 100% !important;
  }
  .area-of-expertise .card .content h3{
    text-align: center;
  }
.area-of-expertise .image {
  width: 30% !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
  /* height: 110px;*/
}

.area-of-expertise .h2-home span {
  color: #008375;
}

.openAI {
  /* background-color: #EFEFEF; */
}

.openAI .h2-home {
  text-align: left;
}

.openAI .carousel-inner .carousel-item.active {
  background-color: transparent;
}

.openAI .carousel-inner .carousel-item img {
  width: 235px;
  height: 220px;
}

.openAI .carousel-indicators button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.openAI .carousel-indicators {
  margin-bottom: 0;
}

.openAI .carousel-indicators button.active {
  background-color: #51BBFE;
}

.openAI .carousel {
  padding-bottom: 30px;
}

.openAI .slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  perspective: 1000px;
  margin-bottom: 50px;
}

.openAI .card-stack {
  position: relative;
  width: 150px;
  height: 150px;
}

.openAI .card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  /* transition: all 0.4s ease-in-out; */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.openAI .card img {
  width: 100%;
}

.openAI .dots {
  margin-top: 20px;
}

.openAI .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.openAI .dot.active {
  background-color: #2196f3;
}

.expertise-slide .slides .slide {
  min-width: 13%;
  box-sizing: border-box;
  flex: 0 0 13%;
}

.expertise-slide .slides .slide img {
  width: 140px;
  object-fit: contain;
  display: block;
  height: 140px;
}

.expertise-slide .slides .slide .safe {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
}

.expertise-slide .slides .slide .aws {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

.our-process .image {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;

}

.our-process .title {
  margin-bottom: 3rem;
  color: #000;
  font-size: 43px;
}

.our-process .steps {
  display: flex;
  margin-bottom: 22px;
}

.our-process .steps .num {
  color: #c6d1dc;
  font-weight: 700;
  font-size: 2.25rem;
  margin-right: 20px;
  margin-top: -9px;
}

.our-process .steps h3 {
  font-size: 1.44rem;
  font-weight: 600;
  color: #000;
}

.our-process .steps p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

/* .our-process .num-container {
  position: relative;
  margin: 1.5rem auto 7rem auto;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border: 12px solid #007568;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

.our-process .num-container img {
  width: 100%;
}

/* .our-process .num-container::after {
  position: absolute;
  content: "";
  background: url("../../assets/images/home/line.png") no-repeat;
  width: 60px;
  height: 120px;
  position: absolute;
  opacity: 0;  
  top: 14px;
  z-index: 99999;
  right: -12px;
  transition: 0.5s;
  background-size: contain;
} */
.our-process .num-container .num {
  font-size: 30px;
  color: #007568;
  font-weight: 700;
  margin-bottom: 0;
}

.our-process .process-image {
  margin-bottom: 4rem;
  position: relative;
}

.our-process .process-image2 {
  margin-bottom: 5rem;
}

.our-process .img {
  margin-bottom: 2rem;
  /* background-image: url('/assets/images/home/green-shadow.png'); */
}

/* .our-process .process-image:after {
  position: absolute;
  content: '';
  background-image: url(/assets/images/home/green-shadow.png);
  left: -53%;
  top: -27%;
  width: 650px;
  height: 650px;
  background-repeat: no-repeat;
} */

.our-process .content {
  margin-bottom: 7rem;
}

.our-process .content2 {
  margin-bottom: 4rem;
}

.our-process .process-row {
  align-items: center;
  flex-direction: row-reverse;
}

.our-process .title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
  text-align: left;
}

.our-process .desc {
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
}

.our-expertise h2 {
  color: #000;
}

.our-expertise h4 {
  color: #008375;
  font-weight: 700;
  font-size: 22px;
}

.our-expertise .h2-home {
  font-weight: 900;
  margin-bottom: 20px;
}

.our-expertise .desc {
  font-weight: 400;
  margin: 1.6rem 0px 2.5rem 0px;
  line-height: 29px;
  font-size: 18px;
}

.our-expertise .circle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.our-expertise .circle+p {
  font-size: 1.05rem;
  line-height: 28px;
  font-size: 18px;
}

.our-expertise .circle span {
  width: 37px;
  height: 37px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84e2ad;
  border-radius: 100px;
}

.our-expertise .circle h3 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0;
}

.our-expertise .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 80px;
    margin-top: -40px;
}

.light-pink {
  background-color: #ffa9aa;
}

.plans h2 {
  margin: 32px 0px 22px 0px;
  color: #000;
}

.plans h5 {
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize;
}

.flex-plan-table tr {
  border-bottom: 3px solid #00837536;
}

.flex-plan-table .primary-btn-outlined {
  background-color: #008375;
  color: white;
}

.flex-plan-table .plan-logo {
  box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, 0.07);
  display: inline-block;
  border-radius: 20px;
  padding: 10px;
}

.flex-plan-table .plan-logo img {
  width: 60%;
}

.flex-plan-table td,
.flex-plan-table th {
  padding: 15px 0 !important;
  vertical-align: middle;
}

.plans p {
  padding: 0px 28% 2.8rem 28%;
  font-size: 20px;
}

.plans .plans-table {
  display: flex;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.plans .plans-table .table {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 2px solid #d8d8d8;
  margin: 0;
}

.plans .plans-table .table:last-child {
  border-right: none;
}

.plans .plans-table .table h3 {
  margin-bottom: 32px;
  padding-top: 32px;
  font-size: 1.45rem;
  color: #000;
}

.plans .plans-table .table ul {
  padding-inline-start: 0;
}

.plans .plans-table .table li {
  list-style: none;
}

.plans .plans-table .table li span {
  color: #a5a5a5;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 13px;
}

.plans .plans-table .table li img {
  width: 126px;
}

.plans .plans-table .primary-btn-outlined {
  margin-bottom: 24px;
  display: inline-block;
}

.plans .plans-table .primary-btn-outlined:hover {
  color: var(--primary-color);
}

 .crew {
  padding: 90px 0px 60px 0px;
  background-image: url('/assets/images/home/crew-img.webp');
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 .crew h2 {
  color: #ffffff;
}

.crew p {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #C7C7C7;
}

.crew .h2-home {
  margin-bottom: 20px;
}

.crew img {
  margin-bottom: 3rem;
}

.faq {
  background-color: #F7F7FA;
}

.faq h3 {
  font-weight: 900;
}

.faq h4 {
  font-size: 3rem;
  color: var(--primary-color);
  font-weight: 900;
}

.faq h2 {
  margin: 22px 0px;
  color: #000;
}

.faq .home-para {
  max-width: 50%;
}

.faq .accordion-item {
  border: none;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 7px #9494942e;
  border-radius: 20px;
}

.faq .accordion-item h4 {}

.faq .accordion-item p {
  line-height: 1.8;
  font-size: 17px;
}

.faq .accordion-button {
  /* background-color: #ffffff; */
  border-radius: 40px !important;
  font-size: 19px;
  font-weight: 600;
  height: 82px;
  line-height: 1.44;
  /* border: 1px solid black; */
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}

.faq .accordion-button:focus {
  /* background-color: #eaf0f5; */
  box-shadow: unset;
}

/* .accordion-item:first-of-type .accordion-button {
  border-radius: 8px;
} */
/* .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
} */
.accordion-button:not(.collapsed) {
  color: #000;
}

.faq .accordion-body {
  /* background-color: #eaf0f5; */
  border-radius: 0px 0px 8px 8px;
}

.faq .accordion-body {
  font-size: 16px;
  color: #262626;
  line-height: 27px;
}

.cta .cta-content {
  /* background-color: var(--primary-color); */
  background: url("../images/home/cta-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 82px;
  border-radius: 12px;
  position: relative;
}

.cta .cta-content>.row {
  align-items: center;
  justify-content: space-between;
}

.cta .cta-content .my-row {
  display: flex;
  align-items: center;
}

.cta .cta-content .get-btn {
  width: 200px;
}

.cta .cta-content h2 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 48px;
  padding: 0px 26% 0px 10%;
  width: 100%;
}

.cta .cta-content .get-btn {
  background-color: #004d45;
}

.home-blogs .blog-card {
  padding: 0px;
}



@media (min-width: 1200px) and (max-width: 1400px) {
  .tech-stack .tech-content-wrapper {
    max-width: 90%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .trusted-partner .trusted-partner-flex .box {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 3rem;
  }

  .tech-stack .tech-content-wrapper {
    max-width: 90%;
  }

  .tech-stack .tech-content-wrapper .tech-flex .box {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .expertise-slide .slides .slide {
    min-width: 16%;
    box-sizing: border-box;
    flex: 0 0 16%;
  }
}

@media (max-width: 992px) {
  .trusted-partner .trusted-partner-flex .box {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 3rem;
  }
  .openAI .agentic{
    margin-top: 40px;
  }
  .cta .cta-content .my-row {
    display: block;
    text-align: center;
  }

  .cta .cta-content {
    padding: 60px;
  }

  .cta .cta-content h2 {
    padding: 0;
    margin-bottom: 30px;
  }

  .crew p {
    max-width: 100%;
  }

  .expertise-slide .slides .slide {
    min-width: 20%;
    box-sizing: border-box;
    flex: 0 0 20%;
  }
  .home-main .main-banner{
    padding-top: 0;
  }
  .home-main .main-banner .row{
    flex-direction: column-reverse;
  }
  .home-main .main-banner .image{
    border-bottom: 2px solid black;
    width: 45%;
    margin: 0 auto;
  }
  .home-main .main-banner:after{
    content: unset;
  }
}

@media (max-width: 768px) {
  .trusted-partner h2 {
    max-width: 100%;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .plans .plans-table {
    overflow-y: auto;
  }
  .openAI .agentic{
    margin-top: 40px;
  }

  .plans .plans-table::-webkit-scrollbar {
    width: 8px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 8px;
  }

  .home-main .crew p {
    font-size: 18px;
    line-height: 1.8;
  }

  .plans .plans-table .table {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .featured-projects .home-para {
    max-width: 100%;
  }

  /* .featured-projects .project-container {
    height: 375px;
    margin-bottom: 26px;
  } */

  .tech-stack .tech-content-wrapper {
    max-width: 100%;
  }

  .testimonials .h2-home {
    max-width: 100% !important;
  }

  .testimonials .row-2 {
    flex-direction: column-reverse;
  }

  .testimonials .img {
    height: 320px;
    object-fit: cover;
    border-radius: 24px 24px 0px 0px;
  }

  .testimonials .feedback {
    border-radius: 0px 0px 24px 24px !important;
  }

  .home-para {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.8;
  }

    /* .our-process .process-row-2 {
      flex-direction: column-reverse;
    } */
  /* 
    .our-process .process-image {
      display: none;
    } */

  .our-process .num-container {
    margin: 1.5rem auto 2rem auto;
    display: none;
  }

  .our-process .title {
    text-align: center;
  }

  .our-process .desc {
    text-align: center;
  }

  .our-process .content2 {
    margin-bottom: 2rem;
  }
  .our-process .process-image{
    width: 50%;
    margin: 0 auto;
    display: table;
    margin-top: -100px;
  }
  .our-process .process-row-2{
    flex-direction: column-reverse;
  }
  .our-process .process-row-3{
    flex-direction: column;
  }
  .featured-projects .project-container .image{
    width: 50%;
  }
  .featured-projects  .row{
    gap: 30px;
  }
  .project-logo {
    width: 150px;
    margin: 20px auto;
}
.expertise .container{
  display: block;
}
.expertise .h2-home {
  text-align: center;
  width: 100%;
}
}

@media (max-width: 576px) {
  .trusted-partner .trusted-partner-flex .box .img1 {
    width: 126px;
  }

  .trusted-partner .trusted-partner-flex .box .img2 {
    width: 120px;
  }

  .trusted-partner .trusted-partner-flex .box .img5 {
    width: 150px;
  }

  .trusted-partner .trusted-partner-flex .box .img6 {
    width: 90px;
  }
  .openAI .agentic{
    margin-top: 40px;
  }
/* 
  .our-expertise .image {
    margin-top: 3rem;
  } */

  .trusted-partner .trusted-partner-flex .box img {
    width: 130px;
  }

  .expertise-slide .slides .slide {
    min-width: 30%;
    box-sizing: border-box;
    flex: 0 0 30%;
  }

  .cta .cta-content {
    padding: 60px 20px;
  }

  .plans .plans-table .table h3 {
    font-size: 17px;
  }

  .faq .accordion-button {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    height: 100px;
  }

  .plans p {
    padding: 0;
    margin-bottom: 2rem;
  }

  .tech-stack .tech-content-wrapper .tech-flex .box {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 0;
  }
  .our-process .img{
    margin-top: 25px;
  }
}