:root {
  --red: #be0000;
}
body {
  font-family:
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial,
      "Apple Color Emoji",
      "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
}
.display-5,
.display-4,
.display-3 {
  font-family:
      Montserrat,
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
      Montserrat,
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial;
  letter-spacing: -0.01em;
}
main{
  overflow: hidden;
}
.container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}
.hero h1 {
  font-weight: 900;
}
.topbar,
.card-footer,
footer {
  font-family:
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial;
}
.topbar {
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.topbar { min-height: 60px; }
.topbar.navbar { padding-top: 0; padding-bottom: 0; }
.topbar .topnav {
  gap: 1.25rem;
}
.topbar .nav-link {
  padding: 0.25rem 0;
  color: #6c757d;
  position: relative;
}
.topbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.2s ease;
}
.topbar .nav-link:hover {
  color: #212529;
}
.topbar .nav-link:hover::after {
  width: 100%;
}
.topbar .nav-link {
  font-family:
      Montserrat,
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 17PX;
  color: #373737;
}
.contact-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  transform: none;
  background: var(--red);
  color: #fff;
  padding: 0 1.25rem;
  border-radius: 0 0.25rem 0.25rem 0;
  font-family:
      Montserrat,
      Inter,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica,
      Arial;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 26px;
}
.navbar-light .navbar-toggler { border: none; }
.navbar-light .navbar-toggler:focus { box-shadow: none; }
.navbar-light .navbar-nav .nav-link { color: #373737; }
.navbar-light .navbar-nav .nav-link:hover { color: #212529; }

/* Hero */
.hero {
  /*min-height: 70vh;*/
 /* display: flex;*/
  align-items: center;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.1;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.hero .hero-copy {
  position: absolute;
    bottom: 100px;
    margin: auto;
    left: 20px;
    max-width: 610px;

}
.hero .hero-copy h1 {
  border-left: 10px solid var(--red);
  padding-left: 20px;

}
.carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left:5px;
}
.hero .hero-copy p {
  padding-left: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Geist';
    line-height: 1.5em;
}
.hero .lead {
  font-weight: 500;
}
.form-label{
  font-size:20px;
  color: #fff;
}
.form-check-label{
  font-size:23px;
  color: #fff;
  margin-left: 15px;
}
.form-check-input{
  width: 1.5em;
  height: 1.5em;
  margin-left: 15px;
  border-radius: 0 !important;
}
.frm-btn{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  padding: 12px 40px;
  margin-top: 15px;
  width:fit-content;
}
.contact-card {
  background: var(--red);
  border: none;
  border-radius:40px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  max-width: 570px;
  position: relative;
 /* right: 4%;
  top: 60%; */
  float: right;
  margin-top: -300px;
  padding: 25px;
  z-index: 9;
}
.contact-card h2 {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
}

.contact-card p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
}
.contact-card .form-control,
.contact-card textarea {
  border: 0;
  border-radius: 0;
}
.contact-card .form-control:focus,
.contact-card textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/* hero dots */

/* Undo Bootstrap's default centering/positioning for indicators */

/* Match Bootstrap carousel indicator buttons to custom dots */

.hero-dots button.active {
  background-color: #fff;
}

/* Cards */
.card.product .card-body {
  display: flex;
  justify-content: center;
}
.card.product {
  position: relative;
 /* overflow: hidden;*/
 border: 0px;
    border-radius: 0px;
}
.card.product .object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.8rem;
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 0.75rem 1.75rem;
    font-weight: 400;
    border-left: 10px solid #ec2028;
    margin: auto;
    display: block;
    width: fit-content;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
}
.nor-form{
  display: none;
}
.icon-64 {
    width: 85px;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px !important;
}
.icon-text{
  font-size:16px;
}
.icons-title {
  color: #fff;
  opacity: 0.95;
}
.intro-copy{
 margin-top: 30px;
}

.intro-copy p{
  font-size: 27px;
  font-weight: 400;
  color: #373737;
}
.intro-btn{
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  border-radius: 0px;
  padding: 16px 30px;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}
.engineer-btn{
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  border-radius: 0px;
  padding: 16px 30px;
  margin-top: 30px;
  background: #ec2028;
  border: none;
   font-family: 'Roboto', sans-serif;
}

.engineer-copy h3{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}

