.astric
{
        top: -2px;
        position: relative;
}
.astric-maystry
{
        top: -2px;
        position: relative;
}
.modal .list-item {
    display: inline-block;
}
.solutions-section .product-card li{
     display: inline-block;   
}
.paragraph-footer {
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
   .paragraph-footer {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
        margin-top: -60px;
    }
}

/* =============================================================
   Gearbox-Seals / generic SKF landing-page Header + Footer
   Scoped, standalone (no Bootstrap dependency). Loaded after
   the page's own style.css so these rules win for the header
   strip, contact-us section, and the SKF footer.
============================================================= */

/* ----- Guard against horizontal scroll from any nested rows ----- */
html, body { overflow-x: hidden; max-width: 100%; }
.contact-us-section,
.skf-footer { overflow-x: hidden; }

/* ----- Header strip ----- */
body > .header,
.skf-top-header {
    width: 100%;
    background: #0000fe;
    line-height: 0;
}
body > .header > img,
.skf-top-header > img {
    width: 100%;
    height: auto;
    display: block;
}

/* ----- Contact-us banner ----- */
.contact-us-section {
    background: #f5f5f5;
    padding: 0;
    margin: 0;
}
.contact-us-section .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.contact-us-section .col-sm-7,
.contact-us-section .col-sm-5 {
    padding: 0;
    box-sizing: border-box;
}
.contact-us-section .col-sm-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}
.contact-us-section .col-sm-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
    background: #f5f5f5;
}
.contact-us-section .col-sm-7 > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.contact-us-section-inner {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact-us-section-inner h4 {
    color: #005eb8;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.contact-us-section-inner p {
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
}
.contact-us-section-inner p img {
    width: 22px !important;
    height: auto;
    display: inline-block !important;
    margin-right: 14px;
}
.contact-us-section-inner a {
    color: #005eb8;
    text-decoration: none;
    font-size: 16px;
}
.contact-us-section-inner a:hover { text-decoration: underline; }

/* ----- SKF Footer ----- */
.skf-footer {
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}
.skf-footer .col-12 { width: 100%; }
.skf-footer .top-footer {
    background: #f8f8f8;
    padding: 50px 0 30px 0;
    display: block;
}
.skf-footer .top-footer > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 92%;
}
.skf-footer .footer-inner,
.skf-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.skf-footer .footer-right { width: 100%; padding: 0; }
.skf-footer .footer-middle,
.skf-footer .social {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.skf-footer h6 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.skf-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.skf-footer ul li {
    margin: 0 0 12px 0;
    color: #666;
}
.skf-footer ul li a,
.skf-footer .footer-email a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
}
.skf-footer ul li a:hover,
.skf-footer .footer-email a:hover { color: #0000fe; }
.skf-footer .contact-dtls {
    margin-top: 12px;
    display: none;
}
.skf-footer .contact-dtls p {
    margin: 6px 0;
    display: flex;
    align-items: center;
}
.skf-footer .contact-dtls p img,
.skf-footer .social-media a img {
    width: auto !important;
    max-width: 30px;
    display: inline-block !important;
    margin-right: 8px;
}
.skf-footer .social-media {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.skf-footer .social-media a {
    display: inline-block;
    line-height: 0;
}
.skf-footer .email-us {
    margin-top: 24px;
}
.skf-footer .email-us h6.writeus {
    margin-bottom: 12px;
}
.skf-footer .footer-email {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}
.skf-footer .footer-email i.fa { color: #0000fe; }

/* ----- Copyright bar ----- */
.skf-footer .copyright-footer {
    background: #0000fe;
    color: #fff;
    margin: 0;
    padding: 0;
}
.skf-footer .copyright-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 15px;
    width: 92%;
    box-sizing: border-box;
}
/* Defang the double-nested .container that the markup carries */
.skf-footer .copyright-footer .container .container {
    width: 100%;
    padding: 0;
    max-width: none;
}
.skf-footer .copyright-footer .bottom-footer {
    display: flex;
    align-items: center;
    margin: 0;
}
.skf-footer .copyright-footer .text-white {
    color: #fff;
    width: 100%;
}
.skf-footer .copyright-footer .row.align-items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.skf-footer .copyright-footer .foot-logosec {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}
.skf-footer .copyright-footer .copyright {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding: 0;
}
.skf-footer .copyright-footer .footer-logo {
    width: 100px;
    height: auto;
    display: inline-block;
}
.skf-footer .copyright-footer a.text-white {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
}
.skf-footer .copyright-footer a.text-white img {
    width: 16px !important;
    height: auto;
    display: inline-block !important;
    margin-right: 6px;
}
.skf-footer .copyright-footer p { margin: 0; }

/* ----- Gearbox-Seals mobile hero tightening -----
   The page's own style.css forces section.hero to height:100vh on <=600px
   and pushes .hero-inner to bottom:40px, leaving a huge empty band above
   "ENGINEERED TO ENDURE". Collapse the hero to fit its content. */
@media (max-width: 600px) {
    section.hero {
        height: auto !important;
        min-height: 0 !important;
        padding: 20px 0 24px 0;
    }
    section.hero > .container.hero-inner,
    section.hero .hero-inner {
        position: relative;
        bottom: auto !important;
        top: auto !important;
        height: auto !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding-top: 4px;
        padding-bottom: 0;
    }
    section.hero .hero-text {
        margin: 0 0 10px 0;
    }
    section.hero .hero-text h1 {
        margin-bottom: 6px;
    }
    section.hero .hero-text p {
        margin-bottom: 0;
    }
    section.hero .form-box {
        margin-top: 0;
    }
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
    .skf-footer .footer-middle,
    .skf-footer .social {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .contact-us-section .d-flex { flex-direction: column; }
    .contact-us-section .col-sm-7,
    .contact-us-section .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-us-section .col-sm-7 > img {
        height: auto;
        max-height: 240px;
    }
    .contact-us-section-inner { padding: 28px 20px; }
    .contact-us-section-inner h4 { font-size: 22px; margin-bottom: 14px; }
    .contact-us-section-inner p { font-size: 14px; }
    .contact-us-section-inner p img {
        width: 18px !important;
        margin-right: 10px;
    }

    .skf-footer .top-footer { padding: 28px 0 4px 0; }
    .skf-footer .top-footer > .container { width: 100%; padding: 0 18px; }
    .skf-footer .footer-middle,
    .skf-footer .social {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 18px;
        padding: 0;
    }
    .skf-footer h6 { font-size: 16px; margin-bottom: 10px; }
    .skf-footer ul li { margin-bottom: 8px; }

    .skf-footer .copyright-footer .container { width: 100%; padding: 12px 18px; }
    .skf-footer .copyright-footer .foot-logosec,
    .skf-footer .copyright-footer .copyright {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }
    .skf-footer .copyright-footer .foot-logosec {
        gap: 12px;
        flex-wrap: wrap;
    }
    .skf-footer .copyright-footer .copyright {
        text-align: center;
        margin-top: 8px;
    }
    .skf-footer .copyright-footer a.text-white { font-size: 13px; }
    .skf-footer .copyright-footer p { padding-right: 0 !important; margin-right: 0 !important; }
}