:root {
  --nsi-yellow: #e8b500;
  --nsi-black: #121c27;
  --nsi-green: #10b981;
}

.fs-18 {
  font-size: 18px;
}

.max-w-750 {
  max-width: 750px;
}

.breadcrumb-overlay {
  padding: 70px 0;
}

.clean-banner {
  padding: 120px 0;
}

.bg-certified {
  background-color: #22c55d;
}

.text-green {
  color: #16a34a;
}

.text-light-green {
  color: #86efac;
}

.text-fresh-green {
  color: var(--nsi-green);
}

.bg-fresh-green {
  background-color: var(--nsi-green);
}

.btn-one::before {
  transform: translateX(-8px);
}

.btn-one:hover::before {
  transform: translate(-8px, 20px);
}

.border-card-sm {
  border: 1px solid #e2e8f0;
}

.bg-soft-blue {
  background-color: #eff6ff;
}

.bg-soft-yellow {
  background-color: #fefce8;
}

.bg-orange {
  background-color: #f97316;
}

.border-orange {
  border: 1px solid #f97316;
}

.border-blue {
  border: 1px solid #3b82f6;
}

.text-blue {
  color: #2563eb;
}

.bg-soft-green {
  background-color: #f0fdf4;
}

.text-dark-blue {
  color: #002b5b;
}

.bg-dark-blue {
  background-color: var(--nsi-black);
}

.text-certified {
  color: #22c55d;
}

.text-white {
  color: white !important;
}

.bg-yellow {
  background-color: #e8b500;
}

.text-yellow {
  color: #e8b500 !important;
}

.bg-cream {
  background-color: #fff7ed;
}

.text-soft-gray {
  color: #777777;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.text-light-yellow {
  color: #facc14;
}

.news-banner {
  padding: 249px 0;
}

.nsi-logo img {
  width: 70px;
}
.nsi-logo-footer img {
  width: 120px;
}

.lh-nsi-sm {
  line-height: 1.4;
}

