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

#heroSec {
  width: 100%;
  background: #192666;
  background-position: center;
  background-size: cover;
  align-content: center;
  padding: 100px 40px;
}

#heroSec .heroSecContainer {
  display: flex;
  gap: 60px;
  max-width: 1503px;
  width: 100%;
  /* min-height: 1256px; */
  margin: auto;
  justify-content: space-between;
}

#heroSec .heroSecContainer .heroSecInnerBox .companyNameBox {
  display: flex;
  justify-content: start;
  gap: 16px;
}

#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
  span {
  background: linear-gradient(190deg, #991b1b, #7f1d1d);
  color: #fff;
  border-radius: 13.37px;
  padding: 4px;
  font-size: 32.09px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 42.8px;
  display: inline-block;
  height: 64.18px;
  min-width: 64.18px;
  align-content: center;
  text-align: center;
}

#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 .heroMainHeadings h1 {
  color: #fff;
  font-size: 72.27px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 104.3px;
  max-width: 595px;
  margin: 30px 0;
}

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

#heroSec .heroSecContainer .heroMainHeadings p {
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  max-width: 728px;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox {
  display: flex;
  gap: 30px;
  justify-content: start;
  align-items: center;
  margin-top: 60px;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a.secondaryButton {
  background-color: #f59e0b;
  border: 1px solid #f59e0b;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .infoButtonBox
  a.secondaryButton:hover {
  background-color: transparent;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a {
  font-size: 18.46px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 32.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  height: 66.93px;
  text-align: center;
  width: 249.96px;
  border-radius: 50px;
  align-content: center;
  transition: all 0.3s ease;
}

.infoButtonBox a.outlinedButton {
  background: #ffffff1f;
  border: 1px solid #ffffff30;
}

.infoButtonBox a.outlinedButton:hover {
  background-color: #f59e0b;
  border: 1px solid #f59e0b;
}

#heroSec .heroSecContainer .heroSecInnerBox.right img {
  max-width: 604px;
  width: 100%;
  height: 678px;
  object-fit: contain;
  object-position: center;
  border-radius: 25px;
}

.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: "manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  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: center;
  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: 60px;
  height: 60px;
  border-radius: 12px;
  background: #f59e0b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.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: #fcfbf8;
  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: rgb(184 113 20 / 12%);
  color: #f59e0b;
  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: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(255, 185, 8, 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_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: rgba(255, 149, 11, 0.12);
  color: #f59e0b;
  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: #f59e0b;
  color: #ffffff;
}

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

#sec2 {
  padding: 100px 0px;
}

#sec2 .sec2Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec2 .sec2Container .sec2HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec2 .sec2Container .sec2HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec2 .sec2Container .sec2HeadingBox h2 {
  color: #1e3a8a;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  position: relative;
  margin: 30px 0 10px;
}

#sec2 .sec2Container .sec2HeadingBox h2 span {
  color: #f59e0b;
}

#sec2 .sec2Container .sec2HeadingBox p {
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 37.4px;
  color: #4a5565;
}

#sec2 .sec2Container .expertItemsBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin: 60px 0;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(1) {
  border-top: 6px solid #991b1b;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(2) {
  border-top: 6px solid #d97706;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(3) {
  border-top: 6px solid #0891b2;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(4) {
  border-top: 6px solid #7c3aed;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(5) {
  border-top: 6px solid #059669;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(6) {
  border-top: 6px solid #dc2626;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(7) {
  border-top: 6px solid #ea580c;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(8) {
  border-top: 6px solid #4f46e5;
}

#sec2 .expertItemsBox .expertItemBox {
  flex: 1 0 23%;
  padding: 50px 40px;

  box-shadow:
    0px 12.3px 18.45px -3.69px #0000001f,
    0px 4.92px 7.38px -4.92px #0000001f;
  border-radius: 19.68px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

#sec2 .expertItemsBox .expertItemBox h3 {
  color: #2d3b68;
  font-size: 27.6px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 39.4px;
}

#sec2 .expertItemsBox .expertItemBox p {
  font-size: 19.68px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 32px;
  color: #4a5565;
}

#sec2 .expertItemsBox .expertItemBox span {
  font-size: 17.22px;
  font-family: "montserrat", serif;
  font-weight: 600;
  line-height: 24.6px;
  padding: 10px 28px;
  border-radius: 12.3px;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(1) span {
  color: #991b1b;
  background: #991b1b0f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(2) span {
  color: #d97706;
  background: #d977060f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(3) span {
  color: #0891b2;
  background: #0891b20f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(4) span {
  color: #7c3aed;
  background: #7c3aed0f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(5) span {
  color: #059669;
  background: #0596690f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(6) span {
  color: #dc2626;
  background: #dc26260f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(7) span {
  color: #ea580c;
  background: #ea580c0f;
}

#sec2 .expertItemsBox .expertItemBox:nth-of-type(8) span {
  color: #4f46e5;
  background: #4f46e50f;
}

