:root {
  --bs-body-font-family: "Nunito", sans-serif !important;
  --stprimary: #b1c903 !important;
  --text: #1a171b;
}
body {
  font-family: "Nunito", sans-serif !important;
}
.site-footer {
  background-color: var(--stprimary);
  padding: 0px 0px 5px;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
}
.heading-lg {
  font-size: 40px;
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 400;
  color: var(--text);
}
.subtile {
  font-weight: 600;
  font-size: 22px;
  color: var(--stprimary);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.custom-header {
  background-color: var(--stprimary);
}

.container.container-xxl {
  max-width: 1230px;
}

.custom-header-row {
  height: 90px;
}

.banner-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.banner-sec .col-lg-6.col-md-6.col-sm-12 {
  padding: 0px;
}

.banner-sec .bg-overlay {
  padding: 92px 0px 30px;
}

.bg-overlay {
  background-color: #1d1c1cd4;
}

.logo-box {
  background: #fff;
  display: inline-block;
  padding: 10px 17px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 18px;
  z-index: 10;
  -webkit-border-radius: 0px 0px 7px 7px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(142, 154, 173, 0.6);
}
.logo-box img {
  width: 100%;
  max-width: 204px;
  height: auto;
}
.header-text {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 40px;
}
.orrcon-logo {
  width: 110px;
}
.orrcon-logo {
  margin-left: 20px;
}
.custom-header-row .col-md-6.col-sm-6 span {
  font-size: 14px;
}
.phone-box {
  background-color: #1a171b;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 14px 35px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.phone-box:hover {
  text-decoration: none;
  color: var(--stprimary);
  background-color: white;
}

.banner-right-info .white-logo {
  width: 264px;
  height: 124px;
}
.banner-right-info {
  color: #fff;
  padding-left: 60px;
  position: relative;
  top: -15px;
}
.banner-sec .row {
  padding-left: 20px;
}
.banner-yt-sec {
  position: relative;
}
.yt-iframe {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 315px;
  position: absolute;
  top: 50%;
  left: 49.6%;
  transform: translate(-52%, -55%);
  z-index: 9;
}
.banner-yt-sec img {
  width: 100%;
  max-width: 650px;
  height: auto;
}
.banner-yt-sec .yt-intro {
  width: auto;
  position: absolute;
  bottom: 3%;
  left: 0px;
  transform: translate(23%, -50%);
  z-index: 9;
  color: var(--stprimary);
}

.main-btn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  background-color: var(--stprimary);
  border: 1px solid var(--stprimary);
  padding: 10px 30px;
  border-radius: 10px;
  color: var(--text);
  display: inline-block;
}
.main-btn:hover {
  text-decoration: none;
  color: var(--stprimary);
  background-color: transparent;
}

