:root {
  --header-h: 70px;
}

body {
  background-color: #eff3f7;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  max-height: 40px;
}

.nav-link {
  font-weight: 600;
  color: #0f5f0f;
  text-transform: uppercase;
}

main {
  margin-top: var(--header-h);
}

.custom-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
}

.custom-hero .carousel-inner,
.custom-hero .carousel-item {
  min-height: calc(100vh - var(--header-h));
  height: calc(100vh - var(--header-h));
}

.custom-hero .carousel-item {
  position: relative;
  overflow: hidden;
}

.custom-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: kenburns 9s ease-in-out infinite alternate;
  z-index: 0;
}

.custom-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.custom-slide-content {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slide-content .row {
  width: 100%;
  justify-content: center;
}

.custom-slide-content .col-12.col-lg-7 {
  text-align: center;
}

.custom-slide-logo {
  max-height: 64px;
  width: auto;
}

.custom-slide-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(28px, 3.2vw, 56px);
}

.custom-slide-btn {
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 999px;
}

.custom-hero .carousel-indicators {
  justify-content: flex-start;
  margin: 0 12px 22px 12px;
  gap: 10px;
  z-index: 3;
}

.custom-hero .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.custom-hero .carousel-indicators .active {
  background-color: #0f5f0f;
  border-color: #fff;
}

.custom-ctrl {
  width: 56px;
  height: 56px;
  top: auto;
  bottom: 22px;
  opacity: 1;
  z-index: 3;
}