#sec2 .sec2Container .ctaBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#sec2 .sec2Container .ctaBox p {
  font-size: 24.07px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 37.4px;
  color: #424242;
}

#sec2 .sec2Container .ctaBox a {
  background-color: #2d3b68;
  border: #2d3b68;
  font-size: 21.39px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 32.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 20px 42px;
  border-radius: 50px;
  box-shadow: 0 13.37px 20.06px 4px #0000001a;
}

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

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

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

#sec3 .sec3Container .sec3HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #ce892424;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec3 .sec3Container .sec3HeadingBox h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  position: relative;
  font-variant: lining-nums;
  margin: 30px 0 20px;
}

#sec3 .sec3Container .sec3HeadingBox h2 span {
  color: #ce8924;
}

#sec3 .sec3Container .sec3HeadingBox p {
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 37.4px;
  color: #ffffff;
}

#sec3 .sec3Container .caseResultsItemsBox {
  display: flex;
  gap: 40px;
  margin: 60px 0 40px;
}

#sec3 .caseResultsItemsBox .caseResultsItemBox {
  flex: 1 0 23%;
  padding: 40px 34px;
  box-shadow:
    0px 12.3px 18.45px -3.69px #0000001f,
    0px 4.92px 7.38px -4.92px #0000001f;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 19.68px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

#sec3 .caseResultsItemsBox .caseResultsItemBox h3 {
  font-size: 59.92px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 59.9px;
  margin-top: 16px;
}

#sec3 .caseResultsItemsBox .caseResultsItemBox h5 {
  font-size: 24.97px;
  font-family: "playfair display", serif;
  font-weight: 600;
  line-height: 35px;
}

#sec3 .caseResultsItemsBox .caseResultsItemBox p {
  font-size: 17.48px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 28.4px;
  color: #d1d5dc;
}

#sec3 .sec3Container .statsItemsBox {
  display: flex;
  gap: 40px;
  padding: 40px 34px;
  box-shadow:
    0px 12.3px 18.45px -3.69px #0000001f,
    0px 4.92px 7.38px -4.92px #0000001f;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 19.68px;
  align-items: start;
  margin-top: 60px;
}

#sec3 .statsItemsBox .statsItemBox {
  flex: 1 0 23%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#sec3 .statsItemsBox .statsItemBox h3 {
  font-size: 59.92px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 59.9px;
  color: #ce8924;
}

#sec3 .statsItemsBox .statsItemBox p {
  font-size: 17.48px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 28.4px;
  color: #d1d5dc;
}

#sec3 .sec3Container .ctaBox {
  margin-top: 70px;
  text-align: center;
}

#sec3 .sec3Container .ctaBox p {
  font-size: 16.04px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 26.1px;
  color: #d1d5dc;
}

#sec4 {
  padding: 100px 0px;
}

#sec4 .sec4Container {
  padding: 20px;
  max-width: 1516px;
  width: 100%;
  margin: 60px auto;
  display: flex;
  gap: 50px;
}

#sec4 .sec4Container .sec4InnerBox.imgBox img {
  max-width: 712.21px;
  height: 853.68px;
  border-radius: 29.27px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 25px 50px -12px #00000045;
}

#sec4 .sec4Container .sec4InnerBox.Con {
  padding: 10px 20px;
}

#sec4 .sec4Container .sec4HeadingBox {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

#sec4 .sec4Container .sec4HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec4 .sec4Container .sec4HeadingBox h2 {
  color: #2d3c69;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  position: relative;
  font-variant: lining-nums;
}

#sec4 .sec4Container .sec4HeadingBox h3 {
  color: #4a5565;
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 500;
  line-height: 37.4px;
}

#sec4 .sec4Container .sec4HeadingBox p {
  color: #364153;
  font-size: 18px;
  max-width: 636px;
  font-family: "montserrat", serif;
  font-weight: 500;
  line-height: 30px;
}

#sec4 .expertMainInfoBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

#sec4 .expertMainInfoBox .expertInfoBox {
  display: flex;
  gap: 14px;
  align-items: center;
}

#sec4 .expertMainInfoBox .expertInfoBox .expertSvgBox {
  align-self: start;
}

#sec4 .expertMainInfoBox .expertInfoBox .expertInfoContentBox h4 {
  font-size: 24.07px;
  font-family: "montserrat", serif;
  font-weight: 700;
  color: #0f172a;
  line-height: 37.4px;
  margin: 0;
}

#sec4 .expertMainInfoBox .expertInfoBox .expertInfoContentBox p {
  font-size: 21.39px;
  font-family: "montserrat", serif;
  font-weight: 300;
  color: #4a5565;
  line-height: 32.1px;
  margin: 0;
}

#sec4 .sec4Container .sec4CtaBox {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sec4 .sec4Container .sec4CtaBox a {
  font-size: 21.39px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 32.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 20px 42px;
  border-radius: 50px;
}

