.lower-gradient,
.upper-gradient {
  position: absolute;
  margin: 0 !important;
  filter: blur(500px);
  border-radius: 50%;
}
.upper-gradient {
  width: 55.75rem;
  top: 74.375rem;
  right: -73.125rem;
  background: radial-gradient(40% 40% at 40% 40%, #ff544c, #ff544c);
  height: 60.75rem;
  transform: rotate(180deg);
  transform-origin: 0 0;
  opacity: 0.6;
  z-index: 0;
}

.lower-gradient {
  position: absolute;
  margin: 0 !important;
  filter: blur(500px);
  border-radius: 50%;
  width: 75rem;
  height: 60rem;
  right: -15rem;
  bottom: 0;
  background: radial-gradient(40% 40% at 40% 40%, #ff544c, #ff544c);
  opacity: 0.21;
  z-index: 1;
}
.hi1 {
  font-weight: 1000;
  font-family: "Nunito Sans";
}
.hi-im1 {
  color: var(--Pure-Light);
  font-size: 61px;
}
.nashit-saleem5 {
  font-weight: 800;
  font-size: 61px;
}
.we-help-businesses {
  margin: 0;
}
.python-developer1 {
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  color: var(--Pure-Light);
}
.text15,
.text16 {
  align-self: stretch;
  position: relative;
}
.text15 {
  letter-spacing: -0.02em;
  line-height: 4.375rem;
}
.text16 {
  font-size: 16px;
  line-height: 1.5rem;
  color: var(--Dark-dim);
}
.headings {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
  min-width: 21.875rem;
  max-width: 37.5rem;
}
.icon,
.text17 {
  position: relative;
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.text17 {
  line-height: 1.5rem;
}
.location {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.icon-dot-emerald-500 {
  width: 0.5rem;
  position: relative;
  border-radius: 20px;
  background-color: #10b981;
  height: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.avaliable,
.body,
.icon2 {
  display: flex;
  align-items: center;
}
.icon2 {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.avaliable,
.body {
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5rem;
}
.body {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 1rem;
  color: var(--Light-dim);
}
.abiout,
.hero-image-icon {
  flex: 1;
  min-width: 21.875rem;
}
.abiout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3rem;
  gap: 3rem;
  margin-left: 6rem;
  max-width: 48rem;
}

.hero-image-icon {
  position: relative;
  max-width: 31.25rem;
  overflow: hidden;
  max-height: 31.25rem;
  object-fit: cover;
  min-height: 21.875rem;
}

.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75rem 5rem;
  font-size: 3.75rem;
  color: var(--new-red);
  z-index: 2;
  margin-top: 12rem;
  margin-right: 2rem;
}

.rotating-scene {
  position: relative;
  margin: auto;
  right: 2.4%;
}

.main-image img {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.dotted-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed grey;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle1 {
  width: 330px;
  height: 330px;
}

.circle2 {
  width: 450px;
  height: 450px;
}

.circle3 {
  width: 550px;
  height: 550px;
}

.rotating-logos {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 30s linear infinite;
  z-index: 1;
}

.logo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: -180px center;
}

/*zapier*/
.logo1 {
  transform: rotate(50deg) translateX(240px) rotate(-50deg);
}
/*upwork*/
.logo2 {
  transform: rotate(210deg) translateX(258px) rotate(-210deg);
}
/*python*/
.logo3 {
  transform: rotate(310deg) translateX(277px) rotate(-310deg);
}
/*google*/
.logo4 {
  transform: rotate(470deg) translateX(202px) rotate(-470deg);
}
/*n8n*/
.logo5 {
  transform: rotate(160deg) translateX(290px) rotate(-160deg);
}
/*make*/
.logo6 {
  transform: rotate(240deg) translateX(310px) rotate(-240deg);
}
/*mask*/
.logo7 {
  transform: rotate(345deg) translateX(205px) rotate(-345deg);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.group-icon,
.group-icon1 {
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon {
  position: absolute;
  height: 80.6%;
  width: 71.61%;
  top: 19.4%;
  right: 0;
  bottom: 0;
  left: 30.39%;
}
.group-icon1 {
  height: 97.66%;
  width: 24.47%;
  top: 0;
  right: 75.53%;
  bottom: 2.34%;
  left: 0;
}
.group,
.group-icon1,
.logosvg {
  position: absolute;
}
.group {
  height: 99.67%;
  width: 99.9%;
  top: 0.33%;
  right: 0;
  color: gray;
  bottom: 0;
  left: 0.1%;
}

.logosvg {
  top: calc(50% - 17px);
  left: calc(50% - 52.8px);
  width: 6.544rem;
  height: 1.875rem;
  overflow: hidden;
}

.logosvg-wrapper {
  width: 10rem;
  position: relative;
  height: 3.75rem;
}

.logopng-icon {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 39px);
  width: 4.875rem;
  height: 2rem;
  object-fit: cover;
}
.n8nio-idwtnk-fdosvg-icon {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 30.1px);
  width: 3.706rem;
  height: 2.375rem;
  overflow: hidden;
}
.image-1-icon,
.logos-item {
  width: 10rem;
  position: relative;
  height: 3.75rem;
  object-fit: cover;
}
.image-1-icon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 62px);
  width: 7.75rem;
  height: 2.5rem;
}
.logos {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 640px);
  width: 80rem;
  height: 3.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  box-sizing: border-box;
  gap: 0;
  opacity: 0.5;
}
.n8nio-idwtnk-fdosvg-icon1 {
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30.1px);
  width: 3.706rem;
  height: 2.375rem;
  overflow: hidden;
}
.logos1 {
  position: absolute;
  top: 0;
  left: 80rem;
  width: 80rem;
  height: 3.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  box-sizing: border-box;
  gap: 0;
  opacity: 0.5;
}
.tools-logos-child,
.tools-logos-item {
  position: absolute;
  border-radius: 50%;
  width: 4.313rem;
  height: 4.313rem;
}
.tools-logos-child {
  top: -0.312rem;
  left: -0.125rem;
  background: linear-gradient(270deg, rgba(17, 19, 21, 0), var(--Pure-Dark));
}
.tools-logos-item {
  top: calc(50% - 35px);
  right: -0.25rem;
  background: linear-gradient(270deg, #361d1d, rgba(54, 29, 29, 0));
}

.moving-icons {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  margin-top: 11rem;
  margin-left: 3rem;
  align-items: center;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 7s linear infinite;
}

.logos-group {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.logos-group img {
  display: block;
}

.logos-group:last-child {
  margin-left: 3rem;
}

.slider-track img {
  object-fit: contain;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.vector-icon12 {
  width: 75.76%;
  position: absolute;
  margin: 0 !important;
  top: 8.5rem;
  right: 60.53%;
  left: -36.29%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 0;
}
.sub-heading-child {
  width: 1.375rem;
  position: relative;
  border-top: 2px solid var(--new-red);
  box-sizing: border-box;
  margin-bottom: 1rem;
  height: 0.125rem;
}
.sub-heading {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.sub-heading3 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.latest {
  font-weight: 600;
}
.nashit-saleem6 {
  font-weight: 600;
  color: var(--new-red);
}

.latest-projects {
  align-self: stretch;
  position: relative;
  font-size: 3.125rem;
  line-height: 3.5rem;
  color: var(--Pure-Light);
}
.heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-width: 21.875rem;
  max-width: 33.125rem;
  z-index: 1;
}
.profile-pic-1 {
  width: 13.25rem;
  position: relative;
  border-radius: 20px;
  max-height: 100%;
  object-fit: cover;
}
.summary1,
.we-help-businesses-container {
  position: relative;
  letter-spacing: 0.1px;
  font-size: 17px;
  font-weight: normal;
}
.we-help-businesses-container {
  align-self: stretch;
  font-size: 18px;
  line-height: 1.375rem;
  color: var(--Dark-dim);
}
.hints,
.summary-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 20rem;
}
.hints {
  flex: 1;
  flex-direction: column;
  gap: 0.627rem;
  max-width: 29.75rem;
}
.summary-image {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1.875rem;
  max-width: 41.875rem;
}
.python-automation-mysql-github1 {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  padding-left: 1.312rem;
}
.python-automation-mysql-container1 {
  position: relative;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.875rem;
  color: var(--Dark-dim);
}
.tools {
  width: 12.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  padding-left: 1rem;
}
.founder-of-softdev-container1 {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.875rem;
  color: var(--Dark-dim);
}
.content,
.hints1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 20rem;
}
.hints1 {
  flex: 1;
  gap: 0.625rem;
}
.content {
  width: 100%;
  gap: 1.875rem;
}
.b,
.b1 {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.625rem;
}
.b1 {
  color: var(--new-red);
}
.parent {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  gap: 0.125rem;
}
.div {
  width: 6.063rem;
  position: relative;
  height: 1.625rem;
}
.years-of-experience-container1 {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 0.875rem;
  color: var(--Dark-dim);
}
.experience2 {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.25rem 0;
  box-sizing: border-box;
  gap: 0.625rem;
}
.div1 {
  width: 3.563rem;
  position: relative;
  height: 1.625rem;
}
.client-satisfaction1 {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
}
.numbers,
.resume {
  box-sizing: border-box;
  display: flex;
}

.numbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9rem;
  border-radius: 20px;
  background-color: rgba(29, 33, 36, 0.6);
  border: 0.3px solid var(--Dark-plus);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(80px);
  padding: 0.8rem;
  color: var(--Pure-Light);
  font-size: 2.4rem;
}