.engineer-copy p{
  font-size: 18px;
    font-family: 'Geist';
}
.engineer-sec{
  padding: 80px 0;
}
.common-label{
    font-size: 40px;
    color:#ec2028;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.e-card{
  background-color: #ec2028;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 30px;
  border: 0px;
}
.common-tit-para{
  font-size: 20px !important;
}

.angled-button {
  position: relative;
  display: inline-block;
  background-color: #ec2028; /* Flat Dynapac red */
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 50px 10px 35px;
  border: none;
  line-height: 1.5;
  transition: background-color 0.3s ease;
  overflow: hidden;
  
}
.angled-button a{
  color: #fff;
  text-decoration: none;
}

.angled-button::before,
.angled-button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #000;
  transform: skewX(-45deg);

}

.angled-button::before {
  left: -10px;
  top: -22px;
}

.angled-button::after {
  right: 0px;
  top:33px;
}

.angled-button:hover {
  background-color: #c0392b;
}

/* Footer links */
footer {
  background-color: #fff;
  color: #000;
  padding: 50px 0 30px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #eee;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 15px;
}
.footer-brand h6{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-brand p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-links a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s;
  font-size: 18px;
}



.footer-links a:hover {
  color: #e2001a;
}
.footer-contact p{
  font-size: 17px;
}
.footer-contact a{
  color: #000 !important;
  text-decoration: none;
  font-size: 17px;
}

.footer-subscribe p{
  font-size: 17px;
}

.footer-subscribe input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 8px 12px;
  width: 100%;
  font-size:14px;
}

.Dynapac-btn {
  background-color: #ec2028;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  transition: background-color 0.3s;
  overflow: hidden;
}
.Dynapac-btn::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  transform: skewX(-45deg);

}
.Dynapac-btn:hover {
  background-color: #b80014;
}

.social-icons a {
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;

}

.social-icons a:hover {
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.nor-form{
    display: block;
  }
  .ban-form{
    display: none;
  }
@media (max-width: 1461px) {
  .hero h1 {
      /*font-size: 2.75rem;*/
      line-height: 1.1;
  }
  .navbar-brand img{
    height: 25px;
  }
  .hero {
    min-height: 62vh;
  }
  .contact-card{
    max-width: 500px;
  }
  .contact-card h2 {
      font-weight: 700;
      font-size: 2rem;
  }
  .contact-card p {
    font-size: 17px;
  }
  .form-label {
    font-size: 20px;
  }
  .form-check-label {
    font-size: 20px;
  }
  .form-check-input {
    width: 1.5em;
    height: 1.5em;
  }
  .form-control {
    font-size: 20px;
  }
  .form-control-lg {
    font-size: 20px;
  }
  .form-control-lg::placeholder {
    font-size: 20px;
  }

  .engineer-copy p {
    font-size: 18px;
  }
  .footer-subscribe input {
    font-size: 14px;
  }
  .footer-subscribe input::placeholder {
    font-size: 14px;
  }
  .intro-copy p {
    font-size: 21px;
  }
  .contact-card {
      background: var(--red);
      border: none;
      border-radius: 40px;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
        padding: 25px;
  }
  .intro-btn {
    font-size: 24px;
  }
  .common-label {
    font-size: 33px;
  }
  .common-tit-para {
      font-size: 20px !important;
      margin-top: 20px;
      font-family: 'Roboto';
  }
  .engineer-btn {
    font-size: 22px;
  }

  .engineer-copy h3 {
    font-size: 28px;
  }
  .product-badge{
    font-size: 18px;
    font-family: 'Roboto';
  }

 
}
@media (max-width: 1210px) {
  .nor-form{
    display: block;
  }
  .ban-form{
    display: none;
  }
  .contact-card {
    background: var(--red);
    border: none;
    border-radius: 50px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
    position: relative;
    margin-top: 0;
    max-width: 100%;
  }
  .hero {
    min-height: auto;
}

  .hero .hero-copy{
    max-width: 100%;
  }
}

.subfooter {
  opacity: 0.8;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1460px;
  }
}
@media (max-width: 991.98px) {
  .hero {
      padding-top: 0rem;
      padding-bottom: 0rem;
  }
  .hero h1 {
      font-size: 2rem;
  }
}


