
* {
    font-family: Poppins, sans-serif;
    font-weight: 400;   
    font-size: 14px;
}

@media (max-width: 768px) {
    * {
        font-size: 12px;
    }
}

.content-container {
    width: 100%;
    max-width: 436px;
}

.hero-image {
    height: calc(100vh - 32px);
    border-radius: 19.398px;
    width: 100%;
    right: 16px;
    top: 16px;
    position: relative;
    min-height: 800px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.background-img {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    border-radius: 8px;
}

.signup-tile {
    width: 312px;
    right: 32px;
    bottom: 32px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.verticle-center-helper {
    height: unset;
}

/* Question page styles */
.question-container {
    text-align: center;
    padding: 2rem 0;
}

.question-text {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 2rem;
}

.btn-lg {
    min-width: 120px;
}

/* Completion page styles */
.completion-message {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Verification form styles */
.verification-form {
    max-width: 300px;
    margin: 0 auto;
}

.verification-form .form-control {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    padding: 0.75rem 1rem;
}

.verification-form .input-group {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.verification-form .btn {
    padding: 0.75rem 2rem;
}

/* Role form styles */
.role-form {
    max-width: 400px;
    margin: 0 auto;
}

.role-form .form-control {
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
    text-align: center;
}

.content-wrapper {
    position: relative;
    width: 100%;
}

.bottom-nav-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
}

@media (max-width: 768px) {
    .bottom-nav-container {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 40px;
    }
}


@media (max-width: 1200px) {
    .mobile-top {
        position: relative;
        top: 150px;
    }

    .content-wrapper {
        top: 0px;
    }
} 

.h1 {
    font-family: var(--font-h1-family);
    font-weight: var(--font-h1-weight);
    font-size: var(--font-h1-size);
    line-height: var(--font-h1-line-height);
    letter-spacing: var(--font-h1-letter-spacing);
  }
  
.h2 {
    font-family: var(--font-h2-family);
    font-weight: var(--font-h2-weight);
    font-size: var(--font-h2-size);
    line-height: var(--font-h2-line-height);
    letter-spacing: var(--font-h2-letter-spacing);
}

.p {
    font-family: var(--font-p-regular-family);
    font-weight: var(--font-p-regular-weight);
    font-size: var(--font-p-regular-size);
    line-height: var(--font-p-regular-line-height);
    letter-spacing: var(--font-p-regular-letter-spacing);
}

.p-small {
    font-family: var(--font-p-small-family);
    font-weight: var(--font-p-small-weight);
    font-size: var(--font-p-small-size);
    line-height: var(--font-p-small-line-height);
    letter-spacing: var(--font-p-small-letter-spacing);
}

.btn.btn-primary {
    font-family: var(--font-p-regular-family);
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: var(--font-p-regular-letter-spacing);
    background-color: var(--primary-color);
    color: white;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer !important;
    border: 2px solid var(--primary-color);
    outline: none !important;
}

.btn.btn-primary:active,
.btn.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.btn.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.underline-button {
    text-decoration: underline;
    color: #777F89;
    font-family: var(--font-p-small-family);
    font-weight: var(--font-p-small-weight);
    font-size: var(--font-p-small-size);
    line-height: var(--font-p-small-line-height);
    letter-spacing: var(--font-p-small-letter-spacing);
}

.primary-color {
    color: var(--primary-color);
}

.choice-button {
    background: #F0F0EF;
    border: 0.4px solid #C5C5C5;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    padding: 17px 108px;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.choice-button:hover, .choice-button:focus {
    background: none;
    outline: none;
    box-shadow: none;
}

.choice-button.active {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.centre-container {
    margin: 0 20%;
    align-items: center;
}

@media (max-width: 768px) {
    .centre-container {
        margin: 0 6%;
        margin-top: 120px;
        align-items: flex-start;
    }
}

.font-inherit {
    font: inherit;
}

select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%23A3A4A5'/%3E%3C/svg%3E") no-repeat 99.5% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #777F89;
    padding-left: 16px;
    height: 52px;
    width: 100%;
    color: var(--light-text-color);
    font-family: var(--font-p-regular-family);
    font-weight: var(--font-p-regular-weight);
    font-size: var(--font-p-regular-size);
    line-height: var(--font-p-regular-line-height);
    letter-spacing: var(--font-p-regular-letter-spacing);
}

input:focus, textarea:focus {
    outline: none !important;
}

.logo-container {
    position: absolute;
    left: 25px; 
    top: 26px;
    width: fit-content;
}

.nav-buttons {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
  
.nav-button {
    background-color: var(--primary-color);
    color: white;
    font-size: 2rem;
    padding: 10px 12px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-button:focus {
    outline: none;
}

.nav-button + .nav-button {
    border-left: 2px solid white;
}

.nav-button.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

textarea {
    width: 550px;
}

@media (max-width: 768px) {
    textarea {
        width: 100%;
    }
}

.otp-input input {
    text-align: center;
}

.error-color {
    color: var(--error-color);
}

.maturity-level-1 {
    color: var(--maturity-level-1-color);
}

.maturity-level-2 {
    color: var(--maturity-level-2-color);
}

.maturity-level-3 {
    color: var(--maturity-level-3-color);
}

.recommendation-name, .recommendation-description {
    font-family: var(--font-p-regular-family);
    color: #000;
    font-size: 13px;
    line-height: 115%;
}

.recommendation-name {
    font-weight: 600;
}

.recommendation-description {
    font-weight: 400;
}

.tag {
    border-radius: 4px;
    padding: 4px 8px;
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
    background-color: var(--primary-color);
    color: white;
    gap: 4px;
    width: fit-content;
}

.tag-text {
    font-size: var(--font-p-small-size);
    font-weight: 600;
    line-height: var(--font-p-small-line-height);
}

.tile {
    border-radius: 8px;
    background: var(--tile-background-color);
    padding: 11px;
}

.recommendation-number {
    font-size: 40.625px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; 
    color: var(--primary-color);
}

.no-scrollbar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

a {
    color: var(--primary-color);
}

.dashboard-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}