:root {
    --theme-color: #77c6ca;
    --theme-rosa: #d03f76;
    --theme-white: #ffffff;
}

.h1, h1 {
    font-size: 70px;
    line-height: 1.167;
}
.h2, h2 {
    font-size: 50px;
    line-height: 1.133;
}

.bg-rosa {
    background-color: var(--theme-rosa)
}
.text-rosa {
    color: var(--theme-rosa)
}
.theme-color {
    color: var(--theme-color)
}

.sticky-wrapper.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.6s ease-in-out;
  border-bottom: 10px solid var(--theme-rosa);
  background-color: var(--theme-white);
}

@media (max-width: 991px) {
    .header-layout1 .sticky-wrapper {
        padding: 0;
    }

    .header-logo {
       width: 230px !important;
    }
}

.header-layout1 .sticky-wrapper {
    padding: 0;
    border-bottom: 10px solid var(--theme-rosa);
    background-color: var(--theme-white);
}
.mobile-menu-wrapper .mobile-logo {
    padding: 35px 0px 22px;
    display: block;
    text-align: start;
    background-color: var(--white-color);
}
.mt-top--66 {
    margin-top: -66px !important;
}
.footer-widget {
    margin-bottom: 20px !important;
}
.mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid var(--title-color);
}
.mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: normal;
    text-transform: capitalize;
}

.hero-style4 .hero-title {
    font-size: 65px;
    margin-bottom: 24px;
    line-height: 1.1em;
    color: var(--white-color);
}

.hero-trust-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
    max-width: 100%;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 180px;
    padding: 12px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.hero-trust-item i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 12px;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-trust-list {
        justify-content: flex-start;
        gap: 10px;
        margin-top: 26px;
    }

    .hero-trust-item {
        flex: 0 1 calc(50% - 10px);
        min-width: auto;
        white-space: normal;
        font-size: 14px;
    }

    .mobile-menu-area {
        overflow-y: auto;
        padding-bottom: 2rem;
    }
    .menu-item-has-children.submenu-item-has-children {
        position: relative;
    }
    .mobile-menu ul .menu-item-has-children.submenu-item-has-children span.mean-expand-class {
        position: absolute;
        width: fit-content;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-trust-list {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-trust-item {
        width: 100%;
        flex: 1 1 100%;
        justify-content: flex-start;
        font-size: 14px;
        padding: 11px 14px;
    }

    .hero-style4 .hero-title {
        font-size: 36px;
    }

    .mobile-x-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .space, .space-bottom {
        padding-bottom: 40px;
    }
    .space, .space-top {
        padding-top: 40px;
    }
    .dental-form-card {
        padding: 24px 22px !important;
    }
    .location-hours-title h4 {
        font-size: 18px !important;
    }
}

.feature-card-icon {
    margin-bottom: 30px;
}

/* Form */
.dental-booking-contact {
    display: grid;
    gap: 14px;
}

.dental-booking-contact a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #ffffff;
    color: var(--title-color);
}

.dental-booking-contact i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 17px;
}

.dental-booking-contact span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.dental-booking-contact strong {
    display: block;
    font-family: var(--title-font);
    font-size: 18px;
}

.dental-form-card {
    padding: 48px 44px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(10, 12, 0, 0.08);
}

.dental-booking-form .form-group {
    margin-bottom: 0;
}

.dental-booking-form label {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}

.dental-booking-form .form-control,
.dental-booking-form .form-select {
    height: 60px;
    border: 1px solid var(--border-color);
    background: var(--smoke-color);
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
}

.dental-booking-form textarea.form-control {
    min-height: 135px;
    padding: 18px 20px;
    resize: vertical;
}

.dental-privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dental-privacy input[type="checkbox"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 4px;
}

.dental-privacy label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    margin: 0;
    padding-left: 0;
}

.dental-privacy label::before {
    display: none !important;
}

.dental-submit-btn {
    width: 100%;
}

.dental-submit-btn .link-effect {
    height: 18px;
}

.dental-form-microcopy {
    margin: 14px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--body-color);
    text-align: center;
}
.booking-contact-card a{
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 !important;
}

.form-check {
    padding-left: 0.5em;
}

/* ==============================
   Why Values List - EvoDent
============================== */

.why-values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
}

.why-value-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.why-value-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.why-value-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 15px;
}

.why-value-content h4 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.why-value-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.active span, .main-menu ul.sub-menu a.active, .mobile-menu .active {
    color: var(--theme-color);
}