.resume {
  flex: 1;
  border-radius: 30px;
  background-color: rgba(29, 33, 36, 0.5);
  border: 0.5px solid var(--Dark-plus);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.8rem;
  gap: 2.5rem;
  min-width: 21.875rem;
  max-width: 49.875rem;
}

.about-me2,
.more-about1 {
  align-self: stretch;
  display: flex;
}

.more-about1 {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 3.875rem 1.187rem;
  z-index: 2;
  font-size: 1.125rem;
  color: var(--Light-dim);
}

.about-me2 {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 1rem;
  margin-top: 14rem;
  scroll-snap-align: start;
  margin-bottom: 11rem;
  gap: 6rem;
  min-width: 25.875rem;
  z-index: 4;
}

.download-btn {
  position: absolute;
  top: 12.8rem;
  right: 24.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: gray;
  background-color: var(--Dark-Background);
  border: 1px solid var(--Dark-plus);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  padding: 0.58rem 1rem;
  height: 2.6rem;
  width: 15rem;
  text-decoration: none;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 10;
}

.download-btn:hover {
  background-color: rgb(12, 1, 1);
  color: white;
  opacity: 0.5;
}

.more-about1:hover .download-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.more-about1:hover .resume {
  border-top-right-radius: 0;
}

.vector-icon13 {
  width: 75.76%;
  position: absolute;
  margin: 0 !important;
  top: -11.312rem;
  right: 12.12%;
  left: 12.12%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 0;
}
.portfolio {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.25rem;
  font-size: 24px;
  margin-bottom: 1rem;
  color: var(--Dark-dim);
  font-size: larger;
}

