body {
  color: #003366;
  font-family: "Source Sans Pro", sans-serif;
}
.postid-12175 h1.page-title {
    display: none;
}
div#content {
    max-width: 100%;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoModerno", cursive;
}

h1 {
  font-weight: 700;
  letter-spacing: normal;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
}
h3 {
  font-size: 22.5px;
  letter-spacing: normal;
}

p,ul,li {
  color: #003366;
  font-weight: 400;
  font-size: 18px;
}

.animate-slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.animate-slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-0 {
  transition-delay: 0s;
}
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
.delay-5 {
  transition-delay: 1s;
}

.highlight {
  font-weight: 700;
  color: #417b9f;
}

.bim-dimensions {
  position: relative;
  color: #003366;
  overflow: hidden;
  border-radius: var(--box-border-radius);
  background-image: url(https://www.monarch-innovation.com/wp-content/uploads/2023/05/What-are-BIM-Dimensions.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.BIM {
  background-color: #003366;
  color: white;
}

/* Overlay for background color */
.bim-dimensions::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffffd4; /* Adjust the opacity as needed */
  z-index: 1;
}

/* Make sure content is above the overlay */
.bim-dimensions > .container {
  position: relative;
  z-index: 2;
}

.bim-dimensions .section-title {
  line-height: 1.3;
}

.bim-dimensions .section-text {
  line-height: 1.7;
  color: #fff;
}

.bim-section {
  background-color: #003366;
  color: #fff;
  padding: 60px 15px;
}
.bim-section h2 {
  font-weight: bold;
}
.bim-section p {
  color: #fff;
}
.bim-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
}
.bim-feature {
  margin-bottom: 30px;
}
.bim-feature h5 {
  font-weight: bold;
}

.contact-us {
  background-color: #ccd6e073;
}

.custom-img-size {
  max-width: 100%; /* ensures responsiveness */
  width: 100%; /* change this as needed */
}

@media (min-width: 768px) {
  .custom-img-size {
    max-width: 100%;
    height: auto;
  }
}

.benefits {
  background-color: #ccd6e0;
  padding: 40px 20px;
}
.benefits .construction-div {
  background-color: #ffffff;
  padding: 60px 50px;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 1200px;
}

/* Title */

/* Responsive: Tablet */
@media (max-width: 991.98px) {
  .benefits .construction-div {
    padding: 40px 20px;
  }
  .construction-feature-desc {
    max-width: 100%;
    font-size: 0.95rem;
    color: #003366;
  }
  .construction-arc-svg {
    max-width: 600px;
    max-width: 100%;
  }
}

/* Responsive: Mobile */
@media (max-width: 767.98px) {
  .benefits {
    padding: 30px 15px;
  }

  .benefits .construction-div {
    padding: 30px 15px;
  }
  .construction-small {
    margin-bottom: 30px;
  }
}
.bim-text-div p {
  color: #fff;
}
.bim-text-div li{
  color: #fff;
}

.bim-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bim-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.bim-link {
  font-weight: 600;
  color: #0056b3;
  text-decoration: none;
}

.bim-link:hover {
  text-decoration: underline;
}

.section-header {
  color: #1a237e;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.benefit-title {
  color: #1a237e;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.benefit-card {
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.benefit-icon {
  font-size: 2.5rem;
  color: #3949ab;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .benefit-card {
    min-height: 260px;
  }
}
.divider {
  border-top: 2px solid #e0e0e0;
  margin: 2rem 0;
}

/* Section: horizontal-timeline-two-section css */

.empowering-construction-schedules{
  background-color: #fff;
}
.empowering-construction-schedules h3 {
  color: #003366;
}

.empowering-construction-schedules p {
  color: #003366;
  
}
.timeline-responsive-list {
  display: block;
  margin: 0 auto;
}
.timeline-responsive-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 20px 16px;
  margin-bottom: 15px;
}
.timeline-responsive-item h5 {
  color: #003366;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: left;
}
.timeline-responsive-item p {
  color: #003366;
  margin: 0;
  text-align: left;
}
.timeline-responsive-item .timeline-dot {
  /* width: 50px;
  height: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #003366;
  flex-shrink: 0;
  margin-top: 4px;
}

.empowering-construction {
  background-color: #ccd6e073;
}

.bim-header {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.bim-image {
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.bim-section-title {
  font-size: 22.5px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}
.bim-benefits-list .col {
  margin-bottom: 2rem;
}
.bim-footer {
  margin-top: 2rem;
  color: white;
}
a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .bim-header {
    font-size: 1.2rem;
  }

  .bim-benefits-list {
    flex-direction: column;
  }
}

@media (max-width: 12008px) {
 
  .bim-image img {
    width: 100%;
    height: auto;
  }
 
}

.costEfficiency {
  background-color: #003366;
}
.costEfficiency p{
  color: #fff;
}

.text-white {
  color: white;
}

.font-style {
  font-family: "MuseoModerno", cursive;
}

/* Section : Digital Twin Technology css */
.digital-twin-section .icon-shape-wrapper {
  position: relative;
  width: 90px;
  height: 108px;
}

.digital-twin-section .icon-shape-wrapper svg {
  display: block;
}

.digital-twin-section .icon-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 24px;
  color: #003366;
}

.digital-twin-section .digital-box h3 {
  color: #003366;
}

.step-bar {
  width: 18px;
  height: 100%;
  min-height: 85px;
  background-color: #ccd6e0; /* soft beige bar */
  border-radius: 2px;
}

.transforming-Construction {
  background-color: #003366;
  color: white;
}

.font-size {
  font-size: 18px;
}

.conclusion{
  max-height: 700px;
}