.custom-hero .carousel-control-prev,
.custom-hero .carousel-control-next {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.custom-hero .carousel-control-prev {
  left: auto;
  right: 84px;
}

.custom-hero .carousel-control-next {
  right: 22px;
}

.custom-hero .carousel-control-prev-icon,
.custom-hero .carousel-control-next-icon {
  filter: invert(1);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
}

@keyframes kenburns {
  from {
    transform: scale(1.06) translateX(0);
  }
  to {
    transform: scale(1.14) translateX(-14px);
  }
}

.after-hero {
  background: linear-gradient(180deg, #eff3f7 0%, #ffffff 100%);
  padding: clamp(28px, 4vw, 56px) 0;
}

.after-hero-subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
}

.after-hero-title {
  font-size: 40px;
  font-weight: 800;
  color: #0f5f0f;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.after-hero-title .char {
  display: inline-block;
  transform: translateX(18px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.after-hero-title.is-ready .char {
  transform: translateX(0);
  opacity: 1;
}

.after-hero-title .space {
  width: 0.35em;
}

.after-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #0f5f0f;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

.after-hero-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 2px;
  background: currentColor;
}

.after-hero-link-icon {
  font-size: 16px;
  transform: translateY(-1px);
}

.about-split {
  background: linear-gradient(180deg, #ffffff 0%, #eff3f7 100%);
  padding-top: 0px;
  padding-bottom: 56px;
}

.about-split-media {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.about-split .swiper {
  width: 100%;
}

.about-split .swiper-slide img {
  width: 100%;
  height: min(520px, 70vw);
  object-fit: cover;
  display: block;
}

.about-swiper-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.aboutSwiper .swiper-button-prev::after,
.aboutSwiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
  color: #0f5f0f;
}

.about-split-content {
  padding: clamp(6px, 1.2vw, 10px);
}

.about-split-title {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  color: #0f5f0f;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
}

.about-split-text {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.process-steps {
  background: #ffffff;
  padding: clamp(28px, 4vw, 56px) 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.process-item {
  position: relative;
}

.process-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 14px;
}

.process-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.process-icon i {
  font-size: 28px;
  color: #0f5f0f;
}

.process-no {
  display: none;
}

.process-line {
  position: absolute;
  left: 50%;
  top: 32px;
  right: -22px;
  height: 2px;
  pointer-events: none;
  transform: translateX(-50%);
  display: none;
}

.process-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(13, 71, 161, 0.22);
}

.process-item:last-child .process-line {
  display: none;
}

.process-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #0f5f0f;
  letter-spacing: -0.01em;
  text-align: center;
}

.process-text {
  margin: 0;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

.projects-title {
  padding: 56px 0 32px;
  background: #ffffff;
}

.animated-title {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  color: #0f5f0f;
  letter-spacing: -0.02em;
}

.animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  animation: titleReveal 0.6s ease forwards;
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.projects-slider {
  padding: 32px 0 64px;
  background: #ffffff;
}

.project-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #e3e6ea;
  text-align: center;
}

.project-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.project-card h3 {
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #0f5f0f;
  margin: 0;
}

.projects-prev::after,
.projects-next::after {
  content: none;
}

.projects-prev,
.projects-next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-prev i,
.projects-next i {
  font-size: 16px;
  color: #0f5f0f;
}

.projects-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.projects-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.contact-cta {
  position: relative;
  background-image: url("/assets/images/contactbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: clamp(56px, 6vw, 96px) 0;
  color: #ffffff;
}

.contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  z-index: 0;
}

.contact-cta .container {
  position: relative;
  z-index: 1;
}

.contact-cta-title {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.contact-cta-subtitle {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  margin: 0 0 36px 0;
}

.contact-cta-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-btn i {
  font-size: 16px;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.contact-btn.outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.contact-btn.outline:hover {
  background: #ffffff;
  color: #000;
}

.site-footer {
  background: #161616;
  color: #e9f1ff;
}

.footer-top {
  padding: clamp(32px, 4vw, 72px) 0;
}

.footer-col {
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-company {
  font-size: 15px;
  opacity: 0.9;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.social-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
}

.footer-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.92;
}

.footer-inline-link {
  color: #e9f1ff;
  text-decoration: none;
}

.footer-inline-link:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.footer-link {
  color: #e9f1ff;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.92;
}

.footer-link:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-bottom {
  background: #ffffff;
  color: #111;
  padding: 14px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.footer-dev-link {
  color: #001e50;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.footer-dev-link:hover {
  text-decoration: underline;
}

.footer-copy {
  font-weight: 600;
}

@media (min-width: 992px) {
  .footer-col {
    text-align: left;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-links {
    align-items: flex-start;
  }

  .footer-bottom-inner {
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-h: 60px;
  }

  .navbar-brand img {
    max-height: 34px;
  }

  .custom-slide-content .col-12.col-lg-7 {
    padding: 0 20px;
  }

  .custom-slide-logo {
    max-height: 48px;
  }

  .custom-slide-title {
    font-size: clamp(22px, 6vw, 36px);
    line-height: 1.15;
  }

  .custom-slide-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .custom-hero .carousel-indicators {
    margin: 0 12px 16px 12px;
  }

  .custom-ctrl {
    width: 44px;
    height: 44px;
    bottom: 16px;
  }

  .custom-hero .carousel-control-prev,
  .custom-hero .carousel-control-next {
    width: 44px;
    height: 44px;
  }

  .custom-hero .carousel-control-prev {
    right: 72px;
  }

  .custom-hero .carousel-control-next {
    right: 16px;
  }

  .custom-hero .carousel-control-prev-icon,
  .custom-hero .carousel-control-next-icon {
    width: 18px;
    height: 18px;
  }

  .after-hero-link::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .process-line {
    display: none;
  }

  .project-card img {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-h: 56px;
  }

  .custom-slide-logo {
    max-height: 40px;
  }

  .custom-slide-title {
    font-size: 22px;
  }

  .custom-slide-btn {
    padding: 9px 14px;
    font-size: 13px;
  }

  .custom-hero .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  .about-swiper-btn {
    width: 42px;
    height: 42px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-icon {
    width: 56px;
    height: 56px;
  }

  .process-icon i {
    font-size: 24px;
  }

  .project-card img {
    height: 260px;
  }
}

.about-hero {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #ffffff;
}

.about-title {
  font-size: 48px;
  font-weight: 800;
  color: #0f5f0f;
}

.about-line {
  width: 80px;
  height: 2px;
  background: #e53935;
  margin: 16px 0;
}

.about-slogan {
  font-size: 26px;
  color: #0f5f0f;
  margin-bottom: 16px;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.about-stack {
  position: relative;
  height: 420px;
}

.about-stack img {
  position: absolute;
  width: 260px;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.about-stack img:nth-child(1) {
  top: 0;
  right: 0;
}

.about-stack img:nth-child(2) {
  top: 40px;
  right: 40px;
}

.about-stack img:nth-child(3) {
  top: 80px;
  right: 80px;
}

.about-stack img:nth-child(4) {
  top: 120px;
  right: 120px;
}

.about-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-content p {
  line-height: 1.8;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #0f5f0f;
  margin-bottom: 24px;
}

.about-image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.about-values {
  padding-top: 20px;
  padding-bottom: 80px;
}

.value-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.value-item.reverse {
  flex-direction: row-reverse;
}

.value-text h3 {
  color: #0f5f0f;
  font-weight: 700;
}

.value-icon {
  font-size: 56px;
  color: #0f5f0f;
}

.pjs-hero {
  background: radial-gradient(1200px 600px at 18% 8%, rgba(255, 255, 255, 0.14), transparent 60%), linear-gradient(180deg, #08509f 0%, #062e5c 100%);
  padding: clamp(44px, 6vw, 84px) 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pjs-hero::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.12), transparent 70%);
  transform: rotate(12deg);
  pointer-events: none;
}

.pjs-hero-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 18px;
}

.pjs-hero-title {
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(34px, 5vw, 66px);
  margin: 0 0 10px 0;
}

.pjs-hero-subtitle {
  margin: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 1.85;
}

.pjs-featured {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 14px;
}

.pjs-feature {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}

.pjs-feature.is-main {
  grid-row: span 2;
  min-height: 454px;
}

.pjs-feature-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}

.pjs-feature-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.76) 100%);
}

.pjs-feature-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
}

.pjs-feature-title {
  margin: 10px 0 4px 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 22px;
  color: #fff;
}

.pjs-feature-meta {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
}

.pjs-feature-desc {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.85;
  opacity: 1;
  max-width: 62ch;
}

.pjs-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  padding-bottom: 6px;
  position: relative;
}

.pjs-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.pjs-showcase {
  background: #ffffff;
  padding: clamp(34px, 5vw, 70px) 0;
}

.pjs-section-head {
  margin-bottom: 18px;
}

.pjs-section-kicker {
  font-weight: 900;
  color: #0f5f0f;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 1;
}

.pjs-section-title {
  margin: 10px 0 0 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(26px, 3vw, 40px);
  color: #0f5f0f;
}

.pjs-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid #e3e6ea;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.07);
}