.heading1 {
  align-self: stretch;
  height: 9.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 21.875rem;
  z-index: 1;
  text-align: center;
}

.n8n-ai-agent {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n8n1:hover .n8n-ai-agent {
  filter: blur(5px);
  cursor: pointer;
  background-color: rgb(0, 0, 0.6);
}

.n8n1:hover .heading-parent {
  opacity: 1;
  color: white;
  padding-left: 1.5rem;
  padding-right: 4.3rem;
}

.image-container {
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}

.n8n1:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.dxf-files-automation4 {
  align-self: stretch;
  position: relative;
  line-height: 1.5rem;
  font-weight: 900;
}
.python-ezdxf4 {
  position: relative;
  font-size: 1rem;
  line-height: 0.75rem;
  font-weight: 500;
  color: var(--Text);
}
.heading2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375rem;
  margin-top: 16rem;
}

.automated-system-for4 {
  position: relative;
  font-size: 1rem;
  line-height: 1.125rem;
}

.heading-parent {
  flex: 1;
  display: flex;
  color: white;
  flex-direction: column;
  opacity: 0;
  background-color: #0b1112;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.vector-icon14,
.vector-icon15 {
  position: absolute;
  height: 75%;
  width: 75%;
  top: 12.5%;
  right: 12.5%;
  bottom: 12.5%;
  left: 12.5%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.vector-icon15 {
  height: 25%;
  width: 25%;
  top: 12.92%;
  right: 12.92%;
  bottom: 62.08%;
  left: 62.08%;
}
.link-square-014 {
  width: 1.5rem;
  position: relative;
  height: 1.5rem;
}
.content-box,
.text19 {
  display: flex;
  justify-content: flex-end;
}
.text19 {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-end;
  gap: 1.25rem;
}
.content-box {
  position: absolute;
  top: 0;
  left: -0.062rem;
  backdrop-filter: blur(30px);
  background: linear-gradient(122.55deg, rgba(22, 25, 27, 0.4), #16191b);
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem 1.25rem 1.25rem;
  box-sizing: border-box;
  opacity: 0;
}

.content-box,
.k-tweets-extracted-for-a-brand,
.n8n1 {
  border-radius: 20px;
  width: 100%;
  height: 26rem;
}

.n8n1 {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  height: 26rem;
}

.bottom-right-icon {
  position: absolute;
  bottom: 13px;
  right: 18px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.bottom-right-icon:hover {
  transform: scale(1.1);
}

.bottom-right-icon img {
  width: 27px;
  height: 27px;
}
.k-tweets-extracted-for-a-brand {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* ---- Projects Grid (desktop default) ---- */
.projects6 {
  align-self: stretch;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  justify-items: center;
  min-width: 21.875rem;
  max-height: none;
  padding: 0 7rem;
}

.projects9 {
  align-self: stretch;
  overflow: hidden;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 2.5rem;
  min-width: 21.875rem;
  max-height: 85rem;
}
.download-02-icon1 {
  width: 1.5rem;
  position: relative;
  max-height: 100%;
  display: none;
}
.arrow-right-double-icon2 {
  display: none;
}
.arrow-right-double-icon2,
.arrow-right-double-icon3 {
  width: 1.5rem;
  position: relative;
  max-height: 100%;
  object-fit: contain;
}

.view-all-projects4 {
  font-weight: 600;
}

.view-projects-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.arrow-up-right-03-icon {
  width: 1.625rem;
  position: relative;
  max-height: 100%;
  display: none;
}
.button14 {
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.1) inset,
    0 4px 4px rgba(0, 0, 0, 0.25) inset;
  border-radius: 14px;
  background-color: var(--Dark-Background);
  border: 1.5px solid var(--Dark-plus);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  gap: 0.625rem;
  font-size: 1rem;
  color: var(--Dark-dim);
}

.button14:hover {
  background-color: black;
}
.content1 {
  align-self: stretch;
  flex-direction: column;
  gap: 5rem;
  z-index: 2;
  font-size: 1.25rem;
  color: var(--Pure-Light);
  min-width: 21.876rem !important;
}
.content1,
.my-portfolio1,
.sub-heading2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.my-portfolio1 {
  align-self: stretch;
  flex-direction: column;
  position: relative;
  gap: 6.25rem;
  z-index: 5;
}
.sub-heading2 {
  flex-direction: row;
  gap: 0.625rem;
}
.the-impact-of-container1 {
  width: 100%;
  position: relative;
  font-size: 3.125rem;
  text-align: center;
  display: inline-block;
  max-width: 44.375rem;
  color: var(--Pure-Light);
}

.heading3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-inline: 4rem;
  text-align: center;
}

.profile-pic-icon {
  width: 5rem;
  position: relative;
  border-radius: 10000px;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.name-details,
.profile {
  display: flex;
  justify-content: flex-start;
}

.name-details {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0.25rem;
  gap: 0.5rem;
}
.profile {
  flex-direction: row;
  align-items: center;
  gap: 0.875rem;
}
.star-icon {
  width: 1.875rem;
  height: 1.875rem;
}
.rating2 {
  height: 2.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.437rem;
  font-size: 1.25rem;
}
.heading4,
.working-with-nashit2 {
  width: 27.5rem;
  display: flex;
  align-items: center;
}
.heading4 {
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
}
.working-with-nashit2 {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.875rem;
  height: 12.5rem;
  flex-shrink: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.heading6,
.review-1,
.review-2,
.review-3 {
  display: flex;
  justify-content: flex-start;
}

.heading6,
.review-3 {
  width: 27.5rem;
  flex-direction: row;
  align-items: center;
  gap: 5.937rem;
}

.heading7 {
  width: 27.438rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.sarah-malik2 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.product-manager-at2 {
  font-size: 0.875rem;
  color: var(--Dark-dim);
  line-height: 1.375rem;
  word-wrap: break-word;
}

.about5 {
  margin-right: 2.2rem;
}
.working-with-nashit-was-a-game-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 0;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--Dark-dim);
  word-wrap: break-word;
}

.working-with-nashit2 {
  width: 100%;
}

.review-1,
.review-2,
.review-3,
.review-4,
.review-5 {
  scroll-snap-align: start;
  flex: 0 0 30vw;
  margin-right: 2rem;
  border-radius: 30px;
  background-color: black;
  border: 0.5px solid var(--Dark-plus);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  gap: 1.25rem;
  flex-shrink: 0;
}

.content2,
.reviews1 {
  display: flex;
  justify-content: flex-start;
}

.reviews {
  font-size: 1.625rem;
  width: 100%;
  color: var(--Pure-Light);
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}

.reviews1 {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  gap: 2rem;
}

.reviews1::-webkit-scrollbar {
  display: none;
}

.content2 {
  flex-direction: column;
  gap: 6.25rem;
  max-width: 1400px;
}

.slide-indicators-child,
.slide-indicators-inner {
  width: 2.5rem;
  position: relative;
  border-radius: 34px;
  background-color: var(--Dark-Background);
  height: 0.375rem;
}
.slide-indicators-inner {
  background-color: var(--new-red);
}

.slide-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.testimonials {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding-inline: 2rem;
  box-sizing: border-box;
}

.softdev {
  color: var(--new-red);
}
.lets-automate-your-container1 {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 3.125rem;
  font-weight: 800;
}

.text9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 45.375rem;
}
.arrow-up-right-03-icon2 {
  width: 1.625rem;
  position: relative;
  max-height: 100%;
}

.book-a-call {
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.1) inset,
    0 4px 4px rgba(0, 0, 0, 0.25) inset;
  border-radius: 16px;
  background-color: var(--Dark-Background) !important;
  border: 1.5px solid var(--Dark-plus);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  cursor: pointer;
  gap: 0.625rem;
  font-size: 1rem;
  color: var(--Dark-dim);
}

.book-a-call:hover {
  background: black;
}
.heading-cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  min-width: 20rem;
}
.stay-connected1 {
  width: 7.563rem;
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.social-icons-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.937rem;
  flex-wrap: wrap;
  margin-top: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  cursor: pointer;
}

.icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact,
.profiles {
  display: flex;
  justify-content: center;
}
.profiles {
  width: 25.125rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(80px);
  border-radius: 20px;
  background-color: rgba(29, 33, 36, 0.6);
  border: 1px solid var(--Dark-plus);
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  gap: 0.625rem;
  text-align: right;
  font-size: 1rem;
  color: var(--Dark-dim);
}

.contact {
  width: 100%;
  height: 18.75rem;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 6rem;
  align-content: center;
  margin-top: 14rem;
  margin-bottom: 8rem;
  gap: 6.25rem;
  min-width: 20rem;
  max-width: 82.5rem;
  z-index: 7;
  font-size: 3rem;
  color: var(--Pure-Light);
}

.softdev1 {
  font-weight: 500;
  color: var(--Pure-Light);
}
.softdev2 {
  font-weight: 500;
  color: var(--new-red);
}
.copyright-2025-container1 {
  position: relative;
  justify-content: center;
}
.copyright {
  width: 100%;
  background-color: #0b1112;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0.625rem;
  box-sizing: border-box;
  z-index: 8;
  font-size: 1rem;
}

/* ------------------------- Desktop Nav ------------------------- */
.nav-bar {
  position: fixed;
  left: 0;
  right: 0;
  align-items: center;
}

.nav-large {
  position: relative;
  border-radius: 28px;
  background-color: transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  padding: 1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  color: var(--Dark-dim);
  overflow: hidden;
  opacity: 1;
}

.nav-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Dark-Background);
  opacity: 0.49;
  border-radius: 28px;
  border: 0.5px solid var(--Dark-plus);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: 1;
}

