* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --primary-color-dark: #096295;
    --primary-color-new: #005EBD;
    --teko-font: 'Teko';
    --montserrat-font: 'Montserrat';
    --inter-font: "Inter", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --light-grey: #F1F1F1;
}

body {
    background-color: #FDFDFD;
}

body.custom-background {
    background-color: var(--white) !important;
}

.entry-header {
    padding: 0 !important;
    background: #fff !important;
}

.entry-header-inner {
    max-width: 100% !important;
    height: auto;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none !important;
    width: max-content;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 0;
}

.entry-content hr {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.entry-content hr::before, .entry-content hr::after {
    background: transparent !important;
}

.entry-content hr {
    margin: 1rem 0 1rem 0;
}

.entry-content > * {
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

.entry-content {
    background-color: #f9f9f9 !important;
}

section {
    width: 100% !important;
    padding: 0rem 0;
}

.product-cards .col-lg-3 {
    width: 32%;   
}

.footer-nav-widgets-wrapper {
    margin-top: 0 !important;
}

.post-meta-wrapper {
    margin-top: 0 !important;
    height: 0 !important;
}

.post-inner {
    padding-top: 0 !important;
}

hr {
    background-color: var(--primary-color) !important;
    height: 4px !important;
    width: 18%;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

/* HEADER SECTION START */

h1 {
    font-family: var(--inter-font);
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
}

.entry-header-inner {
    position: relative;
    text-align: initial;
    background: #fff !important;
    background-size: cover;
    margin-top: 16rem;
    margin-bottom: 50px;
}

.header-description {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-description .description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-description hr {
    background-color: var(--white) !important;
    height: 1px !important;
    width: 32%;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

.header-description h3 {
    font-family: var(--inter-font);
    font-weight: 500;
    font-size: 25px;
    color: var(--black);
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.header-description p {
    color: var(--black);
    text-align: center;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    width: 70%;
    padding-top: 4rem;
}

.header-description .request-quote-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 315px;
    padding-top: 2rem;
}

.header-description .request-quote-btn {
    font-family: var(--inter-font);
    font-weight: 600;
    font-size: 20px !important;
    padding: 10px 40px !important;
    margin-left: 0 !important;
    margin-top: 4rem !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 30px;
    border: 2px solid #005EBD !important;
    text-transform: none !important;
    width: auto !important;
    color: var(--white) !important;
    background-color: var(--primary-color-new) !important;
    transition: 0.4s all ease-in-out !important;
}

.header-description .request-quote-btn:hover {
    background-color: var(--white) !important;
    color: var(--primary-color-new) !important;
}

.header-description .learn-link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 24px;
    border: 1px solid var(--primary-color-light);
    color: var(--white) !important;
    padding: 3px 20px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out;
}

.header-description .learn-link:hover {
    background-color: var(--primary-color-light);
}

.header-description .btn:hover {
    background-color: var(--white);
    color: var(--primary-color-light) !important;
}

/*.header-description .request-quote-btn {
    width: 77% !important;
    background-color: var(--primary-color-dark) !important;
    border-color: var(--primary-color-dark) !important;
}*/

/* HEADER SECTION END */

.engineering-services {
    padding-top: 5rem;
}

.contact-form {
    background: #ffffff;
}

/* CATEGORY PRODUCTS START */

#products-rugged {
    background: #fff;
}

#products-rugged .category-cards {
    justify-content: space-between;
}

#products-rugged .category-card {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DDE0E2;
}

#products-rugged .category-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
    width: 24%;
    margin-bottom: 15px;
    text-align: start;
    border-radius: 20px;
    transition: box-shadow 0.5s ease-in-out;
}

/* #products-rugged  .category-card a {
    width: 100%;
} */

#products-rugged .category-card:hover {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 7%);
}

#products-rugged .category-card:hover > .slide-description .card-footer  .link-browse {
    color: #005EBD !important;
}

#products-rugged .category-card:hover > .slide-description .card-footer  .link-browse svg circle {
    fill: #005EBD !important;
}

#products-rugged .category-card:hover > .slide-description .card-footer  .link-browse svg {
    transform: translateX(10px) !important;
}

#products-rugged .category-card img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}

#products-rugged .category-card .slide-description {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: var(--inter-font);
    text-align: start;
    padding: 8px;
    padding-top: 0;
}

#products-rugged .category-card .slide-description h4 {
    font-family: var(--inter-font);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px !important;
    color: #000000;
}

#products-rugged .category-card .slide-description h5 {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.32px;
}

#products-rugged .category-card .slide-description p {
    font-family: var(--inter-font);
    line-height: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #2E2E2E;
}

#products-rugged .category-card .slide-description a {
    text-decoration: none;
    color: #000 !important;
}

#products-rugged .category-card .slide-description .link-browse {
    display: flex;
    justify-content: end;
    font-family: var(--inter-font);
    font-weight: 600;
    font-size: 15px;
    color: #808080 !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

#products-rugged .category-card .slide-description .link-browse svg {
    transition: all 0.5s ease-in-out;
}

#products-rugged .category-card .slide-description .link-browse svg circle {
    transition: all 0.5s ease-in-out;
}

#products-rugged .category-card .slide-description .link-browse svg path {
    transition: all 0.5s ease-in-out;
}

#products-rugged .category-card .slide-description hr {
    width: 25%;
    height: 2px !important;
    background: #224B7D !important;
}

#products-rugged .category-card .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
    margin-top: auto;
}

/* CATEGORY PRODUCTS END */

/* CONTACT US SECTION START */

#contact-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #fff;
}

#contact-us h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}

#contact-us h4 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

#contact-us p {
    font-family: var(--inter-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #000;
}

#contact-us .atmos-headline {
    display: flex;
    align-items: end;
    margin-bottom: 75px !important;
    font-family: var(--inter-font);
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

#contact-us .atmos-headline img {
    margin: 10px;
    margin-bottom: 5px;
}

#contact-us .col-md-6:nth-child(2) {
    text-align: center;
}

#contact-us .col-md-6:nth-child(2) h5 {
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    letter-spacing: -0.4px;
}

#contact-us .col-md-6:nth-child(2) p {
    margin: 0;
}

/* CONTACT US SECTION END */

@media (max-width: 992px) {
    #products-rugged .category-card {
        width: 49%;
    }
    #contact-us {
        padding-bottom: 6rem;
    }
}

@media (max-width: 576px) {
    h1 {
       font-size: 30px !important;
       line-height: 40px;
    }
    .entry-header-inner {
        margin-top: 10rem;
    }
    header .request-quote-btn {
        display: none !important;
    }
    .header-description p {
        width: 90%;
        padding-top: 3rem;
    }
    #products-rugged .category-cards {
        justify-content: center;
    }
    #products-rugged .category-card {
        width: 93%;
    }
    #contact-us {
        padding-top: 3rem;
    }
    #contact-us h3 {
        font-size: 30px;
    }
    #contact-us h4 {
        font-size: 20px;
    }
}