html {
    scrollbar-gutter: stable
}

/* Metric-adjusted fallback for Roboto Condensed — prevents layout shift (CLS) during async font swap.
   Values derived from font-face descriptors matching Roboto Condensed's ascent/descent geometry. */
@font-face {
    font-family: "Roboto Condensed Fallback";
    src: local("Arial Narrow"), local("Arial");
    size-adjust: 91%;
    ascent-override: 95%;
    descent-override: 25%;
    line-gap-override: 0%
}

body {
    font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif
}

.skip-nav {
    position: absolute;
    top: -100%;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    z-index: 9999;
    font-size: 1rem;
    text-decoration: none;
    transition: top 0.2s
}

.skip-nav:focus {
    top: 0;
    color: #fff
}

.navbar-brand {
    color: black !important
}

.navbar-light.navbar {
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.navbar-nav {
    margin-right: 4%
}

@media (max-width: 767px) {
    .navbar-nav {
        padding-left: 12px;
        margin-right: 0
    }
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 1.1rem
}

.navbar-toggler-item {
    color: black
}

.hero-parallax {
    background-image: url("../img/background.webp");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 3%;
    margin-right: 3%
}

.hero-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5)
}

.hero-overlay {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 60px 24px;
    max-width: 800px
}

.hero-overlay h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem
}

.hero-overlay .hero-sub {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 2rem
}

.hero-overlay .btn {
    font-size: 1.1rem
}
@media only screen and (max-device-width: 1366px) {
    .hero-parallax {
        background-attachment: scroll
    }
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 2rem
    }
    .hero-overlay .hero-sub {
        font-size: 1.1rem
    }
    .hero-parallax {
        min-height: 400px
    }
}

.parallax {
    background-image: url("../img/background.webp");
    opacity: 0.8;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%
}

.parallax2 {
    background-image: url("../img/background.webp");
    opacity: 0.8;
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%
}

@media only screen and (max-device-width:1366px) {
    .parallax {
        background-attachment: scroll
    }

    .parallax2 {
        background-attachment: scroll
    }
}

@media (max-width:768px) {
    .header {
        padding-left: 12% !important;
        padding-right: 12% !important;
        padding-top: 10% !important;
        text-align: left !important;
        overflow-wrap: break-word
    }

    .contact_row {
        padding-left: 4% !important;
        padding-right: 5% !important
    }

    .services_padding {
        padding: 5% !important
    }

    .services_padding_1 {
        margin-top: -8% !important
    }

    .service_box {
        max-width: 100% !important;
        border-radius: 10px !important
    }

    .service_image {
        border-radius: 10px !important
    }

    .hr {
        margin-bottom: 10% !important
    }

    .spacer {
        height: 0% !important
    }

    .parallax {
        min-height: 200px
    }

    .parallax2 {
        display: none
    }

}

.header {
    background-color: white;
    font-size: 20px;
    padding: 3%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify
}

.header_title_1 {
    text-align: center
}

.header_title_2 {
    text-align: center
}

.logo {
    height: auto;
    width: auto;
    max-width: 180px;
    max-height: 72px;
    margin-left: 2%
}

.hr {
    border: 1px solid lightgrey;
    margin-bottom: 3%;
    width: 90%
}

.contact_row {
    height: 200px;
    padding-left: 5%;
    padding-right: 5%
}

.contact_image {
    max-height: 38%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 0;
    margin: auto
}

.contact_image_1 {
    max-height: 30%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    margin: auto
}

.contact_image_2 {
    max-height: 40%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55px;
    right: 0;
    margin: auto
}

.align_center {
    position: relative;
    line-height: 100px;
    height: 100px;
    vertical-align: middle
}

.service_box {
    max-width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8%;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer
}

.service_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.05);
    border-color: transparent
}

.service_image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 4%
}

.service_title {
    text-align: left;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #333
}

.service_text_box {
    text-align: justify
}

.services_padding_1 {
    margin-top: 3%
}

.spacer {
    height: 3%
}

.certs_row {
    min-height: 100px
}

.cert_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%
}

.cert_text {
    font-size: 80%
}

.cert_col {
    display: flex
}

.image_wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.certs_image {
    width: 30%;
    height: auto;
    display: block
}

.cert_link {
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%
}

.cert_link:hover {
    opacity: 0.8
}

.contact-info-block {
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.6
}

.company-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block
}

.address-line {
    display: block;
    color: #333
}

.contact-divider {
    height: 1px;
    background-color: #eaeaea;
    margin: 1.5rem 0;
    width: 50%
}

.uid-line {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    display: block;
    margin-bottom: 1.5rem
}

.contact-link {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    transition: opacity 0.2s
}

.contact-link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #000
}

.contact-label {
    font-size: 0.9rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 1rem
}

.calendar-container {
    height: 900px;
    width: 100%;
    margin-top: 0;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden
}

.case-study-box {
    padding: 30px;
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    border-left: 4px solid #000;
    height: 100%;
    transition: transform 0.3s;
    border-radius: 4px
}

.case-study-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05)
}

.case-study-industry {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.case-study-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px
}

.case-study-result {
    margin-top: 15px;
    font-weight: bold;
    border-top: 1px solid #eee;
    padding-top: 10px
}