.banner-why-choose {
  margin-top: 30px;
  padding-left: 20px;
}
.banner-why-choose h3 {
  font-weight: 600;
  font-size: 18px;
  color: rgb(177, 201, 3);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.banner-why-choose ul {
  display: flex;
  column-gap: 80px;
  padding-left: 30px;
}
.banner-why-choose ul li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.banner-why-choose ul li:before {
  content: "";
  background-image: url(../images/check.svg);
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.watch-sec {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: -15px;
  left: 35px;
}
.watch-sec img {
  width: 44px;
  margin-top: 5px;
  margin-left: -5px;
}
.watch-sec span {
  font-size: 12px;
  color: var(--stprimary);
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.free-soft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  right: 11%;
  bottom: -50px;
  color: #fff;
}
.free-soft .text-100 {
  font-size: 16px;
  font-weight: 900;
}
.free-soft .text-free {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 20px;
}
.free-soft .text-software {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.free-soft img {
  width: 20px;
  vertical-align: middle;
}

.sponsors-sec {
  padding: 20px 0px;
}
.sponsors-sec-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.sponsors-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.sponsors-sec-content h5 {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}

.hollow-sec {
  background-color: #f3f3f5;
  padding: 70px 0px;
}
.hollow-sec .container.container-xxl {
  max-width: 940px;
}
.heading-sec {
  margin-bottom: 70px;
}
.heading-sec p {
  font-size: 18px;
  color: var(--text);
}
.heading-sec h2 {
  color: var(--text);
}

.hollow-double-sec {
  display: flex;
  gap: 10px;
}
.hollow-sm-item {
  border-radius: 65px 7px 0px 0px;
  overflow: hidden;
}
.hollow-sm-block.left .hollow-sm-item {
  width: 50%;
}
.hollow-sm-block.left .hollow-sm-item img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.hollow-sm-block {
  border-radius: 65px 7px 7px 7px;
  overflow: hidden;
  background-color: #fff;
}
.hollow-sm-block.left {
  margin-right: 30px;
}
.heading-sm {
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  margin: 0px;
}
.hollow-sm-block.left .follow-sm-title {
  padding: 14px 20px;
}
.follow-sm-title {
  padding: 14px 30px;
  background-color: var(--stprimary);
}
.hollow-sm-block.left .hollow-sec-info {
  width: 100%;
  max-width: 350px;
  margin: 0px auto;
}
.hollow-sec-info {
  padding: 30px;
}
.hollow-sec-info h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
}
.hollow-sec-info ul {
  padding-left: 30px;
}
.hollow-sec-info ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.hollow-sec-info ul li:before {
  content: "";
  background-image: url(../images/check.svg);
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.hollow-sec-info span {
  font-weight: 400;
  font-size: 14px;
  color: var(--text);
  font-style: italic;
}
.hollow-bottom-sec {
  margin-top: 30px;
}
.hollow-bottom-sec .free-soft {
  color: #000;
  border-color: #000;
  top: 95%;
  right: 11%;
  transform: translate(-50%, -50%);
}

.stripe-sec {
  background-color: var(--stprimary);
  padding: 25px 0px;
}
.stripe-block img {
  width: 28px;
  height: 28px;
}
.stripe-block {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.stripe-block h5 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0px;
}

.st-guide-sec {
  padding: 70px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.st-guide-sec .heading-sec p {
  font-size: 16px;
}
.st-guide-sec .heading-sec ul {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding-left: 30px;
  margin-bottom: 12px;
}
.st-guide-sec .heading-sec ul li {
  font-weight: 600;
  font-size: 18px;
  color: var(--stprimary);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.st-guide-sec .heading-sec ul li:before {
  content: "";
  background-image: url(../images/check.svg);
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.st-guide-box {
  padding: 0px 20px;
}
.st-guide-box img {
  width: 73px;
  height: 73px;
}
.st-guide-sec .hollow-bottom-sec {
  width: 1005;
  max-width: 940px;
  margin: 0px auto;
  margin-top: 50px;
}
.sponsors-sec.bottom {
  background-color: #f3f3f5;
}
.sponsors-sec-content.left {
  justify-content: center;
  column-gap: 50px;
}
.sponsors-sec-content.left img {
  height: unset;
  width: 130px;
}
.sponsors-sec.bottom .sponsors-sec-content.left img {
  height: unset;
  width: 140px;
}
.sponsors-sec-content.right {
  justify-content: start;
  column-gap: 30px;
}
.sponsors-sec-content.right img {
  width: 110px;
}

.how-it-wroks-sec {
  background-color: var(--stprimary);
  padding: 80px 0px;
}
.how-it-wroks-sec iframe {
  max-width: 710px;
  margin: 0px auto;
}
.how-it-works-watch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
.how-it-works-watch img {
  width: 29px;
  position: relative;
  top: 27px;
}
.how-it-works-watch p {
  margin-bottom: 0px;
}
.how-it-wroks-sec .heading-sec {
  margin-bottom: 20px;
}

.comparison-sec {
  padding: 70px 0px;
}
.comparison-sec .heading-sec {
  margin-bottom: 40px;
}
.comp-card {
  background-color: #b1c90347;
  padding: 30px 20px;
  border-radius: 13px;
  margin: 0px !important;
  margin-bottom: 20px !important;
}
.comp-card h3 {
  font-size: 22px;
}
.comparison-sec .container.container-xxl {
  max-width: 1130px;
}
.comp-card-info ul {
  display: flex;
  column-gap: 32px;
  padding-left: 18px;
}
.comp-card p {
  margin: 0px;
}
.comp-long-text {
  margin-top: 70px;
}

.mid-banner-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mid-banner-sec .bg-overlay {
  background-color: #1a171bd4;
  padding: 30px 0px;
}
.mid-banner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.left-side-info {
  width: 55%;
}
.left-side-info .subtile {
  font-size: 20px;
  line-height: 28px;
}
.right-side-info {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 50px;
}
.mid-banner-sec .free-soft {
  position: unset;
}
.right-side-info .main-btn:hover {
  background-color: #fff;
  color: var(--stprimary);
  border-color: #fff;
}

.steel-advantages-section {
  padding: 80px 0px;
}
.steel-advantages-section .main-btn {
  color: #fff;
}
.steel-advantages-section .main-btn:hover {
  color: var(--stprimary);
}

.advantage-item {
  position: relative;
  margin-left: 40px;
  margin-bottom: 30px;
}
.steel-advantages-section .advantage-item:before {
  content: "";
  background-image: url(../images/check.svg);
  position: absolute;
  top: 0px;
  left: -40px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.steel-advantages-section .advantage-item h3 {
  margin-bottom: 10px;
}

.steel-advantages-section.gray-bg {
  background-color: #f3f3f5;
}
.steel-advantages-section.gray-bg .main-btn {
  color: #000;
}
.steel-advantages-section.gray-bg .free-soft {
  color: #000;
  border-color: #000;
  top: 95%;
  right: 13%;
  transform: translate(-50%, -50%);
}
.steel-img-sec {
  margin-left: -30px;
  margin-top: 30px;
}

.project-case-study-section {
  position: relative;
  margin-top: -90px;
}
.project-case-study-section .container.container-xxl {
  max-width: 1175px;
}
.project-built-heading {
  background-color: var(--stprimary);
  padding: 80px 0px 110px;
  text-align: center;
}
.project-built-heading.add-height {
  height: 155px;
  padding: 0px;
}
.project-built-heading img {
  width: 71px;
}
.project-bg-sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 2px 10px 0 rgba(142, 154, 173, 0.6);
}
.project-bg-sec .bg-overlay {
  background-color: rgba(24, 23, 23, 0.41);
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-bg-sec h2 {
  margin: 0px;
}

.quick-facts-sec {
  padding: 50px 0px 80px;
}
.quick-facts-card {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.quick-facts-header {
  background-color: #ffffff;
  border-top: 4px solid #a4c639;
  padding: 20px 25px;
}

.quick-facts-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.quick-facts-body {
  padding: 25px;
  border-top: 7px solid var(--stprimary);
}

.quick-facts-body h3 {
  font-size: 22px;
}

.fact-item {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
}

.fact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fact-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  width: 20%;
  margin-bottom: 0px;
}

.fact-value {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
  width: 80%;
  margin-bottom: 0px;
}

.project-description {
  padding-left: 60px;
}

.director-heading {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin: 30px 0 20px 0;
}

.quote-block {
  border-left: 2px solid #a4c639;
  padding-left: 20px;
  margin: 20px 0 30px 0;
  padding-left: 40px;
  border-radius: 0 4px 4px 0;
}

.quote-text {
  font-weight: 400;
  font-size: 20px;
  color: var(--stprimary);
  font-style: italic;
  line-height: 32px;
}

.quote-text:last-child {
  margin-bottom: 0;
}

.project-gallery {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.project-gallery img {
  border-radius: 7px;
}
.gallery-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-placeholder {
  width: 100%;
  padding-bottom: 75%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .project-description {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .quick-facts-title {
    font-size: 24px;
  }

  .quick-facts-body {
    padding: 20px;
  }

  .description-text,
  .quote-text {
    font-size: 14px;
  }
}

.reduce-cost-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.reduce-cost-sec .bg-overlay {
  background-color: #1d1c1c96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 550px;
  padding: 0px 15px;
}
.reduce-cost-sec .reduce-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.reduce-cost-sec img {
  width: 265px;
}
.maniufacturing-img {
  width: 195px;
}
.reduce-cost-sec h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.sponsors-sec.gray-bg {
  background-color: #f3f3f5;
}

.st-about-sec {
  padding: 80px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.about-info-sec h2,
.about-info-sec p {
  color: #fff;
}
.st-about-sec img {
  width: 100%;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(142, 154, 173, 0.6);
}

.st-discover-sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.st-discover-sec .bg-overlay {
  padding: 80px 0px 140px;
  background-color: #1d1c1cd4;
}
.st-discover-sec .sm-laptop-img {
  position: absolute;
  bottom: -80px;
  right: -60px;
}
.about-info-sec {
  padding-left: 60px;
}
.about-info-sec .logo-img {
  width: 175px;
  margin-bottom: 40px;
}
.site-footer .custom-header-row {
  height: 110px;
}
.site-footer br {
  display: block;
}
.copyright-sec p {
  margin-bottom: 0px;
  font-size: 14px;
}
.copyright-sec span {
  margin-bottom: 0px;
  font-size: 12px;
}
.term-cond-sec p {
  font-size: 12px !important;
}
