body {
  background: #000000;
  font-family: Helvetica Now Display !important;
}

.anim-scroll {
  position: absolute;
  width: 60px;
  right: calc(50% - 30px);
  bottom: 40px;
}

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

.blogsSwiper .swiper-wrapper,
.blogPageSwiper .swiper-wrapper {
  align-items: stretch;
}

.blogsSwiper .swiper-slide,
.blogPageSwiper .swiper-slide {
  height: auto;
}
.card-container a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-container .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.card-container .news-card:hover {
  border-color: rgba(0, 224, 255, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 224, 255, 0.07);
}

.news-card-img-wrap {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}

.card-container .news-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 0;
  background: #111;
  object-fit: cover;
  display: block;
  transition: transform 350ms ease;
}

.card-container .news-card:hover img {
  transform: scale(1.03);
}

.card-container .news-card .card-content-con {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.news-card-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00e0ff;
  background: rgba(0, 224, 255, 0.07);
  border: 1px solid rgba(0, 224, 255, 0.15);
  border-radius: 4px;
  padding: 2px 7px;
}

.news-card-date {
  font-size: 11px;
  font-weight: 500;
  color: #2e2e2e;
}

.card-container .news-card .card-content-con h3 {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  min-height: calc(1.4em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-container .news-card .card-content-con p {
  color: #4a4a4a;
  font-family: Helvetica Now Display;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 14px;
  flex: 1;
}

.news-card-read {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-top: auto;
  transition: color 200ms ease;
}

.card-container .news-card:hover .news-card-read {
  color: #00e0ff;
}

.gray {
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(360deg, #1b1b1b 0%, rgba(12, 12, 12, 0) 100%);
}

.anim-hero {
  position: absolute;
  width: 600px;
  right: 0px;
  bottom: 60px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-88 {
  margin-top: 88px;
}

.main_wrap {
  position: relative;
  padding: 60px;
  overflow: hidden;
  position: relative;
  height: 627px;
  border-radius: 16px;
}
.main_wrap h1 {
  color: #fff;
  font-size: 80px;
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 265;
  line-height: 113%;
  margin-bottom: 32px;
}
.main_wrap h1 span {
  font-size: 80px;
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 950;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main_wrap p {
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
/* Role badge */
.role-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #454545;
  font-family: Helvetica Now Display;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

/* Hero CTA row */
.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 48px;
  border-radius: 8px;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  color: #1e1e1e;
  font-size: 16px;
  font-family: Helvetica Now Display;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 200ms ease, box-shadow 200ms ease;
}
.btn-primary:hover {
  opacity: 0.88;
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.35);
}

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #454545;
  color: #D9D9D9;
  font-size: 16px;
  font-family: Helvetica Now Display;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 200ms ease, color 200ms ease;
}
.btn-secondary:hover {
  border-color: #00e0ff;
  color: #fff;
}

/* Legacy btn-read kept for any other pages that reference it */
.main_wrap .btn-read {
  text-decoration: none;
}
.main_wrap .btn-read div {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-family: Helvetica Now Display;
  font-weight: 700;
}

/* ---- Services section ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  background: #141414;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #232524;
  transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}
.service-card:hover {
  border-color: rgba(0, 224, 255, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 224, 255, 0.08);
}

.service-icon {
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: Helvetica Now Display;
  font-size: 22px;
  font-weight: 700;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.service-card p {
  color: #7b7979;
  font-family: Helvetica Now Display;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-tags li {
  font-family: Helvetica Now Display;
  font-size: 12px;
  font-weight: 500;
  color: #D9D9D9;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #454545;
}
/* ---- Services responsive ---- */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .service-card {
    padding: 22px 20px;
    border-radius: 14px;
  }
  .service-icon {
    margin-bottom: 14px;
  }
  .service-icon svg {
    width: 32px;
    height: 32px;
  }
  .service-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-card p {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .service-card {
    padding: 20px 18px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card p {
    font-size: 14px;
  }
}

/* ---- /Services section ---- */

/* ---- Work Process section ---- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-step {
  padding: 32px;
  border-left: 1px solid #232524;
  position: relative;
  transition: background 250ms ease;
}
.process-step:first-child {
  border-left: none;
}
.process-step:hover {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
}

.step-number {
  display: block;
  font-family: Helvetica Now Display;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.process-step h3 {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-step p {
  color: #7b7979;
  font-family: Helvetica Now Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
/* ---- /Work Process section ---- */

.skill-con {
  height: 260px;
  width: 100%;
  background: #1c1b1b;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.skill-con .skill-wrap {
  display: flex;
  position: absolute;
  top: calc(50% - 75px);
  width: 100%;
}
.skill-con .skill-wrap .skill-card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 144px;
}
.skill-con .skill-wrap .skill-card svg {
  width: 144px;
  z-index: 5;
}
.skill-con .skill-wrap .skill-card .skill-name-con {
  opacity: 0;
  position: absolute;
  bottom: 24px;
  background-color: rgba(0, 0, 0, 0.1647058824);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
}
.skill-con .skill-wrap .skill-card:hover {
  transition: all 200ms ease-in;
}
.skill-con .skill-wrap .skill-card:hover img {
  transition: all 100ms ease-in;
  width: 160px;
  z-index: 3;
}
.skill-con .skill-wrap .skill-card:hover .skill-name-con {
  transition: all 100ms ease-in;
  z-index: 5;
  opacity: 100;
  bottom: -16px;
}

.mySwiper4 .swiper-slide {
  width: 144px;
}

.proj-con {
  display: grid;
  align-items: center;
  justify-content: center;
  /* grid-template-columns: repeat(auto-fill, minmax(394px, 1fr)); */
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.proj-con .proj-cards {
  position: relative;
  background-color: #111111;
  border-radius: 16px;
  box-sizing: border-box;
  width: 100%;
}

.proj-cards::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.proj-cards .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.main-con p {
  width: 600px;
}

.bg-color-g {
  opacity: 0.6000000238;
  background: linear-gradient(121deg, rgb(0, 0, 0) 0%, rgb(58, 58, 58) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.noise {
  position: absolute;
  mix-blend-mode: lighten;
  opacity: 15%;
  top: 0;
  left: 0;
  z-index: -2;
}

.bg-black {
  background: #000;
}

.bg-drgray {
  background: #1c1b1b;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.35);
}

.title-nav-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px !important;
  border-radius: 16px;
}
.title-nav-con h2 {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.title-nav-con h2 span {
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-nav-con a {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

/* ============================================
   HOME PAGE — FEATURED PROJECT CARD
   ============================================ */

.hp-proj-card {
  display: grid;
  grid-template-columns: 520px 1fr;
  background: #080808;
  border: 1px solid #141414;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 300ms ease;
  position: relative;
}

.hp-proj-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--linear, linear-gradient(90deg, #00e0ff 0%, #00ff94 100%));
  opacity: 0;
  transition: opacity 300ms ease;
}

.hp-proj-card:hover {
  border-color: rgba(0, 224, 255, 0.12);
}

.hp-proj-card:hover::before {
  opacity: 1;
}

/* Image */
.hp-proj-img-wrap {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
  min-height: 440px;
}

.hp-proj-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.hp-proj-img-placeholder {
  position: absolute;
  inset: 0;
  background: #0c0c0c;
  background-image: radial-gradient(#161616 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Sprintex-branded placeholder — mint/cyan gradient tones */
.hp-proj-img-placeholder--sprintex {
  background:
    radial-gradient(ellipse 70% 50% at 25% 65%, rgba(107, 245, 255, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 75% 30%, rgba(148, 255, 209, 0.07) 0%, transparent 60%),
    #060e0d;
  background-size: auto;
}

.hp-proj-placeholder-icon {
  opacity: 0.5;
}

.hp-proj-placeholder-label {
  font-family: Helvetica Now Display, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 255, 209, 0.25);
}

/* ── Shader canvas variant ── */
.hp-proj-img-wrap--shader {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* Canvas fills the image slot */
#hp-sprintex-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Right-edge vignette to fade into the info panel */
.hp-sprintex-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  transparent 55%, rgba(8,8,8,0.85) 100%),
    linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}

/* Logo centered on the canvas */
.hp-sprintex-logo-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hp-sprintex-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
  display: block;
  /* white-bg PNG workaround — screen blend makes white invisible on dark canvas */
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 20px rgba(148, 255, 209, 0.50))
          drop-shadow(0 0  8px rgba(107, 245, 255, 0.35));
  animation: hp-logo-pulse 3.2s ease-in-out infinite;
}

@keyframes hp-logo-pulse {
  0%, 100% {
    filter: drop-shadow(0 0 20px rgba(148, 255, 209, 0.50))
            drop-shadow(0 0  8px rgba(107, 245, 255, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 32px rgba(148, 255, 209, 0.75))
            drop-shadow(0 0 14px rgba(107, 245, 255, 0.55));
  }
}

@media (max-width: 900px) {
  .hp-sprintex-logo { width: 140px; }
  .hp-sprintex-vignette {
    background:
      linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
  }
}

@media (max-width: 600px) {
  .hp-sprintex-logo { width: 120px; }
}

.hp-proj-img-wrap img[src] + .hp-proj-img-placeholder,
.hp-proj-img-wrap img:not([src=""]) + .hp-proj-img-placeholder {
  display: none;
}

.hp-proj-card:hover .hp-proj-img {
  transform: scale(1.04);
}

/* Info */
.hp-proj-info {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.hp-proj-info .proj-tag-row {
  margin-bottom: 0;
}

.hp-proj-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.022em;
  font-family: Noto Sans, Helvetica Now Display, sans-serif;
}

.hp-proj-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Meta row */
.hp-proj-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #111;
  padding-top: 16px;
}

.hp-proj-meta-left {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hp-proj-stack {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.span-con--icon {
  padding: 6px 10px;
  line-height: 0;
}

.span-con--icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

/* CTA button */
.hp-proj-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 24px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #c0c0c0;
  font-size: 14px;
  font-weight: 700;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.hp-proj-cta:hover {
  border-color: rgba(0, 224, 255, 0.35);
  color: #00e0ff;
  background: rgba(0, 224, 255, 0.04);
}

/* Responsive */
@media (max-width: 1100px) {
  .hp-proj-card {
    grid-template-columns: 420px 1fr;
  }
}

@media (max-width: 900px) {
  .hp-proj-card {
    grid-template-columns: 1fr;
  }
  .hp-proj-img-wrap {
    min-height: 300px;
  }
  .hp-proj-info {
    padding: 36px 32px;
  }
  .hp-proj-title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .hp-proj-info {
    padding: 28px 24px;
    gap: 16px;
  }
  .hp-proj-title {
    font-size: 24px;
  }
  .hp-proj-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================
   END HOME PAGE PROJECT CARD
   ============================================ */


/* ============================================
   HOME PAGE — BOTTOM CTA SECTION
   ============================================ */

.home-cta-section {
  padding-bottom: 96px;
}

.home-cta-wrap {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 80px;
  align-items: start;
}

/* Left column */
.home-cta-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px;
}

.home-cta-title {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.022em;
  font-family: Noto Sans, Helvetica Now Display, sans-serif;
}

.home-cta-title span {
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Stats row */
.home-cta-stats {
  display: flex;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #141414;
}

.home-cta-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-cta-stat span {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--linear, linear-gradient(168deg, #00e0ff 0%, #00ff94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-cta-stat p {
  font-size: 11px;
  font-weight: 600;
  color: #3e3e3e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.home-cta-stat-div {
  width: 1px;
  height: 40px;
  background: #1e1e1e;
  flex-shrink: 0;
  margin: 0 28px;
}

/* Right column: form card */
.home-cta-right {
  position: sticky;
  top: 96px;
  min-width: 0;
}

.home-cta-form-card {
  background: #080808;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.home-cta-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--linear, linear-gradient(90deg, #00e0ff 0%, #00ff94 100%));
}

.home-cta-form-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
}

.home-cta-form-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  font-family: Noto Sans, Helvetica Now Display, sans-serif;
}

.home-cta-form-head p {
  font-size: 13px;
  color: #3e3e3e;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .home-cta-wrap {
    grid-template-columns: 1fr 440px;
    gap: 48px;
  }
  .home-cta-title { font-size: 44px; }
}

@media (max-width: 860px) {
  .home-cta-wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-cta-right  { position: static; }
  .home-cta-title  { font-size: 40px; }
  .home-cta-form-card { max-width: 100%; }
}

@media (max-width: 600px) {
  .home-cta-section  { padding-bottom: 64px; }
  .home-cta-left     { gap: 24px; }
  .home-cta-title    { font-size: 34px; }
  .home-cta-form-card { padding: 22px 18px; border-radius: 16px; }
  .home-cta-form-head { margin-bottom: 18px; padding-bottom: 16px; }
  .home-cta-form-head h3 { font-size: 18px; }
  .home-cta-stats    { padding-top: 24px; }
  .home-cta-stat-div { margin: 0 16px; }
  .home-cta-stat span { font-size: 24px; }
  .home-cta-stat p   { font-size: 10px; letter-spacing: 0.04em; }
}

@media (max-width: 400px) {
  .home-cta-title    { font-size: 28px; }
  .home-cta-stat-div { margin: 0 10px; }
  .home-cta-stat span { font-size: 20px; }
}

/* ============================================
   END HOME PAGE CTA
   ============================================ */

.container--768 {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container--1366 {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container {
  width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* 2xl */
@media (max-width: 1536px) {
  .container {
    max-width: 1280px;
  }
  .container--1366 {
    max-width: 1280px;
  }
  .anim-hero {
    bottom: 0px;
  }
  .p-contact br {
    display: none;
  }
}

@media (max-width: 1540px) {

  .proj-info-con h2 br{
    display: none !important;
  }
  .proj-info-con h1 br{
    display: none !important;
  }
  .main-blog-con h1 br{
    display: none !important;
  }
}

/* xl */
@media (max-width: 1280px) {
  .fl-splt{
    flex-direction: column;
  }

  .main-blog-con h1 {
    font-size: 44px !important;
    line-height: 44px !important;
  }

  .about-wrap{
    flex-direction: column;
    height: auto;
  }
  .content-about{
    width: 100%;
  }
  .about-sec + .about-sec {
    border-left: none;
    border-top: 1px solid #232524;
    padding-left: 0;
    padding-top: 16px;
  }
  .about-card-profile .logo-con {
    height: 136px;
  }
  .about-sec-1{
    width: 100%;
  }
  .resume-img{
    width: auto;
  }
  .gray {
    opacity: 100;
  }
  .header-menu {
    display: none;
  }
  .main_wrap h1 {
    font-size: 7vw;
  }
  .main_wrap h1 span {
    font-size: 7vw;
  }
  .anim-hero {
    bottom: -100px;
    width: 1000px;
    z-index: -2;
  }
  .resume-wraper {
    flex-direction: column;
    gap: 32px;
  }
  .resume-wraper .resume-side-con {
    width: 100%;
    height: auto;
  }
  .main_wrap {
    height: auto;
    padding: 40px 20px;
  }
  .main_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .contact-wrap {
    width: 100%;
  }
  .contact-wrap p span {
    width: 100%;
  }
  .contact-wrap p span textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .contact-wrap .name-container p span {
    width: 100%;
  }
  .contact-wrap .btn-wrap p input {
    color: #000;
    width: 100%;
  }
  .container {
    max-width: 1024px;
  }
  .contact-cont {
    flex-direction: column;
  }
  .container--1366 {
    max-width: 768px;
  }
  .con-proj {
    flex-direction: column;
  }
  .proj-sec {
    justify-content: flex-start;
  }
  .con-proj:nth-child(2) {
    flex-direction: column-reverse;
  }
  .main-con .btn-read div {
    margin-bottom: 40px;
  }
}
/* lg */
@media (max-width: 1024px) {
  .fl-splt{
    flex-direction:row;
  }

  .sec-2-h{
    display: none !important;
  }

  .proj-info-con p br {
    display: none !important;
  }
  .main-blog-con p br {
    display: none !important;
  }


  .proj-con-2 {
    flex-direction: column;
  }
  .proj-img {
    width: 100% !important;
    min-width: 100% !important;
    height: 400px !important;
  }
  .mt--80-a {
    margin: 40px 0 !important;
  }

  .main-proj-con h1 {
    font-size: 48px !important;
  }

  .main-proj-con span {
    font-size: 40px !important;
  }

  .project-wrap {
    gap: 60px;
  }
  .proj-content-con h2 {
    font-size: 8vw;
  }
  .main-con p {
    width: 100%;
  }
  .container {
    max-width: 768px;
  }
  .container--1366 {
    max-width: 640px;
  }
  .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer-wrap p {
    text-align: center;
  }
}
/* ---- Process: tablet 2×2 ---- */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset borders for 2×2 layout */
  .process-step {
    border-left: 1px solid #232524;
    border-top: 1px solid #232524;
  }
  /* Remove left border on first column (steps 1 & 3) */
  .process-step:nth-child(odd) {
    border-left: none;
  }
  /* Remove top border on first row (steps 1 & 2) */
  .process-step:nth-child(1),
  .process-step:nth-child(2) {
    border-top: none;
  }
}

/* md */
@media (max-width: 768px) {
  /* ---- Process: vertical stepper ---- */
  .process-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .process-step {
    padding: 24px 24px 24px 28px;
    border: 1px solid #1e1e1e;
    border-left: none;
    border-top: 1px solid #1e1e1e;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.015);
    overflow: hidden;
    transition: background 250ms ease;
  }

  /* Gradient left accent bar */
  .process-step::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #00e0ff 0%, #00ff94 100%);
    border-radius: 3px 0 0 3px;
  }

  /* Reset overrides from tablet */
  .process-step:nth-child(odd),
  .process-step:nth-child(1),
  .process-step:nth-child(2) {
    border-left: none;
    border-top: 1px solid #1e1e1e;
  }
  .process-step:first-child {
    border-top: none;
    padding-top: 20px;
  }

  .step-number {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .hero-cta-row .btn-primary,
  .hero-cta-row .btn-secondary {
    width: 100%;
  }

  .role-badge {
    font-size: 11px;
  }

  .fl-splt{
    flex-direction: column;
  }

  .p--40{
    padding: 24px !important;
  }

  .title-nav-con h2{
    font-size: 16px;
  }
  
  .title-nav-con a {
    font-size: 16px;
  }

  .skill-con {
    height: 210px;
  }

  .margin-top-32{
    margin-top: 24px;
  }

  .margin-top-88{
    margin-top: 40px;
  }

  .card-container .news-card .card-content-con h3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
  }


  .container {
    max-width: 640px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-wrap {
    padding: 1rem 0 1rem;
  }
  .resume-side-con h1 {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .contact-wrap-1 {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-wrap-1 .p-contact {
    margin: 0;
    font-size: 40px;
  }
  .contact-wrap-1 .email-wrap {
    margin: 0;
  }
  .content-about {
    width: 100%;
  }



}
/* sm */
@media (max-width: 640px) {
  .anim-scroll{
    display: none;
  }
  .contact-wrap-1 .p-contact {
    margin: 0;
    font-size: 32px;
  }

  .mt--60 {
    margin-top: 32px !important; 
  }

  .about-card {
    padding: 17px;
  }
  .about-card h2 {
    font-size: 19px;
    text-align: center;
  }

  .about-card p {
    font-size: 12px;
    text-align: center;
    line-height: 19px;
}
  .about-wrap h1 {
    font-size: 36px;
  }
  .about-card-profile h2 {
    font-size: 20px;
  }
  .about-card-profile p,
  .content-about {
    font-size: 14px;
  }
  .skill-con {
    height: 200px;
    overflow: hidden;
  }

  .skill-con .skill-wrap .skill-card {
    width: 100px !important;
  }

  .skill-con .skill-wrap .skill-card svg {
    width: 100px !important; 
  }

  .main-proj-con h1 {
    font-size: 32px !important;
  }
  .main-proj-con span {
    font-size: 28px !important;
  }

  .mt--80-a {
    margin: 32px 0 !important;
  }

  .proj-img {
    width: 100% !important;
    height: 280px !important;
  }

  .proj-info-con h2{
    font-size: 34px !important;
  }
  .proj-info-con h2 span {
    font-size: 20px !important;
  }

  .proj-info-con h1{
    font-size: 34px !important;
  }
  .proj-info-con h1 span {
    font-size: 20px !important;
  }

  .proj-info-con p {
    font-size: 16px !important;
  }

  .main_wrap .btn-read div {
    width: 100% !important;
  }
  .container {
    max-width: 475px !important;
  }

  .span-con {
    font-size: 16px !important;
  }
  .gradient-border-1 ,
  .btn--learn-more{
    width: 100% !important;
  }

  .proj-con-2 {
    gap: 32px !important;
  }



  .container--1366 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container--768 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-blog-con h1 {
    font-size: 34px !important;
  }
  .main-blog-con h1 span  {
    font-size: 20px !important;
  }

  .main-blog-con p {
    font-size: 16px !important;
  }

  .main-con .btn-read div {
    margin-bottom: 0;
  }
}
/* xs */
@media (max-width: 475px) {
  .container {
    width: 100%;
  }
}