/* Tablet */
@media (max-width: 991px) {
    .why-values-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .why-value-item {
        padding: 16px 14px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .why-values-list {
        grid-template-columns: 1fr;
    }

    .why-value-item {
        padding: 15px 14px;
    }

    .why-value-content h4 {
        font-size: 16px;
    }

    .why-value-content p {
        font-size: 13px;
    }
}

/* ==============================
   Treatments Area - EvoDent
============================== */

.treatments-area .title-area {
    margin-bottom: 55px;
}

.treatments-area .sec-text {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

/* Card trattamenti con stile feature-card */
.treatment-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--smoke-color);
    padding: 40px 32px;
    transition: all 0.35s ease;
}

.treatment-card:hover {
    transform: translateY(-8px);
}

/* Icona come card contatti, ma più controllata */
.treatment-card .feature-card-icon {
    margin-bottom: 52px;
    color: var(--theme-color);
    line-height: 1;
}

.treatment-card .feature-card-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-top: -0.2em;
    margin-bottom: 12px;
}

.treatment-card .feature-card-title a {
    color: var(--title-color);
}

.treatment-card .feature-card-title a:hover {
    color: var(--theme-color);
}

.treatment-card .feature-card-text {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin: 0 0 28px 0;
}

.treatment-card .link-btn {
    margin-top: auto;
}

/* Per evitare problemi se il testo del link è più lungo */
.treatment-card .link-effect {
    height: 18px;
}

/* Tablet */
@media (max-width: 991px) {
    .treatment-card {
        padding: 34px 28px;
    }

    .treatment-card .feature-card-icon {
        margin-bottom: 36px;
    }

    .treatment-card .feature-card-title {
        font-size: 22px;
    }

    .treatment-card .feature-card-text {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .treatments-area .title-area {
        margin-bottom: 35px;
    }

    .treatments-area .sec-text {
        font-size: 16px;
    }

    .treatment-card {
        padding: 30px 26px;
    }

    .treatment-card .feature-card-icon {
        margin-bottom: 30px;
    }

    .treatment-card .feature-card-title {
        font-size: 21px;
    }

    .treatment-card .feature-card-text {
        font-size: 16px;
    }
}

/* ==============================
   Doctor Area - EvoDent
============================== */

.evodent-doctor-area {
    position: relative;
    overflow: hidden;
}

.doctor-main-thumb {
    border-radius: 32px;
    overflow: hidden;
    background: var(--smoke-color);
}

.doctor-main-thumb img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.doctor-main-content .doctor-subtitle {
    display: inline-block;
    margin-bottom: 14px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.doctor-main-content .team-desig {
    font-size: 22px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0;
}

.doctor-main-content .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.doctor-points {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.doctor-point-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 500;
    color: var(--body-color);
}

.doctor-point-item i {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 12px;
}

.doctor-team-card {
    height: 100%;
    background: var(--smoke-color);
    padding: 40px 36px;
    transition: all 0.35s ease;
}

.doctor-team-card:hover {
    transform: translateY(-8px);
}

.doctor-team-card .feature-card-icon {
    margin-bottom: 54px;
    color: var(--theme-color);
    line-height: 1;
}

.doctor-team-card .feature-card-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
}

.doctor-team-card .feature-card-title a {
    color: var(--title-color);
}

.doctor-team-card .feature-card-title a:hover {
    color: var(--theme-color);
}

.doctor-team-card .feature-card-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .doctor-main-content .sec-title br {
        display: none;
    }

    .doctor-main-content .sec-text {
        font-size: 17px;
    }

    .doctor-team-card {
        padding: 34px 28px;
    }

    .doctor-team-card .feature-card-icon {
        margin-bottom: 36px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .doctor-main-thumb {
        border-radius: 24px;
    }

    .doctor-main-content .team-desig {
        font-size: 19px;
    }

    .doctor-main-content .sec-text {
        font-size: 16px;
    }

    .doctor-point-item {
        align-items: flex-start;
        font-size: 15px;
    }

    .doctor-team-card {
        padding: 30px 26px;
    }

    .doctor-team-card .feature-card-title {
        font-size: 21px;
    }

    .doctor-team-card .feature-card-text {
        font-size: 16px;
    }
}


.marquee-wrap {
    background:  var(--theme-rosa);
    padding: 31px 0;
}

/* ==============================
   Why Choice Area - EvoDent
============================== */

.evodent-why-choice-area p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
}

.why-choice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
}

.why-choice-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.why-choice-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.why-choice-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 15px;
}

.why-choice-content h4 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.why-choice-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

