/* SKF brand fonts */
@font-face {
    font-family: 'SKF Sans';
    src: url('../fonts/SKFSans-Regular.woff2') format('woff2'),
            url('../fonts/SKFSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFDisplayBold';
    src: url('../fonts/SKFDisplayBold.eot');
    src: url('../fonts/SKFDisplayBold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/SKFDisplayBold.woff2') format('woff2'),
            url('../fonts/SKFDisplayBold.woff') format('woff'),
            url('../fonts/SKFDisplayBold.ttf') format('truetype'),
            url('../fonts/SKFDisplayBold.svg#SKFDisplayBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SKF Sans', sans-serif;
}

.skf-display {
    font-family: 'SKFDisplayBold', 'SKF Sans', sans-serif;
    font-weight: 400;
}

/*Common Css*/

.skf-blue {
    color:#0000FE;
}
.skf-bg-blue {
    background-color:#0000FE;
}
.skf-black {
    color:#0C0C0C;
}
.skf-white{ 
    color: #FFFFFF;
}
.skf-border {
    border-color: #0000FE;
    border-width:3px;
    border-style: solid;
}
.skf-border-right {
    border-right: 3px solid #0000FE;
}
.skf-border-bottom {
    border-bottom: 3px solid #0000FE;
}
.skf-radius {
    border-radius: 3px;
}

.inline-block {
    display: inline-block;
}

.link-hover {
    color:#0000FE;
}

.fs-6 {
    font-size: 16px;
    line-height:20px;
    letter-spacing: 0.14px;
}

.fs-7 {
    font-size: 14px;
    line-height:20px;
    letter-spacing: 0.14px;
}
.fs-7:hover {
    color:#0000FE !important;
    text-decoration: underline !important;
}

.text-left {
    text-align:left;
}

/* Header css */
.talk-to-engineer-header {
    border-color: #0000FE;
    border-width:3px;
    border-style: solid;
}
.talk-to-engineer-header:hover {
    background-color: #0000FE !important;
    color: #FFFFFF !important;
}

.hamburger {
    background-color: transparent;
    border: none;
}

.talk-to-engineer-banner:hover {
    color:#0000FE !important;
}

/* Hero Banner */
.hero-image {
    min-height: 600px;
    background: url("../images/banner.png") center / cover no-repeat;
}
.hero-text-container {
    max-width: 540px;
}
.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-family: 'SKFDisplayBold';
}
.hero-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 22px;
        line-height: 32px;
    }
    .hero-text {
        font-size: 18px;
        line-height: 23px;
    }
}

.solutions-section {
    text-align: center;
    padding: 3rem 0 1rem;
}

.benefite-section {
    text-align: center;
    padding: 3rem 0 3rem;
}

.bearing-section {
    text-align: center;
    padding: 1rem 0 3rem;
}

.solutions-title,
.benefite-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-family: 'SKFDisplayBold';
}
.benefit-grid-box {
    margin: 0px 40px;
}

.solutions-title,
.solutions-text {
    max-width: 768px;
}

.solutions-text,
.benefit-grid-box-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
}

.benefit-grid-box-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.96px;
}
.benefit-grid-box-text {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.96px;
}

.benefit-text {
    max-width: 768px;
}

