@import '_content/TSE.DirectUI.MudBlazor/TSE.DirectUI.MudBlazor.ke8d3pr84d.bundle.scp.css';

/* /Features/Home/Banner.razor.rz.scp.css */
.home-banner[b-zbwxh2fahm] {
    width: 100%;
    height: 821px;
    max-height: 90vh;
    min-height: 650px;
    background-color: var(--color-accent-background-static);
    position: relative;
}

h1[b-zbwxh2fahm] {
    font-family: var(--font-family-base);
    font-size: var(--font-size-largest);
}

button[b-zbwxh2fahm] {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid white;
    transition: var(--animation-duration-normal);
}

button:hover[b-zbwxh2fahm] {
    color: black;
    border-color: black;
}

.accent[b-zbwxh2fahm] {
    background: #FFA100;
    border-color: #FFA100;
}

.accent:hover[b-zbwxh2fahm] {
    color: white;
    background: black;
}

.banner-background[b-zbwxh2fahm] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: url(/assets/images/common/marathon/tsn-marquette.jpg);
    background-size: cover;
    background-position: center;
}

.content[b-zbwxh2fahm] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 100px 55px;
    margin: auto;
    color: #EFEFEF;
    display: flex;
    align-items: center;
}

.info[b-zbwxh2fahm] {
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: var(--spacing-m);
    box-sizing: border-box;
    z-index: 2;
}

direct-display[b-zbwxh2fahm] {
    margin-bottom: 50px;
}

.description[b-zbwxh2fahm] {
    font-size: 28px;
    line-height: 1.2em;
}

.actions[b-zbwxh2fahm] {
    margin-top: var(--spacing-xl);
    display: flex;
    gap: var(--spacing-xl);
}

@media screen and (max-width: 1200px) {
    .info[b-zbwxh2fahm] {
        max-width: 450px;
    }
}

