.text_primary {
  color: #14b8a6;
}
.text_secondary {
  color: #f59e0b;
}
.construction_and_infrastructure {
  background: #0f172a;
  color: #ffffff;
}
.construction_and_infrastructure h1 {
  font-family: "Playfair Display";
  font-size: 54px;
  font-weight: 700;
}
.btn_primary {
  background-color: #14b8a6;
  border: 1px solid #14b8a6;
}

.btn_primary:hover {
  border: 1px solid #14b8a6;
}
.btn_secondary {
  background-color: #303c75;
  border: 1px solid #99a1af;
}

.btn_secondary:hover {
  background: #14b8a6;
  border: 1px solid #99a1af;
}

.section_top_heading {
  background: #14b8a61f;
  color: #14b8a6;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
}

.section_top_heading span:first-child {
  margin-right: 10px;
}
.inner_sec_heading {
  margin-bottom: 50px;
}

.inner_sec_heading p {
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  color: #4a5565;
}

/* ============================
   About section (two-column, no image)
   ============================ */
.construction_about_sec {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 55%, #e8eef5 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.construction_about_main {
  max-width: 640px;
}

.construction_about_eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #14b8a6;
  margin: 0 0 12px;
}

.construction_about_title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 20px;
}

.construction_about_lead,
.construction_about_body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #475569;
  margin: 0 0 18px;
}

.construction_about_mission {
  margin: 28px 0 26px;
  padding: 22px 22px 22px 20px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(20, 184, 166, 0.1) 0%,
    rgba(15, 23, 42, 0.04) 100%
  );
  border: 1px solid rgba(20, 184, 166, 0.22);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border-left: 4px solid #14b8a6;
}

.construction_about_mission_title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
}

.construction_about_mission_text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
  margin: 0;
}

.construction_about_highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.construction_about_highlights li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 12px;
}

.construction_about_highlights li:last-child {
  margin-bottom: 0;
}

.construction_about_highlight_icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(20, 184, 166, 0.15);
  color: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 2px;
}

.construction_about_sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (min-width: 992px) {
  .construction_about_sidebar {
    position: sticky;
    top: 96px;
  }
}

.construction_about_side_card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
  overflow: hidden;
}

.construction_about_side_title {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0;
  padding: 20px 22px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.construction_about_contact_rows {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}

.construction_about_contact_row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 22px;
  border-bottom: 1px solid #f1f5f9;
}

.construction_about_contact_row:last-of-type {
  border-bottom: none;
}

.construction_about_contact_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.construction_about_contact_label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 4px;
}

.construction_about_contact_value {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  word-break: break-word;
}

.construction_about_social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 22px 22px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.construction_about_social_link {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #14b8a6;
  text-decoration: none;
  font-size: 16px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.construction_about_social_link:hover {
  color: #ffffff;
  background: #0f766e;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(20, 184, 166, 0.35);
}

.construction_about_similar_list {
  list-style: none;
  margin: 0;
  padding: 8px 0 12px;
}

.construction_about_similar_item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  margin: 0 8px 8px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.construction_about_similar_item:hover {
  background: #f8fafc;
  border-color: rgba(20, 184, 166, 0.35);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.construction_about_similar_thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e2e8f0;
}

.construction_about_similar_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 5px;
}

.construction_about_similar_text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.construction_about_similar_name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.construction_about_similar_loc {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #64748b;
}

.construction_about_similar_arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.12);
  color: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.construction_about_similar_item:hover .construction_about_similar_arrow {
  background: #14b8a6;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .construction_about_sidebar {
    max-width: 520px;
  }
}

/* ============================
   Construction service cards
   ============================ */
.construction_and_infrastructure_services_grid {
  margin-top: 10px;
}

.construction_and_infrastructure_service_card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.construction_service_icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background-color: #14b8a6;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 28px;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.construction_service_title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.3;
  transition: color 0.35s ease;
}

.construction_service_desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4a5565;
  margin: 0 0 20px;
  transition: color 0.35s ease;
}

.construction_service_features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.construction_service_features li {
  position: relative;
  padding-left: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #4a5565;
  margin-bottom: 8px;
  transition: color 0.35s ease;
}

.construction_service_features li:last-child {
  margin-bottom: 0;
}

.construction_service_features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f59e0b;
  transition: background-color 0.35s ease;
}

/* Hover state */
.construction_and_infrastructure_service_card:hover {
  background-color: #14b8a6;
  border-color: #14b8a6;
  box-shadow: 0 18px 36px rgba(20, 184, 166, 0.28);
  transform: translateY(-4px);
}

