h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

#heroSec {
  width: 100%;
  background:
    linear-gradient(#2d3b686e, #2d3b686e),
    url("/assets/images/businessListingTemplate/ngoHeroBg.png") no-repeat;
  background-position: center;
  background-size: cover;
  align-content: center;
  padding: 100px 40px;
}

#heroSec .heroSecContainer {
  display: flex;
  gap: 40px;
  flex-direction: column;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}

#heroSec .heroSecContainer .heroSecInnerBox .companyNameBox {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 40px;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem {
  text-align: left;
  align-content: center;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  img {
  width: 100%;
  max-width: 200px;
  border-radius: 16px;
  padding: 0;
  object-fit: contain;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  h3 {
  color: #fff;
  font-size: 32.09px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 42.8px;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  p {
  font-size: 16.04px;
  font-family: "montserrat", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 21.4px;
}

#heroSec .heroSecContainer .heroSecInnerBox .ButtonBox {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}

#heroSec .heroSecContainer .heroSecInnerBox h1 {
  color: #fff;
  font-size: 128.36px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 160.4px;
  max-width: 1320px;
  margin: auto;
}

#heroSec .heroSecContainer .heroSecInnerBox h1 span {
  color: #ce8924;
}

#heroSec .heroSecContainer .heroSecInnerBox p.heroSecPara {
  font-size: 32.09px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 42.8px;
  color: #e5e7eb;
  max-width: 969px;
  margin: 40px auto;
}

#heroSec .heroSecContainer .heroSecInnerBox p span {
  color: #ffd700;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox {
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
  justify-content: center;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a {
  background-color: #f59e0b;
  font-size: 21.39px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 32.1px;
  color: #090b21;
  text-decoration: none;
  text-transform: capitalize;
  padding: 20px 50px;
  display: flex;
  height: 85.57px;
  text-align: center;
  width: 100%;
  max-width: max-content;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 0 30px 0;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a:hover {
  background-color: #ffffff;
  color: #f59e0b;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a img {
  height: 100%;
  max-width: 100%;
  width: 30%;
  background: #fff;
  object-fit: none;
  transition: all 0.3s ease;
}

.construction_about_main {
  max-width: 640px;
}

.construction_about_title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #2d3b68;
  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: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 26px 22px 22px;
  background: #2d3b68;
  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: center;
  padding: 16px 22px;
  border-bottom: 1px solid #f1f5f9;
}

.construction_about_contact_row:hover .construction_about_contact_icon {
  color: #ffffff;
  background-color: #2d3b68;
}

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

.construction_about_contact_icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #2d3b681f;
  color: #2d3b68;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s ease;
}

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

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

.construction_about_social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 22px 22px;
  background: #2d3b680d;
  border-top: 1px solid #e2e8f0;
}

.construction_about_social_link {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2d3b681f;
  color: #2d3b68;
  text-decoration: none;
  font-size: 24px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.construction_about_social_link:hover {
  color: #ffffff;
  background-color: #2d3b68;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px #2d3b683f;
}

.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_thumb {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  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;
  font-size: 18px;
}

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

.construction_about_similar_arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #2d3b681f;
  color: #2d3b68;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.construction_about_similar_item:hover .construction_about_similar_arrow {
  background: #2d3b68;
  color: #ffffff;
}

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

#sec3 {
  padding: 100px 0px;
  background: #f8f9fa;
}

#sec3 .sec3Container {
  padding: 20px;
  max-width: 1516px;
  width: 100%;
  margin: auto;
}

#sec3 .sec3Container .sec3HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#sec3 .itemsBox {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

#sec3 .itemsBox .itemBox {
  display: flex;
  align-items: start;
  gap: 25px;
}

#sec3 .itemsBox .itemBox .itemContentBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#sec3 .itemsBox .itemBox .itemContentBox h3 {
  font-size: 24px;
  font-family: "poppins", serif;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}

#sec3 .itemsBox .itemBox .itemContentBox p {
  font-size: 16px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 24px;
  color: #000000a1;
}

@media (max-width: 768px) {
  #heroSec .heroSecContainer .heroSecInnerBox h1 {
    font-size: 36px;
    line-height: 1.3em;
  }
  #heroSec .heroSecContainer .heroSecInnerBox p.heroSecPara {
    font-size: 18px;
    line-height: 1.3em;
  }
  #heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox {
    flex-direction: column;
  }
  #heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a {
    width: 100%;
    max-width: 100%;
    height: 55px;
    padding: 12px 10px;
    margin: 0;
  }

  .construction_about_title {
    font-size: 36px;
  }
 
}