@media screen and (max-width: 900px) {
    .banner-background[b-zbwxh2fahm] {
        left: 0%;
        bottom: 50%;
    }

    .home-banner[b-zbwxh2fahm] {
        max-height: none;
    }

    h1[b-zbwxh2fahm] {
        font-size: var(--font-size-title-large);
    }

    .info[b-zbwxh2fahm] {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .content[b-zbwxh2fahm] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    .content[b-zbwxh2fahm] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Features/News/Components/LatestNews.razor.rz.scp.css */
article[b-po3ks0hsy2] {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.platform-grids[b-po3ks0hsy2] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: var(--spacing-xxxl);
}

h1[b-po3ks0hsy2] {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

@media screen and (max-width: 1500px) {
    .platform-grids[b-po3ks0hsy2] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .platform-grids[b-po3ks0hsy2] {
        grid-template-columns: repeat(1, 1fr);
    }
}

button[b-po3ks0hsy2] {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid white;
    transition: var(--animation-duration-normal);
}

    button:hover[b-po3ks0hsy2] {
        color: black;
        border-color: black;
    }

.accent[b-po3ks0hsy2] {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: white;
}

    .accent:hover[b-po3ks0hsy2] {
        color: white;
        background: black;
    }

@media screen and (max-width: 950px) {
    article[b-po3ks0hsy2] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    article[b-po3ks0hsy2] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Features/News/Components/NewsCard.razor.rz.scp.css */
.platform-item[b-pn8dmcqhoi] {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px var(--color-neutral-stroke);
    padding-bottom: var(--spacing-xl);
    cursor: pointer;

    > * {
        padding: 0px var(--spacing-xl);
    }

    .background-image[b-pn8dmcqhoi] {
        height: 260px;
        background-size: 120%;
        background-position: center;
        transition: all var(--animation-duration-slow);
    }

    &:hover .background-image[b-pn8dmcqhoi] {
        background-size: 125%;
    }
}

h2[b-pn8dmcqhoi] {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

p[b-pn8dmcqhoi] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/CookiePolicy.cshtml.rz.scp.css */
h3[b-kb88ervya7] {
    margin-top: 25px;
    margin-bottom: var(--spacing-xs);
}

ul[b-kb88ervya7] {
    margin-left: 25px;
}

p[b-kb88ervya7] {
    margin-bottom: var(--spacing-m);
}
/* /Pages/Privacy.cshtml.rz.scp.css */
h3[b-wpfvcxpk44] {
    margin-top: 25px;
    margin-bottom: var(--spacing-xs);
}

ul[b-wpfvcxpk44] {
    margin-left: 25px;
}

p[b-wpfvcxpk44] {
    margin-bottom: var(--spacing-m);
}
/* /Pages/Shared/Footer.razor.rz.scp.css */
footer[b-q3hk8i9g0j] {
    background-color: black;
    color: white;
    width: 100%;
}

.footer-content[b-q3hk8i9g0j] {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 28px 55px;
    margin: auto;
    display: flex;
    justify-content: space-between;

    a {
        color: unset;
        text-decoration: none;
        transition: var(--animation-duration-normal) color;

        &:hover {
            color: var(--color-accent);
        }
    }
}

.footer-links[b-q3hk8i9g0j] {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .footer-content[b-q3hk8i9g0j] {
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    .footer-links[b-q3hk8i9g0j] {
        flex-direction: column;
    }

    .hyphen[b-q3hk8i9g0j] {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .footer-content[b-q3hk8i9g0j] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    .footer-content[b-q3hk8i9g0j] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Pages/Shared/Navbar.razor.rz.scp.css */
:host[b-9s9y6h0nzf] {
    display: contents;
}

.direct-large-header[b-9s9y6h0nzf] {
    width: 100%;
    background-color: transparent;
    color: white;
    position: fixed;
    top: 0px;
    z-index: 10;
    transition: background-color 0.3s, color 0.3s, filter 0.5s;

    img {
        filter: brightness(0) invert(1);
    }
}

.direct-large-header-content[b-9s9y6h0nzf] {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 0px 55px;
    margin: auto;
}

.top-section[b-9s9y6h0nzf] {
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bottom-section-wrapper[b-9s9y6h0nzf] {
    background-color: transparent;
    transition: background-color 0.3s;
}

.bottom-section[b-9s9y6h0nzf] {
    display: flex;
    gap: 50px;
    height: 50px;
    align-items: center;

    a {
        font-size: 16px;
        padding: 16px 0px;
        font-weight: bold;
        color: unset;
        text-decoration: none;
        transition: var(--animation-duration-normal) color;

        &:hover {
            color: var(--color-accent);
        }
    }
}

.relative-header .direct-large-header[b-9s9y6h0nzf] {
    position: sticky;
}

.direct-large-header.scrolled[b-9s9y6h0nzf],
.relative-header .direct-large-header[b-9s9y6h0nzf] {
    background-color: white;
    color: black;

    img {
        filter: unset
    }

    .direct-ui-label[b-9s9y6h0nzf] {
        border-color: black;
    }

    .bottom-section-wrapper[b-9s9y6h0nzf] {
        background-color: #EBEBEB;
    }
}

#tata-steel-logo[b-9s9y6h0nzf] {
    height: 20px;
    margin-bottom: 20px;
}

#tata-group-logo[b-9s9y6h0nzf] {
    height: 81px;
    width: 89px;
    margin-left: 35px;
}

.header-end[b-9s9y6h0nzf] {
    display: flex;
    align-items: flex-end;
    gap: 45px;
    margin-bottom: 10px;

    button {
        margin-bottom: 2px;
        padding: 8px 12px;
        transition: color var(--animation-duration-normal);

        &:hover {
            color: var(--color-accent);
        }
    }
}

@media screen and (max-width: 950px) {
    .direct-large-header-content[b-9s9y6h0nzf] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 770px) {
    #tata-group-logo[b-9s9y6h0nzf] {
        margin-left: 0px;
    }

    .header-end[b-9s9y6h0nzf] {
        gap: 15px;
    }

    .not-on-mobile[b-9s9y6h0nzf] {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .top-section[b-9s9y6h0nzf] {
        height: 80px;
    }

    .direct-large-header-content[b-9s9y6h0nzf] {
        padding-left: 10px;
        padding-right: 10px;
    }

    #tata-steel-logo[b-9s9y6h0nzf] {
        height: 14px;
        margin-bottom: 17px;
    }

    #tata-group-logo[b-9s9y6h0nzf] {
        height: 63px;
        width: 69px;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-yv21j0utdl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-yv21j0utdl] {
  color: #0077cc;
}

.btn-primary[b-yv21j0utdl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-yv21j0utdl], .nav-pills .show > .nav-link[b-yv21j0utdl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-yv21j0utdl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-yv21j0utdl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-yv21j0utdl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-yv21j0utdl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-yv21j0utdl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