.language-toggle {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.language-toggle a {
    color: #6c757d;
    font-weight: normal;
    text-decoration: none;
    padding: 0 5px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Roboto Condensed', sans-serif
}

.language-toggle a.active {
    color: #000;
    font-weight: bold
}

.language-toggle span {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.5
}

.navbar-nav .nav-item .language-toggle {
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    display: flex;
    align-items: center;
    height: 100%
}

.contact-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px
}

.team-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%
}

.team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #eee
}

.blog-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px)
}

.blog-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: left
}

.blog-body .btn {
    margin-top: auto;
    align-self: flex-start
}

.blog-content {
    text-align: left
}

.blog-content th,
.blog-content td {
    text-align: left;
    vertical-align: middle
}

.blog-content td:nth-child(2),
.blog-content th:nth-child(2),
.blog-content td:nth-child(3),
.blog-content th:nth-child(3) {
    white-space: nowrap
}

.blog-date {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 10px
}

.blog-title {
    font-weight: bold;
    margin-bottom: 10px
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #000;
    top: 15px;
    border-radius: 50%;
    z-index: 1
}

.left {
    left: 0
}

.right {
    left: 50%
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent
}

.right::after {
    left: -16px
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 1px solid #ddd
}

@media screen and (max-width:600px) {
    .timeline::after {
        left: 31px
    }

    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px
    }

    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent
    }

    .left::after,
    .right::after {
        left: 15px
    }

    .right {
        left: 0%
    }
}

.references-section {
    text-align: center;
    padding: 0 0 60px 0;
    background-color: #fff
}

.ref-intro-text {
    font-size: 1.1rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    text-align: center
}

.ref-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 30px
}

.ref-card {
    background: #fdfdfd;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #eee;
    text-align: center;
    max-width: 600px;
    width: 100%;
    transition: all 0.3s ease;
    margin: 0 auto
}

.ref-logo {
    height: 110px;
    width: auto;
    max-width: 250px;
    margin: 0 auto 25px auto;
    display: block;
    object-fit: contain
}

.ref-author {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000
}

.ref-author-title {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 20px
}

.ref-quote {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    font-style: italic;
    max-width: 90%;
    margin: 0 auto
}

.ref-nav-arrow {
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s
}

.ref-nav-arrow:hover {
    transform: scale(1.1);
    color: #666
}

.ref-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px
}

.ref-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent
}

.ref-dot.active {
    background: #000
}

@media (max-width:768px) {
    .references-section {
        padding: 40px 7%
    }

    .ref-carousel-container {
        flex-direction: column
    }

    .ref-nav-arrow {
        display: none
    }

    .ref-card {
        padding: 25px
    }

    .ref-logo {
        height: auto;
        max-width: 100%;
        max-height: 80px
    }
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 0.5rem 0;
    margin-top: 0;
    min-width: 220px
}

.dropdown-item {
    color: #000;
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    font-family: 'Roboto Condensed', sans-serif
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f5f5f5;
    color: #000
}

@media (min-width:769px) {
    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }
}

.footer a {
    color: #333;
    text-decoration: none
}

.footer a:hover {
    text-decoration: underline;
    color: #000
}

@media (max-width:768px) {
    .footer .text-md-end {
        text-align: left !important
    }
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 1000;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    transition: opacity 0.3s, transform 0.2s, box-shadow 0.2s
}

.sticky-cta.visible {
    opacity: 1;
    pointer-events: auto
}

@media (max-width: 767px) {
    .sticky-cta {
        display: none
    }
}

.sticky-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0
}

.comparison-table th,
.comparison-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaeaea
}

.comparison-table th {
    background-color: #000;
    color: #fff;
    font-weight: 700
}

.comparison-table tr:hover {
    background-color: #f9f9f9
}

@media (max-width:768px) {
    .comparison-table {
        font-size: 0.9rem
    }

    .comparison-table th,
    .comparison-table td {
        padding: 8px 10px
    }
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #000
}

.nav-phone-link .nav-link {
    font-size: 1rem !important;
    color: #666 !important;
    transition: color 0.2s
}

.nav-phone-link .nav-link:hover {
    color: #000 !important
}

.faq-section .accordion-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    background-color: #fff
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
    color: #000;
    box-shadow: none
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: #eaeaea
}

.faq-section .accordion-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #333
}

.card.h-100.border.shadow-sm {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px !important;
}
.card.h-100.border.shadow-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
a.text-decoration-none .card.h-100 {
    cursor: pointer;
}
a.text-decoration-none:hover .card.h-100 {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.card-accent-top {
    border-top: 3px solid #000 !important
}

.text-body-dark {
    color: #333
}

.link-label {
    color: #000;
    font-weight: 700;
    font-size: 0.9rem
}

.footer-company {
    color: #333;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem
}

.footer-contact-list {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    text-align: left
}

.footer-link {
    display: inline-flex;
    align-items: center
}

.footer-badges {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 10px
}

.footer-badge-img {
    width: 140px;
    height: auto
}

@media (max-width: 767px) {
    .footer-badges {
        align-items: flex-start
    }
}

.breadcrumb-item a {
    color: #333;
    text-decoration: none
}

.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline
}

.breadcrumb-item.active {
    color: #666
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999
}

/* ===== INLINE REFERENCES ===== */
.ref-card-inline {
    text-align: center;
    padding: 40px 32px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ref-logo-inline {
    max-height: 70px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
}

.ref-quote-inline {
    font-size: 1.05rem;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ref-author-inline {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .ref-card-inline {
        padding: 24px 20px;
    }
}

.ref-title-inline {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}
