
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* =========================
   HERO SECTION
========================= */
.industrial-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid #0f2f5c;
  background: #0c2d58;
  padding-top: 200px;
}

.industrial-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('./images/hero-banner.PNG');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.industrial-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(5, 29, 67) 0%,
    rgb(7, 37, 78) 43%,
    rgba(8, 36, 76, 0.7) 55%,
    rgba(8, 36, 76, 0.541) 60%,
    rgba(8, 36, 76, 0.08) 100%
  );
}

.industrial-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 430px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.industrial-hero__content {
  width: 100%;
  max-width: 760px;
  color: #ffffff;
}

.industrial-hero__title {
  font-size: 40px;
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #f5f7fb;
  margin-bottom: 12px;
}

.industrial-hero__subtitle {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 550;
  color: #c58a0b;
  margin-bottom: 18px;
}

.industrial-hero__text {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.93);
  margin-bottom: 24px;
}

.industrial-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-action {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.hero-action i {
  font-size: 16px;
}

.hero-action--gold {
  background: #d5a231;
  color: #ffffff;
  border-color: #d5a231;
  box-shadow: 0 8px 20px rgba(213, 162, 49, 0.2);
}

.hero-action--gold:hover {
  background: #be8e24;
  border-color: #be8e24;
  transform: translateY(-2px);
}

.hero-action--outline {
  background: rgba(8, 32, 66, 0.205);
  color: #ffffff;
  border-color: #c6922d;
}

.hero-action--outline:hover {
  background: #c6922d;
  color: #ffffff;
  transform: translateY(-2px);
}

.hero-highlights {
  width: 100%;
  max-width: 395px;
  padding: 26px 24px 24px;
  border-radius: 16px;
  border: 2px solid #c6922d;
  background: linear-gradient(180deg, rgba(7, 35, 75, 0.92) 0%, rgba(7, 34, 73, 0.82) 100%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(4px);
}

.hero-highlights__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero-highlights__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-point {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-point__icon {
  width: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5a231;
  font-size: 31px;
}

.hero-point__text {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  color: #ffffff;
}

/* =========================
   DHA MIP SECTION
========================= */
.dha-mip-section {
  width: 100%;
  background: #ffffff;
}

.dha-mip-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 22px 12px;
}

.dha-mip-top {
  display: grid;
  grid-template-columns: 1.72fr 0.83fr;
  gap: 24px;
  align-items: start;
  padding-top: 16px;
}

.dha-mip-left {
  display: block;
  min-width: 0;
}

.dha-mip-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #be8e21;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.dha-mip-text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 550;
  color: #2a2a2a;
  max-width: 335px;
  margin: 0;
}

.dha-mip-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.dha-mip-feature {
  min-height: 84px;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 14px 12px 12px;
}

.dha-mip-feature-icon {
  margin-bottom: 10px;
  line-height: 1;
}

.dha-mip-feature-icon img {
  height: 40px;
  width: auto;
}

.dha-mip-feature-text {
  font-size: 13px;
  line-height: 1.24;
  font-weight: 700;
  color: #1d1d1d;
}

.dha-mip-form-box {
  background: linear-gradient(135deg, #052d6a 0%, #04275d 100%);
  padding: 18px 18px 16px;
  min-height: 201px;
  color: #ffffff;
  border-radius: 4px;
}

.dha-mip-form-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 6px;
}

.dha-mip-form-text {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 14px;
}

.dha-mip-form input,
.dha-mip-form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 4px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  padding: 10px 12px;
}

.dha-mip-form input::placeholder,
.dha-mip-form textarea::placeholder {
  color: #777777;
}

.dha-mip-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}

.dha-mip-form-full {
  margin-bottom: 8px;
}

.dha-mip-form textarea {
  min-height: 42px;
  max-height: 42px;
  resize: none;
}