.content4 {
  position: relative;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.website-10-responsive {
  width: 100%;
  position: relative;
  background-color: var(--Pure-Dark);
  align-items: center;
  padding-top: 2rem;
  gap: 12.5rem;
  min-width: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 1.5rem;
  color: var(--Dark-dim);
  font-family: "Nunito Sans";
}

.navigation1 {
  display: flex;
  padding-left: 1.9rem;
  opacity: 100%;
  gap: 5rem;
}

.about-me,
.mobile-link {
  cursor: pointer;
  letter-spacing: 0.01em;
  opacity: 100%;
  transition: transform 0.3s ease;
}

.about-me:hover {
  transform: translateY(-1px);
  color: #fff;
}

.book-a-call3 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--new-red);
  color: var(--Pure-Light);
  cursor: pointer;
  border-radius: 15px;
  padding: 0 1.3rem;
  height: 3.75rem;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.book-a-call3:hover {
  transform: translateY(-1px);
  background-color: black;
}

/* ------------------------- Mobile Nav Trigger ------------------------- */
.nav-small {
  display: none;
}

.menu-icon {
  width: 2.5rem;
  height: auto;
  cursor: pointer;
}

/* ------------------------- Mobile Nav Popup ------------------------- */

.mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  margin-top: 7.5rem;
  margin-left: 1.4rem;
  align-items: center;
  justify-content: center;
}