.pjs-row.is-reverse .pjs-row-media {
  order: 2;
}

.pjs-row-media {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #0b0f16;
}

.pjs-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none;
  transition: none;
}

.pjs-row-content {
  padding: 22px;
}

.pjs-row-kicker {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f5f0f;
  opacity: 1;
}

.pjs-row-title {
  margin: 10px 0 10px 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f5f0f;
  font-size: 30px;
}

.pjs-row-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #2a2a2a;
  opacity: 1;
}

.pjs-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pjs-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #f4f7fb;
  border: 1px solid #e3e6ea;
  color: #0f5f0f;
  font-weight: 900;
  font-size: 13px;
}

.pjs-chip i {
  font-size: 12px;
}

.pjs-row-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pjs-row-swiper .swiper-wrapper,
.pjs-row-swiper .swiper-slide {
  height: 100%;
}

.pjs-img-btn {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  display: block;
  cursor: zoom-in;
}

.pjs-row-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none;
  transition: none;
}

.pjs-swiper-prev,
.pjs-swiper-next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.pjs-swiper-prev i,
.pjs-swiper-next i {
  font-size: 16px;
  color: #0f5f0f;
}

.pjs-swiper-prev {
  left: 12px;
}

.pjs-swiper-next {
  right: 12px;
}

.pjs-modal {
  border-radius: 18px;
  overflow: hidden;
}

.pjs-modal-header {
  border-bottom: 0;
  padding: 16px 16px 0 16px;
}

.pjs-modal-title {
  font-weight: 900;
  color: #0f5f0f;
  letter-spacing: -0.02em;
  font-size: 16px;
}

.pjs-modal-body {
  padding: 16px;
}

