/* New custom styles for service equipment cards and inventory page. */

.cs_counter.cs_style_2 {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cs_page_heading {
  min-height: 360px;
  height: 360px;
  padding-top: 120px;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .cs_page_heading {
    min-height: 300px;
    height: 300px;
    padding-top: 105px;
    padding-bottom: 42px;
  }
}

@media (max-width: 575px) {
  .cs_page_heading {
    min-height: 260px;
    height: 260px;
    padding-top: 92px;
    padding-bottom: 34px;
  }
}

.cs_counter.cs_style_2 .cs_counter_number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.ng_contact_quote_form {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background-image: none !important;
  color: #111827;
}

.ng_contact_quote_form::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -2;
  background-image: var(--ng-contact-bg);
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.04);
}

.ng_contact_quote_form::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.78);
}

.ng_contact_quote_form .cs_section_title {
  color: #00001b;
}

.ng_contact_quote_form .cs_section_heading div,
.ng_contact_quote_form .cs_form_field {
  color: rgba(0, 0, 27, 0.78);
}

.ng_contact_quote_form .cs_form_field_wrapper {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(0, 0, 27, 0.18);
  backdrop-filter: blur(3px);
}

.ng_service_detail_media {
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #e9eef5;
}

.ng_service_detail_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1199px) {
  .ng_service_detail_media {
    height: 460px;
  }
}

@media (max-width: 991px) {
  .ng_service_detail_media {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .ng_service_detail_media {
    height: 280px;
  }
}

.cs_counter.cs_style_2 .odometer-inside {
  display: inline-flex;
}

.cs_counter.cs_style_2 p {
  width: 100%;
  padding: 0 8px;
  white-space: nowrap;
}

.ng_blog_sidebar {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid rgba(35, 46, 65, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.ng_blog_sidebar ul {
  display: grid;
  gap: 12px;
}

.ng_blog_sidebar li {
  list-style: none;
}

.ng_blog_sidebar a:not(.cs_btn) {
  color: #14213d;
  font-weight: 600;
}

.ng_blog_sidebar a:not(.cs_btn):hover {
  color: #132573;
}

.ng_company_step_icon {
  width: 38px;
  height: 38px;
  color: #132573;
  transition: transform 1s ease-in-out;
}

.ng_company_step_icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs_iconbox.cs_style_3:hover .ng_company_step_icon {
  transform: rotateY(360deg);
}

.cs_post_details.cs_style_1 h2,
.cs_post_details.cs_style_1 h3 {
  margin-bottom: 18px;
}

.cs_post_details.cs_style_1 h3 {
  margin-top: 8px;
}

.cs_post_details.cs_style_1 .cs_tag_link {
  background: rgba(19, 37, 115, 0.08);
  color: #132573;
}

.cs_post.cs_style_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cs_post.cs_style_1 .cs_post_thumbnail {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
  background: #f5f7fb;
}

.cs_post.cs_style_1 .cs_post_thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cs_post.cs_style_1 .cs_post_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 24px;
}

.cs_post.cs_style_1 .cs_text_btn {
  margin-top: auto;
}

.ng_project_work {
  overflow: hidden;
}

.ng_process_section {
  overflow: hidden;
}

.ng_process_section .container {
  position: relative;
  z-index: 2;
}

.ng_process_section .cs_card.cs_style_5 {
  position: relative;
  z-index: 2;
}

.ng_process_section .cs_card.cs_style_5 .cs_card_thumbnail {
  position: relative;
  z-index: 2;
  background: #fff;
}

.ng_process_section .cs_process_shape_1 {
  top: 53%;
  z-index: 1;
  pointer-events: none;
}

.ng_process_section .cs_process_shape_1 svg {
  opacity: 0.9;
}

@media (max-width: 1399px) {
  .ng_process_section .cs_process_shape_1 {
    top: 52%;
  }
}

@media (max-width: 1199px) {
  .ng_process_section .cs_process_shape_1 {
    top: 51%;
  }
}

.ng_process_icon {
  width: 138px;
  height: 138px;
  color: #132573;
}

.ng_process_icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ng_project_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ng_project_card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.ng_project_media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f8fafc;
}

.ng_project_media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.55s ease, filter 0.55s ease;
}

.ng_project_img_primary {
  opacity: 1;
}

.ng_project_img_hover {
  opacity: 0;
}

.ng_project_media_slab img {
  object-position: center 42%;
}

.ng_project_media_access img {
  object-position: center 48%;
}

.ng_project_media_formwork img {
  object-position: center 55%;
}

.ng_project_media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 12px;
  border-radius: 6px;
  color: #fff;
  background: rgba(19, 37, 115, 0.9);
  font-size: 14px;
  font-weight: 700;
}

.ng_project_body {
  padding: 24px;
}

.ng_project_meta {
  margin-bottom: 8px;
  color: #132573;
  font-weight: 700;
}

.ng_project_body h3 {
  margin-bottom: 12px;
  color: #14213d;
  font-size: 24px;
  line-height: 1.25;
}

.ng_project_body p {
  color: #5d6678;
  line-height: 1.65;
}

.ng_project_body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
}

.ng_project_body li {
  position: relative;
  list-style: none;
  padding-left: 22px;
  color: #14213d;
  font-weight: 600;
}

.ng_project_body li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #132573;
  transform: translateY(-50%);
}

