@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap");

/* =======================================================================================================================================================================
HERO SECTION
========================================================================================================================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "khand", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body h1,
h2,
h3,
h4,
h3 {
  font-family: "khand", sans-serif;
}

body p,
span {
  font-family: "DM Sans", sans-serif;
}

:root {
  --why-gap: 1rem;
  --why-speed: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  --why-closed: 5.3rem;
  --why-open: 30rem;
  --why-accent: #0272cd;
  --why-bg1: #0b3a86;
  --why-bg2: #0f66c3;
  --why-text: #cfe0ff;
  --why-white: #ffffff;
}

/* =========================
   MAIN WRAPPER
========================= */
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #111;
}

/* =========================
   SLIDES
========================= */
.card {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.56) 26%,
    rgba(0, 0, 0, 0.18) 58%,
    rgba(0, 0, 0, 0.28) 100%
  );
  z-index: 1;
}

.card-content {
  display: none !important;
}

/* =========================
   TOP INDICATOR
========================= */
.indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #0272cd;
  z-index: 60;
}

/* =========================
   LEFT CONTENT
========================= */
.details {
  position: absolute;
  top: 100px;
  left: 200px;
  z-index: 25;
  width: 700px;
  max-width: calc(100vw - 700px);
  color: #fff;
}

.details .brand {
  margin-bottom: 22px;
}

.details .brand img {
  display: block;
  width: auto;
  height: 64px;
  max-width: 220px;
}

.title-box-1,
.title-box-2 {
  margin: 0;
  height: auto;
  overflow: visible;
}

.title-1,
.title-2 {
  margin: 0;
  font-family: "Khand", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #fff;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  text-transform: capitalize !important;
}