@media (max-width: 1024px) {
    .benefit-grid-box {
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .solutions-section {
        text-align: center;
        padding: 2rem 0 1rem;
    }

    .benefite-section {
        text-align: center;
        padding: 2rem 0 2rem;
    }

    .bearing-section {
        text-align: center;
        padding: 1rem 0 2rem;
    }

    .solutions-title,
    .benefite-title {
        font-size: 20px;
        line-height: 26px;
    }
    .solutions-text {
        font-size: 18px;
        line-height: 26px;
    }
    .benefit-text {
        font-size: 14px;
        line-height: 20px;
    }
    .benefit-grid-box {
        margin: 0px 10px;
    }
    .benefit-grid-box-title {
        font-size: 16px;
        line-height: 18px;
    }
    .benefit-grid-box-text {
        font-size: 16px;
        line-height: 18px;
    }
    .benefit-section img {
        width: 80px !important;
        height: auto;
    }
}

/* Expert Engineering Section */
.engineering-section {
    background: url("assets/images/bottom-image.png") center / cover no-repeat;
    position: relative;
}
.engineering-overlay {
    background: #003B72;
    opacity: 80%;
}
.engineering-content {
    padding:40px 0px;
}
.engineering-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-family: 'SKFDisplayBold';
}
.engineering-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
}
.engineering-form {
    background: rgba(255, 255, 255, 0.35);
}
.engineering-form .form-control,
.engineering-form .form-select,
.engineering-form textarea.form-control {
    border: 1px solid #A3A3A3;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #181C1E;
    background-color: #FFFFFF !important;
    padding: 18px;
}
.engineering-form .form-check-input {
    width: 24px;
    height: 22px;
    border-radius: 3px;
}
.engineering-form .form-check-label {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.engineering-submit {
    font-size:16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.14px;
    background-color: #0000FE;
    color: #fff;
    border: 3px solid transparent;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.engineering-submit:hover {
    background-color: #fff;
    color: #0000FE;
}

@media (max-width: 768px) {
    .engineering-title {
        font-size: 22px;
        line-height: 28px;
    }
}

/* BEARING ACCORDION */
.bearing-finder-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-family: 'SKFDisplayBold';
    text-align: left;
}
.bearing-engineer-btn {
    color: #FFFFFF;
    background-color: #0000FE;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.14px;
    border:3px solid transparent;
}
.bearing-engineer-btn:hover {
    border:3px solid #0000FE;
    color: #0000FE;
    background-color: #FFFFFF;
}
.accordion-body {
    padding: 0px;
}
.bearing-accordion {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}
.bearing-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    /*padding-bottom: 10px;*/
}
.bearing-accordion .accordion-item:last-child {
    border-bottom: none;
}
.accordion-button::after {
    display: none;
}