.ng_policy_content {
  padding: 42px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.ng_policy_intro {
  margin: 22px 0 34px;
  color: #516071;
  font-size: 18px;
  line-height: 1.7;
}

.ng_policy_block {
  padding: 24px 0;
  border-top: 1px solid rgba(20, 33, 61, 0.1);
}

.ng_policy_block h3 {
  margin-bottom: 10px;
  color: #14213d;
  font-size: 24px;
  line-height: 1.25;
}

.ng_policy_block p {
  margin: 0;
  color: #516071;
  line-height: 1.7;
}

.ng_policy_block a {
  color: #132573;
  font-weight: 700;
}

.ng_policy_updated {
  margin: 18px 0 0;
  color: #14213d;
  font-weight: 700;
}

.ng_project_card:hover .ng_project_img_primary {
  opacity: 0;
}

.ng_project_card:hover .ng_project_img_hover {
  opacity: 1;
}

.ng_project_card:hover .ng_project_media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.ng_project_summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.ng_project_summary div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.08);
}

.ng_project_summary span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.ng_project_summary p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 575px) {
  .cs_counter.cs_style_2 {
    min-height: 104px;
  }

  .cs_counter.cs_style_2 .cs_counter_number {
    font-size: 76px;
  }

  .cs_counter.cs_style_2 p {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .ng_project_grid,
  .ng_project_summary {
    grid-template-columns: 1fr;
  }
}

.ng_equipment_grid,
.ng_inventory_grid {
  display: grid;
  gap: 24px;
}

.ng_equipment_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng_equipment_card,
.ng_inventory_card {
  border: 1px solid rgba(35, 46, 65, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.ng_equipment_card {
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding-bottom: 26px;
}

.ng_equipment_media {
  position: relative;
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.ng_equipment_media::before,
.ng_inventory_media::before,
.cs_card.cs_style_4 .cs_card_thumbnail::before,
.cs_card.cs_style_4 .cs_card_thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.65s ease;
  z-index: 1;
}

.ng_equipment_media::before,
.ng_inventory_media::before,
.cs_card.cs_style_4 .cs_card_thumbnail::before {
  background:
    linear-gradient(180deg, rgba(20, 33, 61, 0) 44%, rgba(20, 33, 61, 0.18) 100%),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 34%);
}

.cs_card.cs_style_4 .cs_card_thumbnail::after {
  width: 38%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-135%) skewX(-14deg);
}

.ng_equipment_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 18px;
  transition: transform 0.55s ease, filter 0.55s ease;
  will-change: transform;
}

.ng_image_popup_trigger {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.ng_image_popup_trigger > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #fff;
  background: #142b88;
  box-shadow: 0 12px 26px rgba(20, 43, 136, 0.24);
  line-height: 1;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ng_image_popup_trigger > span i {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.ng_image_popup_trigger:hover > span,
.ng_image_popup_trigger:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.ng_image_popup_trigger:focus-visible {
  outline: 3px solid rgba(19, 37, 115, 0.35);
  outline-offset: -3px;
}

.ng_equipment_card_top,
.ng_equipment_card h3,
.ng_equipment_card p,
.ng_equipment_card .ng_size_group {
  margin-left: 26px;
  margin-right: 26px;
}

.ng_equipment_card_top,
.ng_inventory_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ng_equipment_card_top {
  margin-top: 24px;
}

.ng_equipment_number,
.ng_inventory_meta span {
  color: #132573;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
}

.ng_equipment_card_top i,
.ng_inventory_meta i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #132573;
}

.ng_equipment_card h3,
.ng_inventory_card h3 {
  color: #14213d;
  font-size: 24px;
  line-height: 1.25;
}

.ng_equipment_card h3 {
  margin: 22px 26px 12px;
}

.ng_inventory_card h3 {
  margin: 22px 0 12px;
}

.ng_equipment_card p,
.ng_inventory_card p {
  color: #5d6678;
  line-height: 1.65;
}

.ng_equipment_card p {
  margin: 0 26px;
}

.ng_inventory_card p {
  margin: 0;
}

.ng_equipment_card p {
  flex: 1;
}

.ng_home_video {
  overflow: hidden;
  background: #f7f8fb;
}

.ng_home_video_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.ng_home_video .cs_section_subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ng_home_video .cs_section_subtitle::before {
  content: "";
  width: 34px;
  height: 2px;
  display: inline-block;
  background: #132573;
}

.ng_home_video .cs_section_title {
  max-width: 760px;
  line-height: 1.18;
}

.ng_video_card_rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ng_video_product_card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #132573;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  aspect-ratio: 9 / 16;
  cursor: pointer;
}

.ng_video_product_card > img,
.ng_video_product_card > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
}

.ng_video_product_card > img {
  background: #eef2f7;
}

.ng_video_product_card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.76) 76%, rgba(15, 23, 42, 0.92) 100%);
  pointer-events: none;
}

.ng_video_product_info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #fff;
}

.ng_video_product_thumb {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.ng_video_product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ng_video_product_info h3 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

.ng_video_product_info p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.ng_project_gallery_page {
  overflow: hidden;
  background: #fff;
}

.ng_project_photo_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.ng_project_photo_card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f7;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.ng_project_photo_card_large {
  grid-column: span 2;
  grid-row: span 2;
}

.ng_project_photo_card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ng_project_photo_card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.ng_project_photo_card div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}

.ng_project_photo_card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 5px;
  color: #132573;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ng_project_photo_card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.ng_project_photo_card:hover img {
  transform: scale(1.06);
}

.ng_project_video_page .ng_home_video_head {
  margin-bottom: 30px;
}