.desc {
  margin-top: 18px;
  width: 440px;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

/* =========================
   CTA BUTTONS
========================= */
.cta {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 210px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
  white-space: nowrap;
  border: none;
  font-family: "DM Sans", sans-serif;
}

.cta-btn span {
  color: #ffffff;
}

.cta-btn:hover {
  transform: translateY(-2px);
}

.consult-btn {
  /* background: linear-gradient(90deg, #02205f 0%, #0272cd 100%); */
  background: #0272cd;
  box-shadow: 0 12px 28px rgba(90, 70, 240, 0.32);
}

.whatsapp-btn {
  background: #00c746;
  box-shadow: 0 12px 28px rgba(16, 200, 79, 0.28);
  gap: 10px;
}

.whatsapp-btn i {
  font-size: 24px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.whatsapp-btn span {
  display: inline-block;
  line-height: 1;
}

/* =========================
   RIGHT CONTROLS / PAGINATION
========================= */
.pagination {
  position: absolute;
  right: 42px;
  bottom: 24px;
  z-index: 40;
  display: flex;
  align-items: center;
}

.arrow {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
  padding: 0;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.arrow + .arrow {
  margin-left: 12px;
}

.arrow svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
  color: #fff;
}

/* progress */
.progress-sub-container {
  width: 170px;
  height: 3px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  overflow: hidden;
}

.progress-sub-background {
  width: 100%;
  height: 100%;
}

.progress-sub-foreground {
  width: 0;
  height: 100%;
  background: #0272cd;
  border-radius: 999px;
}

.slide-numbers {
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  overflow: hidden;
}

.slide-numbers .item {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

/* =========================
   INTRO COVER
========================= */
.cover {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 100;
}

/* =========================
   LARGE DESKTOP
========================= */
@media (min-width: 1400px) {
  .details {
    left: 200px;
    width: 700px;
    max-width: calc(100vw - 700px);
  }

  .title-1,
  .title-2 {
    font-size: 58px;
  }

  .desc {
    width: 460px;
  }

  .pagination {
    right: 56px;
  }
}

/* =========================
   LAPTOP
========================= */
@media (max-width: 1199px) {
  .slider-wrapper {
    height: 560px;
  }

  .details {
    top: 68px;
    left: 42px;
    width: 440px;
    max-width: calc(100vw - 360px);
  }

  .details .brand img {
    height: 56px;
    max-width: 190px;
  }

  .title-1,
  .title-2 {
    font-size: 46px;
  }

  .desc {
    width: 390px;
    font-size: 16px;
  }

  .pagination {
    right: 26px;
    bottom: 20px;
  }

  .progress-sub-container {
    width: 135px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .slider-wrapper {
    height: 540px;
  }

  .details {
    top: 54px;
    left: 28px;
    width: 360px;
    max-width: calc(100vw - 260px);
  }

  .details .brand {
    margin-bottom: 14px;
  }

  .details .brand img {
    height: 50px;
    max-width: 175px;
  }

  .title-1,
  .title-2 {
    font-size: 40px;
    line-height: 1.04;
  }

  .desc {
    margin-top: 14px;
    width: 340px;
    font-size: 15px;
    line-height: 1.6;
  }

  .cta {
    margin-top: 22px;
    gap: 12px;
  }

  .cta-btn {
    min-width: 185px;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }

  .pagination {
    right: 18px;
    bottom: 16px;
  }

  .arrow {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .progress-sub-container {
    width: 110px;
    margin-left: 14px;
  }

  .slide-numbers {
    width: 38px;
    height: 38px;
    margin-left: 8px;
  }

  .slide-numbers .item {
    font-size: 22px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .slider-wrapper {
    height: 540px;
  }

  .card::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.7) 42%,
      rgba(0, 0, 0, 0.48) 100%
    );
  }

  .details {
    top: 22px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
  }

  .details .brand {
    margin-bottom: 12px;
  }

  .details .brand img {
    height: 42px;
    max-width: 150px;
  }

  .title-1,
  .title-2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .desc {
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }

  .cta {
    margin-top: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .cta-btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 14px;
    padding: 0 16px;
  }

  .pagination {
    right: 12px;
    bottom: 12px;
  }

  .arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .arrow + .arrow {
    margin-left: 8px;
  }

  .progress-sub-container {
    display: none;
  }

  .slide-numbers {
    width: 30px;
    height: 30px;
    margin-left: 6px;
  }

  .slide-numbers .item {
    font-size: 18px;
  }
}

/* =========================
   VERY SMALL MOBILE
========================= */
@media (max-width: 480px) {
  .slider-wrapper {
    height: 520px;
  }

  .details {
    top: 50px;
    left: 14px;
    right: 14px;
  }

  .details .brand img {
    height: 38px;
    max-width: 138px;
  }

  .title-1,
  .title-2 {
    font-size: 28px;
  }

  .desc {
    font-size: 13px;
  }

  .cta-btn {
    height: 46px;
    font-size: 13px;
  }
}

/* =======================================================================================================================================================================
SERVICE SECTION
========================================================================================================================================================================== */

.our-services-section {
  position: relative;
  padding: 50px 20px;
  background: #f8fafc;
  overflow: hidden;
}

.services-header {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.services-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #0272cd;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.services-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.services-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  min-height: 340px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 24px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  animation: rotate 8s linear infinite;
  opacity: 0;
  transition: opacity 0.6s ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.service-tag {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-availability {
  display: flex;
  gap: 8px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease 0.2s forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-availability svg {
  width: 16px;
  height: 16px;
  color: #0272cd;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(16, 185, 129, 0.3));
}

.service-availability p {
  font-size: 14px;
  font-weight: 500;
  color: #0272cd;
  margin: 0;
}

.service-heading {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.6s ease 0.4s forwards;
  margin: 0;
}

.service-description {
  font-weight: 400;
  color: #64748b;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease 0.6s forwards;
  margin: 0;
}

.service-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  position: relative;
  z-index: 10;
}

.btn-learnmore {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #02205f 0%, #0272cd 100%);
  color: white !;
  font-weight: 500;
  font-size: 15px;
  transform: translateX(-120px) scale(0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.btn-learnmore span {
  color: #ffffff;
}

.btn-learnmore svg {
  width: 18px;
  height: 18px;
  color: #fff;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.btn-learnmore:hover svg {
  transform: translateX(4px);
}

.btn-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.btn-plus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #02205f 0%, #0272cd 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

.btn-plus svg {
  width: 20px;
  height: 20px;
  fill: #475569;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-plus:hover {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4);
}

.btn-plus:hover::before {
  opacity: 1;
}

.btn-plus:hover svg {
  fill: white;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 60px rgba(124, 58, 237, 0.3);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card:hover .service-tag {
  /* background: linear-gradient(135deg, #02205f 0%, #0272cd 100%); */
  background: #02205f;
  color: white;
  transform: scale(1.05);
}

.service-card:hover .btn-learnmore {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.service-card.clicked {
  transform: translateY(-4px) scale(0.98);
  transition: transform 0.1s ease;
}

.service-card.clicked::before {
  opacity: 0.7;
}

.service-card:hover .floating-particle {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}

.floating-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: linear-gradient(45deg, #7c3aed, #a855f7);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.particle-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}
.particle-2 {
  top: 30%;
  right: 20%;
  animation-delay: 0.3s;
}
.particle-3 {
  bottom: 25%;
  left: 25%;
  animation-delay: 0.6s;
}
.particle-4 {
  bottom: 35%;
  right: 15%;
  animation-delay: 0.9s;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .our-services-section {
    padding: 80px 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-title {
    font-size: 28px;
  }

  .service-card {
    width: 100%;
    min-height: 320px;
    padding: 24px;
  }

  .service-heading {
    font-size: 24px;
  }

  .service-description {
    font-size: 15px;
  }

  .btn-learnmore {
    padding: 11px 18px;
    font-size: 14px;
  }

  .btn-plus {
    width: 44px;
    height: 44px;
  }
}

/* =======================================================================================================================================================================
WHY CHOOSE US SECTION
========================================================================================================================================================================== */

.why-section {
  background: linear-gradient(90deg, var(--why-bg1) 0%, var(--why-bg2) 100%);
  color: var(--why-text);
  position: relative;
  overflow: hidden;
  padding: 0 0 28px;
  font-family: "Khand", sans-serif;
}

.why-section *,
.why-section *::before,
.why-section *::after {
  box-sizing: border-box;
}

.why-section .head {
  max-width: 1400px;
  margin: 0 auto;
  padding: 68px 20px 34px;
}

.why-section .head h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.15;
  font-weight: 700;
  color: var(--why-white);
  text-align: center;
}

.why-section .slider {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.why-section .track {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
  padding: 0 20px 24px;
}

.why-section .project-card {
  position: relative;
  flex: 0 0 var(--why-closed);
  height: 25.5rem;
  border-radius: 5%;
  overflow: hidden;
  cursor: pointer;
  transition:
    flex-basis var(--why-speed),
    transform var(--why-speed),
    box-shadow var(--why-speed),
    filter var(--why-speed);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.why-section .project-card[active] {
  flex-basis: var(--why-open);
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.why-section .project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.88);
  transform: scale(1);
  transition:
    transform var(--why-speed),
    filter var(--why-speed);
}

.why-section .project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 36, 0.08) 0%,
    rgba(5, 16, 36, 0.16) 35%,
    rgba(5, 16, 36, 0.72) 100%
  );
  z-index: 1;
}

.why-section .project-card:hover .project-card__bg {
  transform: scale(1.04);
  filter: brightness(0.84) saturate(1);
}

.why-section .project-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
}

.why-section .project-card__title {
  margin: 0;
  color: var(--why-white);
  font-weight: 700;
  font-size: 1.08rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  letter-spacing: 0.2px;
}

.why-section .project-card__desc,
.why-section .project-card__btn {
  display: none;
}

.why-section .project-card[active] .project-card__content {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem 2rem 1.6rem;
}

.why-section .project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  text-align: left;
  font-size: 2.3rem;
  line-height: 1.1;
  max-width: 22rem;
  margin-bottom: 0.9rem;
}

.why-section .project-card[active] .project-card__desc,
.why-section .project-card[active] .project-card__btn {
  display: block;
}

.why-section .project-card__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 20rem;
  margin: 0 0 1rem;
}

.why-section .project-card__btn {
  padding: 0.78rem 1.45rem;
  border: none;
  border-radius: 999px;
  background: var(--why-accent);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.why-section .project-card__btn:hover {
  background: #ff613f;
  transform: translateY(-2px);
}

/* hide nav + dots if they still exist */
.why-section .controls,
.why-section .dots {
  display: none !important;
}

/* tablet */
@media (max-width: 1023px) {
  .why-section {
    --why-closed: 4.6rem;
    --why-open: 23rem;
  }

  .why-section .head {
    padding: 54px 20px 28px;
  }

  .why-section .head h2 {
    font-size: 2rem;
  }

  .why-section .project-card {
    height: 22.5rem;
  }

  .why-section .project-card[active] .project-card__title {
    font-size: 1.8rem;
    max-width: 16rem;
  }

  .why-section .project-card__desc {
    font-size: 0.95rem;
    max-width: 16rem;
  }
}

/* mobile */
@media (max-width: 767px) {
  .why-section {
    --why-closed: 100%;
    --why-open: 100%;
    --why-gap: 0.85rem;
    padding-bottom: 18px;
  }

  .why-section .head {
    padding: 30px 16px 20px;
  }

  .why-section .head h2 {
    font-size: 1.7rem;
  }

  .why-section .slider {
    padding: 0 16px;
  }

  .why-section .track {
    flex-direction: column;
    gap: 0.85rem;
    padding: 0 0 10px;
    align-items: stretch;
  }

  .why-section .project-card {
    width: 100%;
    min-height: 82px;
    height: auto;
    flex: 0 0 auto;
  }

  .why-section .project-card[active] {
    min-height: 290px;
    transform: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  }

  .why-section .project-card__content {
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .why-section .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.05rem;
    text-align: left;
    width: 100%;
  }

  .why-section .project-card[active] .project-card__content {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.35rem;
  }

  .why-section .project-card[active] .project-card__title {
    font-size: 1.55rem;
    max-width: 100%;
    margin-bottom: 0.75rem;
  }

  .why-section .project-card__desc {
    max-width: 100%;
    font-size: 0.95rem;
    margin-bottom: 0.9rem;
  }

  .why-section .project-card__btn {
    width: 100%;
    text-align: center;
  }
}

/* =======================================================================================================================================================================
FOUR PROCESS SECTION
========================================================================================================================================================================== */

.process-section {
  padding: 50px 0;
  background: #f3f4f6;
}

.process-section .container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.process-subtitle {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0272cd;
  font-family: "Khand", sans-serif;
}

.process-head h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
  color: #0f172a;
  font-family: "Khand", sans-serif;
  font-weight: 700;
}

.process-text {
  margin: 14px auto 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  font-family: "Khand", sans-serif;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.process-card {
  position: relative;
  height: 250px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.process-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.process-card:hover img {
  transform: scale(1.06);
}

.process-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.process-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.process-badge {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Khand", sans-serif;
}

.process-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

/* Tablet */
@media (max-width: 991px) {
  .process-section {
    padding: 75px 0;
  }

  .process-head {
    margin-bottom: 36px;
  }

  .process-head h2 {
    font-size: 40px;
  }

  .process-text {
    font-size: 15px;
  }

  .process-grid {
    gap: 20px;
  }

  .process-card {
    height: 220px;
  }

  .process-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 12px;
  }

  .process-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 13px;
  }

  .process-content h3 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .process-section {
    padding: 65px 0;
  }

  .process-section .container-custom {
    padding: 0 16px;
  }

  .process-head {
    margin-bottom: 30px;
  }

  .process-head h2 {
    font-size: 34px;
  }

  .process-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-card {
    height: 210px;
    border-radius: 18px;
  }

  .process-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .process-badge {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 12px;
  }

  .process-content h3 {
    font-size: 22px;
    line-height: 1.05;
  }
}

/* =======================================================================================================================================================================
LEAD FORM SECTION
========================================================================================================================================================================== */

.consult-contact-section {
  background: #f3f4f6;
  padding: 20px 20px 50px 20px;
}

.consult-contact-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #02205f;
  border-radius: 28px;
  padding: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: 34px;
  align-items: center;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.14);
}

.consult-contact-left {
  color: #ffffff;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 6px 10px 6px;
}

.consult-contact-left > div {
  max-width: 470px;
}

.consult-mini-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7fc5ff;
}

.consult-contact-left h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  max-width: 430px;
}

.consult-desc {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.84);
  max-width: 440px;
}