.mobile-nav {
  width: 18rem;
  position: relative;
  max-width: 90%;
  overflow: auto;
  text-align: left;
  font-size: 1rem;
  color: var(--Pure-Light);
  font-family: "Nunito Sans";
  background-color: var(--Dark-Background);
  border: 1px solid var(--Dark-plus);
  border-radius: 16px;
  opacity: 0.95;
  padding: 2rem;
}

.mobile-nav-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.mobile-menu-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  width: 100%;
}

.mobile-menu-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--Pure-Light);
  text-decoration: none !important;
  cursor: pointer;
}

.mobile-link:hover {
  opacity: 0.8;
}

.mobile-menu-right {
  display: none;
}

/* ============================================================
   FILTER BUTTONS
   ============================================================ */

.filter-buttons {
  display: flex !important;
  gap: 12px !important;
  margin-bottom: 40px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding: 0 7rem !important;
  z-index: 10 !important;
}

.filter-btn {
  padding: 10px 18px !important;
  border-radius: 8px !important;
  border: 1.5px solid var(--Dark-plus) !important;
  background: transparent !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  color: var(--Dark-dim) !important;
  font-family: "Nunito Sans" !important;
  letter-spacing: 0.01em !important;
}

.filter-btn:hover:not(.active) {
  border-color: var(--new-red) !important;
  color: var(--new-red) !important;
  background-color: rgba(255, 77, 76, 0.05) !important;
}

