.stretched-link {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}

.acton-main {
    overflow-x: hidden;
}

.input-group-addon {
    min-width: 40px;
}

.form-wrapper {
    background-color: #c52620;
    padding: 2rem;
    border-radius: 10px;
}

.form-control {
    height: 45px;
    border-radius: 5px;
}

.form-wrapper h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 0;
}

.acton-hero {
    background-image: url('/imgs/carousal-sliders/WqRSGNtxs2jVp0nMhjlMFZoYZIfJKZ11sm.webp');
    position: relative;
    width: 100%;
    background-size: cover;
    padding: 3rem 0;
}

.acton-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.acton-hero h1 {
    text-align: start;
    line-height: 1.1;
    text-transform: capitalize;
}

.hero-content {
    display: flex;
    color: #fff;
    align-items: center;
}

.hero-content p {
    font-size: 18px;
    margin-top: 3rem;
    font-weight: 400;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #d71a21;
    font-weight: 500;
    margin-bottom: 15px;
}

.title-sec {
    color: #d71a21;
    margin: 0;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 30px;
    font-weight: 600;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.text {
    font-size: 16px;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.inner-column h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.28em;
    color: #d71a21;
    font-weight: 600;
    padding-bottom: 10px;
}

.inner-column ul {
    padding-left: 1.5rem;
}


.inner-column li {
    margin-bottom: 0.6rem;
    font-size: 16px;
}

.culverts-drainage-page .text,
.culverts-drainage-page ul li {
    font-size: 16px;
}

.acton-product .inner-column .sec-title {
    margin-bottom: 1rem;
}


li::marker {
    color: #d71a21;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.btn-style-one.no-bg {
    background-color: #fff;
    color: #d71a21;
    width: 100%;
}

.btn-style-one.no-bg:focus {
    color: #d71a21;
}
.btn-style-one.no-bg:focus:hover {
    color: #fff;
}

.btn-style-one:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.btn-style-one:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
}

.acton-about {
    position: relative;
    padding: 80px 0 60px;
}

.acton-about .sec-title {
    margin-bottom: 45px;
}

.acton-about .content-column {
    position: relative;
    margin-bottom: 50px;
}

.acton-about .content-column .inner-column {
    position: relative;
}