/* Tablet */
@media (max-width: 991px) {
    .why-choice-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .why-choice-item {
        padding: 16px 14px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .why-choice-list {
        grid-template-columns: 1fr;
    }

    .why-choice-item {
        padding: 15px 14px;
    }

    .why-choice-content h4 {
        font-size: 16px;
    }

    .why-choice-content p {
        font-size: 13px;
    }
}

/* ==============================
   Booking Area - EvoDent
============================== */

.evodent-booking-area {
    position: relative;
    overflow: hidden;
}

.booking-content .booking-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.booking-content .sec-title {
    margin-bottom: 0;
}

.booking-content .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.booking-reassurance {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.booking-reassurance-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 17px;
    line-height: 1.5;
    color: var(--body-color);
}

.booking-reassurance-item i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 12px;
    margin-top: 2px;
}

.booking-fast-contacts h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

.booking-contact-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.booking-contact-card:hover {
    transform: translateY(-4px);
}

.booking-contact-card > i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 17px;
}

.booking-contact-card span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 3px;
}

.booking-contact-card a {
    display: inline-block;
    font-family: var(--title-font);
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.4;
}

.booking-contact-card a:hover {
    color: var(--theme-color);
}

/* Form card */
.booking-form-card {
    background: #ffffff;
    padding: 48px 44px;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(10, 12, 0, 0.08);
}

.booking-form-card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.booking-form-card > p {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 32px;
    color: var(--body-color);
}

.booking-form .form-group {
    margin-bottom: 0;
}

.booking-form label {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}

.booking-form .form-control,
.booking-form .form-select {
    height: 60px;
    border: 1px solid var(--border-color);
    background: var(--smoke-color);
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    color: var(--body-color);
}

.booking-form textarea.form-control {
    min-height: 135px;
    padding: 18px 20px;
    resize: vertical;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: var(--theme-color);
    background: #ffffff;
}

.booking-privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.booking-privacy input[type="checkbox"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 4px;
}

.booking-privacy label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    margin: 0;
    padding-left: 0;
}

.booking-privacy label::before {
    display: none !important;
}

.booking-submit-btn {
    width: 100%;
    margin-top: 4px;
}

.booking-submit-btn .link-effect {
    height: 18px;
}

.booking-microcopy {
    margin: 14px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--body-color);
    text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
    .booking-form-card {
        padding: 40px 34px;
    }

    .booking-form-card h3 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .booking-content .sec-text {
        font-size: 16px;
    }

    .booking-reassurance-item {
        font-size: 15px;
    }

    .booking-contact-card {
        align-items: flex-start;
        padding: 16px;
    }

    .booking-form-card {
        padding: 32px 22px;
        border-radius: 24px;
    }

    .booking-form-card h3 {
        font-size: 26px;
    }

    .booking-form-card > p {
        font-size: 15px;
    }

    .booking-form .form-control,
    .booking-form .form-select {
        height: 56px;
        border-radius: 12px;
    }

    .booking-submit-btn {
        font-size: 11px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ==============================
   Reassurance Area - EvoDent
============================== */

.evodent-reassurance-area {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.reassurance-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.reassurance-content .sec-title {
    margin-bottom: 0;
}

.reassurance-content .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.reassurance-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.reassurance-point-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 17px;
    line-height: 1.5;
    color: var(--body-color);
}

.reassurance-point-item i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 12px;
    margin-top: 2px;
}

/* Card destra */
.reassurance-card-wrap {
    position: relative;
}

.reassurance-main-card {
    padding: 48px 44px;
    border-radius: 32px;
    background: var(--smoke-color);
    position: relative;
    overflow: hidden;
}

.reassurance-main-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.reassurance-main-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 28px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.reassurance-main-card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.reassurance-main-card p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.reassurance-small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.reassurance-small-card {
    padding: 28px 24px;
    border-radius: 24px;
    background: var(--smoke-color);
    transition: all 0.35s ease;
}

.reassurance-small-card:hover {
    transform: translateY(-6px);
}

.reassurance-small-card i {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--theme-color);
    font-size: 34px;
}

.reassurance-small-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.reassurance-small-card p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--body-color);
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .reassurance-main-card {
        padding: 40px 34px;
    }

    .reassurance-main-card h3 {
        font-size: 30px;
    }

    .reassurance-content .sec-text,
    .reassurance-main-card p {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .reassurance-content .sec-text {
        font-size: 16px;
    }

    .reassurance-point-item {
        font-size: 15px;
    }

    .reassurance-main-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .reassurance-main-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 23px;
        margin-bottom: 26px;
    }

    .reassurance-main-card h3 {
        font-size: 26px;
    }

    .reassurance-main-card p {
        font-size: 16px;
    }

    .reassurance-small-grid {
        grid-template-columns: 1fr;
    }

    .reassurance-small-card {
        padding: 26px 22px;
    }
}