.filter-btn.active {
  background-color: var(--new-red) !important;
  color: var(--Pure-Light) !important;
  border-color: var(--new-red) !important;
  box-shadow: 0 4px 12px rgba(255, 77, 76, 0.3) !important;
}

.filter-btn.active:hover {
  background-color: #ff3d3a !important;
  box-shadow: 0 6px 16px rgba(255, 77, 76, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* ============================================================
   VIEW MORE CONTAINER
   ============================================================ */

.view-more-container {
  display: flex !important;
  justify-content: center !important;
  margin-top: 40px !important;
}

/* ============================================================
   @media (max-width: 1024px) — Tablets
   ============================================================ */
@media (max-width: 1024px) {
  .projects6 {
    padding: 0 3rem;
    gap: 1.5rem;
  }

  .filter-buttons {
    padding: 0 3rem !important;
  }

  .heading1 {
    padding-left: 0;
  }
}

/* ============================================================
   @media (max-width: 768px) — Mobile
   ============================================================ */
@media (max-width: 768px) {
  .nav-large {
    display: none;
  }

  .nav-small {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 24px;
    overflow: hidden;
  }

  .nav-background-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--Dark-Background);
    opacity: 0.59;
    border: 1px solid var(--Dark-plus);
    border-radius: 24px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 1;
  }

  .nav-small > *:not(.nav-background-overlay) {
    position: relative;
    z-index: 2;
  }

  .book-a-call3 {
    cursor: pointer;
    padding: 0.8rem;
    height: auto;
    z-index: 4;
  }

  .hero-section {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0rem;
    margin-left: -3.7rem;
  }

  .hi-im1,
  .python-developer1,
  .nashit-saleem5 {
    font-size: 50px;
  }

  .text15 {
    line-height: 3.375rem;
  }

  .text16 {
    font-size: 14px;
  }

  .body {
    font-size: 14px;
  }

  .rotating-scene {
    margin-top: 13rem;
    margin-bottom: 13rem;
    right: 0%;
  }

  .main-image img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-left: 2.23rem;
    border-radius: 50%;
    z-index: 3;
  }

  .dotted-circle {
    margin-left: 2.23rem;
  }

  .circle1 {
    width: 150px;
    height: 150px;
  }

  .circle2 {
    width: 220px;
    height: 220px;
  }

  .circle3 {
    width: 300px;
    height: 300px;
  }

  .logo {
    width: 35px;
    height: 35px;
    transform-origin: 0 center;
  }

  .rotating-logos {
    position: absolute;
    width: 300px;
    height: 300px;
    margin-left: 2rem;
  }

  /*zapier*/
  .logo1 {
    transform: rotate(50deg) translateX(129px) rotate(-50deg);
  }
  /*upwork*/
  .logo2 {
    transform: rotate(210deg) translateX(133px) rotate(-210deg);
  }
  /*python*/
  .logo3 {
    transform: rotate(310deg) translateX(153px) rotate(-310deg);
  }
  /*google*/
  .logo4 {
    transform: rotate(470deg) translateX(95px) rotate(-470deg);
  }
  /*n8n*/
  .logo5 {
    transform: rotate(160deg) translateX(162px) rotate(-160deg);
  }
  /*make*/
  .logo6 {
    transform: rotate(240deg) translateX(178px) rotate(-240deg);
  }
  /*mask*/
  .logo7 {
    transform: rotate(345deg) translateX(100px) rotate(-345deg);
  }

  .latest-projects {
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: var(--Pure-Light);
  }

  .sub-heading3 {
    gap: 0.625rem;
    font-size: 19px;

    justify-content: center;
  }

  .latest {
    font-weight: 500;
  }

  .more-about1 {
    margin-right: 1rem;
    margin-top: -2rem;
  }

  .resume {
    padding: 1rem;
    gap: 2rem;
  }

  .content {
    width: 100%;
    gap: 1rem;
  }

  .summary-image {
    gap: 1.875rem;
    max-width: 19.875rem;
    font-size: 17px;
  }

  .profile-pic-1 {
    width: 13.25rem;
    position: relative;
    border-radius: 20px;
    max-height: 100%;
    object-fit: cover;
    margin-top: 1rem;
  }

  .content {
    margin-left: 4rem;
  }

  .we-help-businesses-container {
    align-self: stretch;
    font-size: 17px;
    width: 17rem;
    line-height: 1.3rem;
    color: var(--Dark-dim);
  }

  .tools {
    width: 9.25rem;
    padding-left: 0rem;
    font-size: 17px;
  }

  .python-automation-mysql-github1 {
    font-size: 17px;
  }

  .founder-of-softdev-container1 {
    margin-right: 2rem;
  }

  .numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem 1.3rem;
    font-size: 1.4rem;
    gap: 0;
    justify-content: center;
  }

  .experience2,
  .client-satisfaction1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-width: 90px;
  }

  .parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }

  .years-of-experience-container1 p {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
  }

  .b,
  .b1 {
    font-size: 1.3rem;
  }

  .numbers::-webkit-scrollbar {
    display: none;
  }

  .div,
  .div1 {
    width: auto;
    height: auto;
    margin-bottom: 1.2rem;
    margin-right: 1.5rem;
    padding: 0;
  }

  .div1 {
    margin-right: 2.6rem;
  }

  .client-satisfaction1 {
    padding-right: 1.4rem;
  }

  .years-of-experience-container1 {
    padding-left: 0.5rem;
  }

  .about-me2 {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }

  /* ---- Portfolio heading ---- */
  .heading1 {
    align-self: center;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: unset;
    margin-right: 0;
    text-align: center;
  }

  .sub-heading {
    justify-content: center;
    margin-right: 0;
    font-size: 19px;
  }

  .latest-projects {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  /* ---- Projects grid: single column ---- */
  .projects6 {
    grid-template-columns: 1fr !important;
    padding: 0 1.2rem !important;
    gap: 1.5rem !important;
    justify-items: stretch;
  }

  /* ---- Filter buttons ---- */
  .filter-buttons {
    padding: 0 1.2rem !important;
    gap: 8px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .filter-btn {
    padding: 8px 14px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  /* ---- Project cards ---- */
  .n8n1 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    height: 22rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
  }

  /* ---- Cover image fills card fully ---- */
  .n8n-ai-agent,
  .k-tweets-extracted-for-a-brand {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    left: 0 !important;
    top: 0 !important;
  }

  /* ---- Image overlay ---- */
  .image-overlay {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 20px;
  }

  /* ---- Heading overlay: anchored to card bottom ---- */
  .heading-parent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0 !important;
    padding: 1.2rem 1.2rem 1rem;
    background: linear-gradient(to top, rgba(11, 17, 18, 0.97) 70%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    gap: 0.6rem;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
  }

  /* Active state (JS toggle) */
  .n8n1.active .n8n-ai-agent {
    filter: blur(5px);
    cursor: pointer;
  }

  .n8n1.active .heading-parent {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
  }

  .n8n1.active .image-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .heading2 {
    margin-top: 0;
  }

  .dxf-files-automation4 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .python-ezdxf4 {
    font-size: 0.85rem;
  }

  .automated-system-for4 {
    font-size: 0.8rem;
    line-height: 1.3rem;
    padding-right: 2.5rem;
  }

  /* ---- Bottom-right link icon ---- */
  .bottom-right-icon {
    bottom: 12px;
    right: 14px;
  }

  /* ---- content-box ---- */
  .content-box {
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
  }

  /* ---- View more ---- */
  .view-more-container {
    margin-top: 24px !important;
    padding: 0 1.2rem;
  }

  /* ---- my-portfolio1 spacing ---- */
  .my-portfolio1 {
    gap: 3rem;
  }

  .content1 {
    min-width: unset !important;
    width: 100%;
  }

  /* ---- text9 (CTA section) ---- */
  .text9 {
    padding-right: 3rem;
    max-width: 24rem;
  }

  /* ---- Testimonials ---- */
  .reviews1 {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-left: 1.6rem;
    touch-action: pan-x;
    cursor: grab;
  }

  .review-1,
  .review-2,
  .review-3,
  .review-4,
  .review-5 {
    flex: 0 0 85vw;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: black;
  }

  .review-5 {
    margin-right: 5rem;
  }

  .heading4,
  .heading6,
  .heading7 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    font-size: 1rem;
  }

  .working-with-nashit2 {
    line-height: 1.4;
    font-size: 0.95rem;
  }

  .profile-pic-icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }

  .rating2 {
    font-size: 1rem;
  }

  .slide-indicators {
    margin-top: 1rem;
    gap: 0.5rem;
    justify-content: center;
  }

  .content2 {
    flex-direction: column;
    gap: 6.25rem;
    max-width: 420px;
  }

  /* ---- Testimonials heading ---- */
  .heading3 {
    padding-inline: 1rem;
  }
  .heading {
   margin-left: 0rem;
  }
  .the-impact-of-container1 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }

  .reviews1::-webkit-scrollbar {
    height: 4px;
  }

  .reviews1::-webkit-scrollbar-track {
    background: transparent;
  }

  .reviews1::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
  }

  /* ---- Contact section ---- */
  .contact {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 2rem;
    margin-right: 1.5rem;
    align-content: center;
    margin-bottom: 13rem;
  }

  .profiles {
    width: 23.125rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(80px);
    border-radius: 20px;
    background-color: rgba(29, 33, 36, 0.6);
    border: 1px solid var(--Dark-plus);
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    margin-right: 5.3rem;
    padding: 1rem;
    text-align: right;
    font-size: 1rem;
    color: var(--Dark-dim);
  }

  .profile-icons {
    height: 2.25rem;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
  }

  .moving-icons {
    margin-top: 1rem;
  }

  /* ---- Download button ---- */
  .download-btn {
    position: absolute;
    top: 9.7rem;
    right: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: gray;
    background-color: var(--Dark-Background);
    border: 1px solid var(--Dark-plus);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 0.58rem 1rem;
    height: 2.6rem;
    width: 10rem;
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
    z-index: 10;
  }

  .portfolio {
    font-size: 22px;
  }
    .n8n1 {
    height: auto !important;
    aspect-ratio: 16 / 9;  /* or 4/3, whatever matches your images */
  }
}