.dha-mip-form-btn-row {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.dha-mip-submit-btn {
  border: none;
  min-width: 114px;
  height: 32px;
  padding: 0 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, #d4a12f 0%, #b8841f 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dha-mip-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(212, 161, 47, 0.28);
}

/* keep original feel desktop */
.dha-mip-bottom {
  max-width: 67%;
  display: grid;
  grid-template-columns: 262px minmax(0, 1fr);
  gap: 90px;
  align-items: start;
  margin-top: -125px;
  position: relative;
}

.dha-mip-about {
  max-width: 85%;
}

.dha-mip-bottom::before {
  max-width: 99%;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}

.dha-mip-image-box img {
  width: 100%;
  max-width: 330px;
  height: 200px;
  border-radius: 3px;
  object-fit: cover;
}

.dha-mip-about-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #be8e21;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.dha-mip-about-row {
  display: grid;
  grid-template-columns: 18px 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 8px;
}

.dha-mip-about-icon {
  color: #bf922c;
  font-size: 16px;
  line-height: 1;
  padding-top: 2px;
}

.dha-mip-about-label {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #202020;
}

.dha-mip-about-desc {
  font-size: 13px;
  line-height: 1.43;
  color: #2a2a2a;
  font-weight: 550;
}

/* =========================
   MIP INVEST SECTION
========================= */
.mip-invest-section {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.mip-invest-section::before {
  max-width: 100%;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}

.mip-invest-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  align-items: stretch;
  background: #fff;
  padding: 0 22px;
}

.mip-invest-left {
  padding: 18px 18px 14px 0;
  border-right: 1px solid #ececec;
}

.mip-invest-title {
  margin: 0 0 14px 0;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
  color: #b58b1f;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.mip-invest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 16px;
}

.mip-invest-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.mip-invest-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b2a67;
  font-size: 21px;
  line-height: 1;
  flex-shrink: 0;
}

.mip-invest-icon.gold {
  color: #b58b1f;
}

.mip-invest-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mip-invest-text h3 {
  margin: 0 0 2px 0;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  color: #1d1d1d;
}

.mip-invest-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #1d1d1d;
}

.mip-masterplan-box {
  position: relative;
  min-height: 180px;
  background: url('./images/malir-img.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mip-masterplan-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(244, 240, 237) 0%,
    rgb(244, 240, 237) 35%,
    rgb(244, 240, 237) 55%,
    rgba(244, 240, 237, 0.2) 75%,
    rgba(244, 240, 237, 0) 100%
  );
  z-index: 1;
}

.mip-masterplan-content {
  position: relative;
  z-index: 2;
  max-width: 420px;
  padding: 20px 20px 18px 22px;
  color: #fff;
}

.mip-masterplan-content h3 {
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 800;
  color: #d4af37;
  text-transform: uppercase;
}

.mip-masterplan-content p {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
}

.mip-masterplan-content ul {
  margin: 0;
  padding: 0;
}

.mip-masterplan-content ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}

.mip-masterplan-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
  color: #d4af37;
}


.dha-bottom-area {
  width: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.dha-bottom-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 22px;
}

.dha-top-grid {
  display: grid;
  grid-template-columns: 1.32fr 0.62fr 1.52fr;
  gap: 10px;
  padding: 10px 0 6px;
}

.dha-master-card,
.dha-download-card,
.dha-contact-card,
.dha-media-card {
  background: #f4f0ed;
  border: 1px solid #ddd8d4;
  /* border-radius: 4px; */
  overflow: hidden;
}

.dha-master-card {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  min-height: 132px;
}

.dha-master-content {
  padding: 12px 14px 10px 14px;
  background: linear-gradient(90deg, rgba(244,240,237,0.98) 0%, rgba(244,240,237,0.92) 48%, rgba(244,240,237,0.25) 100%);
  position: relative;
  z-index: 2;
}

.dha-master-content h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  color: #12366d;
  text-transform: uppercase;
}

.dha-master-content p {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.35;
  color: #1d1d1d;
  font-weight: 600;
}

.dha-master-content ul {
  margin: 0;
  padding: 0;
}

.dha-master-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.22;
  color: #2a2a2a;
  font-weight: 600;
}

