/*** HOME GENERIC ***/
.home-header {
    text-align: center;
}

.home-title, .home-title i {
    letter-spacing: -1.35px;
    font-weight: 700;
    font-size: 2.5rem;
}

.home-subtitle, .home-subtitle i, .home-subtitle u, .home-subtitle b {
    color: #79747E;
    margin-top: 8px;
    font-size: 20px;
}

.home-emphasis {
    letter-spacing: -1.35px;
    font-weight: 700;
    font-style: italic;
}

/*** HOME VISUAL (valido anche per Become) ***/
.visual-section {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding: 48px 0px 24px 0px;
}

.visual-text {
    position: relative;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    justify-content: start;
    padding: 20px 30px;
}

.visual-title {
    color: rgba(30, 30, 30, 1);
    letter-spacing: -1.5px;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 8px;
}

.visual-subtitle-text {
    color: rgba(48, 48, 48, 1);
    font-weight: 400;
    font-size: 16px;
}

.visual-subtitle-emphasis {
    font-style: italic;
    color: rgba(48, 48, 48, 1);
    font-weight: 700;
    font-size: 24px;
}

.visual-link {
    width: 1000px;
    max-width: 100%;
    border-radius: 28px;
    background-color: rgba(48, 48, 48, 1);
    margin-top: 30px;
    margin-bottom: 30px;
    color: #CAC4D0;
    height: 3em;
    font-size: 24px;
    padding: 0.7em;
}

.visual-link span {
    font-size: 24px;
}

.visual-input {
    width: 90%;
    background: tranprincipalnt;
    border: none;
    outline: none;
    color: #CAC4D0;
}

.visual-input::placeholder {
    color: #CAC4D0;
}

.visual-lens {
    font-size: 1em;
    padding-top: 6px;
}

.visual-icon-left {
    font-size: 24px;
    margin-right: 1em;
}

.visual-button {
    border-radius: 8px;
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(121, 116, 126, 1);
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    padding: 6px 16px;
    margin: 5px;
    height: 5em;
}

@media (max-width: 991px) {
    .visual-under {
        color: white;
    }
}

@media (min-width: 992px) {
    .visual-under {
        color: #303030;
    }
}

@media (max-width: 991px) {
    .visual-title {
        font-size: 30px;
    }

    .visual-link {
        font-size: 16px;
    }

    .visual-link span {
        font-size: 16px;
    }

    .visual-icon-left {
        font-size: 16px;
        margin-right: 0.2em;
    }

    .visual-button {
        height: auto;
    }
}

/*** HOME FEATURE ***/
.feature-section {
    background-size: 60%;
    padding: 64px 0 64px 0;
}

.feature-grid {
    display: flex;
    margin-top: 27px;
    width: 100%;
    align-items: center;
    gap: 48px;
    justify-content: start;
    flex-wrap: wrap;
}

.feature-card {
    border-radius: 8px;
    background-color: white;
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 24px;
    border: 1px solid #d9d9d9;
}

.feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 60px;
}

.feature-content {
    display: flex;
    min-width: 160px;
    flex-direction: column;
    line-height: 22px;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
}

.feature-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.feature-heading, .feature-heading i {
    width: 100%;
    color: #1e1e1e;
    letter-spacing: -0.4px;
    font-size: 20px;
    font-weight: 700;
}

.feature-description, .feature-description i {
    color: #79747e;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .feature-description {
        height: 6em;
    }
}

.feature-button {
    border-radius: 8px;
    display: flex;
    min-width: 240px;
    min-height: 48px;
    width: 270px;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    border: 1px solid #79747e;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .feature-section {
        padding: 20px 0 20px 0;
        background-size: 200%;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-heading {
        padding-right: 20px;
    }
}

/*** HOME PRINTING ***/
.printing-section {
    background-color: #f5f5f5;
    padding: 64px 0 64px 0;
}

.printing-header {
    text-align: center;
}

.printing-title {
    color: #1e1e1e;
    letter-spacing: -1.35px;
    font-weight: 700;
}

.printing-subtitle {
    color: #79747e;
    margin-top: 8px;
    font-size: 20px;
}

.printing-grid {
    display: flex;
    margin-top: 27px;
    width: 100%;
    align-items: center;
    gap: 48px 32px;
    justify-content: start;
    flex-wrap: wrap;
}

.printing-card {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 18px 24px;
    line-height: 22px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    margin: auto 0;
    padding: 34px 24px 0;
    border: 1px solid #d9d9d9;
}

.printing-content {
    display: flex;
    min-width: 160px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    flex: 1;
}

.printing-icon {
    object-fit: contain;
    object-position: center;
    height: 40px;
    align-self: center;
}