.construction_and_infrastructure_service_card:hover .construction_service_icon {
  background-color: #ffffff;
  color: #14b8a6;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}

.construction_and_infrastructure_service_card:hover .construction_service_title,
.construction_and_infrastructure_service_card:hover .construction_service_desc,
.construction_and_infrastructure_service_card:hover
  .construction_service_features
  li {
  color: #ffffff;
}

.construction_and_infrastructure_service_card:hover
  .construction_service_features
  li::before {
  background-color: #ffffff;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 767.98px) {
  .construction_and_infrastructure_service_card {
    padding: 26px 22px;
  }

  .construction_service_icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    margin-bottom: 22px;
  }

  .construction_service_title {
    font-size: 1.3rem;
  }
}
.construction_and_infrastructure_products {
  background: #e5e7eb40;
}

/* ============================
   Featured projects
   ============================ */
.construction_featured_projects {
  background: #ffffff;
}

.construction_featured_projects_header {
  margin-bottom: 40px;
}

.section_top_heading.section_top_heading_left {
  margin: 0 0 20px;
}

.inner_sec_heading_left {
  margin-bottom: 0;
  text-align: left;
}

.inner_sec_heading_left h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.15;
}

.inner_sec_heading_left h2 em.construction_featured_signature {
  font-style: italic;
  font-weight: 700;
}

.inner_sec_heading_left p {
  max-width: 560px;
  margin-bottom: 0;
}

.btn.btn_view_all_projects {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background-color: #0f172a;
  border: 1px solid #0f172a;
  border-radius: 50px;
  padding: 14px 28px;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.btn.btn_view_all_projects:hover {
  color: #ffffff;
  background-color: #14b8a6;
  border-color: #14b8a6;
  box-shadow: 0 8px 20px rgba(20, 184, 166, 0.35);
}

.construction_featured_projects_grid {
  margin-top: 8px;
}

.construction_project_card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.construction_project_card_media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.construction_project_card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.construction_project_category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #14b8a6;
  padding: 8px 14px;
  border-radius: 30px;
}

.construction_project_tag_row {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.construction_project_tag {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  background: #ffffff;
  padding: 7px 12px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
}

.construction_project_card_body {
  padding: 24px 22px 26px;
  transition: color 0.35s ease;
}

.construction_project_title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.3;
  transition: color 0.35s ease;
}

.construction_project_desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 18px;
  transition: color 0.35s ease;
}

.construction_project_divider {
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 18px;
  transition: background-color 0.35s ease;
}

.construction_project_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}

.construction_project_meta_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  transition: color 0.35s ease;
}

.construction_project_meta_icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

.construction_project_meta_icon_teal {
  color: #14b8a6;
  background-color: rgba(20, 184, 166, 0.12);
}

.construction_project_meta_icon_amber {
  color: #f59e0b;
  background-color: rgba(245, 158, 11, 0.15);
}

/* Featured project card hover */
.construction_project_card:hover {
  background-color: #14b8a6;
  border-color: #14b8a6;
  box-shadow: 0 20px 40px rgba(20, 184, 166, 0.3);
  transform: translateY(-4px);
}

.construction_project_card:hover .construction_project_card_media img {
  transform: scale(1.04);
}

.construction_project_card:hover .construction_project_title,
.construction_project_card:hover .construction_project_desc,
.construction_project_card:hover .construction_project_meta_item {
  color: #ffffff;
}

.construction_project_card:hover .construction_project_divider {
  background: rgba(255, 255, 255, 0.35);
}

.construction_project_card:hover .construction_project_meta_icon_teal,
.construction_project_card:hover .construction_project_meta_icon_amber {
  background-color: #ffffff;
  color: #14b8a6;
}

.construction_project_card:hover .construction_project_meta_icon_amber {
  color: #f59e0b;
}

@media (max-width: 991.98px) {
  .inner_sec_heading_left h2 {
    font-size: 40px;
  }

  .construction_featured_projects_header {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .inner_sec_heading_left h2 {
    font-size: 32px;
  }

  .construction_featured_projects_header .text-lg-end {
    text-align: left !important;
  }

  .construction_project_card_body {
    padding: 20px 18px 22px;
  }

  .construction_project_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 575.98px) {
  .inner_sec_heading_left h2 {
    font-size: 28px;
  }

  .btn.btn_view_all_projects {
    width: 100%;
    justify-content: center;
  }
}

/* ============================
   Stats strip (construction)
   ============================ */
.construction_stats_sec {
  background: #f8fafc;
}

.construction_stat_card {
  height: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 28px 18px 32px;
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.04);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.construction_stat_icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.construction_stat_card_teal .construction_stat_icon {
  background-color: #26a69a;
}

.construction_stat_card_orange .construction_stat_icon {
  background-color: #f39c12;
}

.construction_stat_value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: color 0.35s ease;
}

