/* HERO */
.hero-section {
    background: #FFFFFF;
    overflow: hidden;
}

.hero-title {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: bold;
    color: #313131;
    line-height: 1.2;
}

.hero-title__red {
    color: #DE002E;
}

.hero-description {
    font-size: clamp(16px, 4vw, 20px);
    color: #383838;
    line-height: 1.5;
}

.hero-banner {
    width: 100%;
    max-width: 577px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.hero-arrow-image {
    filter: invert(15%) sepia(95%) saturate(5000%) hue-rotate(340deg) brightness(90%) contrast(110%);
}

/* INSTRUCTIONS */
.instructions-heading-small {
    color: #DE002E;
    font-size: 16px;
    
}

.instructions-heading {
    color: #313131;
    font-size: 38px;
}

.instructions-banner {
    height: 500px; 
    width: 500px;
    border-radius: 20px;
}

.insctructions-description {
    font-size: 24px;
    color: #2D3A4A;
}

.instructions-list-item {
    width: 30px; 
    height: 30px; 
    font-size: 13px;
    background: #DE002E;
}

.instructions-list-text {
    color: #313131;
    font-size: 18px;
    font-weight: 600;
}

/* TARGET AUDIENCE */
.audience-card {
    background: #ffffff;
    border-radius: 20px;
    border: none;
}

.audience-card-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.audience-card-text {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.audience-card-text__small {
    font-size: 16px;
}

/* DOCUMENTS SUPPORT */
.card-image {
    border-radius: 20px 20px 0 0;
    height: 80px;
    width: 80px;
    margin-left: 20px;
    margin-top: 20px;
}

/* HOW IT WORKS */
.card-counter {
    color: #A0A0A0;
    font-size: 20px;
}

.card-training {
    background: #2775EB;
    border-radius: 20px; 
    overflow: hidden;
}

.card-training-title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

.card-training-text {
    color: #FFFFFF;
    font-size: 16px;
}

.card-image-training {
    border-radius: 0 20px 20px 0;
}

/* PRICES */
.price-card {
    border-radius: 20px;
    background: #ffffff;
}

.price-card p {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
}

.price-card-title {
    color: #0260E8;
    font-size: 18px;
    font-weight: bold;
}

.price-card-price {
    font-size: 26px;
    color: #383838;
    font-weight: bold;
}

.price-image {
    overflow: hidden;
    border-radius: 20px;
}

.button-order {
    border: 1px solid #F70045;
    color: #F70045;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
}

/* FORM */
/* .request-form {
    background: #F6F6F6;
    border: 1pz solid;
    border-radius: 20px;
} */

.form-heading {
    color: #000000;
    font-size: 38px;
}

.form-subheading {
    color: #000000;
    font-size: 20px;
}

.form-input {
    color: #00000054;
    font-size: 16px;
    font-weight: 400;
    padding: 19px;
    border: 1px solid #00000026;
    border-radius: 10px;
}

.button-main {
    width: 300px;
    height: 65px;
    background: #1771F1;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-wrap: nowrap;
}

.button-main__light {
    background: #FFFFFF36;
    color: #FFFFFF;
    border-radius: 10px;
}

.button-main__red {
    background: #DE002E;
}

.form-footer-text {
    color: #000000;
    font-size: 14px;

}

.success-message {
    text-align: center;
    padding: 40px 20px;
}

.success-message h3 {
    color: #28a745;
    margin-bottom: 15px;
}

.error-message {
    display: none;
}

.error-message.show {
    display: block;
}

.form-control.error {
    border-color: #dc3545;
}

/* DESCRIPTION */
.description-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.description-img-text {
    font-size: 15px;
    font-weight: bold;
}

.description-text {
    font-size: 20px;
}