/* custom cta style */
.header__contact .header__telephoneWrp:first-child::after {
  content: "";
  border-left: 1px solid #ffffff6e;
  height: 24px;
  display: block;
  position: absolute;
  right: -10%;
}
.header__telephoneWrp {
  position: relative;
}
.header__telephoneWrp svg {
  font-size: 12px;
  width: 24px;
  height: 24px;
}
@media (min-width:744px) {
  .header__wrp .header__contact {
    max-width: none;
  }
}
@media (max-width:744px) {
  .header__contact .header__telephoneWrp:first-child {
    margin-right: 15px;
  }
  .header__contact .header__telephoneWrp:first-child::after {
      right: -17px;
      height: 22px;
  }
  .header__telephoneWrp svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width:427px) {
  .header__contact .header__telephoneWrp:first-child {
    margin-right: 10px;
  }
  .header__contact .header__telephoneWrp:first-child::after {
    right: -60%;
    height: 20px;
  }
}

.innerBanner .innerBanner__btn {
  display: flex;
  gap: 23px;
}
.innerBanner a.btn.btn-secondry {
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border: 1px solid #E41E25;
  color: #E41E25;
  background: transparent;
  text-transform: math-auto;
}
.innerBanner .btn.btn-secondary img {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(81%) saturate(4967%) hue-rotate(350deg) brightness(93%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(81%) saturate(4967%) hue-rotate(350deg) brightness(93%) contrast(92%);
}
.innerBanner a.btn.btn-secondry:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #E41E25;
}
.innerBanner a.btn.btn-secondry:hover img {
  -webkit-filter: unset;
  filter: unset;
}
/* MODULAR BUILDING banner*/
.modular-building-banner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1176px;
  width: 100%;
  margin: 40px auto;
  background: linear-gradient(90deg, #0b1118 0%, #101822 50%, #0d141e 100%);
  border-radius: 2px;
  overflow: hidden;
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;*/
  box-sizing: border-box;
}
.modular-building-banner  .banner-image {
  position: relative;
  width: 28%;
  min-width: 220px;
  height: 140px;
  flex-shrink: 0;
}
.modular-building-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modular-building-banner .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(16, 24, 34, 0.95) 100%);
}
.modular-building-banner .banner-content {
  flex: 1;
  padding: 16px 24px;
  color: #ffffff;
  z-index: 1;
}
.modular-building-banner .banner-title {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.3;
}
.modular-building-banner .banner-subtitle {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #fff;
}
.modular-building-banner .features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 6px 16px;
}
.modular-building-banner .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e2e8f0;
}
.modular-building-banner .check-icon {
  width: 16px;
  height: 16px;
  stroke: #ffb800;
  flex-shrink: 0;
}
.modular-building-banner .banner-action {
  padding: 16px 24px;
  flex-shrink: 0;
  align-self: end;
}
.modular-building-banner .arrow-icon {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
}
@media (max-width: 900px) {
  .modular-building-banner{
    flex-direction: column;
    align-items: stretch;
  }
  .modular-building-banner .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .modular-building-banner .image-overlay {
    background: linear-gradient(300deg, rgba(0, 0, 0, 0.2) 0%, rgba(16, 24, 34, 0.95) 100%);
  }
  .modular-building-banner .banner-action {
    padding-top: 0;
    margin-bottom: 0;
    z-index:1;
    align-self: start;
  }
}
/*facility banner*/
.custom-facility-banner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1176px;
  background-color: #fff;
  border: 1.5px solid #e31b23;
  border-radius: 4px;
  padding: 0 0 0 24px;
  overflow: hidden;
  box-sizing: border-box;
  gap: 20px;
  margin: 30px auto;
}
.facility-banner-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-banner-icon svg {
  width: 100%;
  height: 100%;
}
.facility-banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-facility-banner .banner-heading {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.2px;
}
.custom-facility-banner .banner-subheading {
  margin: 3px 0 0 0;
  font-size: 14px;
  color: #0D1F30;
  font-weight: 400;
}
.facility-banner-action {
  flex-shrink: 0;
}
.custom-facility-banner .arrow-icon {
  width: 15px;
  height: 15px;
  stroke: #ffffff;
}
.custom-facility-banner .banner-photo {
  width: 220px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
}
.custom-facility-banner .banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .custom-facility-banner {
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
  }
  .custom-facility-banner .banner-photo {
    width: 100%;
    height: 120px;
    border-radius: 2px;
    order: 0;
  }
  .facility-banner-action {
    width: 100%;
  }
  section.custom-facility-banner > * {
      order: 1;
  }
}

/* ourProject__card promoCard */
section.ourProject.bg-dark .ourProject__body {
  display: flex;
  justify-content: center;
}
section.ourProject.bg-dark > .container {
    padding: 0 50px;
}
.promoCard {
  position: relative;
  border: 1.5px solid #e41e25;
  border-radius: 4px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
  justify-content: center;
  max-width: 240px;
}
.promoCard__title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.promoCard__text {
  color: #a0aec0;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.promoCard__link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}
.promoCard__link:hover {
  color: #e41e25;
}
.compare-banner__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
}
.compare-banner__text .text-bold {
  font-weight: 700;
  color: #000;
  margin-right: 4px;
}
.compare-banner__text .text-normal {
  font-weight: 400;
  color: #0D1F30;
}
.innerBanner .innerBanner__btn a.btn.btn-secondary {
  text-transform: math-auto;
}
@media (min-width:1241px){
  section.ourProject.bg-dark .ourProject__slider {
    padding: 0 20px;
  }
}
@media (max-width:1240px){
  section.ourProject.bg-dark .ourProject__body {
    display: flex;
    flex-direction: column;
  }
  .promoCard {
    max-width: unset;
  }
  .ourProject__card.promoCard {
    max-width: 748px;
    margin: 30px auto 0;
  }
}
@media (max-width: 1099.98px) {
  .ourProject__card.promoCard {
    max-width: calc(100% - 140px);
    order: 2;
  }
}
@media (max-width:767px){
  .custom-facility-banner {
    width:auto;
    margin: 30px 25px;
  }
}
@media (max-width:600px){
  section.custom-facility-banner .compare-banner__text {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .custom-facility-banner .banner-subheading {
    text-align: center;
  }
}
@media (max-width: 539.98px) {
  .ourProject__card.promoCard {
    max-width: 100%;
  }
  .facility-banner-icon {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modular-building-banner .features-grid {
    display: flex;
    flex-direction: column;
  }
  .innerBanner .innerBanner__btn {
    display: flex;
    gap: 23px;
    flex-direction: column;
  }
  .innerBanner .innerBanner__btn a.btn.btn-secondary {
    width: 152px;
    max-width: none;
  }
}