/* Responsive overrides (append-only) */
@media (max-width: 991.98px) {
  .hero .hero-copy { left: 2%; max-width: 96%; bottom:50px;}
  .hero .hero-copy h1 { font-size: 2rem; padding-left: 15px; border-left-width: 8px; }
  .hero .hero-copy p { padding-left: 23px; font-size: 16px; }
  .contact-card { position: static; max-width: 100%; border-radius: 18px; margin-top: 1.25rem; }
  .frm-btn { width: 100%; }
  .hero-dots button { width: 6px; height: 6px; }
  .common-label { font-size: 28px;}
  .engineer-sec { padding: 48px 0; }
.common-label991{text-align:center;}
.footer-links, .footer-contact, .footer-subscribe {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {

  
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}
.hero .hero-copy h1{
    font-size:22px;
    padding-left: 10px;
    border-left-width: 5px;
}
.hero .hero-copy p{
    padding-left: 15px;
}
.intro-copy{
    margin-top:0 ;
}
.contact-card{
    padding: 15px;
    margin-top: 0px !important;
    margin-bottom: 25px;

}
.frm-btn {
    font-size: 17px;
    padding: 10px 25px;
}
.form-control-lg{
    font-size:16px;
}
.form-control-lg::placeholder {
    font-size: 16px;
  }
  .engineer-copy p {
        font-size: 16px;
    }
    .angled-button{font-size:17px}
  
}
/* Small phones */
@media (max-width: 575.98px) {
  .topbar .topnav { gap: 0.75rem; }
  .form-label, .form-check-label { font-size: 15px; margin-left: 5px;}
  .form-check-input { width: 1.1em; height: 1.1em; }
  .contact-card h2 { font-size: 1.5rem; }
  .contact-card p { font-size: 16px; }
  .intro-copy p { font-size: 18px; }
  .intro-btn, .engineer-btn { font-size: 18px; padding: 12px 18px; }
  .product-badge { font-size: 14px; bottom: 0.75rem; border-left-width: 4px; }
  .icon-64 { width: 60px; height: 60px; }
  .best-seller-sec .row > [class^="col-"] { padding: 0 6px; }
  .footer-title { font-size: 18px; }
  .hero .hero-copy h1 {
    font-size: 1.75rem;
    padding-left: 18px;
    border-left-width: 8px;
  }
  footer img.fsideBG{
        width: 50%;
  }
  .hero .hero-copy h1{
      display: none;
    }
    .hero .hero-copy p{
        display: none;
    }
}

@media (max-width: 485px) {
  .hero .hero-copy h1 {
    font-size: 1.35rem;
    padding-left: 18px;
    border-left-width: 8px;
  }
  .hero .hero-copy p {
    padding-left: 26px;
    font-size: 13px;
}
}


/* Tablets */
@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-copy p { font-size: 20px; }
  .intro-btn, .engineer-btn { font-size: 20px; padding: 12px 22px; }
  .product-badge { font-size: 16px; bottom: 1rem; }
}

/* Footer responsiveness tweaks */
@media (max-width: 991.98px) {
  .footer-brand p, .footer-links a, .footer-contact p, .footer-subscribe p { font-size: 16px; }
  .footer-logo { max-width: 180px; }
}





.container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}
.navbar{
    font-family: "Roboto", sans-serif;
}
.topbar{
    border-bottom: none;
}
.topbar .nav-link{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size:16px;
    padding-right: 6px !important;
    padding-left: 6px !important;
    color: #000 !important;
}
.topbar .topnav {
    gap: 1rem;
}
.topbar .contact-ribbon{
    font-size: 16px;
    width: 130px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 0;
    display: none !important;
}

footer{
    position: relative;
    padding: 28px 0;
    font-family: "Roboto", sans-serif;
}
footer *{
    font-family: "Roboto", sans-serif;
}
footer img.fsideBG{
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}
footer .footer-logo{
    max-width: 330px;
}
footer h6{
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}
footer .footer-brand p{
    font-family: "Geist", sans-serif;
    max-width: 330px;
    font-size:14px;
}
.footer-links a{
    font-size:15.5px;
    margin-bottom: 3px;
}
.footer-contact p{
    font-size:15.5px;
    margin-top: 20px;
}
.footer-contact p a{
    font-size:15.5px;
    text-decoration: underline;
}
.footer-subscribe p {
    font-size: 15.5px;
    margin-top: 20px;
}
.contact-card form .form-check{
    padding-left: 2em;
}


.form-check-label b{cursor: pointer;}
#exampleModal .modal-dialog{max-width:900px;}
#exampleModal .modal-dialog .modal-body{font-size: 15px;}
#exampleModal .modal-dialog .modal-body h6{font-size: 17px;}
#exampleModal .modal-dialog .modal-footer button{background:#2e2e2e;border:none;}