.lh-nsi-md {
  line-height: 2.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-nsi-yellow {
  background-color: #e8b500;
  color: #000000;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-nsi-yellow:hover {
  background-color: #c7a300;
  color: #000000;
}

.btn:disabled.btn-nsi-yellow {
  background-color: #b4993a;
  border-color: #b4993a;
  color: #000000;
}

.btn-nsi-dark-blue {
  background-color: var(--nsi-black);
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-nsi-dark-blue:hover {
  background-color: #001f3a;
  color: white;
}

.btn:disabled.btn-nsi-dark-blue {
  background-color: #2f3a44;
  color: white;
}

.btn-nsi-fresh-green {
  background-color: var(--nsi-green);
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-nsi-fresh-green:hover {
  background-color: #059669;
  color: white;
}

.img-fit-cover {
  object-fit: cover;
}

.btn-nsi-outline {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nsi-outline:hover {
  background-color: white;
  color: var(--nsi-black);
}

.btn-nsi-glass {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nsi-glass:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-nsi-outline-black {
  background-color: transparent;
  color: var(--nsi-black);
  border: 2px solid var(--nsi-black);
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nsi-outline-black:hover {
  background-color: white;
  color: var(--nsi-black);
}

.btn-nsi-outline-yellow {
  background-color: transparent;
  color: #c7a300;
  border: 2px solid white;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nsi-outline-yellow:hover {
  background-color: #c7a300;
  color: white;
}

.btn-outline-secondary:hover {
  background-color: #ececec;
  border-color: #ececec;
  color: #777f85;
}

.breadcrumb-overlay::after {
  background-color: rgb(8 31 35 / 35%);
}

.office-glass {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.stats-glass {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.stats-divider {
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: white;
  width: 100%;
  max-width: 277px;
}

.glass-card.sm {
  max-width: unset;
  padding: 0.1rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

.glass-card.sm h4 {
  font-size: 14px;
}

.header-data-section .title {
  margin: 0 auto;
  font-size: 2.25rem;
  font-weight: 700;
}

.header-data-section .sub-title {
  max-width: 50rem;
  font-size: 1.25rem;
  color: #777777;
}

.stats-item .icon-wrapper {
  background-color: #002b5b;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
}
.ukm-card-wrapper {
  max-width: 70rem;
  width: 100%;
}

.ukm-card {
  border-radius: 0.5rem;
  overflow: hidden;
}

.ukm-card .badge-category {
  background-color: #eff6ff;
  color: #012b5b;
}

.ukm-card .badge-tag {
  background-color: #f3f4f6;
  color: #4b5563;
}

.badge-soft-blue {
  background-color: rgba(219, 234, 254, 1);
  color: rgba(30, 64, 175, 1);
  font-weight: 400;
}

.badge-soft-green {
  background-color: rgba(220, 252, 231, 1);
  color: rgba(22, 101, 52, 1);
  font-weight: 400;
}

.ukm-card .card-img-top {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.ukm-card .location {
  font-size: 12px;
  display: inline-block;
  color: #a6a6a6;
}

.ukm-card .ukm-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.key-attractions-label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  font-weight: 700;
}

.ukm-card .product-name {
  font-size: 13px;
}

.badge-top-left {
  top: 10px;
  left: 10px;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
}

.badge-top-right {
  top: 10px;
  right: 10px;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
}

.btn-like {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.2rem;
  color: #4b5563;
  border-color: #a6a6a6 !important;
}

.btn-like:hover {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.2rem;
  color: white;
  border-color: #dc3545 !important;
}

.btn-like.liked {
  color: #dc3545;
  border-color: #a6a6a6;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  margin: 34px 4px !important;
  border: 1px solid white;
  z-index: 5;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.choose__tab .tourism_tab {
  gap: 40px;
}

.tourism-content h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

.tourism-content h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.investment-banner .title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2;
}

.investment-banner .loc {
  font-size: 21px;
  color: white;
}

.investment-banner .stats-item {
  font-size: 1.875rem;
  font-weight: 700;
}

.investment-banner .label {
  font-size: 18px;
  color: white;
}

.mx-investment {
  margin-left: 80px;
  margin-right: 80px;
}

.investment-detail-content .overview-title {
  font-size: 1.5rem;
}

.investment-detail-content .short-description {
  line-height: 1.5;
}

.investment-detail-content .overview-title {
  font-size: 1.5rem;
}

.max-w-90 {
  max-width: 90%;
}

.feature__icon .icon-wrapper {
  background-color: #e8b500;
  border-radius: 8px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002b5b;
  font-size: 40px;
}

.about-three__content .text {
  border-bottom: unset;
}

.quote-wrapper {
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  position: relative;
}

.quote-box {
  background-color: unset;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  color: #4b5563;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}

.quote-left {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  color: #6b7280;
}

.quote-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 34px;
  color: #6b7280;
}

.badge-glass {
  display: inline-block;
  padding: 4px 14px;
  margin: 6px 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.max-w-highlight {
  max-width: 80rem;
}

.max-w-content {
  max-width: 90rem;
}

.economy-highlight-tab .tab-btn {
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  background: none;
  border: none;
  color: #6c757d;
  transition: color 0.2s;
}

.economy-highlight-tab .tab-btn:hover {
  color: #002b5b;
}
.economy-highlight-tab .tab-btn.active {
  color: #002b5b;
  border-bottom: 3px solid #e8b500;
  margin-bottom: -3px;
}
.economy-highlight-tab .stat-card {
  background: #f8f9fa;
  cursor: default;
  transition: 0.2s ease;
  min-height: 150px;
}
.economy-highlight-tab .stat-card:hover {
  background: #eef1f4;
}
.economy-highlight-tab .stat-card p {
  line-height: normal;
}

.economy-highlight-tab .stat-value {
  font-size: 1.7rem;
  font-weight: 700;
  color: #002b5b;
}

.economy-highlight-tab .stat-value span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #002b5b;
}

.sidebar-toggle {
  display: none !important;
}

.header-location-menu .title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.header-location-menu .sub-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* ====== CLASS MODAL ======= */
.smooth-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1050;
}
.smooth-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

.smooth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1055;
}
.smooth-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.smooth-modal-content {
  background: white;
  width: 672px;
  max-width: 90%;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.35s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  position: relative;
}
.smooth-modal.show .smooth-modal-content {
  transform: translateY(0);
}

.smooth-modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.smooth-modal-body {
  padding: 20px;
  max-height: 70vh;
  overflow-y: auto;
}

.smooth-modal-body::-webkit-scrollbar {
  width: 6px;
}

.smooth-modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.smooth-modal-body.no-padding {
  padding: 0 !important;
}

.image-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.image-close-btn:hover {
  background: #f1f1f1;
}

/* ====== CLASS MAPS ======= */
.pin-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0d6efd;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 18px;
}

.transport-marker {
  color: white;
  border: 2px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.pin-circle:hover {
  background: #0b5ed7;
  transform: scale(1.1);
}
.hover-bg:hover {
  background: #f8f9fa;
}

.map-content-wrapper {
  position: relative;
  padding-bottom: 0px;
  margin-left: -19px;
  margin-top: -19px;
  cursor: pointer;
  z-index: 1000;
}

.map-content-wrapper:hover {
  z-index: 99999;
}

/* ================= custom marker ================== */
.gm-style-iw-c {
  padding: 0 !important;
  border: 2px solid #002b5b !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #002b5b;
}

/* Menghapus Padding dan Overflow dari Content Scroller (gm-style-iw-d) */
.gm-style-iw-d {
  /* Hapus overflow agar tidak muncul scrollbar yang memotong gambar */
  overflow: visible !important;
  padding: 0 !important;
}
.advance-marker-custom {
  cursor: pointer;
  position: relative;
  transform: translateY(-5px);
  transition: 0.2s ease-in-out;
}
.advance-marker-custom:hover {
  z-index: 2;
  transform: translateY(-9px);
}
.advance-marker-custom .nsi-pin {
  background-color: #103957;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
}
.advance-marker-custom:hover .nsi-pin {
  transform: scale(1.05);
}

.advance-marker-custom .pin-content {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.advance-marker-custom .nsi-pin::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 0;
  border: 7px solid #103957;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  transform: translateY(30%) translateX(-50%) rotate(45deg);
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.advance-marker-custom.hovered {
  z-index: 2;
  transform: translateY(-9px);
}

.pin-content .pin-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.2s ease-in-out;
}

.pin-content .pin-initial {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}

.gm-style .gm-style-iw-c {
  max-width: 300px !important;
}

.advance-marker-custom .nsi-pin.hovered {
  width: 80px;
  height: 80px;
}

.advance-marker-custom .nsi-pin.hovered .pin-content {
  width: 70px;
  height: 70px;
}

.advance-marker-custom .nsi-pin.hovered .pin-image {
  opacity: 1;
}

.advance-marker-custom .nsi-pin.hovered .pin-initial {
  opacity: 0;
}

.custom-hover-info {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);

  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  z-index: 10000;
  min-width: 247px;
  text-align: center;
}

.custom-hover-info .loc-name {
  font-size: 14px;
  font-weight: 700;
}

.custom-hover-info .short-desc {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.custom-hover-info .badge {
  font-size: 0.75rem;
}

.custom-hover-info button {
  font-size: 0.75rem;
  padding: 6px 20px;
  margin-top: 5px;
  width: 100%;
}

.custom-hover-info::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid white;
  z-index: 99999;
}

.map-content-wrapper:hover .custom-hover-info {
  display: block;
  z-index: 99999;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.sidebar-area {
  visibility: visible !important;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar-area.show {
  opacity: 1;
}

.sidebar-area:not(.show) {
  pointer-events: none;
}

.animated-mouse {
  z-index: 5;
  bottom: 0;
}

.bounce-wrapper {
  animation: bounce 1.2s infinite;
}

/* --- Proper Pill Shape --- */
.pill-container {
  width: 24px;
  height: 40px;
  border-radius: 999px;
}

.pill-inner {
  width: 4px;
  height: 12px;
  border-radius: 999px;
}

.lg-yellow-badge {
  display: inline-flex;
  border-radius: 100px;
  padding: 6px 20px;
  color: var(--nsi-black);
  background-color: var(--nsi-yellow);
}

.lg-green-badge {
  display: inline-flex;
  border-radius: 100px;
  padding: 6px 20px;
  color: white;
  background-color: var(--nsi-green);
}

.circle {
  border-radius: 9999px;
}

.regional-card {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s, background-color 0.3s;
}

.regional-card:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-regional-info-card {
  background: linear-gradient(
    to right,
    rgba(232, 181, 0, 0.2),
    rgba(232, 181, 0, 0)
  );
  border-left: 4px solid #e8b500;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
.bg-regional-info-card .icon-wrapper {
  width: 2rem;
  height: 2rem;
  background-color: #e8b500;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}
.bg-regional-info-card h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.bg-regional-info-card p {
  font-size: 0.875rem;
  color: #d1d5db;
  line-height: 1.5rem;
}

.investment-process-card {
  position: relative;
  min-height: 420px;
}

.arrow-bounce-wrapper {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 10;
}

/* animated bounce on hover */
.investment-process-card:hover .arrow-bounce-wrapper {
  animation: bounceX 0.8s infinite ease-in-out;
}

.investment-process-card .description {
  line-height: 1.8;
}

@keyframes bounceX {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(8px);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.tourism-card-minimal {
  cursor: pointer;
}

.tourism-card-img {
  transition: transform 0.5s ease;
}

.tourism-card-minimal:hover .tourism-card-img {
  transform: scale(1.08);
}

.tourism-card-minimal:hover .dark-link {
  color: var(--nsi-yellow);
  cursor: pointer;
}

.tourism-card-minimal:hover .tourism-arrow-right {
  transform: translateX(0.5rem);
}

.tourism-arrow-right {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

/* Fullscreen section */
.hero-tourism-wrapper {
  height: 100vh;
}

/* Background image */
.hero-tourism-img {
  object-position: top;
}

/* Gradient overlay */
.hero-tourism-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
}

/* Subtitle max width */
.hero-tourism-subtext {
  max-width: 750px;
}

/* Badge blur */
.hero-tourism-badge {
  background: rgba(0, 128, 0, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 200, 0, 0.3);
}

/* Button style */
.hero-tourism-button {
  background-color: #e8b500;
  color: #002b5b;
  border-radius: 12px;
  transition: transform 0.3s, background-color 0.3s;
}

.hero-tourism-button:hover {
  background-color: #d4a300;
  transform: scale(1.05);
}

.hero-tourism-arrow {
  animation: hero-tourism-bounce 1.6s infinite ease-in-out;
}

@keyframes hero-tourism-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.investment-detail-content-left > * + * {
  margin-top: 3rem;
}

.investment-detail-content-sticky > * + * {
  margin-top: 1.5rem;
}

.investment-detail-content-sticky {
  position: sticky;
  top: 110px;
  z-index: 10;
  width: 100%;
}

.investment-contact-card {
  background-color: #0f172a;
  color: #fff;
}

.investment-contact-card .text-muted {
  color: #94a3b8 !important;
}

.investment-contact-card .text-secondary-subtle {
  color: #475569 !important;
}

.investment-contact-card .icon-color {
  color: #34d399;
  font-size: 1.1rem;
}

.investment-contact-card a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.investment-contact-card a.hover-emerald-link:hover {
  color: #34d399;
}

.investment-concept-title {
  color: #0f172a;
  font-weight: 700;
}

.investment-concept-text,
.investment-concept-text-sm {
  color: #475569;
}

.investment-concept-card {
  background-color: #fff;
  border-radius: 10px;
  border-color: #e2e8f0 !important;
}

.investment-concept-num-badge {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10b981;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.investment-concept-card-title {
  color: #0f172a;
}

.investment-concept-allocation-box {
  background-color: #0f172a;
  color: #fff;
  border-radius: 0.75rem;
}

.investment-concept-progress-bar-bg {
  height: 0.5rem;
  background-color: #334155;
}

.investment-concept-progress-fill {
  height: 100%;
  background-color: #10b981;
}

.highlight-card {
  border-color: rgba(0, 0, 0, 0.1);
}

.highlight-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-emerald {
  background: linear-gradient(to right, #ecfdf5, #f0fdfa);
}

.highlight-blue {
  background: linear-gradient(to right, #eff6ff, #e0f2fe);
}

.highlight-purple {
  background: linear-gradient(to right, #faf5ff, #fdf2f8);
}

.highlight-orange {
  background: linear-gradient(to right, #fff7ed, #fffbeb);
}

.highlight-rose {
  background: linear-gradient(to right, #fff1f2, #ffe4e6);
}

.bg-emerald {
  background-color: #10b981;
}

.bg-blue {
  background-color: #3b82f6;
}

.bg-purple {
  background-color: #8b5cf6;
}

.bg-orange {
  background-color: #f97316;
}

.bg-rose {
  background-color: #f43f5e;
}

.incentives-gradient {
  background: linear-gradient(to bottom right, #10b981, #0d9488);
}

.incentives-list li span {
  font-size: 0.95rem;
}

.incentives-box {
  background: rgba(255, 255, 255, 0.12);
}

.investor-card {
  transition: box-shadow 0.25s ease;
}

.investor-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.investor-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-invest-blue {
  background: #dbeafe;
}
.text-invest-blue {
  color: #2563eb;
}

.bg-invest-purple {
  background: #f3e8ff;
}
.text-invest-purple {
  color: #7c3aed;
}

.bg-invest-green {
  background: #d1fae5;
}
.text-invest-green {
  color: #059669;
}

.bg-invest-orange {
  background: #ffedd5;
}
.text-invest-orange {
  color: #f97316;
}

.bg-invest-red {
  background: #fee2e2;
}
.text-invest-red {
  color: #dc2626;
}

.bg-invest-teal {
  background: #ccfbf1;
}
.text-invest-teal {
  color: #0d9488;
}

.invest-gallery-img-wrapper {
  height: 260px;
  border-radius: 1rem;
  overflow: hidden;
}

.invest-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
  font-weight: 500;
  color: #1e293b;
  transition: all 0.25s ease;
}

.download-btn:hover {
  border-color: #059669;
  background: #ecfdf5;
}

.cta-invest {
  background: linear-gradient(to right, #059669, #0d9488);
}

.cta-invest-subtext {
  max-width: 650px;
  font-size: 1.2rem;
  opacity: 0.9;
}

.text-emerald {
  color: #059669 !important;
}

.cta-invest-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.2s ease;
}

.cta-invest-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.quickstats-card {
  border-color: #e2e8f0;
}

.quickstats-badge {
  background: #d1fae5;
  color: #047857;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
}

.text-emerald {
  color: #059669 !important;
}

.custom-input {
  height: 36px;
  padding: 6px 10px;
  font-size: 0.9rem;
  border-radius: 6px;
  border-width: 1px;
  border: 1px solid #e2e8f0;
}

.form-label {
  font-size: 14px;
  color: #374151;
  margin-bottom: 4px;
}

.custom-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  border-color: #007bff;
}

.custom-input::placeholder {
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
}

textarea.custom-input {
  min-height: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.custom-btn {
  padding: 8px 12px;
  font-size: 0.95rem;
  border-radius: 6px;
}

.custom-form .form-label {
  font-weight: 500;
  font-size: 0.95rem;
}

.white-space-prewrap {
  white-space: pre-wrap;
}

.fs-hero-lg {
  font-size: 3.75rem;
  line-height: 1;
}

.fs-hero-description {
  font-size: 1.25rem;
  line-height: 1.625;
}

.fs-content-title {
  font-size: 2.5rem;
  line-height: 3rem;
}

.img-wrapper-industrial-card {
  height: auto;
}
.shadow-hover {
  transition: box-shadow 0.3s ease;
}

.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.project__slider-arrys,
.project__slider-arrys button {
  all: unset;
}

.custom-btn-slider {
  position: absolute;
  top: 50%;
  z-index: 20;
  font-size: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  transform: translateY(-50%) scale(1);
  transition: transform 0.25s ease;
  color: var(--white);
}

.project__arry-prev {
  left: 0px;
}

.project__arry-next {
  right: 0px;
}

.custom-btn-slider i {
  transition: transform 0.25s ease;
}

.custom-btn-slider:hover {
  transform: translateY(-50%) scale(1.25);
}

.loading-bar-wrapper {
  background: #ddd;
  height: 4px;
  margin: 6px auto 0;
  border-radius: 4px;
  overflow: hidden;
}

.loading-bar {
  width: 100%;
  height: 100%;
  background: #058ea0;
  border-radius: 4px;
  animation: barSlide 1.3s infinite ease-in-out;
}

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

.text-truncate {
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-three-area.menu-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;

  transform: translateY(-100%);
  animation: stickyReveal 0.35s ease forwards;

  background-color: var(--white);
  box-shadow: var(--shadow);
}

@keyframes stickyReveal {
  to {
    transform: translateY(0);
  }
}

.header-investment-title {
  font-size: 1.25rem;
  color: var(--nsi-gray-700);
  font-weight: 600;
}

@media (max-width: 767px) {
  .header-investment-title {
    font-size: 1rem;
    color: var(--nsi-gray-700);
    line-height: 1.4rem;
  }

  .nsi-logo img {
    width: 60px;
  }

  .img-wrapper-industrial-card {
    height: 350px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 40;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .sidebar.show {
    transform: translateX(0);
  }

  .col-9 {
    width: 100% !important;
  }

  /* --- BUTTON --- */
  .sidebar-toggle {
    display: flex !important;
    position: fixed;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid white;
    background: #121c27;
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 50;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    transform: translateY(0);
  }

  @keyframes bounceRightLeft {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(10px);
    }
  }

  .sidebar-toggle.closed {
    left: -25px;
    animation: bounceRightLeft 1.5s ease-in-out infinite;
  }

  .sidebar-toggle.open {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
    left: 280px;
    /* background-color: white;
    color: var(--nsi-black); */
  }

  .sidebar-toggle i {
    transition: transform 0.3s ease;
  }

  .sidebar-toggle.closed i {
    transform: rotate(0deg);
  }

  .sidebar-toggle.open i {
    transform: rotate(180deg);
    margin-left: auto;
    padding-right: 5px;
    display: block;
  }

  .max-w-750 {
    max-width: 100%;
    padding: 0 15px;
  }
  .max-w-90 {
    max-width: 100%;
  }
  .glass-card {
    max-width: 100%;
  }
  .header-data-section .title {
    font-size: 1.5rem;
  }
  .header-data-section .sub-title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .mx-investment {
    margin-left: 20px;
    margin-right: 20px;
  }
  .investment-banner .title {
    font-size: 1.8rem;
  }
}

/* Sidebar contact info styling */
.sidebar__contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sidebar__contact-info li i {
  margin-top: 4px;
}

.sidebar-address {
  flex: 1;
  margin: 0;
  line-height: 1.6;
  display: block;
}

/* Override global br display:none rule */
.sidebar-address br {
  display: block !important;
}
