/* Updated to a vibrant Orange accent */
:root {
  --accent: #f97316;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #ffffff;
  color: #1e293b;
}
.container-1250 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.glass {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.gradient-bg {
  background: radial-gradient(circle at top right, #fff7ed, #ffffff);
}

nav.shadow-sm a,
nav.shadow-sm div.text-2xl {
  color: #1e293b !important;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.hero-slide.active {
  opacity: 1;
  z-index: 2;
}
.step-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent),
    transparent
  );
  transform: translateX(-50%);
}

/* ///////////////////////////////// */

#testiTrack {
  display: flex;
}

.testi-card {
  width: calc(33.333% - 1rem);
}

#hero {
  height: 95vh;
}

#hero div.hero-slide div.relative.z-10 {
  width: 50%;
  margin: 0 auto;
}

.footer-navigation {
  padding-left: 60px;
}

div.bg-slate-50.p-8 {
  margin-top: -32px;
}

div.justify-start {
  align-items: center;
  gap: 10px;
}

footer div.justify-start .text-2xl {
  margin-top: 0 !important;
}

/* ================= Contact Cards ================= */

.contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.08),
    rgba(99, 102, 241, 0.08)
  );
  opacity: 0;
  transition: 0.35s ease;
}

.contact-card:hover::before {
  opacity: 1;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Icon */

.contact-card .icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title */

.contact-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

/* Text */

.contact-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

@media only screen and (min-width: 1365px) and (max-width: 1367px) {
  #hero div.hero-slide div.relative.z-10 {
    width: 65%;
    margin: 0 auto;
  }

  footer.container-1250 {
    padding: 6rem 0 1.75rem !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  #hero div.hero-slide div.relative.z-10 {
    width: 65%;
    margin: 0 auto;
  }

  footer.container-1250 {
    padding: 6rem 0 1.75rem !important;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1279px) {
  #hero div.hero-slide div.relative.z-10 {
    width: 65%;
    margin: 0 auto;
  }

  footer.container-1250 {
    padding: 6rem 0 1.75rem !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  #hero {
    height: 60vh;
  }

  #hero div.hero-slide div.relative.z-10 {
    width: 65%;
    margin: 0 auto;
  }

  #about {
    padding: 6rem 1.5rem;
  }

  #about div.max-w-7xl.mx-auto {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #about div.max-w-7xl div.order-2 {
    order: 2;
  }

  #about div.max-w-7xl div.order-1 {
    order: 1;
  }

  #about
    > div
    > div.max-w-7xl.mx-auto.grid.lg\:grid-cols-2.gap-16.items-center
    > div.order-2.lg\:order-1
    > div {
    grid-template-columns: repeat(3, 1fr);
  }

  footer.container-1250 {
    padding: 6rem 0 1.75rem !important;
  }

  .testi-card {
    width: calc(50% - 0.5rem) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hero {
    height: 70vh;
  }

  #hero div.hero-slide div.relative.z-10 {
    width: 100%;
    margin: 0 auto;
  }

  h1 {
    font-size: 3.5rem;
    line-height: 1;
  }

  #process {
    padding: 6rem 1.5rem !important;
  }

  #services div.grid.grid-cols-1.gap-8 {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-line {
    left: 337px;
  }

  #about {
    padding: 6rem 1.5rem;
  }

  #about div.max-w-7xl.mx-auto {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #about div.max-w-7xl div.order-2 {
    order: 2;
  }

  #about div.max-w-7xl div.order-1 {
    order: 1;
  }

  #about
    > div
    > div.max-w-7xl.mx-auto.grid.lg\:grid-cols-2.gap-16.items-center
    > div.order-2.lg\:order-1
    > div {
    grid-template-columns: repeat(3, 1fr);
  }

  footer.container-1250 {
    padding: 6rem 0 1.75rem !important;
  }

  .testi-card {
    width: calc(50% - 0.5rem) !important;
  }

  div.bg-slate-50.p-8 {
    margin: 0;
  }
  #navbar #menuBtn {
    color: #fff7ed;
  }

  #navbar.shadow-sm #menuBtn {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  #mobileMenu a.w-full {
    padding-left: 0.75rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #navbar #menuBtn {
    color: #fff7ed;
  }

  #navbar.shadow-sm #menuBtn {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  #mobileMenu a.w-full {
    padding-left: 0.75rem;
  }

  #hero {
    height: 90vh !important;
  }

  #hero div.hero-slide div.relative.z-10 {
    width: 100%;
    margin: 0 auto;
  }

  h1 {
    font-size: 2.5rem !important;
    line-height: 1;
  }

  #hero p {
    font-size: 16px !important;
  }

  #hero div.hero-btns {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #about {
    padding: 6rem 0rem !important;
  }
  /* 
#process .process-step{
    align-items: start;
} */

  /* .step-line{
    left: 130px;
} */

  #process {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* 
  #process .text-center h2 {
    font-size: 1.9rem;
  } */
  /* 
  #process .text-center p {
    font-size: 0.95rem;
  } */

  /* Timeline Line */
  #process .step-line {
    left: 18px;
    width: 2px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fb923c;
    height: 79%;
  }

  /* Each Step */
  #process .process-step {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 3rem;
    /* padding-left: 2.5rem; */
  }

  /* Step Number Circle */
  #process .process-step > div:nth-child(2) {
    min-width: 36px;
    height: 40px;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  /* Text Content */
  #process .process-step h4 {
    font-size: 1.2rem;
    text-align: left;
  }

  #process .process-step p {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
  }

  /* Remove Desktop Spacing Columns */
  #process .process-step > div:first-child,
  #process .process-step > div:last-child {
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Remove Empty Spacer Divs */
  #process .process-step > div:last-child {
    display: none;
  }

  #testimonials {
    padding: 6rem 0;
  }

  #testiTrack {
    gap: 20px !important;
  }

  .testi-card {
    width: 100% !important;
    min-width: 100% !important;
  }

  .footer-navigation {
    padding: 0;
  }

  div.bg-slate-50.p-8 {
    margin: 0;
  }
}