.dha-master-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 10px;
  color: #c29a2b;
}

.dha-master-image {
  position: relative;
  min-height: 132px;
}

.dha-master-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dha-download-card {
  padding: 35px 12px 10px;
}

.dha-download-card h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #12366d;
  text-transform: uppercase;
}

.dha-download-card p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #262626;
  font-weight: 600;
}

.dha-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dha-download-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 8px 10px;
  color: #12366d;
  font-size: 11px;
  font-weight: 700;
  transition: 0.3s ease;
}

.dha-download-btn i {
  font-size: 18px;
  color: #12366d;
}

.dha-download-btn:hover {
  background: #fff;
  border-color: #c8c8c8;
}

.dha-contact-card {
  background: linear-gradient(135deg, #0f3570 0%, #0a2b5b 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 0.85fr 0.85fr;
  gap: 14px;
  padding: 35px 14px;
}

.dha-contact-left h3 {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.dha-contact-left p {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #f0f3f8;
  font-weight: 500;
}

.dha-contact-map-small,
.dha-contact-map-large {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  background: #fff;
}

.dha-contact-map-small img,
.dha-contact-map-large img,
.dha-contact-map-small iframe,
.dha-contact-map-large iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.dha-contact-map-small {
  height: 88px;
}

.dha-contact-middle form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dha-contact-middle input,
.dha-contact-middle textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 3px;
  height: 24px;
  padding: 0 8px;
  font-size: 10px;
  color: #1f1f1f;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.dha-contact-middle textarea {
  height: 42px;
  padding-top: 7px;
  resize: none;
}

.dha-contact-middle button {
  height: 28px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(180deg, #d4aa33 0%, #ba8d20 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.dha-contact-middle button:hover {
  opacity: 0.92;
}

.dha-contact-list {
  margin: 0 0 8px;
  padding: 0;
}

.dha-contact-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.35;
  color: #ffffff;
  font-weight: 500;
}

.dha-contact-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #d3a62c;
  font-size: 15px;
}

.dha-contact-map-large {
  height: 58px;
}

.dha-bottom-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.68fr 0.95fr;
  gap: 0;
  background: #03265b;
  color: #fff;
  min-height: 52px;
}

/* .dha-media-card {
  margin: 0 0 0 10px;
  margin-bottom: 6px;
} */

.dha-media-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px 10px;
}

.dha-media-head-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}

.dha-media-head h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  color: #12366d;
  text-transform: uppercase;
}

.dha-media-head p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  color: #4a4a4a;
  max-width: 520px;
}

.dha-media-head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #c29a2b;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}

.dha-media-head a i {
  font-size: 11px;
}

/* tablet */
@media (max-width: 991px) {
  .dha-media-head {
    gap: 12px;
  }

  .dha-media-head p {
    max-width: 100%;
  }
}

/* mobile */
@media (max-width: 575px) {
  .dha-media-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 12px 10px;
  }

  .dha-media-head h3 {
    font-size: 15px;
  }

  .dha-media-head p {
    font-size: 12px;
    line-height: 1.5;
  }

  .dha-media-head a {
    margin-top: 6px;
  }
}
.dha-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 0 10px 10px;
}

.dha-media-item {
  height: 48px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #d8d3cf;
}

.dha-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dha-footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
  padding: 25px 16px 6px;
  background: #03265b;
}

.dha-footer-col h4,
.dha-footer-social h4 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

.dha-footer-col ul {
  margin: 0;
  padding: 0;
  columns: 1;
}

.dha-footer-col ul li {
  margin-bottom: -8px;
}

.dha-footer-col ul li a {
  font-size: 12px;
  line-height: 2.2;
  color: #ffffff;
  font-weight: 500;
}

.dha-footer-col-space {
  margin-top: 20px;
}