/* ==============================
   Location Area - EvoDent
============================== */

.evodent-location-area {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.location-content-card {
    height: 100%;
    padding: 50px 46px;
    border-radius: 34px;
    background: var(--smoke-color);
    position: relative;
    overflow: hidden;
}

.location-content-card::before {
    content: "";
    position: absolute;
    right: -110px;
    top: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.location-content-card > * {
    position: relative;
    z-index: 1;
}

.location-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.location-content-card .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.location-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.location-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 22px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.location-info-item:hover {
    transform: translateY(-4px);
}

.location-info-large {
    grid-column: span 2;
}

.location-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 16px;
}

.location-info-item span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--body-color);
}

.location-info-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.location-info-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--body-color);
}

.location-info-item a {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.4;
}

.location-info-item a:hover {
    color: var(--theme-color);
}

/* Orari */
.location-hours-card {
    padding: 24px 24px;
    border-radius: 24px;
    background: var(--title-color);
    color: #ffffff;
}

.location-hours-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.location-hours-title i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 14px;
}

.location-hours-title h4 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.location-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.location-hours-row span,
.location-hours-row strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.location-hours-row strong {
    font-weight: 600;
}

/* CTA */
.location-btn-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.location-call-btn {
    background: var(--theme-color);
    color: var(--title-color);
}

.location-call-btn:hover {
    color: var(--title-color);
}

/* Mappa */
.location-map-card {
    height: 100%;
    min-height: 650px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: var(--smoke-color);
}

.location-map-card iframe {
    display: block;
    filter: grayscale(15%) contrast(95%);
}

.location-map-label {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: calc(100% - 48px);
    padding: 13px 18px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(10, 12, 0, 0.12);
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
}

.location-map-label i {
    color: var(--theme-color);
}

.location-map-floating {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 28px 28px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(10, 12, 0, 0.16);
}

.location-map-floating h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.location-map-floating p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.location-map-floating a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    text-transform: uppercase;
}

.location-map-floating a:hover {
    color: var(--theme-color);
}