.ng_video_modal_open,
.ng_image_modal_open {
  overflow: hidden;
}

.ng_video_modal,
.ng_image_modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 14, 32, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.ng_video_modal.is-open,
.ng_image_modal.is-open {
  opacity: 1;
  visibility: visible;
}

.ng_video_modal_dialog,
.ng_image_modal_dialog {
  position: relative;
  width: min(420px, calc(100vw - 40px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 8px;
  background: #050914;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s ease;
}

.ng_image_modal_dialog {
  width: min(920px, calc(100vw - 40px));
  background: #fff;
}

.ng_video_modal.is-open .ng_video_modal_dialog,
.ng_image_modal.is-open .ng_image_modal_dialog {
  transform: translateY(0) scale(1);
}

.ng_video_modal_dialog video {
  width: 100%;
  max-height: calc(100vh - 48px);
  display: block;
  object-fit: contain;
  background: #050914;
}

.ng_image_modal_dialog img {
  width: 100%;
  max-height: calc(100vh - 132px);
  display: block;
  object-fit: contain;
  background: #f7f8fb;
}

.ng_image_modal_dialog p {
  margin: 0;
  padding: 14px 18px;
  color: #14213d;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.ng_video_modal_close,
.ng_image_modal_close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #14213d;
  background: #fff;
  font-size: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.ng_inventory_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng_inventory_card {
  overflow: hidden;
}

.ng_inventory_media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ffffff;
}

.ng_inventory_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 18px;
  transition: transform 0.55s ease, filter 0.55s ease;
  will-change: transform;
}

.ng_inventory_media > span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 7px 12px;
  border-radius: 6px;
  color: #fff;
  background: rgba(20, 33, 61, 0.86);
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}

.cs_card.cs_style_4,
.ng_equipment_card,
.ng_inventory_card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cs_service_area .row.cs_row_gap_30 > [class*="col-"] {
  display: flex;
}

