body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    background: #ffffff;
    color: #1b2530;
}

.navbar-top {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    z-index: 1050;
}

.navbar {
    background: #ffffff;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 64px;
}

.navbar .navbar-brand.tm-logo-header {
    width: 170px !important;
    height: auto !important;
    max-height: 58px;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
}

.navbar .nav-link,
.navbar .btn.btn-secondary {
    font-size: 15px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #1f2833;
    font-weight: 700;
}

.navbar .dropdown-toggle {
    border: 0;
    background: transparent;
}

.navbar .navbar-nav {
    align-items: center;
}

.tm-nav-collapse {
    flex-grow: 0.5;
    justify-content: space-between;
}

.navbar .navbar-contact {
    background: #004a72;
    color: #ffffff !important;
    border-radius: 28px;
    padding: 8px 24px !important;
    font-weight: 600;
}

.active-link {
    color: #d11717 !important;
    font-weight: 700 !important;
}

.industries-main {
    padding-top: 160px;
    padding-bottom: 48px;
    background: #ffffff;
}

.industries-hero {
    padding: 24px 0 26px;
    background: #ffffff;
}

.h-industries-section {
    background: #ffffff;
}

#industries-nav .dropdown-menu ul li img,
.h-industries-section .h-industri-img-div img,
.industry-image-wrap img {
    object-fit: contain !important;
}

.h-industries-section .h-industri-img-div,
.industry-image-wrap {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-industries-section .h-industri-img-div img {
    width: 100%;
    height: 100%;
}

.crumb {
    display: inline-block;
    border: 1px solid #0b4c7a;
    color: #0b4c7a;
    border-radius: 24px;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 18px;
}

.industries-hero-copy {
    max-width: 820px;
}

.hero-kicker {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    font-weight: 700;
    color: #d11717;
}

.industries-hero-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    color: #0b4c7a;
}

.industries-hero-copy p {
    margin: 0;
    max-width: 700px;
    font-size: 17px;
    line-height: 1.7;
    color: #425568;
}

.industries-list {
    display: grid;
    gap: 28px;
}

.industry-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #dce5ef;
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 18px 32px rgba(14, 46, 71, 0.08);
    align-items: center;
}

.industry-card.reverse .industry-image-wrap {
    order: 2;
}

.industry-card.reverse .industry-content {
    order: 1;
}

.industry-image-wrap {
    height: 100%;
    min-height: 280px;
    border-radius: 20px;
    overflow: hidden;
}

.industry-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industry-content {
    padding: 8px 8px 8px 0;
}

.industry-icon {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: #edf5fb;
    margin-bottom: 16px;
}

.industry-icon img {
    width: 28px;
    height: 28px;
}

.industry-content h2 {
    margin: 0 0 10px;
    font-size: clamp(25px, 3vw, 34px);
    color: #132638;
}

.industry-content p {
    margin: 0 0 18px;
    color: #425568;
    font-size: 16px;
    line-height: 1.75;
}

.industry-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b4c7a;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .industries-main {
        padding-top: 140px;
    }

    .navbar .navbar-brand.tm-logo-header {
        width: 150px !important;
    }

    .navbar .nav-link,
    .navbar .btn.btn-secondary {
        font-size: 18px;
    }

    .industry-card,
    .industry-card.reverse {
        grid-template-columns: 1fr;
    }

    .industry-card.reverse .industry-image-wrap,
    .industry-card.reverse .industry-content {
        order: initial;
    }

    .industry-image-wrap {
        min-height: 220px;
    }
}
