@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

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

body {
    background-color: #FDFDFD;
}

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

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

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

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

.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: var(--black);
    letter-spacing: 0;
    text-align: center;
    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;
}

.general-header h2 {
    color: #0D1531;
    font-family: var(--inter-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: -.48px;
}

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

.general-header {
    padding-top: 17rem;
    padding-bottom: 0;
}

.entry-header-inner {
    max-width: 100rem;
    text-align: initial;
    background-color: var(--white);
    background-size: cover;
}

/* HEADER SECTION END */

section {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important;
}

section p {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
}

section h3 {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: -0.8px;
    transition: all 0.3s ease-in-out;
}

section h4 {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
    transition: all 0.3s ease-in-out;
}

.industry-cards {
    justify-content: space-between;
}

.industry-card {
    background: #FFF;
    border-radius: 20px;
    border: 2px solid #DDE0E2;
    width: 48%;
    padding: 0;
    overflow: hidden;
    margin-right: calc(var(--bs-gutter-x)* .5);
    margin-left: calc(var(--bs-gutter-x)* .5);
}

.industry-card img {
    transition: all 0.5s ease-in-out;
}

.industry-card img:hover {
    transform: scale(1.05);
}

.industry-card .list-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    padding-top: 1rem;
}

.industry-card .card-description {
    padding: 20px 30px 50px 30px;
}

.industry-card a {
    text-decoration: none;
}

.industry-card h4 {
    color: #2E2E2E;
    font-family: var(--work-sans);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.industry-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.industry-card ul li {
    margin-left: 0;
    margin-top: 10px;
}

.industry-card ul li a svg {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.industry-card ul li:hover svg > path {
    fill: #005EBD !important;
}

.industry-card ul li a {
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.industry-card ul li:hover > a {
    color: #005EBD;
}

@media (min-width: 992px) {
    .banner-about p {
        width: 80%;
    }
    .general-header p {
        width: 828px;
    }
}


@media (max-width: 992px) {
    .industry-card {
        width: 100%;
        margin-bottom: 50px;
    }
    .industry-cards {
        justify-content: center;
    }
    .banner-about .col-lg-6:nth-child(2) {
        height: 350px;
    }
    .banner-about p {
        font-size: 1.5rem;
    }    
}

@media (max-width: 1220px) {
    .footer-inner {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }
    .header-description {
        padding-top: 6rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .general-header h2 {
        font-size: 20px;
        line-height: 55px;
        text-align: center;
    }
    .general-header p {
        font-size: 16px;
    }
    .general-header {
        padding-top: 10rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 0 !important;
    }
    .header-description h3 {
        font-size: 18px;
    }
    .header-description p {
        font-size: 16px;
    }
    section h3 {
        font-size: 30px;
    }
    .industry-card h4 {
        font-size: 20px;
    }
    .industry-card .list-links {
        width: 100%;
    }
    section .header-description h4 {
        font-size: 24px;
    }
    .banner-about .banner .description {
        padding: 60px 30px 60px 30px;
    }
    .footer-widgets-wrapper .column-one {
        padding: 20px;
    }
    .banner-about h4 {
        font-size: 18px;
    }
    .banner-about h2 {
        font-size: 45px;
    }
    .banner-link {
        font-size: 20px;
    }
}