/* ── Copied verbatim from app.component.css + main.component.css ──
   Only changes from source:
   1. .main renamed to #walkthrough-wrapper
   2. position:relative removed from .navbar so .bigImg spans the full page
   ────────────────────────────────────────────────────────────────── */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* ── app.component.css ─────────────────────────────── */

#walkthrough-wrapper {
    background-color: #eaeaea;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.navbar {
    height: 120px;
    background-color: white;
    display: grid;
    grid-template-columns: 10fr 1fr 1fr;
}

.title {
    display: inline;
    margin-top: auto;
    margin-bottom: auto;
}

.gray {
    color: #ababab;
    font-style: italic;
}

.blue {
    color: #157eb0;
    font-style: italic;
}

a {
    color: #157eb0;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    font-size: small;
    text-align: center;
    text-decoration: underline;
}

.imageLogo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 4vw;
}

.bigImg {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .bigImg {
        height: 70%;
    }
}

/* ── main.component.css ────────────────────────────── */

.componentContainer {
    height: 85vh;
    width: 100%;
}

.centerdiv {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 100%;
    width: 100%;
    font-size: 2vh;
}

.left {
    padding: 3vh 4vw 0 8vw;
}

.bold {
    font-weight: bold;
}

p {
    line-height: 1.4;
}

.tabNumber {
    width: 2vw;
    height: 2vw;
    padding: 8px;
    position: absolute;
    left: 4vw;
    top: 5%;
    border-radius: 50%;
    background-color: #ababab;
    color: white;
    font-size: 4vh;
    text-align: center;
    justify-content: center;
}

.centerNum {
    margin: auto;
}

.tabIcon {
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 4vw;
    top: 5%;
    text-align: center;
}

.loginContainer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto 0 auto;
    max-width: 60%;
    height: 60%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    font-size: 2vh;
    text-align: left;
}

.title {
    background-color: #157eb0;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    text-align: center;
    color: #157eb0;
}

table {
    table-layout: fixed;
    width: 100%;
    height: 80%;
    font-weight: 700;
    margin: none;
}

.forminput {
    display: block;
    font-size: medium;
    width: 90%;
    height: 34px;
    margin: auto;
    border-radius: 10px;
}

.formlabel {
    display: block;
    color: rgb(100, 100, 100);
    font-size: 2vh;
    width: 90%;
    margin: auto;
    font-weight: 400;
    font-style: normal;
}

.btnContainer {
    position: relative;
    top: 75%;
    width: 100%;
    text-align: right;
}

.submitButton {
    background-color: #00467f;
    font-size: 2vh;
    color: white;
    border: none;
    border-radius: 10px;
    width: 18%;
    height: 44px;
    margin: auto 10% auto 5%;
    cursor: pointer;
}

.backButton {
    background-color: transparent;
    font-size: 2vh;
    color: #00467f;
    border: 3px solid #00467f;
    border-radius: 10px;
    width: 18%;
    height: 44px;
    margin: auto auto auto 5%;
    cursor: pointer;
}

@media (max-width: 767px) {
    .componentContainer img {
        max-height: 400px;
        height: 70%;
        width: auto;
    }
    .thinImg {
        max-width: 411px !important;
    }
}

@media (min-width: 768px) {
    .componentContainer img {
        max-height: 500px;
        height: 80%;
        width: auto;
    }
    .thinImg {
        max-width: 411px !important;
    }
}

@media (min-width: 992px) {
    .componentContainer img {
        max-height: 550px;
        height: 80%;
        width: auto;
    }
    .thinImg {
        max-width: 411px !important;
    }
}

@media (min-width: 1200px) {
    .componentContainer img {
        height: 100%;
        width: auto;
    }
    .thinImg {
        max-width: 700px !important;
    }
}

.smallIcon {
    height: 70% !important;
}

.imageBox0 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.imageBox0 img {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

.imageBox {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.imageBox2 {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr;
    text-align: left;
    padding: 0;
}

.imageBox3 {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 5%;
}

.imageBox4 {
    position: relative;
    display: grid;
    grid-template-columns: 3.5fr 4fr .5fr 4.3fr;
    gap: 0%;
}

.imageBox5 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.imageBox6 {
    position: relative;
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
}

.imageBox7 {
    position: relative;
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
}

.grayMid {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 35%, #d7d7d7 35%, #d7d7d7 75%, transparent 75%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid2 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 20%, #d7d7d7 20%, #d7d7d7 80%, transparent 80%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid3 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 20%, #d7d7d7 20%, #d7d7d7 80%, transparent 80%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid4 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 25%, #d7d7d7 25%, #d7d7d7 58%, transparent 58%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid5 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 25%, #d7d7d7 25%, #d7d7d7 47%, transparent 47%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid6 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 30%, #d7d7d7 30%, #d7d7d7 70%, transparent 70%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.grayMid7 {
    background-image: linear-gradient(to right, #eaeaea 0%, #eaeaea 6%, transparent 6%, transparent 100%), linear-gradient(transparent 0%, transparent 35%, #d7d7d7 35%, #d7d7d7 55%, transparent 55%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 20%, 0%;
}

.italicPara {
    margin: auto;
    line-height: 1.8;
    font-style: italic;
}

.regularPara {
    margin: auto;
    line-height: 100%;
}

.smalltext {
    font-size: small;
}

.imageBulletCntr {
    padding-top: 40px;
    padding-bottom: 40px;
}

.imageBullet {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-top: 25px;
    margin-bottom: 25px;
}

.center {
    padding-top: 8%;
}

.verticalCenter {
    margin-top: auto;
    margin-bottom: auto;
}

.block {
    display: block;
}

.greenText {
    color: green;
}

.blueBox {
    font-size: small;
    width: 100%;
    height: 36px;
    margin: auto;
    padding: 3px;
    font-weight: 400;
    border-radius: 10px;
    color: white;
    text-align: center;
    border: none;
    background-color: #00467f;
    cursor: pointer;
}

.whiteBoxCntr {
    margin: auto;
    width: 100%;
}

.whiteBox {
    background-color: white;
    padding: 10px 20px;
}

.paraIcon {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.iconBox {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    align-items: center;
}

.iconDiv {
    text-align: center;
}

.centerImg {
    margin: auto;
}

.sideLetters {
    position: absolute;
    left: 5vw;
    top: 25%;
    height: 50%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

.sideLetter1 {
    position: absolute;
    left: 5vw;
    top: 30%;
    height: 50%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

.sideLetter2 {
    height: 100%;
    display: grid;
    grid-template-rows: 1.1fr 1fr 1fr;
}

.sideLetter3 {
    position: absolute;
    left: 5vw;
    top: 20%;
    height: 50%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

.bigLetter {
    color: white;
    font-size: xx-large;
    margin: auto;
}

.linkSpan {
    color: #00467f;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.centerSpan {
    margin-left: 25%;
}

.highlight {
    color: #00467f;
}