@media (max-width: 768px) {
    /* Remove Bootstrap's default accordion arrow */
    .bearing-accordion .accordion-button::after {
        background-image: none !important;
        content: "+" !important;
        font-size: 28px;
        font-weight: 300;
        color: #aaa;
        width: auto;
        height: auto;
        transform: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Expanded state: show minus in blue */
    .bearing-accordion .accordion-button:not(.collapsed)::after {
        content: "−" !important;
        color: #0000FE;
        background-image: none !important;
        transform: none !important;
    }
}


.bearing-accordion .accordion-button {
    color: #aaa;
    background: #fff;
    box-shadow: none;
    padding: 14px 0;
    font-size: 14px;
    border-radius: 0;
}
.bearing-accordion .accordion-button:hover {
    color: #0000FE;
}
.bearing-accordion .accordion-button:not(.collapsed) {
    color: #0000FE;
    background: #fff;
    box-shadow: none;
    font-weight: 700;
}

/* LEFT PROCESS MENU */
.bearing-process-title {
    font-size:20px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
}
.bearing-process-nav .nav-link {
    color: #aaa;
    text-align: left;
    padding: 6px 0;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 0;
}
.bearing-process-nav .nav-link:hover {
    color: #000000;
}
.bearing-process-nav .nav-link.active {
    color: #000000;
}
/* PROCESS GROUP */
.bearing-process-group {
    display: none;
    padding: 12px 0 24px;
}

/* Show selected process */
.bearing-process-group.active {
    display: block;
}
/* CARD */
.bearing-card {
    color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

    height: 100%;
    min-height: 400px;

    display: flex;
    flex-direction: column;
}

.bearing-card img {
    width: 100%;
    height: 220px;
    /*object-fit: cover;*/
    display: block;

    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.bearing-card-content {
    background: #000000;
    padding: 8px 10px 15px;

    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.bearing-card-content-blank {
    padding: 8px 10px 15px;

    flex: 1;
    display: flex;
    flex-direction: column;
}
.bearing-card-content h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
}
.bearing-card-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
.bearing-card-content a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.bearing-card-content a:hover {
    text-decoration: none;
}

.bearing-accordion::-webkit-scrollbar {
    width: 0px;
}
.bearing-accordion::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.bearing-accordion::-webkit-scrollbar-thumb {
    background: #0000FE;
}

@media (max-width: 768px) {
    .bearing-finder-title {
        font-size: 16px;
        line-height: 18px;
    }
    .bearing-process-group {
        padding: 10px 0;
    }
    .bearing-process {
        width: 100%;
    }

    .bearing-process-title {
        text-align: center;
    }

    .bearing-process-nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        overflow-x: auto;
        overflow-y: hidden;

        width: 100%;
        gap: 20px;

        white-space: nowrap;

        /* Hide scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bearing-process-nav::-webkit-scrollbar {
        display: none;
    }

    .bearing-process-nav .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;

        padding: 6px 0;
    }
}

/* Footer section */
.footer-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}
.site-footer {
    padding: 10px 0px;
    background: #ffffff;
    display: flex;
    align-items: center;
    }
    .footer-links a {
    color: #424751;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    }

    .footer-links a:hover {
    color: #0000FE;
    }

    .copyright {
    color: #424751;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    white-space: nowrap;
    }

    @media (max-width: 920px) {
    .site-footer {
        text-align: left;
    }
    .footer-links {
        gap: 15px !important;
    }
    }

/* BEARING DETAIL MODAL */

.bearing-modal {
    background: #0000FE;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.bearing-modal .modal-body {
    padding: 14px 16px;
    position: relative;
}

/* CLOSE */
.bearing-modal-close {
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 10;

    border: 0;
    background: transparent;

    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;

    cursor: pointer;
}

/* IMAGE */
.bearing-modal-image {
    background: #FFFFFF;
    height: 100%;
    min-height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bearing-modal-image img {
    width: 100%;
    height: 300px;

    object-fit: contain;
    display: block;
}

/* CONTENT */
.bearing-modal-content {
    padding: 0 20px 10px;
}

.bearing-modal-content h2 {
    margin: 0 35px 3px 0;

    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

.bearing-modal-content h5 {
    margin: 0;

    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.bearing-modal-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.4);

    margin: 8px 0 12px;
}

.bearing-modal-content p {
    font-size: 16px;
    line-height: 22px;

    margin-bottom: 12px;
}

.bearing-modal-content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;

    margin-bottom: 5px;
}

.bearing-modal-content ul {
    margin: 0 0 12px;
    padding-left: 18px;
}

.bearing-modal-content li {
    font-size: 16px;
    line-height: 22px;
}

/* CTA */
.bearing-modal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    /*min-width: 165px;*/
    /*height: 32px;*/

    padding: 12px 10px;

    background: #FFFFFF;
    color: #0000FE;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;
    border-radius: 3px;
}

.bearing-modal-cta span {
    margin-left: 25px;
    font-size: 22px;
    line-height: 1;
}

.bearing-modal-cta:hover {
    color: #0000FE;
    background: #f2f2f2;
}

@media (max-width: 992px) {
    .bearing-modal-content h2 {
        margin: 10px 0 3px 0;
    }

    .bearing-modal-close {
        top: 12px;
        right: 14px;
        z-index: 10000;
        color: #000000;
        width: 36px;
        height: 36px;
        font-size: 25px;
        /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);*/
    }
}

@media (max-width: 768px) {

    .bearing-modal .modal-body {
        padding: 12px;
    }

    .bearing-modal-image {
        min-height: 200px;
    }

    .bearing-modal-image img {
        height: 200px;
    }

    .bearing-modal-content {
        padding: 10px 5px 5px;
    }

    .bearing-modal-content h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .bearing-modal-content p,
    .bearing-modal-content li {
        font-size: 11px;
        line-height: 16px;
    }

}


.validation-error {
    display: none;
    color: #dc3545;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545 !important;
}

.form-check-input.is-invalid {
    border-color: #dc3545 !important;
}