.consult-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.consult-info-list span {
  color: #ffffff !important;
}

.consult-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.55;
}

.consult-icon {
  width: 24px;
  min-width: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.95;
}

.consult-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #25d366 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.22);
}

.consult-whatsapp-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
}

.consult-contact-right {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.consult-form-clean {
  width: 100%;
}

.consult-service-label {
  font-size: 15px;
  font-weight: 700;
  color: #16364a;
  margin-bottom: 14px;
}

.consult-service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.consult-service-options label {
  position: relative;
  cursor: pointer;
}

.consult-service-options input {
  display: none;
}

.consult-service-options span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #52687d;
  background: #f8fbfd;
  transition: all 0.25s ease;
}

.consult-service-options input:checked + span {
  background: linear-gradient(90deg, #02205f 0%, #0272cd 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(31, 122, 154, 0.18);
}

.consult-form-group {
  margin-bottom: 16px;
}

.consult-form-group input,
.consult-form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8e1eb;
  padding: 14px 2px;
  font-size: 15px;
  color: #1e293b;
  outline: none;
  background: transparent;
  font-family: "Khand", sans-serif;
  transition: all 0.25s ease;
}

.consult-form-group input::placeholder,
.consult-form-group textarea::placeholder {
  color: #73879b;
}

.consult-form-group input:focus {
  border-bottom-color: #1f7a9a;
}