.construction_stat_label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #777777;
  margin: 0;
  line-height: 1.5;
  transition: color 0.35s ease;
}

.construction_stat_card_teal:hover {
  background-color: #26a69a;
  border-color: #26a69a;
  box-shadow: 0 14px 28px rgba(38, 166, 154, 0.28);
  transform: translateY(-3px);
}

.construction_stat_card_teal:hover .construction_stat_icon {
  background-color: #ffffff;
  color: #26a69a;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.construction_stat_card_teal:hover .construction_stat_value,
.construction_stat_card_teal:hover .construction_stat_label {
  color: #ffffff;
}

.construction_stat_card_orange:hover {
  background-color: #f39c12;
  border-color: #f39c12;
  box-shadow: 0 14px 28px rgba(243, 156, 18, 0.3);
  transform: translateY(-3px);
}

.construction_stat_card_orange:hover .construction_stat_icon {
  background-color: #ffffff;
  color: #f39c12;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.construction_stat_card_orange:hover .construction_stat_value,
.construction_stat_card_orange:hover .construction_stat_label {
  color: #ffffff;
}

/* ============================
   Construction testimonial (light)
   ============================ */
.construction_testimonial_sec {
  background: #f8fafc;
}

.construction_testimonial_heading {
  margin-bottom: 40px;
}

.construction_testimonial_heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.construction_testimonial_heading h2 .text_primary {
  color: #26a69a;
}

.construction_testimonial_heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #777777;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.65;
}

.construction_testimonial_swiper_outer {
  position: relative;
  padding-bottom: 56px;
}

.construction_testimonial_card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 26px 22px 28px;
  box-shadow: 0 4px 16px rgba(51, 51, 51, 0.06);
  text-align: left;
}

.construction_testimonial_quote_icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(38, 166, 154, 0.14);
  color: #26a69a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.construction_testimonial_text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 18px;
}

.construction_testimonial_divider {
  height: 1px;
  background: #e0e0e0;
  margin-bottom: 16px;
}

.construction_testimonial_author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.construction_testimonial_author strong {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.construction_testimonial_author span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #777777;
}

