.crack-detector section[id],
.crack-detector div[id],
.crack-detector form[id] {
    scroll-margin-top: 0;
}

.crack-detector #hero-section {
    background-image: none;
    height: 100vh;
    position: relative;
    padding: 0;
}

.crack-detector #hero-section .container {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crack-detector .hero-title {
    color: #ffffff;
    font-size: 7rem;
}

.crack-detector #hero-analyze-form {
    flex-direction: column;
    gap: 20px;
    background-color: transparent;
}

.crack-detector .btn-analyze {
    background-color: #f7d80a;
    color: #121212;
}

.crack-detector button img {
    height: 16px;
    margin-left: 8px;
}

.crack-detector .cd-bg {
    position: absolute;
    z-index: 0;
    height: 25%;
}

.crack-detector #analysis {
    min-height: 100vh;
    background-color: #f6f6f6;
}

.crack-detector #analysis .card {
    flex-direction: column;
}

.crack-detector #cd-feedback-btn {
    align-self: end;
}

.crack-detector #result-section {
    height: 100vh;
}

.crack-detector #result-section h3 {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
}

.crack-detector #result-section h3 strong {
    font-weight: bold;
}

.crack-detector #result-section .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.crack-detector .cd-result {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crack-detector .cd-result .btn {
    width: 260px;
}

.crack-detector #result-section .cd-bg {
    height: 15%;
}

.crack-detector #cd-result-ok .cd-result-img {
    height: 200px;
}

.crack-detector #cd-result-ko .cd-result-img {
    height: 240px;
}

.crack-detector #result-section.result-ok #cd-result-ok {
    display: flex;
}

.crack-detector #result-section.result-ok #cd-result-ko {
    display: none;
}

.crack-detector #result-section.result-ko #cd-result-ok {
    display: none;
}

.crack-detector #result-section.result-ko #cd-result-ko {
    display: flex;
}

.mail-sent-icon {
    height: 100px;
    width: 100px;
}