.consult-form-group input,
.consult-form-group textarea {
  font-family: "DM Sans", sans-serif;
}

.consult-form-group textarea {
  border: 1px solid #d8e1eb;
  border-radius: 12px;
  padding: 14px;
  min-height: 108px;
  height: 100px;
  resize: none;
  margin-top: 4px;
  background: #fbfcfe;
}

.consult-form-group textarea:focus {
  border-color: #1f7a9a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(31, 122, 154, 0.06);
}

.consult-submit-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #0272cd;
  color: #ffffff;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 12px;
  box-shadow: 0 14px 28px rgba(31, 122, 154, 0.18);
}

.consult-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(31, 122, 154, 0.24);
}

@media (max-width: 991px) {
  .consult-contact-section {
    padding: 80px 20px;
  }

  .consult-contact-box {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }

  .consult-contact-left {
    padding: 0;
  }

  .consult-contact-left > div,
  .consult-desc {
    max-width: 100%;
  }

  .consult-contact-left h2 {
    font-size: 36px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .consult-contact-section {
    padding: 70px 16px;
  }

  .consult-contact-box {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .consult-contact-left h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .consult-desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .consult-info-item {
    font-size: 15px;
  }

  .consult-contact-right {
    padding: 18px;
    border-radius: 16px;
  }

  .consult-service-options {
    gap: 8px;
  }

  .consult-service-options span {
    font-size: 11px;
    padding: 8px 12px;
  }

  .consult-submit-btn,
  .consult-whatsapp-link {
    font-size: 14px;
  }
}

/* =========================================
   SAFE TEXT + SECTION REVEAL
========================================= */

/* default visible */
.services-header,
.process-head,
.consult-contact-box,
.service-card,
.process-card {
  opacity: 1;
  transform: none;
}

/* only JS-added elements animate */
.scroll-fade {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade[data-delay="1"] {
  transition-delay: 0.08s;
}
.scroll-fade[data-delay="2"] {
  transition-delay: 0.16s;
}
.scroll-fade[data-delay="3"] {
  transition-delay: 0.24s;
}
.scroll-fade[data-delay="4"] {
  transition-delay: 0.32s;
}

/* hero background subtle zoom */
.card {
  transform-origin: center center;
  will-change: transform, width, height, x, y;
}

/* keep services heading always clean */
.services-header .services-subtitle,
.services-header .services-title {
  opacity: 1;
  visibility: visible;
}

/* mobile */
@media (max-width: 767px) {
  .scroll-fade {
    transform: translateY(24px);
  }
}

/* Services text animation */
.services-header .services-subtitle,
.services-header .services-title {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.services-header .services-subtitle.in-view,
.services-header .services-title.in-view {
  opacity: 1;
  transform: translateY(0);
}

.services-header .services-title {
  transition-delay: 0.18s;
}

.consult-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 280px;
  max-width: 380px;
  padding: 14px 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); */
}

.consult-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.consult-toast.success {
  background: #16a34a;
}

.consult-toast.error {
  background: #dc2626;
}