.construction_testimonial_nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.construction_testimonial_nav .swiper-button-prev,
.construction_testimonial_nav .swiper-button-next {
  position: static;
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #26a69a;
  color: #ffffff;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.construction_testimonial_nav .swiper-button-prev::after,
.construction_testimonial_nav .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.construction_testimonial_nav .swiper-button-prev:hover,
.construction_testimonial_nav .swiper-button-next:hover {
  background: #1d8a7f;
}

@media (max-width: 767.98px) {
  .construction_testimonial_heading h2 {
    font-size: 32px;
  }

  .construction_stat_value {
    font-size: 1.65rem;
  }

  .construction_stat_card {
    padding: 22px 14px 26px;
  }
}

@media (max-width: 575.98px) {
  .construction_testimonial_heading h2 {
    font-size: 28px;
  }
}

/* ============================
   Construction listing — responsive (scoped)
   ============================ */

/* Products / services area: tame default 48px heading from common.css */
.construction_and_infrastructure_products .inner_sec_heading h2 {
  font-size: clamp(1.65rem, 4.2vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 14px;
}

.construction_and_infrastructure_products .inner_sec_heading p {
  font-size: clamp(0.9375rem, 2.4vw, 1.125rem);
  line-height: 1.65;
  padding: 0 4px;
}

@media (max-width: 1199.98px) {
  .construction_and_infrastructure .listing_banner_content h1 {
    font-size: 42px;
    line-height: 1.15;
  }
}

@media (max-width: 991.98px) {
  .listing_banner_section.construction_and_infrastructure {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .construction_and_infrastructure .listing_banner_content h1 {
    font-size: 34px;
  }

  .construction_and_infrastructure_products .inner_sec_heading {
    margin-bottom: 32px;
  }

  .construction_and_infrastructure_products .section_top_heading {
    font-size: 15px;
    padding: 9px 20px;
    margin-bottom: 18px;
  }

  .inner_sec_heading_left h2 {
    font-size: 34px;
  }

  .construction_featured_projects_header {
    margin-bottom: 28px;
  }

  .construction_testimonial_heading h2 {
    font-size: 38px;
  }

  .construction_testimonial_heading p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .construction_about_sec.section_padding,
  .construction_and_infrastructure_products.section_padding,
  .construction_featured_projects.section_padding,
  .construction_stats_sec.section_padding,
  .construction_testimonial_sec.section_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .construction_and_infrastructure .listing_banner_content h1 {
    font-size: 28px;
  }

  .construction_and_infrastructure .company_details {
    gap: 12px;
    margin-bottom: 20px;
  }

  .construction_and_infrastructure .company_details .company_logo {
    width: 52px;
    height: 52px;
  }

  .construction_and_infrastructure .company_details_content .company_name h2 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .construction_and_infrastructure .company_details_content .company_tagline p {
    font-size: 13px;
  }

  .construction_and_infrastructure .listing_banner_content p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 22px;
  }

  .construction_and_infrastructure .btn_flex {
    gap: 10px;
  }

  .construction_and_infrastructure .btn_primary,
  .construction_and_infrastructure .btn_secondary {
    padding: 12px 20px;
    font-size: 14px;
  }

  .construction_about_eyebrow {
    letter-spacing: 0.14em;
    font-size: 11px;
  }

  .construction_about_lead,
  .construction_about_body {
    font-size: 15px;
    line-height: 1.75;
  }

  .construction_about_mission {
    margin: 22px 0 20px;
    padding: 18px 16px 18px 14px;
  }

  .construction_about_mission_title {
    font-size: 1.15rem;
  }

  .construction_about_mission_text {
    font-size: 14px;
  }

  .construction_about_highlights li {
    font-size: 14px;
  }

  .construction_about_side_title {
    padding: 16px 18px 12px;
    font-size: 12px;
  }

  .construction_about_contact_row {
    padding: 14px 18px;
    gap: 12px;
  }

  .construction_about_contact_icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .construction_about_contact_value {
    font-size: 14px;
  }

  .construction_about_social {
    padding: 14px 18px 18px;
  }

  .construction_about_social_link {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .construction_about_similar_item {
    padding: 10px 12px;
    margin: 0 6px 6px;
    gap: 10px;
  }

  .construction_about_similar_thumb {
    width: 48px;
    height: 48px;
  }

  .construction_about_similar_name {
    font-size: 0.95rem;
  }

  .construction_about_similar_loc {
    font-size: 12px;
  }

  .construction_about_similar_arrow {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .construction_and_infrastructure_products .inner_sec_heading {
    margin-bottom: 24px;
  }

  .construction_and_infrastructure_products .section_top_heading {
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 24px;
  }

  .inner_sec_heading_left h2 {
    font-size: 28px;
  }

  .inner_sec_heading_left p {
    font-size: 16px;
  }

  .construction_project_category {
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .construction_project_tag_row {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 6px;
  }

  .construction_project_tag {
    font-size: 10px;
    padding: 5px 10px;
  }

  .construction_testimonial_card {
    padding: 20px 16px 22px;
  }

  .construction_testimonial_text {
    font-size: 14px;
  }

  .construction_testimonial_quote_icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .construction_testimonial_swiper_outer {
    padding-bottom: 52px;
  }
}

@media (max-width: 575.98px) {
  .listing_banner_section.construction_and_infrastructure {
    padding-top: 36px;
    padding-bottom: 32px;
  }

  .construction_and_infrastructure .listing_banner_content h1 {
    font-size: 24px;
  }

  .construction_about_sec.section_padding,
  .construction_and_infrastructure_products.section_padding,
  .construction_featured_projects.section_padding,
  .construction_stats_sec.section_padding,
  .construction_testimonial_sec.section_padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .construction_and_infrastructure .btn_primary,
  .construction_and_infrastructure .btn_secondary {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }

  .inner_sec_heading_left h2 {
    font-size: 24px;
  }

  .construction_stat_value {
    font-size: 1.4rem;
  }

  .construction_stat_label {
    font-size: 12px;
  }

  .construction_stat_card {
    padding: 18px 10px 20px;
  }

  .construction_stat_icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    margin-bottom: 14px;
  }

  .construction_testimonial_heading h2 {
    font-size: 26px;
  }

  .construction_testimonial_heading p {
    font-size: 15px;
  }
}