#sec4 .sec4Container .sec4CtaBox a.secondaryBtn {
  background-color: #2d3b68;
  border: #2d3b68;
  box-shadow: 0 13.37px 20.06px 4px #0000001a;
}

#sec4 .sec4Container .sec4CtaBox a.outlinedBtn {
  background-color: #f3f4f6;
  color: #0f172a;
}

#sec4 .sec4Container .sec4CtaBox a img {
  margin-right: 8px;
  margin-top: -2px;
}

#sec5 {
  padding: 100px 0px;
}

#sec5 .sec5Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec5 .sec5Container .sec5HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec5 .sec5Container .sec5HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec5 .sec5Container .sec5HeadingBox h2 {
  color: #1e3a8a;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  position: relative;
  margin: 30px 0 10px;
}

#sec5 .sec5Container .sec5HeadingBox h2 span {
  color: #f59e0b;
}

#sec5 .sec5Container .sec5HeadingBox p {
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 37.4px;
  color: #4a5565;
}

#sec5 .sec5Container .ourProcessItemsBox {
  display: flex;
  margin: 60px 0;
  text-align: center;
}

#sec5 .ourProcessItemsBox .ourProcessItemOuterBox {
  flex: 1;
}

#sec5 .ourProcessItemsBox .ourProcessItemOuterBox .ourProcessNumbers {
  display: flex;
  justify-content: center;
}

#sec5 .ourProcessItemsBox .ourProcessItemOuterBox .ourProcessNumbers span {
  width: 98.57px;
  height: 98.57px;
  border-radius: 50%;
  border: 5px solid #ce8924;
  background: #fff;
  box-shadow:
    0px 12.32px 18.48px -3.7px #0000001f,
    0px 4.93px 7.39px -4.93px #0000001f;
  font-size: 29.57px;
  font-family: "playfair display", serif;
  font-weight: 900;
  line-height: 39.4px;
  color: #2d3b68;
  align-content: center;
  font-variant-numeric: lining-nums;
}

#sec5 .ourProcessItemsBox .ourProcessItemOuterBox .ourProcessItemInnerBox {
  border-top: 5px solid #2d3b68;
  padding: 20px 10px 20px 10px;
}

#sec5
  .ourProcessItemsBox
  .ourProcessItemOuterBox:first-child
  .ourProcessItemInnerBox {
  padding: 20px 10px 20px 0px !important;
}

#sec5
  .ourProcessItemsBox
  .ourProcessItemOuterBox:last-child
  .ourProcessItemInnerBox {
  padding: 20px 0px 20px 10px !important;
}

#sec5
  .ourProcessItemsBox
  .ourProcessItemOuterBox
  .ourProcessItemInnerBox
  .ourProcessItemBox {
  /* max-width: 272.05px; */
  height: 424.83px;
  padding: 50px 40px;
  box-shadow:
    0px 12.32px 18.48px -3.7px #0000001f,
    0px 4.93px 7.39px -4.92px #0000001f;
  border-radius: 19.71px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#sec5 .ourProcessItemOuterBox .ourProcessItemInnerBox .ourProcessItemBox h3 {
  color: #2d3b68;
  font-size: 22.12px;
  font-family: "playfair display", serif;
  font-weight: 600;
  line-height: 34.5px;
}

#sec5 .ourProcessItemOuterBox .ourProcessItemInnerBox .ourProcessItemBox p {
  font-size: 17.25px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 28px;
  color: #4a5565;
  max-width: 200.84px;
  margin: auto;
}

#sec5 .ourProcessItemOuterBox .ourProcessItemInnerBox .ourProcessItemBox span {
  color: #d97706;
  background: #d977060f;
  width: 100%;
  font-size: 14.79px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 19.7px;
  padding: 13px 28px;
  border-radius: 12.32px;
}

#sec6 {
  padding: 60px 0px;
  background: #192666;
}

#sec6 .sec5Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec6 .sec6Container .sec6HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec6 .sec6Container .sec6HeadingBox h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  margin: 0 0 10px;
}

#sec6 .sec6Container .sec6HeadingBox p {
  font-size: 18.74px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 26.74px;
  color: #ffffff;
}

#sec6 .sec6Container .sec6HeadingBox a {
  background-color: #ce8924;
  border: 1px solid #ce8924;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15.5px 42px;
  border-radius: 50px;
  margin-top: 36px;
  box-shadow:
    0px 26.74px 33.43px -6.69px #0000001f,
    0px 10.7px 13.36px -80.2px #0000001f;
}

@media (max-width: 768px) {
  .heroSecInnerBox.right {
    display: none;
  }

  #heroSec .heroSecContainer .heroMainHeadings h1 {
    font-size: 36px;
    line-height: 1.3em;
  }
  #heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox {
    flex-direction: column;
    gap: 20px;
  }
  #heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a {
    width: 100%;
    max-width: 100%;
    height: unset;
    padding: 12px 10px;
  }
  .construction_about_title {
    font-size: 36px;
  }
}