/* Tablet */
@media (max-width: 991px) {
    .location-content-card {
        padding: 42px 34px;
    }

    .location-map-card {
        min-height: 520px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .location-content-card {
        padding: 34px 22px;
        border-radius: 26px;
    }

    .location-content-card .sec-text {
        font-size: 16px;
    }

    .location-info-grid {
        grid-template-columns: 1fr;
    }

    .location-info-large {
        grid-column: span 1;
    }

    .location-info-item {
        padding: 18px 16px;
    }

    .location-hours-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .location-btn-wrap .btn {
        width: 100%;
    }

    .location-map-card {
        min-height: 500px;
        border-radius: 26px;
    }

    .location-map-label {
        top: 16px;
        left: 16px;
        right: 16px;
        max-width: calc(100% - 32px);
        font-size: 12px;
        padding: 11px 14px;
    }

    .location-map-floating {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 22px 20px;
        border-radius: 22px;
    }

    .location-map-floating h4 {
        font-size: 21px;
    }

    .location-map-floating p {
        font-size: 14px;
    }
}

/* ==============================
   FAQ Area - EvoDent
============================== */

.evodent-faq-area {
    background: var(--smoke-color);
    position: relative;
}

.evodent-faq-area .title-area {
    margin-bottom: 55px;
}

.faq-subtitle {
    display: inline-block;
    margin-bottom: 14px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.evodent-faq-area .sec-text {
    max-width: 720px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.evodent-faq-accordion .accordion-card.style2 {
    background: #ffffff;
    border-radius: 22px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(10, 12, 0, 0.05);
    border: 1px solid rgba(10, 12, 0, 0.06);
}

.evodent-faq-accordion .accordion-card.style2 .accordion-button {
    background: #ffffff;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    padding: 26px 72px 26px 30px;
    border-radius: 0;
    box-shadow: none;
}

.evodent-faq-accordion .accordion-card.style2 .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: var(--title-color);
}

.evodent-faq-accordion .accordion-card.style2 .accordion-button::after {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background-color: var(--theme-color);
    background-position: center;
    background-size: 14px;
    position: absolute;
    right: 24px;
}

.evodent-faq-accordion .accordion-body {
    padding: 0 30px 28px 30px;
}

.evodent-faq-accordion .faq-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.evodent-faq-accordion .faq-text a {
    color: var(--title-color);
    font-weight: 600;
}

.evodent-faq-accordion .faq-text a:hover {
    color: var(--theme-color);
}

/* CTA sotto FAQ */
.faq-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 36px;
    border-radius: 28px;
    background: var(--title-color);
}

.faq-cta-card h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.faq-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

.faq-cta-card .btn {
    background: var(--theme-color);
    color: var(--title-color);
    flex: 0 0 auto;
}

.faq-cta-card .btn:hover {
    color: var(--title-color);
}

/* Tablet */
@media (max-width: 991px) {
    .evodent-faq-area .sec-text {
        font-size: 17px;
    }

    .faq-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .evodent-faq-area .title-area {
        margin-bottom: 35px;
    }

    .evodent-faq-area .sec-text {
        font-size: 16px;
    }

    .evodent-faq-accordion .accordion-card.style2 {
        border-radius: 18px;
    }

    .evodent-faq-accordion .accordion-card.style2 .accordion-button {
        font-size: 17px;
        padding: 22px 62px 22px 22px;
    }

    .evodent-faq-accordion .accordion-card.style2 .accordion-button::after {
        width: 34px;
        height: 34px;
        min-width: 34px;
        right: 18px;
    }

    .evodent-faq-accordion .accordion-body {
        padding: 0 22px 24px 22px;
    }

    .evodent-faq-accordion .faq-text {
        font-size: 16px;
    }

    .faq-cta-card {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .faq-cta-card h4 {
        font-size: 22px;
    }

    .faq-cta-card p {
        font-size: 15px;
    }

    .faq-cta-card .btn {
        width: 100%;
    }
}

/* ==============================
   Final CTA - EvoDent
============================== */

.evodent-final-cta {
    position: relative;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 42%, #28c7c7 100%);
}

.evodent-final-cta::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.evodent-final-cta::after {
    content: "";
    position: absolute;
    left: -140px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.evodent-final-cta .container {
    position: relative;
    z-index: 2;
}

.evodent-final-cta .cta-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    opacity: 0.9;
}

.evodent-final-cta .sec-title {
    margin-bottom: 0;
}

.evodent-final-cta .sec-title span {
    color: #ffffff;
}

.evodent-final-cta .sec-text {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.evodent-final-cta-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.evodent-final-cta .circle-btn {
    background: #ffffff;
    color: #cc3366;
    width: 170px;
    height: 170px;
    line-height: 1.25;
    padding: 0;
    font-size: 13px;
}

.evodent-final-cta .circle-btn .link-effect {
    height: 38px;
}

.evodent-final-cta .circle-btn .effect-1 {
    line-height: 19px;
}

.evodent-final-cta .circle-btn:hover {
    color: #cc3366;
}

.evodent-final-cta .whatsapp-cta-btn {
    background: var(--title-color);
    color: #ffffff;
}

.evodent-final-cta .whatsapp-cta-btn:hover {
    color: #ffffff;
}

/* Tablet */
@media (max-width: 1199px) {
    .evodent-final-cta-buttons {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .evodent-final-cta .sec-text {
        font-size: 16px;
    }

    .evodent-final-cta-buttons {
        /* flex-direction: column; */
        gap: 14px;
    }

    .evodent-final-cta .circle-btn {
        width: 145px;
        height: 145px;
        font-size: 12px;
    }

    .evodent-final-cta .circle-btn .link-effect {
        height: 36px;
    }

    .evodent-final-cta .circle-btn .effect-1 {
        line-height: 18px;
    }
    .evodent-footer .menu li a {
        font-size: 14px !important;
    }
    .widget-contact {
        max-width: 100%;
    }

    .evodent-about-treatment-strip, .evodent-about-experience-cards,
    .team-evodent-treatment-strip {
        grid-auto-flow: column;
        overflow-x: auto;
        grid-template-columns: 80% !important;
        grid-auto-columns: 80%;
    }
}

/* ==============================
   Footer - EvoDent
============================== */

.evodent-footer {
    position: relative;
}

.evodent-footer .widget-area {
    padding-top: 90px;
    padding-bottom: 70px;
}

.evodent-footer .footer-logo {
    margin-bottom: 28px;
}

.evodent-footer .footer-logo img {
    max-width: 260px;
    height: auto;
}

.evodent-footer .about-text {
    max-width: 430px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 28px;
}

.evodent-footer .widget_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--title-color);
}

.evodent-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evodent-footer .menu li {
    margin-bottom: 12px;
}

.evodent-footer .menu li:last-child {
    margin-bottom: 0;
}

.evodent-footer .menu li a {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    line-height: 1.5;
}

.evodent-footer .menu li a:hover {
    color: var(--theme-color);
    padding-left: 4px;
}

/* Barra mobile fissa */
.evodent-contact-mobile-bar {
    display: none;
}

/* Contatti */
.evodent-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evodent-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--body-color);
}

