.strive-community-section {
  background-color: #f8f9fa;
  padding: 63px 0 30px;
  position: relative;
  margin-top: 60px;
}
.strive-community-section .strive-community-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.strive-community-section .strive-center {
  text-align: center;
  max-width: 580px;
}
.strive-community-section .strive-title-wrapper {
  margin-bottom: 12px;
}
.strive-community-section .strive-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.strive-community-section .strive-title .decorative-sparkle {
  color: #636363;
  opacity: 0.3;
  font-size: 10px;
  position: absolute;
  top: -4px;
}
.strive-community-section .strive-title .decorative-sparkle.sparkle-left {
  left: -22px;
}
.strive-community-section .strive-title .decorative-sparkle.sparkle-right {
  right: -30px;
}
.strive-community-section .strive-subtitle p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #636363;
  opacity: 80%;
  margin: 0;
}

.breadcrumbs-section {
  background-color: #f8f9fa;
  padding: 20px 0;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumbs-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumb-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumb-link:hover {
  color: #121212;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumb-separator {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  margin: 0 4px;
}
.breadcrumbs-section .breadcrumbs-nav .breadcrumb-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  background-color: #000000;
  padding: 6px 12px;
  border-radius: 8px;
}

.hero-image-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}
.hero-image-section .hero-image-wrapper {
  position: relative;
  width: 100%;
}
.hero-image-section .hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.project-roles-section {
  background-color: #f8f9fa;
  padding: 50px 0 80px 0;
  position: relative;
}
.project-roles-section .roles-content .roles-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(33, 33, 33, 0.1019607843);
  border-bottom: 1px solid rgba(33, 33, 33, 0.1019607843);
  gap: 20px;
}
.project-roles-section .roles-content .role-item {
  display: flex;
  flex-direction: column;
  padding: 25px;
  min-width: 180px;
  border-right: 1px solid rgba(33, 33, 33, 0.1019607843);
}
.project-roles-section .roles-content .role-item:last-child {
  border-right: unset;
}
.project-roles-section .roles-content .role-item .role-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #121212;
  margin: 0;
}
.project-roles-section .roles-content .role-item .role-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #636363;
  margin: 0;
}

.about-project-section {
  background-color: #ffffff;
  padding: 98px 0 0 0;
  position: relative;
  overflow: hidden;
}
.about-project-section .about-project-content {
  display: flex;
  align-items: end;
  gap: 66px;
  position: relative;
}
.about-project-section .about-project-main {
  flex: 1;
  max-width: 791px;
  padding: 0 0 79px 0;
}
.about-project-section .section-title-wrapper {
  margin-bottom: 20px;
}
.about-project-section .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.about-project-section .section-title .decorative-sparkle {
  color: #636363;
  opacity: 0.3;
  font-size: 14px;
  position: absolute;
  top: -8px;
}
.about-project-section .section-title .decorative-sparkle.sparkle-1 {
  left: -20px;
}
.about-project-section .section-title .decorative-sparkle.sparkle-2 {
  right: -20px;
}
.about-project-section .project-description {
  margin-bottom: 40px;
}
.about-project-section .project-description p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6875;
  color: #636363;
  opacity: 0.8;
  margin: 0;
}
.about-project-section .project-points {
  margin-bottom: 48px;
}
.about-project-section .point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.about-project-section .point-item:last-child {
  margin-bottom: 0;
}
.about-project-section .point-item .point-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.about-project-section .point-item .point-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.275;
  color: #121212;
  margin: 0;
}
.about-project-section .cta-wrapper {
  margin-top: 48px;
}
.about-project-section .get-quote-btn {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.275;
  text-decoration: none;
  padding: 19px 34px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.about-project-section .get-quote-btn:hover {
  background-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(18, 18, 18, 0.15);
}
.about-project-section .project-illustration-wrapper {
  flex-shrink: 0;
  position: relative;
  width: 500px;
}
.about-project-section .project-illustration {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-project-section .illustration-content {
  width: 100%;
  height: 100%;
}
.about-project-section .table {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 4px;
}
.about-project-section .person {
  position: absolute;
  bottom: 80px;
}
.about-project-section .person .person-head {
  width: 24px;
  height: 24px;
  background-color: #121212;
  border-radius: 50%;
  margin: 0 auto 8px;
}
.about-project-section .person .person-body {
  width: 16px;
  height: 32px;
  background-color: #121212;
  border-radius: 8px;
  margin: 0 auto 12px;
}
.about-project-section .person .laptop {
  width: 40px;
  height: 24px;
  background-color: #636363;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}
.about-project-section .person .laptop::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 8px;
  background-color: #636363;
  border-radius: 2px;
}
.about-project-section .person.person-1 {
  left: 60px;
}
.about-project-section .person.person-2 {
  left: 50%;
  transform: translateX(-50%);
}
.about-project-section .person.person-3 {
  right: 60px;
}
.about-project-section .bg-icon {
  position: absolute;
  opacity: 0.1;
}
.about-project-section .bg-icon.shield-icon {
  top: 20px;
  right: 30px;
}
.about-project-section .bg-icon.user-icon {
  top: 60px;
  left: 20px;
}
.about-project-section .bg-icon.chart-icon {
  top: 100px;
  right: 20px;
}
.about-project-section .bg-icon.chat-icon {
  top: 140px;
  left: 40px;
}
.about-project-section .stats-card {
  position: absolute;
  top: -12px;
  left: 61px;
  width: 200px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 3.33px 2.66px 0px rgba(0, 0, 0, 0.02), 0px 8px 6.4px 0px rgba(0, 0, 0, 0.03), 0px 15.07px 12.06px 0px rgba(0, 0, 0, 0.04), 0px 26.89px 21.51px 0px rgba(0, 0, 0, 0.04), 0px 50.29px 40.23px 0px rgba(0, 0, 0, 0.05), 0px 120.37px 96.29px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
}
.about-project-section .stats-card .stats-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-project-section .stats-card .stats-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #212121;
  margin: 0;
}
.about-project-section .stats-card .rating-section {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-project-section .stats-card .rating-section .rating-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #212121;
}
.about-project-section .stats-card .rating-section .rating-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #8a898e;
}
.about-project-section .stats-card .rating-section .rating-stars {
  display: flex;
  align-items: center;
}

