/* [project]/src/app/styles/logoSlider.css [app-client] (css) */
.client_logos {
  position: relative;
}

.client_logos .slick-slide img {
  object-fit: contain;
  height: 100% !important;
  max-height: 120px !important;
}

.center-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.center-slider .slick-list {
  padding: 20px 0 !important;
}

.center-slider .slick-track {
  align-items: center;
  display: flex;
}

.center-slider .item {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
  width: 190px !important;
  margin: 0 30px !important;
}

.center-slider .inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12px 20px !important;
}

.center-slider .slick-center {
  z-index: 10;
  transition: all 1s !important;
  transform: scale(1.4) !important;
}

.center-slider .active-inner {
  background: #fff !important;
  border: 1px solid #1263c0 !important;
}

.slider-arrow:hover {
  color: #fff !important;
  background-color: #1263c0 !important;
}

.slider-arrow:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.shadow-normal {
  box-shadow: 0 0 4px #00000040 !important;
}

.text-primary {
  color: #1263c0 !important;
}

.text-f18 {
  font-size: 18px;
}

.text-f32 {
  font-size: 32px;
}

.mb-20 {
  margin-bottom: 20px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (width <= 768px) {
  .center-slider .item {
    margin: 0 15px !important;
  }

  .center-slider .slick-center {
    z-index: 10 !important;
    transform: scale(1.15) !important;
  }
}

@media (width <= 575px) {
  .center-slider .slick-list {
    padding: 40px 10% !important;
  }

  .client_logos .inner {
    padding: 8px;
  }

  .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.center-slider .item, .center-slider .inner {
  box-sizing: border-box;
}

.center-slider .slick-center .inner {
  transition: transform 1s, box-shadow 1s;
  transform: scale(1);
  box-shadow: inset 0 0 0 .5px #1263c0;
  z-index: 11 !important;
  background: #fff !important;
}


/* [project]/src/app/styles/testimonials.css [app-client] (css) */
.testimonials-section {
  background-color: #fff;
  overflow: hidden;
  user-select: none !important;
  padding: 0 !important;
  font-family: Gilroy-Medium, sans-serif !important;
  font-weight: normal !important;
}

.testimonials-container {
  margin: 0 auto;
  max-width: 100% !important;
}

.testimonials-row {
  margin-bottom: 24px;
}

.testimonials-row:last-child {
  margin-bottom: 0;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  will-change: transform;
  display: flex;
  gap: 24px !important;
  padding: 10px 0 !important;
}

.testimonial-card {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  height: 220px;
  min-height: 220px;
  padding: 24px;
  transition: all .3s;
  display: flex;
  width: 400px !important;
  min-width: 400px !important;
  box-shadow: 0 1px 6px #0000000d !important;
}

.testimonial-content {
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
}

.testimonial-content p {
  margin: 0;
  line-height: 1.6;
  color: #5e6282 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.testimonial-info {
  align-items: center;
  gap: 16px;
  display: flex;
}

.testimonial-flag {
  border-radius: 50%;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial-flag img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-author h3 {
  color: #1e1d4c;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-author p {
  color: #5e6282;
  margin: 0;
  font-size: 14px;
}

@media (width <= 1024px) {
  .testimonials-header h2 {
    font-size: 36px;
  }

  .testimonial-card {
    width: 320px !important;
    min-width: 320px !important;
  }
}

@media (width <= 768px) {
  .testimonials-section {
    padding: 40px 15px;
  }

  .testimonials-header {
    margin-bottom: 40px;
  }

  .testimonials-header h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 20px;
    width: 280px !important;
    min-width: 280px !important;
  }
}

@media (width <= 480px) {
  .testimonials-header h4 {
    font-size: 16px;
  }

  .testimonials-header h2 {
    font-size: 24px;
  }

  .testimonial-card {
    padding: 16px;
    width: 260px !important;
    min-width: 260px !important;
  }

  .testimonial-content p {
    color: "#5E6282" !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .testimonial-flag {
    width: 40px;
    height: 40px;
  }

  .testimonial-author h3 {
    font-size: 14px;
  }

  .testimonial-author p {
    font-size: 12px;
  }
}


/* [project]/src/app/styles/custom-process.css [app-client] (css) */
.development-process-section {
  background-color: #f7fcff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.heading {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-navy-blue {
  color: #1e2a4a;
}

.text-blue {
  color: #1976d2;
}

.diamond-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.diamond-shape {
  background: linear-gradient(0deg, #ffffffd6, #ffffffc4), linear-gradient(90deg, #00c0f9 20.5%, #0220a3 100%);
  border: 1px solid #1263c0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotate(-45deg);
  box-shadow: 0 4px 15px #0000000d;
}

.diamond-icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
}

.process-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
}

.process-step {
  flex-wrap: wrap;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.process-icon {
  z-index: 2;
  position: relative;
}

.process-line {
  z-index: 1;
  flex-grow: 1;
  height: 2px;
  margin: 60px 20px 0;
  position: relative;
  background-color: #7b93bb !important;
}

.line-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #7b93bb !important;
}

.process-content {
  max-width: 400px;
  padding-top: 10px;
}

.process-title {
  color: #1e1d4c;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.process-description {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
}

@media (width >= 1020px) {
  .even-step {
    padding-left: 100px;
  }

  .odd-step {
    padding-left: 200px;
  }
}

@media (width >= 768px) and (width <= 1019px) {
  .process-line {
    margin: 50px 0 0;
  }

  .even-step {
    padding-left: 50px;
  }

  .odd-step {
    padding-left: 100px;
  }

  .process-content {
    max-width: 350px !important;
  }

  .diamond-container {
    width: 100px;
    height: 100px;
  }

  .diamond-icon {
    width: 50px;
    height: 50px;
  }
}

@media (width <= 800px) {
  .process-step {
    flex-direction: row;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .process-icon {
    margin-right: 20px;
  }

  .process-line {
    display: none !important;
  }

  .process-content {
    flex: 1;
  }

  .diamond-container {
    width: 80px;
    height: 80px;
  }

  .diamond-icon {
    width: 40px;
    height: 40px;
  }

  .process-step:not(:last-child) .process-icon:after {
    content: "";
    background-color: #1976d2;
    width: 2px;
    height: 300px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (width <= 367px) {
  .process-step:not(:last-child) .process-icon:after {
    content: "";
    background-color: #1976d2;
    width: 2px;
    height: 300px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }

  .process-line {
    display: none !important;
  }

  .process-content {
    max-width: 400px;
    padding-top: 10px;
  }

  .process-title {
    color: #1e1d4c;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-size: 22px !important;
  }

  .process-description {
    color: #4a5568;
    line-height: 1.6;
    font-size: 16px !important;
  }
}

@media (width <= 467px) {
  .process-step:not(:last-child) .process-icon:after {
    content: "";
    width: 2px;
    height: 300px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1976d2 !important;
  }

  .process-line {
    display: none !important;
  }

  .process-content {
    max-width: 200px !important;
    padding-top: 10px !important;
  }

  .process-title {
    color: #1e1d4c;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-size: 22px !important;
  }

  .process-description {
    color: #4a5568;
    line-height: 1.6;
    font-size: 16px !important;
  }
}

@media (width <= 640px) {
  .process-line {
    display: none !important;
  }

  .diamond-container {
    width: 60px;
    height: 60px;
  }

  .diamond-icon {
    width: 30px;
    height: 30px;
  }

  .process-title {
    font-size: 20px;
  }

  .process-description {
    font-size: 14px;
  }
}

@media (width <= 768px) {
  .process-line {
    display: none !important;
  }

  .diamond-container {
    width: 80px;
    height: 80px;
  }

  .diamond-icon {
    width: 40px;
    height: 40px;
  }

  .heading {
    font-size: 2rem;
  }
}

@media (width <= 640px) {
  .process-line {
    display: none !important;
  }

  .diamond-container {
    width: 60px;
    height: 60px;
  }

  .diamond-icon {
    width: 30px;
    height: 30px;
  }

  .heading {
    font-size: 1.75rem;
  }
}


/*# sourceMappingURL=src_app_styles_403875f5._.css.map*/