.dha-social-icons {
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

.dha-social-icons a {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 4px;
  background-color: #204270;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.dha-copyright {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  background: #03265b;
  padding: 8px 14px;
}

.dha-copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

/* =========================
   LARGE LAPTOP
========================= */
@media (max-width: 1399px) {
  .header-wrap,
  .industrial-hero__inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dha-mip-wrap,
  .mip-invest-wrap,
  .dha-bottom-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-menu {
    gap: 24px;
  }

  .brand-logo img {
    max-height: 78px;
  }

  .industrial-hero__title {
    font-size: 38px;
  }

  .industrial-hero__subtitle {
    font-size: 20px;
  }

  .industrial-hero__text {
    font-size: 15px;
  }

  .hero-action {
    font-size: 16px;
    min-height: 50px;
    padding: 0 18px;
  }

  /* keep Why DHA MIP style close */
  .dha-mip-bottom {
    max-width: 78%;
    gap: 42px;
    margin-top: -70px;
  }

  .dha-mip-about {
    max-width: 100%;
  }

  .mip-invest-grid {
    column-gap: 18px;
    row-gap: 14px;
  }

  .mip-invest-text h3,
  .mip-invest-text p,
  .mip-masterplan-content p,
  .mip-masterplan-content ul li {
    font-size: 12.5px;
  }

  .dha-top-grid {
    grid-template-columns: 1.28fr 0.68fr 1.5fr;
  }

  .dha-master-card {
    grid-template-columns: 0.95fr 1.15fr;
  }

  .dha-contact-card {
    grid-template-columns: 0.88fr 0.82fr 0.82fr;
    gap: 12px;
  }
}

/* =========================
   1024 / SMALL LAPTOP FIX
========================= */
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrap {
    min-height: 82px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 14px;
  }

  .brand-logo img {
    max-height: 68px;
  }

  .desktop-menu {
    gap: 16px;
  }

  .desktop-menu li a {
    font-size: 13px;
  }

  .header-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  .industrial-hero__inner {
    min-height: 390px;
    padding: 20px 18px;
    gap: 24px;
  }

  .industrial-hero__title {
    font-size: 33px;
    line-height: 1.08;
  }

  .industrial-hero__subtitle {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .industrial-hero__text {
    font-size: 15px;
    line-height: 1.58;
    margin-bottom: 18px;
  }

  .industrial-hero__buttons {
    gap: 10px;
  }

  .hero-action {
    min-height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero-highlights {
    max-width: 310px;
    padding: 18px 16px;
  }

  .hero-point__text {
    font-size: 14px;
  }

  .dha-mip-wrap,
  .mip-invest-wrap,
  .dha-bottom-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* preserve Why DHA MIP desktop style but make it fit 1024 */
  .dha-mip-top {
    grid-template-columns: 1.45fr 0.95fr;
    gap: 16px;
    align-items: start;
  }

  .dha-mip-text {
    max-width: 100%;
  }

  .dha-mip-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .dha-mip-feature {
    min-height: 84px;
    padding: 12px 10px;
  }

  .dha-mip-feature-text {
    font-size: 12px;
    line-height: 1.22;
  }

  .dha-mip-form-box {
    padding: 16px 14px;
    min-height: 198px;
  }

  .dha-mip-form-title {
    font-size: 17px;
  }

  .dha-mip-bottom {
    max-width: calc(100% - 310px);
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .dha-mip-bottom::before {
    top: 0;
    height: 1px;
    max-width: 100%;
  }

  .dha-mip-image-box img {
    max-width: 100%;
    width: 100%;
    height: 170px;
  }

  .dha-mip-about {
    max-width: 100%;
  }

  .dha-mip-about-row {
    grid-template-columns: 18px 88px minmax(0, 1fr);
    gap: 10px;
  }

  .dha-mip-about-label,
  .dha-mip-about-desc {
    font-size: 12px;
    line-height: 1.4;
  }

  .mip-invest-wrap {
    grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.9fr);
  }

  .mip-invest-left {
    padding: 14px 16px 14px 0;
  }

  .mip-invest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 14px;
  }

  .mip-invest-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 18px;
  }

  .mip-invest-text h3,
  .mip-invest-text p {
    font-size: 12px;
  }

  .mip-masterplan-box {
    min-height: 100%;
  }

  .mip-masterplan-content {
    padding: 16px 14px;
    max-width: 100%;
  }

  .mip-masterplan-content h3 {
    font-size: 15px;
  }

  .mip-masterplan-content p,
  .mip-masterplan-content ul li {
    font-size: 12px;
  }

  .dha-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 12px;
  }

  .dha-top-grid > .dha-contact-card {
    grid-column: 1 / -1;
  }

  .dha-master-card,
  .dha-download-card {
    min-height: 150px;
  }

  .dha-contact-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    padding: 14px;
  }

  .dha-contact-map-small {
    height: 74px;
  }

  .dha-contact-map-large {
    height: 74px;
  }

  .dha-media-card {
    margin: 0 0 8px;
  }

  .dha-media-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dha-footer-links {
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .dha-copyright p {
    font-size: 12px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .desktop-menu,
  .header-actions .header-button {
    display: none;
  }

  .menu-toggle-btn {
    display: inline-flex;
  }

  .header-wrap {
    min-height: 84px;
    padding: 10px 18px;
  }

  .brand-logo img {
    max-height: 60px;
  }

  .brand-name {
    font-size: 22px;
  }

  .industrial-hero {
    min-height: auto;
  }

  .industrial-hero__inner {
    min-height: auto;
    padding: 28px 24px 34px;
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .industrial-hero__content {
    max-width: 100%;
  }

  .hero-highlights {
    max-width: 100%;
  }

  .industrial-hero__title {
    font-size: 42px;
  }

  .dha-mip-wrap,
  .mip-invest-wrap,
  .dha-bottom-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dha-mip-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dha-mip-text {
    max-width: 100%;
  }

  .dha-mip-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dha-mip-form-box {
    max-width: 100%;
  }

  .dha-mip-bottom {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 22px;
    padding-top: 14px;
  }

  .dha-mip-bottom::before {
    top: 0;
    max-width: 100%;
    height: 1px;
  }

  /* .dha-mip-image-box {
    max-width: 420px;
  } */

  .dha-mip-image-box img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 220px;
  }

  .dha-mip-about {
    max-width: 100%;
  }

  .dha-mip-about-row {
    grid-template-columns: 18px 115px minmax(0, 1fr);
  }

  .mip-invest-wrap {
    grid-template-columns: 1fr;
  }

  .mip-invest-left {
    border-right: 0;
    border-bottom: 1px solid #ececec;
    padding-left: 0;
  }

  .mip-invest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
  }

  .mip-masterplan-box {
    min-height: 220px;
  }

  .mip-masterplan-content {
    max-width: 500px;
  }

  .dha-top-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dha-contact-card {
    grid-template-columns: 1fr;
  }

  .dha-contact-map-small {
    max-width: 100%;
  }

  .dha-contact-map-large {
    max-width: 100%;
  }

  .dha-bottom-grid {
    grid-template-columns: 1fr;
  }

  .dha-media-card {
    margin: 0 0 10px;
  }

  .dha-footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .dha-copyright {
    padding: 12px 16px 16px;
  }
}