.project-features-section {
  background-color: #f0f0f0;
  padding: 80px 0 120px 0;
  position: relative;
}
.project-features-section .features-content {
  text-align: center;
}
.project-features-section .features-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.project-features-section .features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.project-features-section .features-title::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.project-features-section .features-title::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.project-features-section .features-intro {
  margin-bottom: 60px;
}
.project-features-section .features-intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.project-features-section .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
}
.project-features-section .feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  max-width: 382px;
}
.project-features-section .feature-icon {
  margin-bottom: 20px;
  padding: 17px;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 60%, 0.2);
  background-color: #f7f7f7;
  margin-right: auto;
  margin-left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.project-features-section .feature-icon img {
  width: 24px;
  height: 24px;
}
.project-features-section .feature-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #121212;
  margin: 0 0 16px 0;
  text-align: left;
}
.project-features-section .feature-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  text-align: left;
}

.clients-love-section {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/portfolio-slider-bg.png);
  background-size: cover;
  width: 100%;
  height: auto;
}
.clients-love-section .clients-love-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
.clients-love-section .clients-love-left {
  flex: 1;
  max-width: 400px;
}
.clients-love-section .clients-title-wrapper {
  margin-bottom: 48px;
}
.clients-love-section .clients-subtitle {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}
.clients-love-section .clients-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.clients-love-section .title-underline {
  display: inline-block;
}
.clients-love-section .title-underline svg {
  width: 200px;
  height: 8px;
}
.clients-love-section .clients-navigation {
  display: flex;
  gap: 16px;
}
.clients-love-section .nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clients-love-section .nav-arrow:hover {
  background-color: #ffffff;
}
.clients-love-section .nav-arrow:hover svg path {
  stroke: #1e1e1e;
}
.clients-love-section .nav-arrow:active {
  transform: scale(0.95);
}
.clients-love-section .clients-love-right {
  flex: 2;
  max-width: 1100px;
}
.clients-love-section .testimonials-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  min-height: 300px;
  scroll-behavior: smooth;
}
.clients-love-section .testimonials-slider::-webkit-scrollbar {
  display: none;
}
.clients-love-section .testimonials-slider .testimonial-card {
  margin-right: 0;
}
.clients-love-section .testimonial-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  opacity: 1;
}
.clients-love-section .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15), 0px 16px 32px 0px rgba(0, 0, 0, 0.12);
}
.clients-love-section .testimonial-rating {
  margin-bottom: 20px;
}
.clients-love-section .testimonial-rating .stars {
  max-width: 140px;
  width: 100%;
}
.clients-love-section .testimonial-quote {
  margin-bottom: 24px;
}
.clients-love-section .testimonial-quote p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #121212;
  margin: 0;
}
.clients-love-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clients-love-section .author-avatar {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
}
.clients-love-section .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-love-section .author-avatar .avatar-placeholder {
  display: none;
  width: 100%;
  height: 100%;
}
.clients-love-section .author-info {
  flex: 1;
}
.clients-love-section .author-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #121212;
  margin: 0 0 4px 0;
}
.clients-love-section .author-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  margin: 0;
}