.acton-about .text {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.acton-about .btn-box {
    position: relative;
}

.acton-about .image-column {
    position: relative;
}

.acton-about .image-column .inner-column {
    position: relative;
    padding-left: 120px;
    padding-bottom: 230px;
}

.acton-about .image-column .inner-column:before {
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.acton-about .image-column .image-1 {
    position: relative;
}

.acton-about .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.acton-about .image-column .image-2 img,
.acton-about .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.acton-product {
    background-color: #f6f6f8;
}

.acton-product .product-card {
    background-color: #ffff;
    border-bottom: 3px solid #d71a21;
    position: relative;
}

.acton-product .sec-title {
    margin-bottom: 30px;
    text-align: left;
}

.mt-2 {
    margin-top: 20px;
}

.acton-product .product-card h4 {
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    min-height: 48px;
}

.acton-product .product-card .text {
    margin-bottom: 1rem;
    font-size: 16px;
    min-height: 96px;
}

.culverts-drainage-page .acton-product .product-card .text {
    min-height: 105px;
}

.product-card .product-img {
    position: relative;
    padding-bottom: 75%;
}

.product-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: scale-down;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.acton-client .client-card {
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: #f6f6f8;
}

.acton-client .sec-title {
    margin-bottom: 3rem;
    text-align: center;
}

.text-center {
    text-align: center;
}

.acton-client .client-card p {
    font-style: italic;
    color: #848484;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
}

.acton-client .client-card h5 {
    font-size: 20px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-align: end;
    font-weight: 600;
}

.acton-footer {
    background-color: #f6f6f8;
    padding: 2rem 0;
}

.acton-footer .nav {
    margin-bottom: 0;
    display: flex;
    gap: 1rem;
}

.acton-footer .text-body-secondary {
    font-size: 16px;
    font-weight: 400;
}

.acton-footer .nav>li>a {
    background-color: #d71a21;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.has-error {
    margin-bottom: 5px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.hero-content p.subtitle {
    color: #fff;
}

.points-ul ul {
    list-style: circle;
    padding-left: 16px;
}

.note {
    position: relative;
}

.content {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: max-content;
}

.popover-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    cursor: pointer;
    font-size: 18px;
}

.popover-info:hover+.content {
    display: block;
}

.bg-white {
    background-color: #fff;
}

.performance-driven .product-row {
    margin-top: 0px;
}

.performance-driven .sec-title {
    margin-bottom: 1rem;
}

.solution-group h3 {
    margin-bottom: 5px !important;
}

.solution-group {
    margin-bottom: 1rem;

}

.culverts-drainage-page .product-card {
    margin-bottom: 0px !important;
}

.culverts-drainage-page .product-row {
    margin-top: 0px !important
}

.social-blk a,
.social-blk a svg {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.social-blk {
    gap: 20px;
    display: flex
}

a:hover svg path {
    fill: #d71a21;
}

.copyright-blk-wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #efefef;
}

.copyright-blk-wrapper .copy_right {
    padding: 0px;
    border: none;
}

.copy_right p {
    margin-bottom: 0px;
}

.d-flex {
    display: flex;
}

.acton-promo{
    background-color: #c52620;
    padding: 1rem 0;
    color: #fff;
}

.acton-promo .text-wrapper{
    font-size: 20px;
    font-weight: 500;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 80px;
}

.acton-promo .text-wrapper .fa{
    font-size: 36px;
}

@media (min-width: 320px) {

    .form-wrapper h2 {
        font-size: 20px;
    }

    .form-control {
        height: 40px;
    }

    .btn-style-one {
        font-size: 14px;
        line-height: 28px;
        padding: 6px 24px;
    }

    .sec-title h2 {
        font-size: 26px;
    }

    .acton-about .content-column {
        margin-bottom: 1rem;
    }

    .acton-about .content-column {
        margin-top: 3rem;
    }

    .acton-hero .hero-row {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        margin: auto;
    }

    .acton-hero .hero-row .m-auto {
        margin: auto;
    }

    .hero-content {
        height: 100%;
    }

    .hero-content h1 {
        font-size: 22px;
        text-align: center;
    }

    .hero-content p {
        font-size: 16px;
        margin-top: 1rem;
    }

    .acton-product {
        padding: 30px 0;
    }

    .acton-product .product-card {
        margin-bottom: 2rem !important;
        padding: 1.3rem;
    }

    .acton-product .col-lg-4:last-child .product-card {
        margin-bottom: 0px !important;
    }

    .acton-product .product-card h4 {
        font-size: 14px;
    }

    .acton-client {
        padding: 30px 0;
    }

    .acton-about {
        padding: 30px 0;
    }

    .acton-footer .row {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .acton-footer .nav {
        justify-content: center;
    }

    .acton-cities {
        margin-bottom: 50px;
    }

    .acton-cities .city-box {
        font-size: 13px;
        font-weight: 400;
        background-color: #f6f6f8;
        text-align: center;
        padding: 1rem;
        color: #848484;
    }

    .acton-cities .mb-3 {
        margin-bottom: 1rem;
    }

    .product-row {
        margin-top: 1.5rem;
    }

    .product-row h3 {
        color: #c52620;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    .get-ready .title-sec {
        margin-bottom: 2rem;
        font-size: 18px;
    }

    .tech-specs .tech-row {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .performance-driven .row {
        margin: auto;
    }

    .performance-driven .row .row {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0px 10px;
    }

    .copyright-blk-wrapper {
        flex-direction: column;
    }

    .social-blk {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {

    .form-wrapper h2 {
        font-size: 30px;
    }

    .form-control {
        height: 45px;
    }

    .sec-title h2 {
        font-size: 40px;
    }

    .btn-style-one {
        font-size: 17px;
        line-height: 30px;
        padding: 10px 30px;
    }

    .acton-product .product-card {
        margin-bottom: 3rem !important;
    }


    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
        margin-top: 3rem;
    }

    .hero-content p.subtitle {
        font-size: 26px;
        line-height: 1.2;
    }

    .acton-product .product-card h4 {
        font-size: 16px;
    }

    .acton-product {
        padding: 80px 0;
    }

    .acton-client {
        padding: 50px 0;
    }

    .acton-footer .row {
        flex-direction: row;
        gap: 0;
        text-align: left;
    }

    .acton-footer .nav {
        justify-content: end;
    }

    .acton-cities .city-box {
        font-size: 16px;
    }

    .get-ready .title-sec {
        margin-bottom: 3rem;
        font-size: 32px;
    }

    .acton-promo .text-wrapper {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content {
        height: 100%;
    }

    .acton-about {
        padding: 80px 0;
    }

    .acton-product .product-card {
        margin-bottom: 2rem !important;
    }

    .acton-product .col-lg-4:last-child .product-card {
        margin-bottom: 0px !important;
    }

    .tech-specs .tech-row {
        flex-direction: row;
        gap: 0;
        text-align: left;
        align-items: center;
    }

    .copyright-blk-wrapper {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        text-align: left;
    }

    .acton-hero .hero-row {
        flex-direction: row;
        gap: 0;
        text-align: left;
        align-items: center;
    }

    .culverts-drainage-page .product-card {
        margin-bottom: 0px !important;
    }

    .acton-promo .text-wrapper {
        padding: 1rem;
    }
}

@media (min-width: 1280px) {
    .acton-hero {
        padding: 5rem 0;
    }

    .acton-hero .hero-row .m-auto {
        margin: auto;
    }

    .acton-product .product-card h4 {
        font-size: 18px;
    }
}

.error-class {
    color: white !important;
    font-size: 12px;
}

.homepage .fa-exclamation-circle {
    color: white !important;
}

.municipal-thank-you {
    color: white;
}

.acton-hero .hero-row .error-class {
    text-align: left;
    width: 100%;
    display: block;
}

.custom-select {
  height: 48px;
  border-radius: 6px;
  border: none;
  background-color: #fff;
  padding-left: 12px;
  font-size: 14px; /* Smaller and cleaner */
  font-weight: 500;
  color: #333;
  box-shadow: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.custom-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}


.select2-container {
    width: 100% !important;
    height: 45px;
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;
}

@media (max-width: 576px) {
    .select2-selection__rendered {
        white-space:  normal !important;
        height: -webkit-fill-available;
    }
}

.select2 {
    text-align: start !important;
}