.pjs-modal-img {
  width: 100%;
  height: min(80vh, 860px);
  object-fit: contain;
  background: #0b0f16;
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  :root {
    --header-h: 60px;
  }

  .navbar-brand img {
    max-height: 34px;
  }

  .custom-slide-content .col-12.col-lg-7 {
    padding: 0 20px;
  }

  .custom-slide-logo {
    max-height: 48px;
  }

  .custom-slide-title {
    font-size: clamp(22px, 6vw, 36px);
    line-height: 1.15;
  }

  .custom-slide-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .custom-hero .carousel-indicators {
    margin: 0 12px 16px 12px;
  }

  .custom-ctrl {
    width: 44px;
    height: 44px;
    bottom: 16px;
  }

  .custom-hero .carousel-control-prev,
  .custom-hero .carousel-control-next {
    width: 44px;
    height: 44px;
  }

  .custom-hero .carousel-control-prev {
    right: 72px;
  }

  .custom-hero .carousel-control-next {
    right: 16px;
  }

  .custom-hero .carousel-control-prev-icon,
  .custom-hero .carousel-control-next-icon {
    width: 18px;
    height: 18px;
  }

  .after-hero-link::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .process-line {
    display: none;
  }

  .project-card img {
    height: 300px;
  }

  .pjs-featured {
    grid-template-columns: 1fr;
  }

  .pjs-feature.is-main {
    grid-row: auto;
    min-height: 360px;
  }

  .pjs-row {
    grid-template-columns: 1fr;
  }

  .pjs-row.is-reverse .pjs-row-media {
    order: 0;
  }

  .pjs-row-media {
    height: 320px;
  }

  .pjs-row-title {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-h: 56px;
  }

  .custom-slide-logo {
    max-height: 40px;
  }

  .custom-slide-title {
    font-size: 22px;
  }

  .custom-slide-btn {
    padding: 9px 14px;
    font-size: 13px;
  }

  .custom-hero .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  .about-swiper-btn {
    width: 42px;
    height: 42px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-icon {
    width: 56px;
    height: 56px;
  }

  .process-icon i {
    font-size: 24px;
  }

  .project-card img {
    height: 260px;
  }

  .pjs-hero {
    padding: 44px 0;
  }

  .pjs-feature-body {
    padding: 14px;
  }

  .pjs-feature-title {
    font-size: 20px;
  }

  .pjs-row-content {
    padding: 18px;
  }

  .pjs-row-media {
    height: 260px;
  }

  .pjs-swiper-prev,
  .pjs-swiper-next {
    width: 42px;
    height: 42px;
  }

  .pjs-swiper-prev {
    left: 10px;
  }

  .pjs-swiper-next {
    right: 10px;
  }

  .pjs-modal-body {
    padding: 12px;
  }
}

.contact-page {
  background: linear-gradient(180deg, #eff3f7 0%, #ffffff 40%, #ffffff 100%);
}

.contact-hero {
  padding: clamp(44px, 6vw, 84px) 0;
  background: radial-gradient(1200px 600px at 18% 8%, rgba(255, 255, 255, 0.14), transparent 60%), linear-gradient(180deg, #08509f 0%, #062e5c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.contact-hero-title {
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(34px, 5vw, 66px);
  margin: 0 0 10px 0;
}

.contact-hero-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  opacity: 1;
}

.contact-section {
  padding: clamp(28px, 4vw, 56px) 0 clamp(40px, 5vw, 70px);
  background: transparent;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e3e6ea;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.07);
  padding: 22px;
  height: 100%;
}

.contact-card-head {
  margin-bottom: 16px;
}

.contact-card-title {
  margin: 0 0 6px 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f5f0f;
  font-size: 24px;
}

.contact-card-text {
  margin: 0;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.85;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.contact-info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 16px;
  background: #f4f7fb;
  border: 1px solid #e3e6ea;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-info-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.contact-info-item.is-static:hover {
  transform: none;
  box-shadow: none;
  background: #f4f7fb;
}

.contact-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
}

.contact-info-icon i {
  color: #0f5f0f;
  font-size: 16px;
}

.contact-info-body {
  display: grid;
  gap: 2px;
}

.contact-info-label {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  color: #0f5f0f;
}

.contact-info-value {
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.7;
}

.contact-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.contact-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f5f0f;
  background: #ffffff;
  border: 1px solid #e3e6ea;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.contact-form {
  margin-top: 8px;
}

.contact-label {
  font-weight: 800;
  color: #0f5f0f;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.contact-input {
  border-radius: 14px;
  border: 1px solid #e3e6ea;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: none;
}

.contact-input:focus {
  border-color: rgba(8, 80, 159, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(8, 80, 159, 0.12);
}

.contact-textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-submit {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  background: #0f5f0f;
  color: #ffffff;
  border: 0;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  background: #062e5c;
  color: #ffffff;
}

.contact-outline {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  background: transparent;
  color: #0f5f0f;
  border: 2px solid rgba(8, 80, 159, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.contact-outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  background: #0f5f0f;
  color: #ffffff;
  border-color: #0f5f0f;
}

.contact-map {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e3e6ea;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.07);
  background: #0b0f16;
}

.contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

@media (max-width: 991.98px) {
  .contact-card {
    padding: 18px;
  }

  .contact-map iframe {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .contact-map iframe {
    height: 260px;
  }
}