.printing-text {
    display: flex;
    margin-top: 25px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.printing-heading, .printing-heading i {
    font-weight: 700;
    font-size: 18px;
}

.printing-description, .printing-description i {
    color: #79747e;
    margin-top: 8px;
}

.printing-buttons {
    display: flex;
    margin-top: 27px;
    width: 100%;
    align-items: start;
    gap: 27px;
    justify-content: center;
    flex-wrap: wrap;
}

.printing-buttons-discover {
    border-radius: 3px;
    background-color: #79747E;
    display: flex;
    min-width: 240px;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    color: #fff;
    justify-content: center;
    flex-wrap: wrap;
    width: 490px;
    padding: 13px 8px;
}

.printing-buttons-request {
    color: white;
    background-color: #007AFF;
    border: 1px solid #007AFF;
    border-radius: 3px;
    display: flex;
    min-width: 240px;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    width: 490px;
    padding: 13px 8px;
}

.printing-buttons-request-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 26px;
    align-self: stretch;
    margin: auto 0;
}

@media (min-width: 992px) {
    .printing-card {
        height: 400px;
    }
}

/*** HOME PROJECT ***/
.project-section {
    border-radius: 28px;
    background-color: white;
    display: flex;
    padding: 30px 0 30px 0;
    flex-direction: column;
}

.project-grid {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 4px;
    flex-wrap: wrap;
    padding: 16px 0px 26px 0px;
}

.project-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 12px;
    max-width: 200px;
    flex: 1;
    flex-basis: 0%;
}

.project-button {
    border-radius: 8px;
    align-self: center;
    display: flex;
    min-height: 70px;
    width: 325px;
    max-width: 100%;
    align-items: center;
    color: rgba(73, 69, 79, 1);
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    border: 1px solid rgba(121, 116, 126, 1);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

/*** HOME NEWLIFE ***/
.newlife-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 48px 0px 48px 0px;
}

.newlife-grid {
    display: flex;
    margin-top: 27px;
    width: 100%;
    align-items: center;
    gap: 48px;
    justify-content: start;
    flex-wrap: wrap;
}

.newlife-card {
    border-radius: 8px;
    background-color: white;
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 0px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 24px;
    border: 1px solid #d9d9d9;
}

.newlife-card img,  .newlife-card video{
    width: 100%;
    margin-bottom: 10px;
}

/*** HOME SISTEMAR ***/
.sistemar-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 64px 0 64px 0;
}

.sistemar-grid {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    gap: 48px 19px;
    line-height: 22px;
    flex-wrap: wrap;
}

.sistemar-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 52px 16px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1 0 0;
    margin: auto 0;
    padding: 24px 24px 0 24px;
    border: 1px solid #d9d9d9;
}

.sistemar-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 60px;
}

.sistemar-text {
    display: flex;
    min-width: 160px;
    flex-direction: column;
    flex: 1 0 0;
}

.sistemar-heading, .sistemar-heading i {
    font-weight: 700;
    font-size: 18px;
}

.sistemar-description, .sistemar-description i {
    color: #79747e;
    margin-top: 8px;
}

.sistemar-button {
    border-radius: 8px;
    align-self: center;
    display: flex;
    margin-top: 16px;
    min-height: 70px;
    width: 325px;
    max-width: 100%;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    font-weight: 700;
    border: 1px solid #79747e;
    font-size: 20px;
    font-weight: 700;
}

.sistemar-button-text {
    align-self: stretch;
    min-height: 32px;
    gap: 8px;
    margin: auto 0;
    padding: 6px 16px;
}

@media (min-width: 992px) {
    .sistemar-card {
        min-height: 240px;
    }
}

/*** HOME TESTIMONIAL (valido anche per BECOME e HOW) ***/
.testimonial-section {
    background-color: white;
    align-items: center;
    padding: 24px 0 24px 0;
}

.testimonial-grid {
    margin-top: 33px;
}

.testimonial-card {
    border-radius: 8px;
    background-color: white;
    padding: 24px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    overflow: hidden;
}

.testimonial-name {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #1E1E1E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-content {
    display: flex;
    margin-top: 24px;
    max-width: 100%;
    align-items: flex-start;
    gap: 12px;
    font-weight: 600;
}

.testimonial-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 40px;
    border-radius: 9999px;
}

.testimonial-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: 0%;
}

.testimonial-heading {
    color: #79747E;
    font-weight: 700;
}

.testimonial-description {
    color: #79747E;
    font-weight: 400;
}

.testimonial-button {
    border-radius: 8px;
    align-self: center;
    display: flex;
    margin-top: 16px;
    min-height: 70px;
    width: 424px;
    max-width: 100%;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    font-weight: 700;
    border: 1px solid #79747e;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .testimonial-grid {
        max-width: 100%;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-content {
        white-space: initial;
    }

    .testimonial-text {
        white-space: initial;
    }
}

/*** HOME PRODUCT ***/
.products-section {
    background-color: white;
    display: flex;
    padding: 12px 0 12px 0;
    flex-direction: column;
    align-items: center;
}

.subtitle-text {
    color: #79747E;
    margin-top: 8px;
    font-weight: 700;
}