.evodent-footer-contact li i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 13px;
    margin-top: 2px;
}

.evodent-footer-contact li a {
    color: var(--body-color);
    font-weight: 500;
}

.evodent-footer-contact li a:hover {
    color: var(--theme-color);
}

/* Orari */
.evodent-footer-hours {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    background: var(--smoke-color);
}

.evodent-footer-hours h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.evodent-footer-hours p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.evodent-footer-hours p:last-child {
    margin-bottom: 0;
}

.evodent-footer-hours strong {
    font-weight: 600;
    color: var(--title-color);
}

/* Copyright */
.evodent-footer .copyright-wrap {
    border-top: 1px solid rgba(10, 12, 0, 0.1);
    padding: 24px 0;
}

.evodent-footer .copyright-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--body-color);
}

.evodent-footer .copyright-text a {
    color: var(--title-color);
    font-weight: 600;
}

.evodent-footer .copyright-text a:hover {
    color: var(--theme-color);
}

/* Tablet */
@media (max-width: 991px) {
    .evodent-footer .widget-area {
        padding-top: 75px;
        padding-bottom: 55px;
    }

    .evodent-footer .footer-logo img {
        max-width: 220px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .evodent-footer .widget-area {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .evodent-footer .footer-logo img {
        max-width: 200px;
    }

    .evodent-footer .about-text {
        font-size: 16px;
    }

    .evodent-footer .widget_title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .evodent-footer-contact li {
        font-size: 15px;
    }

    .evodent-footer-hours p {
        flex-direction: column;
        gap: 2px;
    }
}

.evodent-footer .copyright-text i {
    color: #cc3366;
    font-size: 12px;
    margin: 0 3px;
}


/* ==============================
   Credits Page - EvoDent
============================== */

.credits-subtitle,
.credits-section-label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.credits-hero-area {
    position: relative;
    overflow: hidden;
}

.credits-hero-area::before {
    content: "";
    position: absolute;
    right: -140px;
    top: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.credits-hero-area::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.credits-hero-area .container {
    position: relative;
    z-index: 2;
}

.credits-hero-content .sec-text {
    max-width: 820px;
    font-size: 19px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.credits-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.credits-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.credits-btn-outline:hover {
    color: #ffffff;
}

.credits-hero-card {
    padding: 42px 38px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #ffffff;
}

.credits-hero-card span {
    display: inline-block;
    margin-bottom: 14px;
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.78);
}

.credits-hero-card h3 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 14px;
}

.credits-hero-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Project text */
.credits-text-box p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.credits-text-box p:last-child {
    margin-bottom: 0;
}

/* Services */
.credits-services-area .title-area {
    margin-bottom: 45px;
}

.credits-service-card {
    height: 100%;
    background: #ffffff;
    padding: 42px 36px;
    transition: all 0.35s ease;
}

.credits-service-card:hover {
    transform: translateY(-8px);
}

.credits-service-card .feature-card-icon {
    margin-bottom: 52px;
    color: var(--theme-color);
    line-height: 1;
}

.credits-service-card .feature-card-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
}

.credits-service-card .feature-card-title a {
    color: var(--title-color);
}

.credits-service-card .feature-card-title a:hover {
    color: var(--theme-color);
}

.credits-service-card .feature-card-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
}

/* Goals */
.credits-goals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.credits-goal-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 20px;
    border-radius: 22px;
    background: var(--smoke-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--body-color);
}

.credits-goal-item i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 12px;
    margin-top: 2px;
}

/* Focus */
.credits-focus-area {
    position: relative;
    overflow: hidden;
}

.credits-focus-card {
    height: 100%;
    padding: 46px 42px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.credits-focus-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 30px;
}

.credits-focus-card h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.credits-focus-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Details */
.credits-details-card {
    padding: 54px 50px;
    border-radius: 34px;
    background: var(--smoke-color);
    position: relative;
    overflow: hidden;
}

.credits-details-card::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.credits-details-card > * {
    position: relative;
    z-index: 1;
}

.credits-details-card .sec-text {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.75;
}

.credits-details-list {
    margin-top: 42px;
}

.credits-detail-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    padding: 24px 0;
    border-top: 1px solid rgba(10, 12, 0, 0.12);
}

.credits-detail-row:last-child {
    border-bottom: 1px solid rgba(10, 12, 0, 0.12);
}

.credits-detail-row span {
    font-size: 15px;
    font-weight: 600;
    color: var(--body-color);
}

.credits-detail-row strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--title-color);
}

