* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --primary-color-dark: #096295;
    --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;
}

.entry-header-inner {
    max-width: 100% !important;
    position: relative;
    padding-top: 8rem;
}

.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;
}

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

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

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

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

.contact-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

#site-content {
    overflow: visible !important;
}

/* HEADER SECTION START */

h1 {
    order: 1;
    color: #0D1531;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 100% */
    letter-spacing: -0.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #005EBD;
    text-decoration-thickness: 16%; /* 6.4px */
    text-underline-offset: 43%; /* 22px */
    text-underline-position: from-font;
}

.header-description {
    background-position: center !important;
    background-size: cover !important;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.header-description h2 {
    order: 2;
    color: #0D1531;
    font-family: var(--inter-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -0.48px;
}


.header-description p {
    order: 3;
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.header-description .header-links {
    order: 4;
}

.header-description a {
    display: block;
    width: 216px;
    height: 49px;
    border-radius: 50px;
    background: #005EBD;
    color: #FFF !important;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px; /* 200% */
    text-decoration: none !important;
    letter-spacing: -0.4px;
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #005EBD;
}

.header-description a:hover {
    background: #fff !important;
    color: #005EBD !important;
}

/* HEADER SECTION END */

.video-text-block {
    padding-top: 12rem;
    padding-bottom: 10rem;
}

.video-text-block p {
    color: #2E2E2E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.video-text-block p:nth-child(1) {
    margin-bottom: 2rem;
}

/* SIDENAV START */

.product-sidenav-section {
    padding-bottom: 10rem;
}

.product-sidenav-section .side-nav h5 {
    text-align: center;
    color: #000;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px; /* 196% */
    letter-spacing: 0;
}

.product-sidenav-section .side-nav .accordion {
    position: sticky;
    top: 160px;
}

.product-sidenav-section .side-nav {
    margin-top: 25px;
}

.product-sidenav-section .side-nav .accordion-item {
    border: 0;
}

.product-sidenav-section .side-nav .accordion-button {
    color: #000000;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 100px;
    padding-left: 4rem;
    text-decoration: none;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
    line-height: 40px; /* 245% */
}

.product-sidenav-section .side-nav .accordion-button svg path {
    fill: #000 !important;
    transition: all 0.2s ease-in-out;
}

.product-sidenav-section .side-nav .accordion-button:hover {
    color: #005EBD;
}

.product-sidenav-section .side-nav .accordion-button:hover svg path {
    fill: #005EBD !important;
}

.product-sidenav-section .side-nav .accordion-button::after {
    display: none !important;
}

.product-sidenav-section .side-nav svg {
    margin-right: 10px;
}

.product-sidenav-section .side-nav svg, .product-sidenav-section .side-nav svg path {
    transition: all 0.2s ease-in-out;
}

.product-sidenav-section .side-nav .accordion-button[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.product-sidenav-section .side-nav .accordion-button[aria-expanded="true"] {
    color: #005EBD;
    background: #F2F6F8;
}

.product-sidenav-section .side-nav .accordion-button[aria-expanded="true"] svg path {
    fill: #005EBD !important;
}

.product-sidenav-section .side-nav .accordion-body {
    padding: 0;
}

.product-sidenav-section .side-nav .accordion-body ul {
    list-style: none;
    padding-left: 3rem;
    margin-bottom: 0;
}

.product-sidenav-section .side-nav .accordion-body li {
    margin-top: 0;
}

.product-sidenav-section .side-nav .accordion-body li a {
    display: inline-block;
    position: relative;
    color: #2E2E2E;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px; /* 210% */
    transition: all 0.3s ease-in-out;
}
  
.product-sidenav-section .side-nav .accordion-body li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Thickness of the underline */
    background-color: #005EBD; /* Change to your preferred underline color */
    transition: width 0.3s ease-in-out;
}
  
.product-sidenav-section .side-nav .accordion-body li a:hover::after {
    width: 100%;
}

.product-sidenav-section .side-nav .accordion-body li a:hover {
    color: #005EBD;
}

.product-sidenav-section form input {
    border: 0;
    font-family: var(--work-sans-font);
    font-size: 14px;
}

.product-sidenav-section form input:focus {
    border: 0;
}

.product-sidenav-section form {
    display: flex;
    border-radius: 50px;
    border: 1px solid #CFD8E1;
    overflow: hidden;
}

.product-sidenav-section form input {
    color: #747474;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    padding: 0;
}

.product-sidenav-section form input:focus-visible {
    outline: none !important;   
}

.product-sidenav-section form button {
    background: #ffffff !important;
    padding: 0;
    padding-left: 3.5rem;
    margin-right: 5px;
}

.product-sidenav-section .clear-search-btn {
    display: none;
    align-items: center;
    padding: 0 10px 0 5px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Work Sans';
    font-size: 14px;
    font-weight: 500;
    background: #fd2a2ade;
    border-radius: 25px;
}

/* SIDENAV END */

/* SEARCH RESULT PRODUCT CARDS START */

.product-search-results {
    display: none;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product-search-results .product-card-search {
    display: flex;
    flex-direction: column;
    width: 31%;
    margin: 14px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #DDE0E2;
    transition: box-shadow 0.5s ease-in-out;
}

.product-search-results .product-card-search h4 {
    font-family: var(--inter-font);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    color: #005EBD;
}

.product-search-results .product-card-search .link-image {
    display: block;
}

.product-search-results .product-card-search .product-card-description {
    padding: 20px 45px;
    margin-top: auto;
}

.product-search-results .product-card-search ul {
    padding: 0 !important;
    margin: 0 0 2rem 2rem;
}

.product-search-results .product-card-search ul li {
    color: #2E2E2E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 !important;
    box-shadow: none !important;
}

.product-search-results .product-card-search ul li .spec-text {
    font-weight: 700;
}

.product-search-results .product-card-search hr {
    height: 2px !important;
    background: #224B7D !important;
}

.product-search-results .product-card-search .link-specs, .product-search-results .product-card-search .link-rfq {
    display: flex;
    margin-bottom: 10px;
    color: #6D6D6D;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 20px; 
}

.product-search-results .product-card-search .link-specs svg, .product-search-results .product-card-search .link-rfq svg {
    margin-left: 10px;
}

.product-search-results .product-card-search .link-rfq {
    color: #6D6D6D;
}

/* SEARCH RESUTL PRODUCT CARDS END */

/* PRODUCT CARDS START */

.product-categories {
    margin-top: 40px;
}

.product-categories .product-card {
    display: flex;
    flex-direction: column;
    width: 31%;
    margin: 14px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #DDE0E2;
    transition: box-shadow 0.5s ease-in-out;
}

.product-categories .product-card h4 {
    font-family: var(--inter-font);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #005EBD;
    margin-bottom: 10px !important;
}

.product-categories .product-card .link-image {
    display: block;
}

.product-categories .product-card .product-card-description {
    padding: 20px 45px;
    margin-top: auto;
}

.product-categories .product-card ul {
    padding: 0 !important;
    margin: 0 0 2rem 2rem;
}

.product-categories .product-card ul li {
    color: #2E2E2E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 !important;
    box-shadow: none !important;
}

.product-categories .product-card ul li .spec-text {
    font-weight: 700;
}

.product-categories .product-card hr {
    height: 2px !important;
    background: #224B7D !important;
}

.product-categories .product-card .link-specs, .product-categories .product-card .link-rfq {
    display: flex;
    margin-bottom: 10px;
    color: #6D6D6D;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 20px;
    transition: all 0.5s ease-in-out;
}

.product-categories .product-card .link-specs svg path, .product-categories .product-card .link-rfq svg path {
    transition: all 0.5s ease-in-out;
}

.product-categories .product-card .link-specs:hover, .product-categories .product-card .link-rfq:hover {
    color: #005EBD;
}

.product-categories .product-card .link-specs:hover svg path, .product-categories .product-card .link-rfq:hover svg path {
    fill: #005EBD !important;
}

.product-categories .product-card .link-specs svg, .product-categories .product-card .link-rfq svg {
    margin-left: 10px;
}

.product-categories .product-card .link-rfq {
    color: #6D6D6D;
}

/* PRODUCT CARDS END */

/* CONTACT FORM START */

.contact-form-container {
    padding-top: 6rem;
}

.contact-form-container h3 {
    color: #1E1E1E;
    font-family: var(--inter-font) !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.8px;
    padding-left: 8px;
}

.contact-form-container h4 {
    color: #1E1E1E;
    font-family: var(--inter-font) !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
    padding-left: 8px;
    padding-bottom: 2rem;
}

/* CONTACT FORM END */

/* PRODUCTS NAVIGATION MOBILE START */

.products .btn-products-navigation {
    display: flex;
    color: #005EBD;
    font-family: var(--inter-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 49px;
    margin-bottom: 25px;
}

.products .btn-products-navigation svg {
    margin-right: 10px;
}

/* PRODUCTS NAVIGATION MOBILE END */

@media (max-width: 1650px) {
    .product-sidenav-section .side-nav {
        width: 20%;
    }
    .product-sidenav-section .products {
        width: 80%;
    }
    .product-categories .product-card {
        width: 47%;
    } 
    .product-search-results .product-card-search h4 {
        font-size: 25px;
    }
}

@media (max-width: 1400px) {
    .product-sidenav-section .side-nav {
        width: 25%;
    }
    .product-sidenav-section .products {
        width: 75%;
    }
    .product-categories .product-card {
        width: 45%;
    }
    .product-sidenav-section .block-title h4 {
        font-size: 25px;
    }
    .product-sidenav-section .product-category-card h4 {
        font-size: 20px;
    }
    .product-search-results .product-card-search {
        width: 48%;
    }
    .contact-form-container .col-lg-6 {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .entry-content {
        padding-top: 5rem !important;
    }
    .entry-header-inner {
        padding-top: 4rem;
    }
    .header {
        height: 340px;
    }
    .product-sidenav-section .col-lg-2 {
        display: none;
    }
    .product-sidenav-section .side-nav {
        width: 100%;
    }
    .product-sidenav-section .products {
        width: 100%;
        padding-left: 0;
    }
    .product-sidenav-section .product-category-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .product-categories .product-card {
        width: 100%;
    }
    .contact-form-container .col-lg-6 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 24px;
        text-decoration: none !important;
    }
    .header-description {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .header-description h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .header-description p {
        font-size: 14px;
    }
    .header {
        height: 220px;
    }
    .product-sidenav-section .block-title h4 {
        font-size: 20px;
    }
    .product-sidenav-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .offcanvas-start {
        width: 300px;
    }
    .product-categories .product-card h4 {
        font-size: 20px;
    }
    .contact-form-container h3 {
        font-size: 24px;
    }
    .contact-form-container h4 {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .contact-form-container iframe {
        height: 780px !important;
    }
}

@media (min-width: 992px) {
    .products .mobile {
        display: none;
    }
}