.technologies-section {
  background-color: #f8f9fa;
  padding: 95px 0 65px 0;
  position: relative;
}
.technologies-section .technologies-content {
  text-align: center;
}
.technologies-section .technologies-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.technologies-section .technologies-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.technologies-section .technologies-subtitle {
  margin-bottom: 60px;
}
.technologies-section .technologies-subtitle p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.technologies-section .tech-item {
  display: flex;
  flex-wrap: wrap;
}
.technologies-section .tech-item .tech-item-img-title {
  margin-right: 80px;
  margin-bottom: 30px;
}
.technologies-section .tech-item .technologie-icon {
  width: 80px;
  height: 80px;
}
.technologies-section .tech-item .tech-name {
  font-size: 20px;
  color: #121212;
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .strive-community-section {
    margin-top: 40px;
  }
  .strive-community-section .strive-community-content {
    gap: 30px;
  }
  .strive-community-section .strive-title {
    font-size: 28px;
  }
  .strive-community-section .strive-subtitle p {
    font-size: 15px;
  }
  .about-project-section .about-project-content {
    gap: 40px;
  }
  .about-project-section .project-illustration-wrapper {
    width: 450px;
  }
  .project-features-section .features-grid {
    gap: 24px;
  }
  .project-features-section .feature-card {
    padding: 28px 20px;
  }
  .clients-love-section .clients-love-content {
    gap: 60px;
  }
  .clients-love-section .testimonials-slider {
    gap: 20px;
  }
  .clients-love-section .testimonial-card {
    min-width: 260px;
    width: 260px;
    padding: 28px 20px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-left {
    left: 20px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-navigation .nav-list {
    gap: 20px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-navigation .nav-item .nav-link {
    font-size: 13px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-main-content .hero-title {
    font-size: 40px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-main-content .hero-subtitle {
    font-size: 18px;
  }
  .project-roles-section {
    padding: 60px 0;
  }
  .project-roles-section .roles-content .roles-list {
    gap: 40px;
  }
  .project-roles-section .roles-content .role-item {
    padding: 32px 24px;
    min-width: 180px;
  }
  .project-roles-section .roles-content .role-item .role-number {
    font-size: 32px;
  }
  .project-roles-section .roles-content .role-item .role-title {
    font-size: 16px;
  }
  .technologies-section .technologies-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
  }
  .technologies-section .logo-circle {
    width: 44px;
    height: 44px;
  }
  .technologies-section .logo-circle .logo-text {
    font-size: 13px;
  }
  .technologies-section .logo-circle svg {
    width: 16px;
    height: 16px;
  }
  .technologies-section .tech-name {
    font-size: 11px;
  }
  .about-project-section {
    padding: 60px 0 0 0;
  }
  .project-features-section {
    padding: 60px 0;
  }
  .clients-love-section {
    padding: 80px 0;
  }
  .technologies-section {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .strive-community-section {
    padding: 30px 0;
  }
  .strive-community-section .strive-community-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .strive-community-section .strive-left {
    order: 2;
  }
  .strive-community-section .strive-center {
    order: 1;
  }
  .strive-community-section .strive-right {
    display: none;
  }
  .strive-community-section .strive-title {
    font-size: 26px;
  }
  .strive-community-section .strive-subtitle p {
    font-size: 14px;
  }
  .strive-community-section .costing-btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  .about-project-section {
    padding: 40px 0;
  }
  .about-project-section .section-title-wrapper {
    margin-bottom: 10px;
  }
  .about-project-section .cta-wrapper {
    margin-top: 20px;
  }
  .about-project-section .project-points {
    margin-bottom: 20px;
  }
  .about-project-section .project-description {
    margin-bottom: 20px;
  }
  .about-project-section .about-project-content {
    flex-direction: column;
    gap: 40px;
  }
  .about-project-section .about-project-main {
    max-width: 100%;
    padding: 0;
  }
  .about-project-section .project-illustration-wrapper {
    width: 100%;
  }
  .about-project-section .stats-card {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -60px;
    margin-left: auto;
    margin-right: 20px;
  }
  .project-features-section {
    padding: 40px 0;
  }
  .project-features-section .features-intro {
    margin-bottom: 35px;
  }
  .project-features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .project-features-section .features-title {
    font-size: 32px;
  }
  .project-features-section .features-intro p {
    font-size: 16px;
  }
  .clients-love-section {
    padding: 40px 0;
  }
  .clients-love-section .clients-subtitle {
    font-size: 24px;
    margin-bottom: 0;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 20px;
  }
  .clients-love-section .clients-love-content {
    flex-direction: column;
    gap: 40px;
  }
  .clients-love-section .clients-love-left {
    max-width: 100%;
    text-align: center;
  }
  .clients-love-section .clients-love-right {
    max-width: 100%;
  }
  .clients-love-section .testimonials-slider {
    justify-content: flex-start;
    gap: 20px;
  }
  .clients-love-section .testimonial-card {
    min-width: 240px;
    width: 240px;
    padding: 24px 20px;
  }
  .clients-love-section .clients-title {
    font-size: 30px;
    margin: 0;
  }
  .clients-love-section .clients-navigation {
    justify-content: center;
  }
  .hero-image-section .hero-overlay .hero-content .hero-left {
    display: none;
  }
  .hero-image-section .hero-overlay .hero-content .hero-navigation {
    top: 80px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-navigation .nav-list {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-image-section .hero-overlay .hero-content .hero-navigation .nav-item .nav-link {
    font-size: 12px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-main-content .hero-title {
    font-size: 32px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-main-content .hero-subtitle {
    font-size: 16px;
  }
  .hero-image-section .hero-overlay .hero-content .hero-main-content .request-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  .project-roles-section {
    padding: 35px 0;
  }
  .project-roles-section .roles-content .roles-list {
    gap: 10px;
  }
  .project-roles-section .roles-content .role-item {
    padding: 15px;
  }
  .project-roles-section .roles-content .role-item .role-number {
    font-size: 28px;
  }
  .project-roles-section .roles-content .role-item .role-title {
    font-size: 15px;
  }
  .technologies-section {
    padding: 40px 0;
  }
  .technologies-section .technologies-title-wrapper {
    margin-bottom: 10px;
  }
  .technologies-section .technologies-subtitle {
    margin-bottom: 25px;
  }
  .technologies-section .technologies-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
  .technologies-section .technologies-grid .technologie-icon {
    width: 60px;
    height: 60px;
  }
  .technologies-section .technologies-title {
    font-size: 32px;
  }
  .technologies-section .technologies-subtitle p {
    font-size: 16px;
  }
  .technologies-section .logo-circle {
    width: 42px;
    height: 42px;
  }
  .technologies-section .logo-circle .logo-text {
    font-size: 12px;
  }
  .technologies-section .logo-circle svg {
    width: 15px;
    height: 15px;
  }
  .technologies-section .tech-name {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .strive-community-section {
    padding: 20px 0;
  }
  .strive-community-section .strive-title-wrapper {
    margin-bottom: 5px;
  }
  .strive-community-section .strive-title {
    font-size: 22px;
  }
  .strive-community-section .strive-title .decorative-sparkle {
    font-size: 10px;
  }
  .strive-community-section .strive-title .decorative-sparkle.sparkle-left {
    left: -15px;
  }
  .strive-community-section .strive-title .decorative-sparkle.sparkle-right {
    right: -15px;
  }
  .strive-community-section .strive-subtitle p {
    font-size: 13px;
  }
  .strive-community-section .costing-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
  .about-project-section {
    padding: 20px 0;
  }
  .about-project-section .section-title {
    font-size: 22px;
  }
  .about-project-section .section-title .decorative-sparkle {
    font-size: 12px;
    line-height: unset;
  }
  .about-project-section .section-title .decorative-sparkle.sparkle-1 {
    left: -15px;
  }
  .about-project-section .section-title .decorative-sparkle.sparkle-2 {
    right: -15px;
  }
  .about-project-section .project-description p {
    font-size: 14px;
    line-height: unset;
  }
  .about-project-section .point-item {
    margin-bottom: 5px;
  }
  .about-project-section .point-item .point-text {
    font-size: 15px;
    line-height: unset;
  }
  .about-project-section .cta-wrapper a {
    padding: 10px 20px;
  }
  .about-project-section .stats-card {
    width: 180px;
    height: 70px;
    padding: 12px;
  }
  .about-project-section .stats-card .stats-title {
    font-size: 12px;
  }
  .about-project-section .stats-card .rating-section .rating-number,
  .about-project-section .stats-card .rating-section .rating-text {
    font-size: 10px;
  }
  .project-roles-section {
    padding: 20px 0;
  }
  .project-roles-section .roles-content .roles-list .role-item {
    min-width: 100px;
  }
  .project-roles-section .roles-content .roles-list .role-item .role-number {
    font-size: 22px;
  }
  .project-roles-section .roles-content .roles-list .role-item .role-title {
    font-size: 12px;
  }
  .project-features-section {
    padding: 30px 0;
  }
  .project-features-section .features-title-wrapper {
    gap: 16px;
    margin-bottom: 10px;
  }
  .project-features-section .features-title {
    font-size: 22px;
  }
  .project-features-section .features-intro {
    margin-bottom: 25px;
  }
  .project-features-section .features-intro p {
    font-size: 14px;
  }
  .project-features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .project-features-section .feature-card {
    padding: 24px 20px;
  }
  .project-features-section .feature-title {
    font-size: 18px;
  }
  .project-features-section .feature-description {
    font-size: 13px;
  }
  .clients-love-section {
    padding: 30px 0;
  }
  .clients-love-section .clients-subtitle {
    font-size: 16px;
  }
  .clients-love-section .clients-title {
    font-size: 22px;
  }
  .clients-love-section .nav-arrow {
    width: 40px;
    height: 40px;
  }
  .clients-love-section .testimonials-slider {
    gap: 16px;
  }
  .clients-love-section .testimonial-card {
    min-width: 220px;
    width: 220px;
    padding: 20px 16px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 13px;
  }
  .clients-love-section .author-name {
    font-size: 14px;
  }
  .clients-love-section .author-title {
    font-size: 12px;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 10px;
  }
  .technologies-section {
    padding: 30px 0;
  }
  .technologies-section .technologies-title-wrapper {
    gap: 16px;
  }
  .technologies-section .technologies-title {
    font-size: 22px;
    line-height: 0;
  }
  .technologies-section .technologies-subtitle {
    margin-bottom: 20px;
  }
  .technologies-section .technologies-subtitle p {
    font-size: 14px;
  }
  .technologies-section .technologies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .technologies-section .technologies-grid .technologie-icon {
    width: 40px;
    height: 40px;
  }
  .technologies-section .technologies-grid .tech-name {
    font-size: 12px;
    margin-top: 5px;
  }
  .technologies-section .technologies-grid .tech-item-img-title {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .technologies-section .logo-circle {
    width: 40px;
    height: 40px;
  }
  .technologies-section .logo-circle .logo-text {
    font-size: 11px;
  }
  .technologies-section .logo-circle svg {
    width: 14px;
    height: 14px;
  }
  .technologies-section .tech-name {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .strive-community-section {
    padding: 30px 0;
  }
  .strive-community-section .container {
    padding: 0 15px;
  }
  .strive-community-section .strive-community-content {
    gap: 20px;
  }
  .strive-community-section .strive-title {
    font-size: 20px;
  }
  .strive-community-section .strive-title .decorative-sparkle {
    font-size: 8px;
  }
  .strive-community-section .strive-title .decorative-sparkle.sparkle-left {
    left: -12px;
  }
  .strive-community-section .strive-title .decorative-sparkle.sparkle-right {
    right: -12px;
  }
  .strive-community-section .strive-subtitle p {
    font-size: 12px;
  }
  .strive-community-section .costing-btn {
    font-size: 11px;
    padding: 6px 12px;
  }
  .about-project-section {
    padding: 40px 0;
  }
  .about-project-section .container {
    padding: 0 15px;
  }
  .about-project-section .section-title {
    font-size: 24px;
  }
  .about-project-section .section-title .decorative-sparkle {
    font-size: 10px;
  }
  .about-project-section .section-title .decorative-sparkle.sparkle-1 {
    left: -12px;
  }
  .about-project-section .section-title .decorative-sparkle.sparkle-2 {
    right: -12px;
  }
  .about-project-section .project-description p {
    font-size: 15px;
    line-height: unset;
  }
  .about-project-section .project-points {
    margin-bottom: 30px;
  }
  .about-project-section .point-item {
    gap: 10px;
  }
  .about-project-section .point-item .point-icon {
    width: 18px;
    height: 18px;
  }
  .about-project-section .point-item .point-text {
    font-size: 14px;
  }
  .about-project-section .illustration-content {
    padding: 15px;
  }
  .about-project-section .table {
    width: 200px;
  }
  .about-project-section .person .person-head {
    width: 20px;
    height: 20px;
  }
  .about-project-section .person .person-body {
    width: 14px;
    height: 28px;
  }
  .about-project-section .person .laptop {
    width: 35px;
    height: 20px;
  }
  .about-project-section .person.person-1 {
    left: 20px;
  }
  .about-project-section .person.person-3 {
    right: 20px;
  }
  .about-project-section .stats-card {
    width: 160px;
    height: 60px;
    padding: 10px;
  }
  .about-project-section .stats-card .stats-title {
    font-size: 11px;
  }
  .about-project-section .stats-card .rating-section .rating-number,
  .about-project-section .stats-card .rating-section .rating-text {
    font-size: 9px;
  }
  .project-features-section {
    padding: 40px 0;
  }
  .project-features-section .container {
    padding: 0 15px;
  }
  .project-features-section .features-title-wrapper {
    gap: 12px;
  }
  .project-features-section .features-title {
    font-size: 24px;
  }
  .project-features-section .features-intro {
    margin-bottom: 30px;
  }
  .project-features-section .features-intro p {
    font-size: 13px;
  }
  .project-features-section .feature-card {
    padding: 20px 16px;
  }
  .project-features-section .feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
  .project-features-section .feature-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .project-features-section .feature-description {
    font-size: 12px;
  }
  .clients-love-section {
    padding: 40px 0;
  }
  .clients-love-section .container {
    padding: 0 15px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 14px;
  }
  .clients-love-section .clients-title {
    font-size: 24px;
  }
  .clients-love-section .clients-navigation {
    gap: 12px;
  }
  .clients-love-section .nav-arrow {
    width: 36px;
    height: 36px;
  }
  .clients-love-section .testimonials-slider {
    gap: 12px;
  }
  .clients-love-section .testimonial-card {
    min-width: 100%;
    width: 200px;
    padding: 16px 12px;
  }
  .clients-love-section .testimonial-rating {
    margin-bottom: 16px;
  }
  .clients-love-section .testimonial-rating .stars {
    gap: 2px;
  }
  .clients-love-section .testimonial-rating .stars svg {
    width: 16px;
    height: 16px;
  }
  .clients-love-section .testimonial-quote {
    margin-bottom: 20px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 12px;
  }
  .clients-love-section .author-avatar {
    width: 32px;
    height: 32px;
  }
  .clients-love-section .author-name {
    font-size: 13px;
  }
  .clients-love-section .author-title {
    font-size: 11px;
  }
  .technologies-section {
    padding: 40px 0;
  }
  .technologies-section .container {
    padding: 0 15px;
  }
  .technologies-section .technologies-title-wrapper {
    gap: 12px;
  }
  .technologies-section .technologies-title {
    font-size: 24px;
  }
  .technologies-section .technologies-subtitle {
    margin-bottom: 30px;
  }
  .technologies-section .technologies-subtitle p {
    font-size: 13px;
  }
  .technologies-section .technologies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .technologies-section .logo-circle {
    width: 36px;
    height: 36px;
  }
  .technologies-section .logo-circle .logo-text {
    font-size: 10px;
  }
  .technologies-section .logo-circle svg {
    width: 12px;
    height: 12px;
  }
  .technologies-section .tech-name {
    font-size: 9px;
  }
}/*# sourceMappingURL=portfolio-details.css.map */