.products-grid {
    display: flex;
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.products-search-form {
    width: 100%;
    padding: 0 10px;
}

.products-search-rounded {
    border-radius: 9999px;
    background-color: white;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
    background-color: rgba(48, 48, 48, 1);
    color: #CAC4D0;
    font-size: 16px;
}

.products-search-rounded span{
    color: #CAC4D0;
    font-size: 16px;
}

/*** HOME COMMUNITY ***/
.community-section {
    background-color: #f5f5f5;
    padding: 64px 0 64px 0;
}

.community-card {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 24px;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
}

.community-text {
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.community-heading, .community-heading i {
    font-weight: 700;
    font-size: 20px;
}

.community-description, .community-description i {
    color: #79747E;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .community-description {
        height: 6em;
    }
}

.community-button {
    border-radius: 8px;
    display: flex;
    min-width: 240px;
    min-height: 70px;
    max-width: 100%;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    width: 325px;
    font-weight: 700;
    border: 1px solid #79747e;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
}

/*** BECOME PRINTER ***/
.printer-section {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 37px 0 37px 0;
}

.printer-grid {
    display: flex;
    margin-top: 21px;
    width: 100%;
    align-items: center;
    gap: 48px 19px;
    line-height: 22px;
    justify-content: start;
    flex-wrap: wrap;
}

.printer-card {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 12px 16px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 24px;
    border: 1px solid #d9d9d9;
}

.printer-icon {
    height: 50px;
}

.printer-heading {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
}

.printer-description {
    color: #79747e;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .printer-heading {
        height: 4.5em;
    }

    .printer-description {
        height: 10em;
    }
}

.printer-button {
    border-radius: 8px;
    display: flex;
    margin-top: 21px;
    min-height: 72px;
    width: 100%;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #79747e;
    padding: 4px 16px;
}

.printer-button-icon {
    width: 24px;
    margin-right: 5px;
}

/*** BECOME MANIFESTO ***/
.manifesto-section {
    padding: 48px 0 48px 0;
    border-top: 5px solid #E3E3E3;
    background-color: #F5F5F5;
}

.manifesto-title, .manifesto-title i {
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
}

.manifesto-heading, .manifesto-heading i {
    font-size: 18px;
    color: #757575;
}

.manifesto-description, .manifesto-description i {
    font-size: 16px;
    color: #1e1e1e;
}

/*** BECOME QUESTION ***/
.question-section {
    background: #fff;
    padding: 30px 0 30px 0;
}

.question-grid {
    width: 640px;
    max-width: 100%;
    margin: auto;
}

.question-title {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.question-subtitle {
    color: #79747e;
    font-size: 20px;
    text-align: center;
}

/*** HOW WELCOME ***/
.welcome-section {
    text-align: center;
    padding: 60px 0 60px 0;
}

.welcome-text {
    font-size: 20px;
    color: #79747e;
}

.welcome-link {
    font-size: 20px;
    color: #79747e;
    text-decoration: underline;
    font-weight: 700;
}

/*** HOW SEEKING ***/
.seeking-section {
    background: white;
    position: relative;
    padding: 48px 0 48px 0;
}

@media (max-width: 991px) {
    .seeking-section {
        padding: 0;
    }
}



.seeking-background {
    position: absolute;
    background: green;
    inset: 0;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-size: 60%;
}

@media (max-width: 991px) {
    .seeking-background {
        background-size: 200%;
    }
}

.seeking-title {
    position: relative;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    align-self: center;
    width: 743px;
    margin: auto;
    max-width: 100%;
    color: #1e1e1e;
    text-align: center;
    letter-spacing: -1.35px;
    font-size: 50px;
}

.seeking-title-highlight {
    letter-spacing: -1.35px;
    font-size: 50px;
    color: white;
}

@media (max-width: 991px) {
    .seeking-title {
        font-size: 30px;
    }

    .seeking-title-highlight {
        font-size: 30px;
    }
}

.seeking-grid {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 48px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .seeking-grid {
        gap: 10px;
        margin-top: 10px;
    }
}

.seeking-card {
    border-radius: 8px;
    background-color: white;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 41px 24px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 20px 24px;
    border: 1px solid #d9d9d9;
}

.seeking-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 74px;
}

.seeking-content, .seeking-content i {
    letter-spacing: -0.48px;
    width: 265px;
    font-weight: 700;
    font-size: 20px;
}

.seeking-button {
    border-radius: 8px;
    display: flex;
    min-width: 240px;
    min-height: 48px;
    width: 255px;
    align-items: center;
    color: #49454f;
    text-align: center;
    letter-spacing: 0.1px;
    justify-content: center;
    flex-grow: 1;
    font: 500 21px/1 Roboto, sans-serif;
    border: 1px solid #79747e;
    cursor: pointer;
}

@media (max-width: 991px) {
    .seeking-background {
        height: 100%;
    }
}

.accordion-bottom-plus .accordion-item {
    margin-bottom: 10px;
}

.accordion-bottom-minus .accordion-item {
    margin-bottom: -10px;
}

#fixed_legal_note_mail::after {
    content: "info@centrostudicetacei.it";
}