.cs_service_area .cs_card.cs_style_4 {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-color: rgba(20, 33, 61, 0.12);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.cs_service_area .cs_card.cs_style_4 .cs_card_header {
  min-height: auto;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_title {
  max-width: 300px;
  font-size: 24px;
  line-height: 1.22;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_title a {
  color: #071431;
  text-decoration: none;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_index {
  min-width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(19, 37, 115, 0.16);
  border-radius: 50%;
  color: #132573;
  background: #f7f9ff;
  font-size: 24px;
  font-weight: 500;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_thumbnail {
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #eef3f8;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_subtitle {
  flex: 1;
  max-width: 100%;
  margin-bottom: 24px;
  color: #344054;
  font-size: 16px;
  line-height: 1.58;
}

.cs_service_area .cs_card.cs_style_4 .cs_card_btn {
  align-self: flex-start;
  margin-top: auto;
  min-width: 158px;
  padding: 10px 22px;
  border-color: rgba(19, 37, 115, 0.72);
  color: #132573;
  background: #fff;
}

.cs_card.cs_style_4 .cs_card_thumbnail {
  position: relative;
  overflow: hidden;
}

.cs_card.cs_style_4 .cs_card_thumbnail img {
  transition: transform 0.55s ease, filter 0.55s ease;
  will-change: transform;
}

.cs_about.cs_style_1 .cs_about_thumbnail_1 > img,
.cs_about.cs_style_1 .cs_about_thumbnail_2 > img,
.cs_post.cs_style_1 .cs_post_thumbnail img {
  transition: transform 0.55s ease, filter 0.55s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.cs_about.cs_style_1 .cs_about_thumbnail_1 > img,
.cs_about.cs_style_1 .cs_about_thumbnail_2 > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cs_about.cs_style_1 .cs_about_thumbnail_1 > img {
  height: clamp(470px, 43vw, 640px);
  object-position: center;
}

.cs_about.cs_style_1 .cs_about_thumbnail_2 > img {
  height: clamp(145px, 13vw, 210px);
  object-position: center;
}

.cs_card.cs_style_4:hover,
.ng_equipment_card:hover,
.ng_inventory_card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
  border-color: rgba(19, 37, 115, 0.22);
}

.cs_card.cs_style_4:hover .cs_card_thumbnail img,
.ng_equipment_card:hover .ng_equipment_media img,
.ng_inventory_card:hover .ng_inventory_media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.cs_about.cs_style_1 .cs_about_thumbnail_1:hover > img,
.cs_about.cs_style_1 .cs_about_thumbnail_2:hover > img {
  transform: translateY(-6px) scale(1.025);
  filter: saturate(1.08) contrast(1.04);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.2);
}

.cs_post.cs_style_1 .cs_post_thumbnail:hover img {
  filter: saturate(1.08) contrast(1.04);
}

.cs_card.cs_style_4:hover .cs_card_thumbnail::before,
.ng_equipment_card:hover .ng_equipment_media::before,
.ng_inventory_card:hover .ng_inventory_media::before {
  opacity: 1;
}

.cs_card.cs_style_4:hover .cs_card_thumbnail::after {
  opacity: 1;
  transform: translateX(275%) skewX(-14deg);
}

@media (prefers-reduced-motion: reduce) {
  .cs_card.cs_style_4,
  .ng_equipment_card,
  .ng_inventory_card,
  .cs_card.cs_style_4 .cs_card_thumbnail img,
  .cs_about.cs_style_1 .cs_about_thumbnail_1 > img,
  .cs_about.cs_style_1 .cs_about_thumbnail_2 > img,
  .cs_post.cs_style_1 .cs_post_thumbnail img,
  .ng_equipment_media img,
  .ng_inventory_media img,
  .ng_equipment_media::before,
  .ng_inventory_media::before,
  .cs_card.cs_style_4 .cs_card_thumbnail::before,
  .cs_card.cs_style_4 .cs_card_thumbnail::after {
    transition: none;
  }

  .cs_card.cs_style_4:hover,
  .ng_equipment_card:hover,
  .ng_inventory_card:hover,
  .cs_card.cs_style_4:hover .cs_card_thumbnail img,
  .ng_equipment_card:hover .ng_equipment_media img,
  .ng_inventory_card:hover .ng_inventory_media img,
  .cs_about.cs_style_1 .cs_about_thumbnail_1:hover > img,
  .cs_about.cs_style_1 .cs_about_thumbnail_2:hover > img {
    transform: none;
  }
}

.ng_inventory_body {
  padding: 22px;
}

.ng_inventory_card a {
  display: inline-flex;
  margin-top: 18px;
  color: #132573;
  font-weight: 700;
}

.ng_mivan_intro {
  color: #5d6678;
  font-size: 18px;
  line-height: 1.7;
}

.ng_mivan_page .ng_inventory_grid {
  align-items: stretch;
}

.ng_mivan_card {
  height: 100%;
}

.ng_mivan_card .ng_inventory_media {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ng_mivan_card .ng_inventory_media img {
  padding: 10px 18px 24px;
}

.ng_mivan_card .ng_inventory_body {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.ng_mivan_card p {
  flex: 1;
}

.ng_mivan_card .ng_inventory_meta i {
  background: #14213d;
}

.ng_size_group {
  margin-top: 18px;
}

.ng_size_label {
  display: block;
  margin-bottom: 10px;
  color: #14213d;
  font-size: 14px;
  font-weight: 700;
}

.ng_size_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ng_size_chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(19, 37, 115, 0.18);
  border-radius: 6px;
  color: #132573;
  background: #f4f7ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.ng_whatsapp_float {
  position: fixed;
  right: 35px;
  bottom: 115px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
  font-size: 31px;
  line-height: 1;
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ng_whatsapp_float::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: inherit;
  animation: ng-whatsapp-pulse 1.8s ease-out infinite;
}

.ng_whatsapp_float:hover {
  color: #fff;
  background: #1ebe5d;
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.42);
}

.ng_help_mascot {
  position: fixed;
  left: 28px;
  bottom: 92px;
  z-index: 1000;
  font-family: inherit;
}

.ng_help_mascot_button {
  position: relative;
  width: 78px;
  height: 88px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.ng_help_hi {
  position: absolute;
  left: 48px;
  top: -10px;
  min-width: 42px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #14213d;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.16);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  animation: ng-help-hi 2.2s ease-in-out infinite;
}

.ng_help_hi::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}

.ng_help_character {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 66px;
  height: 74px;
  border: 4px solid #14213d;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(180deg, #ffd45a 0%, #f9a825 100%);
  box-shadow: 0 16px 34px rgba(20, 33, 61, 0.2);
  animation: ng-help-bob 2.5s ease-in-out infinite;
}

.ng_help_character::before,
.ng_help_character::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 14px;
  height: 22px;
  border: 4px solid #14213d;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #ffcf4d;
}

.ng_help_character::before {
  left: 10px;
  transform: rotate(-14deg);
}

.ng_help_character::after {
  right: 10px;
  transform: rotate(14deg);
}

.ng_help_face {
  position: absolute;
  inset: 15px 10px 12px;
  border-radius: 18px;
  background: #fff7d6;
}

.ng_help_eye {
  position: absolute;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14213d;
}

.ng_help_eye:first-child {
  left: 13px;
}

.ng_help_eye:nth-child(2) {
  right: 13px;
}

.ng_help_smile {
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 22px;
  height: 12px;
  border: 3px solid #14213d;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.ng_help_hand {
  position: absolute;
  right: -16px;
  top: 27px;
  width: 22px;
  height: 12px;
  border: 4px solid #14213d;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  background: #ffd45a;
  transform-origin: left center;
  animation: ng-help-wave 1.15s ease-in-out infinite;
}

.ng_help_popup {
  position: absolute;
  left: 0;
  bottom: 102px;
  width: min(320px, calc(100vw - 32px));
  padding: 22px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 8px;
  color: #516071;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 33, 61, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.97);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.ng_help_mascot.is-open .ng_help_popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.ng_help_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #14213d;
  background: #eef2f7;
  font-size: 15px;
}

.ng_help_kicker {
  margin: 0 38px 8px 0;
  color: #f9a825;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ng_help_popup h3 {
  margin: 0 38px 8px 0;
  color: #14213d;
  font-size: 24px;
  line-height: 1.2;
}

.ng_help_popup p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.55;
}

.ng_help_actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.ng_help_actions a,
.ng_help_link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ng_help_actions a:first-child {
  color: #fff;
  background: #25d366;
}

.ng_help_actions a:nth-child(2) {
  color: #fff;
  background: #132573;
}

.ng_help_link {
  width: 100%;
  color: #14213d;
  background: #f4f7ff;
}

@keyframes ng-help-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes ng-help-hi {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ng-help-wave {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-18deg);
  }
}

.ng_help_mascot {
  left: 26px;
  bottom: 98px;
}

.ng_help_mascot_button {
  width: 108px;
  height: 118px;
}

.ng_help_hi {
  left: 66px;
  top: 2px;
  min-width: 104px;
  padding: 8px 11px;
  border: 1px solid rgba(20, 33, 61, 0.1);
  color: #132573;
  font-size: 13px;
  white-space: nowrap;
  animation: none;
}

.ng_help_character {
  left: 6px;
  width: 82px;
  height: 106px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}

.ng_help_character::before {
  left: 23px;
  top: 45px;
  width: 38px;
  height: 54px;
  border: 3px solid #14213d;
  border-radius: 15px 15px 12px 12px;
  background: #132573;
  transform: none;
}

.ng_help_character::after {
  left: 2px;
  right: auto;
  top: 89px;
  width: 82px;
  height: 10px;
  border: 3px solid #14213d;
  border-radius: 10px;
  background: repeating-linear-gradient(90deg, #ffcf4d 0 10px, #14213d 10px 15px);
  transform: rotate(-3deg);
}

.ng_help_helmet {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 50px;
  height: 28px;
  border: 3px solid #14213d;
  border-radius: 25px 25px 8px 8px;
  background: #f9a825;
  z-index: 3;
}

.ng_help_helmet::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 2px;
  width: 4px;
  height: 20px;
  border-radius: 4px;
  background: #14213d;
  opacity: 0.25;
}

.ng_help_helmet::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: -7px;
  height: 9px;
  border: 3px solid #14213d;
  border-radius: 10px;
  background: #ffcf4d;
}