.credits-detail-row a {
    color: var(--title-color);
}

.credits-detail-row a:hover {
    color: var(--theme-color);
}

/* CTA Studio */
.credits-studio-cta-area {
    background: #ffffff;
}

.credits-studio-cta {
    padding: 58px 54px;
    border-radius: 34px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
    position: relative;
    overflow: hidden;
}

.credits-studio-cta::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.credits-studio-cta > .row {
    position: relative;
    z-index: 2;
}

.credits-studio-cta .credits-section-label {
    color: rgba(255, 255, 255, 0.9);
}

.credits-studio-cta h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
}

.credits-studio-cta p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .credits-hero-content .sec-text,
    .credits-text-box p,
    .credits-service-card .feature-card-text,
    .credits-focus-card p,
    .credits-details-card .sec-text,
    .credits-studio-cta p {
        font-size: 17px;
    }

    .credits-goals-grid {
        grid-template-columns: 1fr;
    }

    .credits-detail-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .credits-studio-cta h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .credits-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .credits-hero-buttons .btn {
        width: 100%;
    }

    .credits-hero-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .credits-hero-card h3 {
        font-size: 26px;
    }

    .credits-service-card {
        padding: 32px 26px;
    }

    .credits-service-card .feature-card-icon {
        margin-bottom: 34px;
    }

    .credits-focus-card {
        padding: 34px 26px;
        border-radius: 24px;
    }

    .credits-focus-card h3 {
        font-size: 24px;
    }

    .credits-details-card {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .credits-studio-cta {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .credits-studio-cta h2 {
        font-size: 28px;
    }

    .credits-hero-content .sec-text,
    .credits-text-box p,
    .credits-service-card .feature-card-text,
    .credits-focus-card p,
    .credits-details-card .sec-text,
    .credits-studio-cta p {
        font-size: 16px;
    }
}

/* ==============================
   Studio Graffiti Logo Credits
============================== */


.credits-studio-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 28px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #ffffff;
}


.credits-studio-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.credits-logo-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 38px 0 20px;
    padding: 26px 28px;
    border-radius: 24px;
    background: #ffffff;
}

.credits-logo-signature img {
    max-width: 210px;
    height: auto;
    display: block;
}

.credits-logo-signature p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--body-color);
}

.credits-logo-signature a {
    color: var(--title-color);
    font-weight: 600;
}

.credits-logo-signature a:hover {
    color: var(--theme-color);
}

/* Mobile */
@media (max-width: 575px) {
    .credits-studio-logo {
        max-width: 200px;
        padding: 16px 18px;
    }

    .credits-studio-logo img {
        max-width: 160px;
    }

    .credits-logo-signature {
        text-align: center;
        padding: 24px 20px;
    }

    .credits-logo-signature img {
        max-width: 180px;
    }

    .credits-logo-signature p {
        font-size: 15px;
    }
}


/* ==============================
   EvoDent Accessibilità Area
============================== */

.evodent-accessibility-area {
    position: relative;
    overflow: hidden;
}

.accessibility-content {
    max-width: 620px;
}

.accessibility-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.accessibility-content .sec-title {
    margin-bottom: 0;
}

.accessibility-content .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.accessibility-points {
    display: grid;
    gap: 14px;
}

.accessibility-point-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 22px;
    background: #ffffff;
    color: var(--title-color);
    box-shadow: 0 10px 35px rgba(10, 12, 0, 0.05);
}

.accessibility-point-item i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 16px;
}

.accessibility-point-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.accessibility-content .btn-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.accessibility-whatsapp-btn {
    background: var(--theme-color);
    color: var(--title-color);
}

.accessibility-whatsapp-btn:hover {
    color: var(--title-color);
}

/* Card destra */
.accessibility-card-wrap {
    position: relative;
}

.accessibility-main-card {
    padding: 54px 46px;
    border-radius: 34px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
    color: #ffffff;
    min-height: 360px;
}

.accessibility-main-icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #cc3366;
    font-size: 30px;
    margin-bottom: 34px;
}

.accessibility-main-card h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.accessibility-main-card p {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

.accessibility-small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.accessibility-small-card {
    min-height: 210px;
    padding: 30px 26px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 45px rgba(10, 12, 0, 0.06);
    transition: all 0.35s ease;
}

.accessibility-small-card:hover {
    transform: translateY(-6px);
}

.accessibility-small-card i {
    display: inline-flex;
    margin-bottom: 26px;
    color: var(--theme-color);
    font-size: 38px;
}

.accessibility-small-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}