/* =========================
   SMALL TABLET
========================= */
@media (max-width: 820px) {
  .dha-mip-features {
    grid-template-columns: 1fr;
  }

  .dha-mip-about-row {
    grid-template-columns: 18px 110px minmax(0, 1fr);
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 769px) {
  .header-wrap {
    padding: 10px 16px;
    min-height: 76px;
  }

    .mobile-dha-mip{
    display: grid !important;
  }

  .mobile-menu-inner {
    padding: 12px 16px 18px;
  }

  .industrial-hero__inner {
    padding: 24px 16px 24px;
    gap: 22px;
  }

  .industrial-hero__shade {
    background: linear-gradient(
      180deg,
      rgba(5, 29, 67, 0.94) 0%,
      rgba(7, 37, 78, 0.88) 45%,
      rgba(8, 36, 76, 0.85) 100%
    );
  }

  .industrial-hero__title {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
  }

  .industrial-hero__subtitle {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .industrial-hero__text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .industrial-hero__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-action {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    min-height: 48px;
    padding: 0 16px;
  }

  .hero-highlights {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .hero-highlights__title {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .hero-point {
    gap: 12px;
  }

  .hero-point__icon {
    width: 32px;
    min-width: 32px;
    font-size: 24px;
  }

  .hero-point__text {
    font-size: 14px;
  }

  .dha-mip-wrap,
  .mip-invest-wrap,
  .dha-bottom-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mip-masterplan-overlay {
    background: linear-gradient(
      180deg,
      rgba(244, 240, 237, 0.92) 0%,
      rgba(244, 240, 237, 0.82) 55%,
      rgba(244, 240, 237, 0.45) 100%
    );
  }

  .mip-masterplan-box {
    min-height: 240px;
    align-items: flex-start;
  }

  .mip-masterplan-content {
    max-width: 100%;
    padding: 18px 16px 16px;
  }

  .dha-contact-card {
    padding: 14px;
  }

  .dha-contact-left h3,
  .dha-download-card h3,
  .dha-master-content h3,
  .dha-media-head h3 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-wrap {
    padding: 10px 14px;
    min-height: 76px;
  }

  .brand-area {
    padding: 4px 0;
  }



  .brand-logo img {
    max-height: 52px;
  }

  .brand-name {
    font-size: 20px;
  }

  .menu-toggle-btn {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .mobile-menu-inner {
    padding: 12px 14px 18px;
  }

  .mobile-menu-list li a {
    font-size: 14px;
    padding: 13px 12px;
  }

  .dha-mip-wrap {
    padding: 0 12px 12px;
  }

  .dha-mip-top {
    padding-top: 14px;
    gap: 16px;
  }

  .dha-mip-title,
  .dha-mip-about-title {
    font-size: 15px;
  }

  .dha-mip-form-title {
    font-size: 17px;
  }

  .dha-mip-text,
  .dha-mip-feature-text,
  .dha-mip-form-text,
  .dha-mip-about-label,
  .dha-mip-about-desc {
    font-size: 12px;
  }

  .dha-mip-form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dha-mip-form textarea {
    min-height: 80px;
    max-height: 80px;
  }

  .dha-mip-image-box {
    max-width: 100%;
  }

  .dha-mip-image-box img {
    min-height: auto;
    height: auto;
  }

  .dha-mip-about-row {
    grid-template-columns: 18px 1fr;
    gap: 8px;
  }

  .dha-mip-about-label {
    grid-column: 2 / 3;
  }

  .dha-mip-about-desc {
    grid-column: 1 / -1;
    padding-left: 26px;
    margin-top: -2px;
  }

  .dha-mip-submit-btn {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }

  .mip-invest-left {
    padding: 16px 0;
  }

  .mip-invest-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .mip-invest-grid {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .mip-invest-item {
    gap: 10px;
  }

  .mip-invest-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 18px;
  }

  .mip-invest-text h3,
  .mip-invest-text p {
    font-size: 13px;
  }

  .mip-masterplan-content h3 {
    font-size: 16px;
  }

  .mip-masterplan-content p,
  .mip-masterplan-content ul li {
    font-size: 12.5px;
  }

  .dha-top-grid {
    padding: 10px 0 6px;
  }

  .dha-master-card {
    grid-template-columns: 1fr;
  }

  .dha-master-image {
    min-height: 170px;
  }

  .dha-download-grid {
    grid-template-columns: 1fr;
  }

  .dha-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dha-footer-links {
    gap: 20px;
    /* flex-direction: column;
    padding-left: 0; */
    padding-right: 0;
  }

  .dha-footer-col-space {
    margin-top: 0;
  }

  .dha-copyright p {
    font-size: 10px;
  }
}

.fa-whatsapp:before {
  color: rgb(35, 190, 35);
  content: "\f232";
}

.dha-footer-col ul li a:Hover {
color: #c0932e;
}