.ng_help_face {
  inset: auto;
  left: 18px;
  top: 27px;
  width: 48px;
  height: 42px;
  border: 3px solid #14213d;
  border-radius: 16px 16px 18px 18px;
  background: #ffd7ad;
  z-index: 2;
}

.ng_help_eye {
  top: 14px;
  width: 6px;
  height: 6px;
}

.ng_help_eye:first-child {
  left: 12px;
}

.ng_help_eye:nth-child(2) {
  right: 12px;
}

.ng_help_smile {
  bottom: 8px;
  width: 18px;
  height: 10px;
  border-width: 2px;
}

.ng_help_body {
  position: absolute;
  left: 22px;
  top: 63px;
  width: 40px;
  height: 37px;
  border: 3px solid #14213d;
  border-radius: 12px 12px 10px 10px;
  background: #132573;
  overflow: hidden;
  z-index: 1;
}

.ng_help_vest {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(62deg, transparent 0 37%, #ffcf4d 38% 47%, transparent 48%),
    linear-gradient(-62deg, transparent 0 37%, #ffcf4d 38% 47%, transparent 48%),
    linear-gradient(90deg, transparent 0 42%, #ffcf4d 43% 57%, transparent 58%);
}

.ng_help_hand {
  right: -8px;
  top: 54px;
  width: 30px;
  height: 14px;
  border: 3px solid #14213d;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  background: #ffd7ad;
  z-index: 2;
  animation: none;
}

.ng_help_tool {
  position: absolute;
  left: 4px;
  top: 65px;
  width: 24px;
  height: 8px;
  border: 3px solid #14213d;
  border-radius: 8px;
  background: #b7c0cc;
  transform: rotate(-28deg);
  z-index: 2;
}

.ng_help_popup {
  bottom: 128px;
  border-top: 4px solid #f9a825;
}

.ng_help_mascot {
  left: 0;
  bottom: 82px;
  width: 132px;
  pointer-events: none;
  transform: translateX(-36px);
  transition: transform 0.3s ease;
}

.ng_help_mascot:hover,
.ng_help_mascot.is-open {
  transform: translateX(0);
}

.ng_help_mascot_button {
  width: 132px;
  height: 154px;
  overflow: visible;
  pointer-events: auto;
}

.ng_help_character,
.ng_help_character::before,
.ng_help_character::after,
.ng_help_helmet,
.ng_help_helmet::before,
.ng_help_helmet::after,
.ng_help_face,
.ng_help_eye,
.ng_help_smile,
.ng_help_body,
.ng_help_vest,
.ng_help_hand,
.ng_help_tool {
  display: none;
}

.ng_help_mascot_img {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 118px;
  height: auto;
  filter: drop-shadow(0 20px 26px rgba(20, 33, 61, 0.26));
  transform-origin: 42% 88%;
}

.ng_help_hi {
  left: 68px;
  top: 18px;
  z-index: 2;
}

.ng_help_popup {
  left: 18px;
  bottom: 150px;
  pointer-events: auto;
}

.select2-container,
.select2-container--open {
  width: 100% !important;
  z-index: 9999;
}

.select2-dropdown {
  overflow: hidden;
  border: 1px solid rgba(20, 33, 61, 0.18);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.select2-search--dropdown {
  display: none !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  top: 6px;
  border-radius: 8px;
}

.select2-results__option {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 9px 18px;
  border-radius: 8px;
  line-height: 1.35;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 230px;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 33, 61, 0.42) transparent;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.42);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #132573;
  color: #fff;
}

@keyframes ng-whatsapp-pulse {
  0% {
    opacity: 0.85;
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ng_whatsapp_float,
  .ng_whatsapp_float::before,
  .ng_help_hi,
  .ng_help_character,
  .ng_help_hand {
    animation: none;
    transition: none;
  }

  .ng_whatsapp_float:hover,
  .ng_help_popup {
    transform: none;
  }
}

@media (max-width: 1199px) {
  .ng_equipment_grid,
  .ng_inventory_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs_service_area .cs_card.cs_style_4 {
    padding: 24px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_title {
    font-size: 22px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_thumbnail {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .ng_equipment_grid,
  .ng_inventory_grid {
    grid-template-columns: 1fr;
  }

  .ng_inventory_body {
    padding: 20px;
  }

  .ng_policy_content {
    padding: 28px 22px;
  }

  .ng_policy_intro {
    font-size: 16px;
  }

  .ng_policy_block h3 {
    font-size: 21px;
  }

  .cs_service_area .cs_card.cs_style_4 {
    padding: 24px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_header {
    gap: 14px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_title {
    font-size: 23px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_index {
    min-width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .cs_service_area .cs_card.cs_style_4 .cs_card_subtitle {
    font-size: 16px;
  }

  .ng_equipment_card_top,
  .ng_equipment_card h3,
  .ng_equipment_card p,
  .ng_equipment_card .ng_size_group {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ng_equipment_card h3,
  .ng_inventory_card h3 {
    font-size: 22px;
  }

  .ng_whatsapp_float {
    right: 18px;
    bottom: 86px;
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
}

/* Mobile responsive refinements for the main site pages. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) {
  width: 300px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(19, 37, 115, 0.16);
  border-top: 4px solid #132573;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 20, 49, 0.22);
}

.cs_site_header .cs_nav .cs_nav_list > li > ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 34px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(19, 37, 115, 0.16);
  border-left: 1px solid rgba(19, 37, 115, 0.16);
  background: #132573;
  transform: rotate(45deg);
}

.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) a {
  padding: 10px 14px;
  border-radius: 6px;
  color: #5d6678;
  font-weight: 700;
  line-height: 1.35;
}

.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) a:hover,
.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) a:focus {
  color: #fff;
  background: #132573;
}

.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) .ng_menu_label {
  margin: 8px 14px 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 33, 61, 0.1);
  color: #132573;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) .ng_menu_label:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.cs_site_header.cs_style_1 .cs_site_branding img {
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

.cs_iconbox_grid.cs_type_3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cs_iconbox.cs_style_6 {
  min-width: 0;
}

.cs_iconbox.cs_style_6 .cs_iconbox_title {
  overflow-wrap: anywhere;
}

.cs_card,
.cs_post,
.cs_iconbox,
.cs_form,
.cs_contact_form,
.cs_client_commentbox,
.ng_equipment_card,
.ng_inventory_card,
.ng_project_card {
  max-width: 100%;
}

.cs_testimonial.cs_style_2 {
  overflow: hidden;
  padding-bottom: 96px;
  background: #fff;
}

.cs_testimonial.cs_style_2 .cs_testimonial_right .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.cs_testimonial.cs_style_2 .cs_testimonial_right [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.cs_testimonial.cs_style_2 .cs_testimonial_right .col-md-8 {
  grid-column: 1 / -1;
  width: min(520px, 100%);
  justify-self: center;
}

.cs_testimonial.cs_style_2 .cs_client_commentbox {
  height: 100%;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs_testimonial.cs_style_2 .cs_client_commentbox blockquote {
  line-height: 1.55;
}

.cs_testimonial.cs_style_2 .cs_client_commentbox hr {
  width: 100%;
  margin-top: auto;
}

.cs_footer_widget_menu.cs_address a {
  overflow-wrap: anywhere;
}

.cs_footer_widget_menu.cs_address .cs_phone_number a {
  line-height: 1.2;
}

.cs_footer_widget_menu.cs_address .cs_phone_number {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 14px;
  row-gap: 8px;
  align-items: center;
}

.cs_footer_widget_menu.cs_address .cs_phone_number a {
  display: inline-block;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.cs_footer_widget_menu.cs_address .cs_phone_number a:hover {
  color: #f5c542;
}

.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a {
  text-decoration: none;
}

.cs_footer_row {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(130px, 0.7fr) minmax(220px, 1fr) minmax(230px, 1fr);
  gap: 48px;
  align-items: start;
}

.cs_footer_row .cs_footer_col,
.cs_footer_widget,
.cs_footer_widget_menu,
.cs_footer_widget_menu li {
  min-width: 0;
}

.ng_footer_brand {
  display: grid;
  gap: 18px;
  max-width: 380px;
}

.ng_footer_logo {
  display: block;
  width: 118px;
  max-width: 100%;
  max-height: 108px;
  object-fit: contain;
}

.ng_footer_names {
  display: grid;
  gap: 8px;
}

.ng_footer_names h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.ng_footer_brand p {
  max-width: 360px;
  margin: 0;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 44px;
  }

  .cs_testimonial.cs_style_2 {
    padding-bottom: 84px;
  }

  .cs_footer_row {
    grid-template-columns: minmax(260px, 1.2fr) minmax(130px, 0.8fr) minmax(220px, 1fr);
  }
}

@media (max-width: 991px) {
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 76px;
  }

  .cs_site_header.cs_style_1 .cs_site_branding img {
    max-height: 54px;
    max-width: 150px;
  }

  .cs_nav .cs_nav_list_wrap {
    max-width: 100%;
    overflow-x: hidden;
  }

  .cs_nav .cs_nav_list {
    padding: 10px 18px 32px;
  }

  .cs_nav .cs_nav_list a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .cs_site_header .cs_nav .cs_nav_list ul:not(.cs_mega_wrapper) {
    width: 100%;
    padding: 6px 0 8px 14px;
    border: 0;
    border-top: 1px solid rgba(20, 33, 61, 0.08);
    box-shadow: none;
  }

  .cs_site_header .cs_nav .cs_nav_list > li > ul::before {
    display: none;
  }

  .cs_hero.cs_style_1 {
    height: auto;
    min-height: 620px;
    max-height: none;
    padding: 130px 0 70px;
  }

  .cs_hero.cs_style_1 .cs_hero_overlay {
    background: linear-gradient(90deg, rgba(19, 37, 115, 0.95) 0%, rgba(19, 37, 115, 0.82) 100%);
  }

  .cs_hero.cs_style_1 .cs_hero_content {
    max-width: 100%;
  }

  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 780px;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail {
    max-width: 640px;
    margin: 0 auto;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail_1 {
    padding-right: 52px;
  }

  .cs_iconbox_grid.cs_type_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs_testimonial.cs_style_2 .cs_testimonial_left {
    max-width: 720px;
    margin-bottom: 8px;
  }

  .cs_testimonial.cs_style_2 .cs_rating_container {
    margin-top: 24px;
  }

  .cs_testimonial.cs_style_2 .cs_rating_title {
    margin-top: 20px;
  }

  .cs_scrollup {
    right: 18px;
    z-index: 998;
  }

  .cs_scrollup.cs_scrollup_show {
    bottom: 22px;
  }

  .ng_video_card_rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng_video_product_info h3 {
    font-size: 12px;
    line-height: 1.2;
  }

  .ng_video_product_info p {
    font-size: 11px;
  }

  .ng_whatsapp_float {
    right: 18px;
    bottom: 88px;
    z-index: 999;
  }

  .cs_footer_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cs_fs_72 {
    font-size: 40px;
    line-height: 1.18;
  }

  .cs_fs_48 {
    font-size: 34px;
    line-height: 1.22;
  }

  .cs_hero.cs_style_1 {
    min-height: 590px;
    padding-top: 118px;
    padding-bottom: 56px;
    background-position: center;
  }

  .cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 20px;
  }

  .cs_hero.cs_style_1 .cs_hero_subtitle {
    margin-bottom: 24px;
    line-height: 1.55;
  }

  .cs_player_btn.cs_style_1 {
    gap: 12px;
  }

  .cs_player_btn.cs_style_1 .cs_play_btn_text {
    font-size: 16px;
  }

  .cs_post.cs_style_1,
  .cs_iconbox,
  .cs_form,
  .cs_contact_form,
  .ng_equipment_card,
  .ng_inventory_card,
  .ng_project_card {
    width: 100%;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail {
    padding-bottom: 82px;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail_1 {
    padding-right: 0;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail_1 > img {
    height: clamp(360px, 112vw, 500px);
  }

  .cs_about.cs_style_1 .cs_about_thumbnail_2 {
    display: none;
  }

  .cs_about.cs_style_1 .cs_experience_box {
    right: 16px;
    bottom: 0;
    width: 132px;
    height: 132px;
  }

  .cs_about.cs_style_1 .cs_experience_box_number {
    font-size: 36px;
  }

  .cs_about.cs_style_1 .cs_experience_box_title {
    font-size: 16px;
    line-height: 1.25;
  }

  .cs_list.cs_style_1 li {
    align-items: flex-start;
    gap: 12px;
  }

  .cs_list.cs_style_1 svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }

  .ng_home_video_head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 26px;
  }

  .ng_project_photo_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
    gap: 14px;
  }

  .ng_home_video .cs_section_subtitle {
    margin-bottom: 16px;
    letter-spacing: 1.4px;
  }

  .ng_video_card_rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 18px 14px;
    margin: 0 -18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .ng_video_product_card {
    flex: 0 0 min(74vw, 260px);
    scroll-snap-align: start;
  }

  .ng_video_modal_dialog {
    width: min(390px, calc(100vw - 36px));
    max-height: calc(100vh - 72px);
  }

  .ng_video_modal_dialog video {
    max-height: calc(100vh - 72px);
  }

  .cs_testimonial.cs_style_2 {
    padding-bottom: 72px;
  }

  .cs_testimonial.cs_style_2 .cs_testimonial_right .row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cs_testimonial.cs_style_2 .cs_testimonial_right .col-md-8 {
    width: 100%;
  }

  .cs_testimonial.cs_style_2 .cs_client_commentbox {
    min-height: auto;
    padding: 32px 24px 24px;
  }
}

@media (max-width: 575px) {
  .cs_footer_row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    display: none;
  }

  .cs_site_header.cs_style_1 .cs_site_branding img {
    max-height: 48px;
    max-width: 132px;
  }

  .cs_fs_72 {
    font-size: 34px;
  }

  .cs_fs_48 {
    font-size: 30px;
  }

  .cs_hero.cs_style_1 {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .cs_hero.cs_style_1 .cs_hero_content .cs_fs_20 {
    font-size: 16px;
  }

  .cs_hero.cs_style_1 .cs_hero_title_mini {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .cs_player_btn.cs_style_1 .cs_player_btn_icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .ng_home_video_head {
    margin-bottom: 22px;
  }

  .ng_home_video_head .cs_btn {
    min-height: 46px;
    padding: 12px 22px;
    font-size: 15px;
  }

  .ng_video_card_rail {
    gap: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .ng_video_product_card {
    flex-basis: min(82vw, 230px);
  }

  .ng_video_product_info {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .ng_video_product_thumb {
    width: 30px;
    height: 30px;
  }

  .ng_video_product_info h3 {
    font-size: 12px;
    line-height: 1.2;
  }

  .ng_video_product_info p {
    font-size: 11px;
  }

  .ng_video_modal {
    padding: 18px;
  }

  .ng_video_modal_dialog {
    width: min(360px, calc(100vw - 36px));
  }

  .ng_video_modal_close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .ng_project_photo_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .ng_project_photo_card,
  .ng_project_photo_card_large {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .ng_project_photo_card div {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .ng_project_photo_card h3 {
    font-size: 18px;
  }

  .ng_video_product_info {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .ng_video_product_thumb {
    width: 30px;
    height: 30px;
  }

  .ng_video_product_info h3 {
    font-size: 13px;
  }

  .ng_video_product_info p {
    font-size: 12px;
  }

  .ng_video_modal {
    padding: 14px;
  }

  .ng_video_modal_dialog {
    width: min(340px, calc(100vw - 28px));
    max-height: calc(100vh - 72px);
  }

  .ng_video_modal_dialog video {
    max-height: calc(100vh - 72px);
  }

  .ng_video_modal_close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .cs_about.cs_style_1 .cs_about_thumbnail {
    padding-bottom: 72px;
  }

  .cs_iconbox_grid.cs_type_3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cs_scrollup {
    width: 46px;
    height: 46px;
    right: 16px;
  }

  .cs_scrollup.cs_scrollup_show {
    bottom: 18px;
  }

  .ng_whatsapp_float {
    right: 16px;
    bottom: 78px;
    width: 48px;
    height: 48px;
    font-size: 26px;
  }

  .ng_whatsapp_float::before {
    inset: -5px;
  }

  .ng_help_mascot {
    left: 14px;
    bottom: 70px;
  }

  .ng_help_mascot_button {
    width: 92px;
    height: 104px;
  }

  .ng_help_hi {
    left: 54px;
    top: 0;
    min-width: 88px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .ng_help_character {
    width: 76px;
    height: 96px;
  }

  .ng_help_face {
    left: 16px;
    top: 27px;
    width: 44px;
    height: 39px;
  }

  .ng_help_character::before {
    left: 21px;
    top: 45px;
    width: 35px;
    height: 49px;
  }

  .ng_help_character::after {
    top: 84px;
    width: 76px;
  }

  .ng_help_helmet {
    left: 15px;
    width: 47px;
  }

  .ng_help_body {
    left: 20px;
    top: 61px;
    width: 37px;
    height: 34px;
  }

  .ng_help_hand {
    right: -7px;
    top: 52px;
  }

  .ng_help_tool {
    top: 64px;
  }

  .ng_help_popup {
    bottom: 112px;
    padding: 20px;
  }

  .ng_help_popup h3 {
    font-size: 21px;
  }

  .ng_help_actions {
    grid-template-columns: 1fr;
  }

  .ng_help_mascot {
    left: 0;
    bottom: 66px;
    width: 108px;
    transform: translateX(-30px);
  }

  .ng_help_mascot_button {
    width: 108px;
    height: 118px;
  }

  .ng_help_mascot_img {
    left: -6px;
    width: 92px;
  }

  .ng_help_hi {
    left: 52px;
    top: 12px;
    min-width: auto;
    max-width: 112px;
    font-size: 11px;
    line-height: 1.1;
    white-space: normal;
  }

  .ng_help_popup {
    left: 10px;
    bottom: 126px;
    width: min(276px, calc(100dvw - 24px));
    max-width: 276px;
    max-height: calc(100dvh - 150px);
    overflow-y: auto;
    padding: 14px;
  }

  .ng_help_kicker {
    margin: 0 34px 5px 0;
    font-size: 11px;
  }

  .ng_help_popup h3 {
    margin: 0 34px 6px 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .ng_help_popup p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
  }

  .ng_help_actions {
    gap: 7px;
    margin-bottom: 8px;
  }

  .ng_help_actions a,
  .ng_help_link {
    min-height: 40px;
    font-size: 13px;
  }

  .cs_testimonial.cs_style_2 {
    padding-bottom: 56px;
  }

  .cs_testimonial.cs_style_2 .cs_client_commentbox {
    padding: 28px 20px 22px;
  }

  .cs_testimonial.cs_style_2 .cs_client_commentbox blockquote {
    font-size: 15px;
  }

  .cs_footer_row {
    gap: 34px;
    padding: 64px 0;
  }

  .cs_footer_widget_title.cs_fs_32 {
    font-size: 26px;
  }

  .cs_footer_widget_menu.cs_address .cs_phone_number {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .cs_footer_widget_menu.cs_address .cs_phone_number a {
    font-size: 14px;
  }

  body .ng_help_mascot .ng_help_popup {
    position: fixed;
    left: 12px;
    right: auto;
    top: 58px;
    bottom: auto;
    width: 300px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 76px);
    padding: 14px 14px 12px;
    border-top-width: 3px;
    overflow-y: auto;
  }

  body .ng_help_mascot .ng_help_close {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  body .ng_help_mascot .ng_help_kicker {
    display: none;
  }

  body .ng_help_mascot .ng_help_popup h3 {
    margin: 0 34px 6px 0;
    font-size: 17px;
    line-height: 1.15;
  }

  body .ng_help_mascot .ng_help_popup p {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.35;
  }

  body .ng_help_mascot .ng_help_actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0;
  }

  body .ng_help_mascot .ng_help_actions a,
  body .ng_help_mascot .ng_help_link {
    min-height: 36px;
    font-size: 12px;
    gap: 6px;
  }

  body .ng_help_mascot .ng_help_link {
    display: none;
  }
}