.accessibility-small-card p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--body-color);
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .accessibility-content {
        max-width: 100%;
    }

    .accessibility-main-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .accessibility-content .btn-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .accessibility-content .btn-wrap .btn {
        width: 100%;
    }

    .accessibility-small-grid {
        grid-template-columns: 1fr;
    }

    .accessibility-main-card {
        padding: 40px 28px;
        border-radius: 28px;
    }

    .accessibility-main-card h3 {
        font-size: 28px;
    }

    .accessibility-small-card {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 24px;
    }

    .evodent-contact-mobile-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: 0 12px 40px rgba(10, 12, 0, 0.18);
        overflow-x: hidden;
    }

    .evodent-contact-mobile-bar a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding: 10px 6px;
        border-radius: 16px;
        background: var(--smoke-color);
        color: var(--title-color);
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .evodent-contact-mobile-bar i {
        font-size: 17px;
        color: #cc3366;
    }

    .evodent-contact-mobile-bar a:nth-child(2) {
        background: var(--theme-color);
    }

    .evodent-contact-mobile-bar a:nth-child(2) i {
        color: var(--title-color);
    }

    .scroll-top {
        bottom: 100px;
    }
    .copyright-wrap{
        padding-bottom: 6rem !important;
    }
}

@media (max-width: 575px) {
    .accessibility-content .sec-text,
    .accessibility-main-card p {
        font-size: 16px;
    }

    .accessibility-point-item {
        align-items: flex-start;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .accessibility-point-item i {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 14px;
    }

    .accessibility-point-item span {
        font-size: 15px;
    }

    .accessibility-main-icon {
        width: 64px;
        height: 64px;
        font-size: 24px;
        margin-bottom: 26px;
    }

    .accessibility-main-card {
        padding: 34px 24px;
    }

    .accessibility-main-card h3 {
        font-size: 25px;
    }

    .accessibility-small-card i {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .accessibility-small-card h4 {
        font-size: 20px;
    }
}

/* ==============================
   EvoDent Tecnologie in Studio
============================== */

.evodent-tech-area {
    position: relative;
    overflow: hidden;
}

.evodent-tech-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.evodent-tech-area .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.evodent-tech-card {
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    border-radius: 34px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(10, 12, 0, 0.08);
    transition: all 0.35s ease;
}

.evodent-tech-card:hover {
    transform: translateY(-8px);
}

.evodent-tech-img {
    min-height: 420px;
    background: var(--smoke-color);
}

.evodent-tech-img img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.evodent-tech-content {
    padding: 42px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evodent-tech-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 23px;
    margin-bottom: 26px;
}

.evodent-tech-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #cc3366;
}

.evodent-tech-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.18;
    color: var(--title-color);
    margin-bottom: 16px;
}

.evodent-tech-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 24px;
}

.evodent-tech-plus {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 20px;
    background: var(--smoke-color);
}

.evodent-tech-plus i {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 11px;
    margin-top: 1px;
}

.evodent-tech-plus span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--title-color);
}

.evodent-tech-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    padding: 38px 40px;
    border-radius: 30px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
}

.evodent-tech-bottom h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.evodent-tech-bottom p {
    max-width: 850px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
}

.evodent-tech-bottom .btn {
    background: #ffffff;
    color: var(--title-color);
}

.evodent-tech-bottom .btn:hover {
    color: var(--title-color);
}

/* Responsive */
@media (max-width: 1199px) {
    .evodent-tech-card {
        grid-template-columns: 1fr;
    }

    .evodent-tech-img {
        min-height: 320px;
    }

    .evodent-tech-img img {
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .evodent-tech-bottom {
        grid-template-columns: 1fr;
    }

    .evodent-tech-bottom .btn {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .evodent-tech-card {
        border-radius: 28px;
    }

    .evodent-tech-content {
        padding: 34px 26px;
    }

    .evodent-tech-content h3 {
        font-size: 26px;
    }

    .evodent-tech-bottom {
        padding: 34px 26px;
        border-radius: 26px;
    }

    .evodent-tech-bottom .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .evodent-tech-area .sec-text {
        font-size: 16px;
    }

    .evodent-tech-img {
        min-height: 240px;
    }

    .evodent-tech-img img {
        min-height: 240px;
    }

    .evodent-tech-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 20px;
        margin-bottom: 22px;
    }

    .evodent-tech-content h3 {
        font-size: 24px;
    }

    .evodent-tech-content p {
        font-size: 15px;
    }

    .evodent-tech-bottom h4 {
        font-size: 25px;
    }

    .evodent-tech-bottom p {
        font-size: 16px;
    }
}

.why-area-1 p {
      color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
}