/* ============================================================
   @media (max-width: 480px) — Very small phones
   ============================================================ */
@media (max-width: 420px) {
  .n8n1 {
    height: 18rem !important;
  }

  .heading1 {
    padding-left: 0;
  }

  .latest-projects {
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
    .n8n1 {
    height: auto !important;
    aspect-ratio: 16 / 9;  /* or 4/3, whatever matches your images */
  }
  .the-impact-of-container1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .filter-btn {
    padding: 6px 11px !important;
    font-size: 12px !important;
  }

  .projects6 {
    padding: 0 0.8rem !important;
    gap: 1rem !important;
  }
  .heading {
    margin-right: 3.2rem;
  }
  
  .more-about1 {
    margin-right: 3.5rem;
    margin-top: 1rem;
  }
    /* ---- Download button ---- */
  .download-btn {
    position: absolute;
    top: 9.5rem;
    right: 4.7rem;

  }
  
  /* ---- Testimonials ---- */
  .reviews1 {
    margin-left: 2.8rem;
  }
    .review-1,
  .review-2,
  .review-3,
  .review-4,
  .review-5 {
    flex: 0 0 84vw;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: black;
  }
  .review-5 {
    margin-right: 2.8rem;
  }
    .dxf-files-automation4 {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .python-ezdxf4 {
    font-size: 0.7rem;
  }

  .automated-system-for4 {
    font-size: 0.7rem;
    line-height: 0.9rem;
    padding-right: 2.5rem;
  }
  .moving-icons {
    margin-top: 1rem;
  }
    .more-about1 {
    margin-top: -2rem;
  }

}


