/*
Theme Name: Digyland
Theme URI: https://example.com/
Author: Nyx Solutions
Author URI: https://example.com/
Description: Thema Custom Digyland Solutions Vigevano.
Version: 0.1.1
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: digyland
*/

:root {
    --title-font: "Plus Jakarta Sans", sans-serif;
    --title-font2: "Plus Jakarta Sans", sans-serif;
    --body-font: "Inter", sans-serif;
}

.header-layout1.style2 .menu-area {
    background-color: #ffffff;
    margin: 0 0 20px;
    padding-left: 25px;
    padding-right: 13px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.header-layout1 .sticky-wrapper.sticky {
    padding-left: 25px;
    padding-right: 13px;
}

.header-layout1 .container.th-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.header-logo .custom-logo-link,
.mobile-logo .custom-logo-link,
.about-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.header-logo .custom-logo,
.mobile-logo .custom-logo,
.about-logo .custom-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: 64px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .header-logo .custom-logo,
    .mobile-logo .custom-logo,
    .about-logo .custom-logo {
        height: 48px;
    }
}

.th-btn,
.th-btn:before,
.th-btn:after,
.th-btn2,
.th-btn2:before,
.th-btn2:after,
.th-btn3,
.th-btn3 .icon,
.th-btn4,
.th-btn4:before,
.th-btn4:after,
.icon-btn {
    border-radius: 12px !important;
}

.th-btn:after,
.th-btn2:after,
.th-btn4:after {
    border-radius: 0 12px 12px 0 !important;
}

.th-btn:before,
.th-btn:after,
.th-btn2:before,
.th-btn2:after,
.th-btn4:before,
.th-btn4:after {
    top: -1px;
    bottom: -1px;
    height: auto;
}

.main-menu > ul > li > a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.header-button .th-btn,
.hero-style1 .th-btn,
.newsletter-form .th-btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.sub-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sub-title:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("assets/img/theme-img/sub-title.svg");
    background-repeat: no-repeat;
    background-color: transparent;
}

.hero-style1 .sub-title:before {
    top: 9px;
    left: 10px;
}

.hero-style1 .hero-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.hero-style1 .hero-text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    max-width: 58ch;
}

#about-sec .sec-title.text-anime-style-3 {
    display: block;
    width: 100%;
}

#about-sec .sec-title.text-anime-style-3 .title {
    width: 100%;
    margin-left: 0;
}

.partner-area {
    background: #ffffff;
    padding: 0 0 28px;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(var(--partner-columns, 5), minmax(0, 1fr));
    background: #ffffff;
}

.partner-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(var(--partner-logo-height, 100px) + 28px);
    padding: 14px 12px;
    cursor: pointer;
}

.partner-grid__item:not(:last-child) {
    border-right: 1px solid rgba(15, 23, 43, 0.12);
}

.partner-grid__item img {
    display: block;
    width: auto;
    height: var(--partner-logo-height, 100px);
    max-height: var(--partner-logo-height, 100px);
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) saturate(0.2) contrast(1.05);
    opacity: 0.78;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.partner-grid__item:hover img {
    filter: grayscale(0) saturate(1) contrast(1);
    opacity: 1;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-grid__item {
        min-height: calc(var(--partner-logo-height, 100px) + 22px);
        padding: 14px 12px;
    }

    .partner-grid__item {
        border-right: 1px solid rgba(15, 23, 43, 0.12);
    }

    .partner-grid__item:nth-child(2n) {
        border-right: none;
    }

    .partner-grid__item img {
        height: var(--partner-logo-height, 100px);
        max-height: var(--partner-logo-height, 100px);
    }
}

.hero-style1 .th-btn:before,
.hero-style1 .th-btn:after {
    width: 64px;
    height: 66px;
}

.hero-1 .hero-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    border-radius: 24px;
    background-color: #dfe7ef;
}

.hero-1 .hero-video .hero-video-fallback,
.hero-1 .hero-video video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.hero-1 .hero-video .hero-video-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-1 .hero-video video {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-1 .hero-video .hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.hero-1 .hero-video .hero-video-content {
    position: absolute;
    inset: 0;
    opacity:0.8;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px;
    text-align: center;
}

.hero-1 .hero-video .hero-video-title {
    margin: 0;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero-1 .hero-video .hero-video-text {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.35;
    max-width: 34ch;
}

@media (max-width: 1199px) {
    .hero-1 .hero-video {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-video {
        min-height: 320px;
    }
}

#preloader .loader {
    -webkit-mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, #529dd7 6px, #529dd7 9px);
    mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, #529dd7 6px, #529dd7 9px);
}

#preloader .loader::after {
    background-image: radial-gradient(circle at 50% 50%, #529dd7 0%, transparent 50%);
}

.process-item .box-img .process-contact-form {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 34px 32px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    border: 1px solid rgba(82, 157, 215, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.process-item--contact,
.process-item--contact:after {
    background: #529dd7;
}

.process-item--contact .box-num,
.process-item--contact .box-title,
.process-item--contact .box-text,
.process-item--contact .checklist li {
    color: #ffffff;
}

.process-item--contact .box-num .number {
    background: #ffffff;
    color: #529dd7;
}

.process-item--contact .checklist li:before,
.process-item--contact .checklist li i {
    color: #ffffff;
}

.process-area .process-item {
    align-items: stretch;
}

.process-area .process-item .box-img {
    position: relative;
    display: flex;
    align-self: stretch;
    height: auto;
    overflow: hidden;
}

.process-area .process-item .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-service-link {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 2;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.process-service-link:hover {
    background: rgba(255, 255, 255, 0.96);
    color: #0f172b;
}

@media (max-width: 1199px) {
    .process-area .process-item:not(.process-item--contact) .box-img {
        height: 420px;
        line-height: 0;
    }

    .process-area .process-item--contact .box-img {
        height: auto;
        line-height: normal;
    }

    .process-area .process-item .box-img img {
        display: block;
    }

    .process-service-link {
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        width: calc(100% - 36px);
        max-width: 260px;
        padding: 12px 20px;
        font-size: 14px;
    }
}

.process-contact-form__intro {
    margin-bottom: 18px;
}

.process-contact-form__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #529dd7;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.process-contact-form__title {
    margin: 0 0 8px;
    color: #0f172b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.process-contact-form__text {
    margin: 0;
    color: #4d5765;
    font-size: 15px;
    line-height: 1.6;
}

.process-contact-form .form-group {
    margin-bottom: 0;
}

.process-contact-form.contact-form .form-control,
.process-contact-form.contact-form textarea,
.process-contact-form.contact-form input {
    height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.92);
    color: #0f172b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}

.process-contact-form.contact-form textarea.form-control,
.process-contact-form.contact-form textarea {
    min-height: 126px;
    padding: 16px 18px;
    resize: none;
}

.process-contact-form.contact-form .form-control::placeholder,
.process-contact-form.contact-form textarea::placeholder,
.process-contact-form.contact-form input::placeholder {
    color: #697586;
}

.process-contact-form.contact-form .form-control:focus,
.process-contact-form.contact-form textarea:focus,
.process-contact-form.contact-form input:focus {
    border-color: rgba(82, 157, 215, 0.55);
    box-shadow: 0 0 0 4px rgba(82, 157, 215, 0.12);
}

.process-contact-form .form-btn {
    gap: 18px;
    align-items: center;
}

.process-contact-form__note {
    margin: 0;
    max-width: 240px;
    color: #4d5765;
    font-size: 13px;
    line-height: 1.5;
}

.process-contact-form__privacy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0 0;
    color: #4d5765;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
}

.process-contact-form__privacy input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 12px !important;
    width: 12px;
    min-width: 12px;
    min-height: 12px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid rgba(15, 23, 43, 0.35);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: none;
    accent-color: #529dd7;
    flex: 0 0 auto;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.process-contact-form__privacy input::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.process-contact-form__privacy input:checked {
    border-color: #529dd7;
    background: #529dd7;
}

.process-contact-form__privacy input:checked::after {
    opacity: 1;
}

.process-contact-form__privacy input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(82, 157, 215, 0.18);
}

.process-contact-form__privacy span {
    display: inline;
}

.process-contact-form__privacy a {
    color: #0f172b;
    font-weight: 600;
    text-decoration: underline;
}

.process-contact-form .th-btn {
    min-width: 210px;
}

#home-contact-form,
#contact-sec {
    scroll-margin-top: 110px;
}

.digyland-contact-form .form-select,
.digyland-contact-form select {
    background-color: transparent;
}

.contact-form__privacy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0 0;
    color: #4d5765;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
}

.contact-form__privacy input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 12px;
    height: 12px !important;
    min-width: 12px;
    min-height: 12px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid rgba(15, 23, 43, 0.35);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: none;
    flex: 0 0 auto;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.contact-form__privacy input::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 3px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.contact-form__privacy input:checked {
    border-color: #529dd7;
    background: #529dd7;
}

.contact-form__privacy input:checked::after {
    opacity: 1;
}

.contact-form__privacy input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(82, 157, 215, 0.18);
}

.contact-form__privacy a {
    color: #0f172b;
    font-weight: 600;
    text-decoration: underline;
}

.service-contact-featured .service-single-featured__content .case-text {
    max-width: 14ch;
}

.contact-top-cards-wrap {
    padding: 12px 0 24px;
}

.contact-map-anchor {
    display: block;
    height: 1px;
    margin-top: -35px;
    scroll-margin-top: 110px;
}

.contact-area {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 28px;
}

.contact-map {
    margin-bottom: 35px;
    scroll-margin-top: 110px;
}

.contact-media {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 22px 26px;
    border: 2px solid rgba(15, 23, 43, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 43, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-media::before {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
}

.contact-media:hover {
    transform: translateY(-4px);
    border-color: #69acdf;
    box-shadow: 0 22px 42px rgba(15, 23, 43, 0.1);
}

.contact-media__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(82, 157, 215, 0.16) 0%, rgba(82, 157, 215, 0.08) 100%);
    color: #246ba1;
    font-size: 22px;
    box-shadow: inset 0 0 0 1px rgba(82, 157, 215, 0.16);
}

.contact-media .media-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-media .box-text {
    flex: 1 1 auto;
    margin-bottom: 0;
    color: #246ba1;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 600;
    max-width: 330px;
}

.contact-media .box-title {
    margin-bottom: 14px;
    color: #0f172b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.contact-media .media-body > a:not(.contact-callback-trigger) {
    display: inline-block;
    color: #246ba1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.contact-media .media-body > a:not(.contact-callback-trigger) + a:not(.contact-callback-trigger) {
    margin-top: 4px;
}

.contact-callback-trigger {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
    padding: 12px 14px 12px 18px;
    border: 1px solid rgba(82, 157, 215, 0.22);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(82, 157, 215, 0.14) 0%, rgba(255, 255, 255, 0.85) 100%);
    color: #0f172b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-align: left;
    transition: all 0.3s ease;
    width: auto;
    max-width: 100%;
    align-self: center;
}

.contact-callback-trigger__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #529dd7;
    color: #ffffff;
    font-size: 12px;
    flex-shrink: 0;
}

.contact-callback-trigger:hover {
    border-color: rgba(82, 157, 215, 0.38);
    box-shadow: 0 16px 36px rgba(82, 157, 215, 0.18);
    transform: translateY(-2px);
}

.contact-media a.contact-callback-trigger {
    align-self: center;
    text-decoration: none;
    margin-top:20px;
}

.contact-media button.contact-callback-trigger {
    align-self: center;
}

@media (max-width: 991px) {
    .contact-top-cards-wrap {
        padding: 6px 0 22px;
    }

    .contact-media {
        padding: 24px 22px 22px;
    }

    .contact-media__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .contact-media .box-title {
        font-size: 23px;
    }

    .contact-media .box-text,
    .contact-media .media-body > a:not(.contact-callback-trigger) {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contact-top-cards-wrap {
        padding: 0 0 20px;
    }

    .contact-media {
        padding: 22px 20px 20px;
        border-radius: 20px;
    }

    .contact-media__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 14px;
        border-radius: 16px;
        font-size: 18px;
    }

    .contact-media .box-title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .contact-media .box-text,
    .contact-media .media-body > a:not(.contact-callback-trigger) {
        font-size: 15px;
        line-height: 1.55;
    }

    .contact-callback-trigger {
        margin-top: 22px;
    }
}

.digyland-callback-modal .modal-dialog {
    max-width: 640px;
}

.digyland-callback-modal .modal-content {
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 30px 80px rgba(15, 23, 43, 0.18);
    overflow: hidden;
}

.digyland-callback-modal .modal-header {
    padding: 28px 28px 18px;
    border-bottom: 0;
}

.digyland-callback-modal .btn-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(15, 23, 43, 0.12);
    border-radius: 50%;
    background-color: #ffffff;
    background-image: none;
    opacity: 1;
    box-shadow: none;
}

.digyland-callback-modal .btn-close::before {
    content: "\00d7";
    color: #0f172b;
    font-size: 22px;
    line-height: 1;
}

.digyland-callback-modal .btn-close:hover {
    border-color: rgba(82, 157, 215, 0.4);
    box-shadow: 0 12px 24px rgba(15, 23, 43, 0.08);
}

.digyland-callback-modal .modal-body {
    padding: 0 28px 28px;
}

.digyland-callback-modal__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #529dd7;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.digyland-callback-modal .modal-title {
    color: #0f172b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

@media (max-width: 767px) {
    .digyland-callback-modal .modal-title {
        font-size: 24px;
        line-height: 1.15;
    }
}

.digyland-callback-form {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(82, 157, 215, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.digyland-callback-form::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(82, 157, 215, 0.28), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.digyland-callback-form .form-control {
    height: 54px;
    border: 1px solid rgba(15, 23, 43, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0 18px;
    font-size: 16px;
    color: #0f172b;
}

.digyland-callback-form__field label {
    display: block;
    margin-bottom: 8px;
    color: rgba(15, 23, 43, 0.76);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.digyland-callback-form .form-control:focus {
    border-color: rgba(82, 157, 215, 0.55);
    box-shadow: 0 0 0 4px rgba(82, 157, 215, 0.12);
}

.digyland-callback-form input[type="time"] {
    min-height: 54px;
}

.digyland-callback-form .contact-form__privacy {
    margin-top: 4px;
}

.digyland-callback-form .th-btn {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .digyland-callback-form {
        padding: 18px;
    }

    .digyland-callback-form__field label {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .digyland-callback-form .form-control,
    .digyland-callback-form input[type="time"] {
        height: 50px;
        min-height: 50px;
        font-size: 15px;
    }
}

.header-support-form select,
.header-support-form .form-control,
.header-support-form .form-select,
.header-support-form input {
    height: 42px;
}

.header-support-form .form-control {
    min-height: 42px;
    border: 1px solid rgba(15, 23, 43, 0.18);
    border-radius: 12px;
    background: #ffffff;
    color: #0f172b;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: none;
}

.header-support-form textarea.form-control {
    min-height: 54px;
    padding: 8px 10px;
    resize: none;
}

.header-support-form .form-control::placeholder {
    color: rgba(15, 23, 43, 0.42);
}

.header-support-form .form-control:focus {
    border-color: rgba(105, 172, 223, 0.72);
    box-shadow: 0 0 0 3px rgba(105, 172, 223, 0.14);
}

.header-support-form__privacy {
    margin-top: 0;
}

.header-support-form .row {
    --bs-gutter-y: 8px;
    --bs-gutter-x: 8px;
}

.header-support-form__privacy span,
.header-support-form__privacy a {
    color: rgba(15, 23, 43, 0.88);
    font-size: 11px;
}

.header-support-form__submit {
    width: 100%;
    justify-content: space-between;
}

.cta-area2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 0;
}

.cta-area2 .row,
.cta-area2 .title-area,
.cta-area2 .btn-group,
.cta-area2 .cta-list {
    position: relative;
    z-index: 2;
}

.cta-area2 .shape-mockup {
    left: auto !important;
    right: 0 !important;
    z-index: 1;
}

@media (min-width: 1200px) {
    .cta-area2 {
        background-attachment: fixed;
        background-position: center center;
    }
}

.footer-layout1 {
    position: relative;
    overflow: hidden;
}

.footer-layout1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 0;
}

.footer-layout1 .widget-area,
.footer-layout1 .copyright-wrap {
    position: relative;
    z-index: 1;
}

.footer-layout1 .copyright-text {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .footer-layout1 .copyright-text {
        white-space: normal;
    }
}

.service-single-page .service-single-heading .blog-meta a {
    background: rgba(82, 157, 215, 0.12);
    color: #529dd7;
    border-radius: 999px;
    padding: 8px 14px;
}

.service-single-page--compact {
    padding-top: 72px;
}

.service-single-page .service-single-featured img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-single-featured {
    position: relative;
    overflow: hidden;
    transform-origin: top center;
    border-radius: 24px;
    max-height: 620px;
}

.service-single-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.52) 0%, rgba(15, 23, 43, 0.3) 42%, rgba(15, 23, 43, 0.18) 100%);
    z-index: 1;
}

.service-single-featured__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 72px 56px 48px;
    text-align: left;
}

.service-single-featured__content .blog-meta a {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 8px 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.service-single-featured__content .case-text {
    max-width: 16ch;
    margin-bottom: 0;
    color: #ffffff;
}

.service-single-breadcrumbs {
    margin-top: 18px;
    margin-bottom: 0;
}

.service-single-breadcrumbs li,
.service-single-breadcrumbs a,
.service-single-breadcrumbs span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.service-single-sidebar {
    position: relative;
}

.service-single-sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transform: none !important;
}

.service-single-sidebar .widget,
.service-sidebar-cta {
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 43, 0.04);
}

.service-single-sidebar .widget {
    padding: 30px 28px;
}

.service-single-sidebar .service-sidebar-benefits {
    overflow: hidden;
    padding: 0 24px 22px;
    background: #529dd7;
    border-color: rgba(82, 157, 215, 0.32);
    box-shadow: 0 12px 28px rgba(15, 23, 43, 0.08);
}

.service-single-sidebar .service-sidebar-benefits .widget_title {
    margin: 0 -24px 16px;
    padding: 18px 24px 16px;
    color: #ffffff;
    background: rgba(15, 23, 43, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.service-sidebar-benefits__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-single-sidebar .service-sidebar-benefits__list li {
    position: relative;
    margin: 0;
    padding-left: 28px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.service-sidebar-benefits__list li + li {
    margin-top: 10px;
}

.service-single-sidebar .service-sidebar-benefits__list li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 2.35538C16.9849 1.33436 14.9357 0.75 12.75 0.75C6.12258 0.75 0.75 6.12258 0.75 12.75C0.75 19.3774 6.12258 24.75 12.75 24.75C19.3774 24.75 24.75 19.3774 24.75 12.75C24.75 11.9281 24.6673 11.1254 24.51 10.35' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.9502 13.3496C7.9502 13.3496 9.7502 13.3496 12.1502 17.5496C12.1502 17.5496 18.8208 6.54961 24.7502 4.34961' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-single-sidebar .info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-single-sidebar .info-list li + li {
    margin-top: 14px;
}

.service-single-sidebar .info-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4d5765;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.45;
}

.service-single-sidebar .info-list a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(82, 157, 215, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-single-sidebar .info-list .is-current-term a {
    color: #69acdf;
    font-weight: 700;
}

.service-single-sidebar .info-list .is-current-term a::before,
.service-single-sidebar .info-list a:hover::before {
    background: #69acdf;
    transform: scale(1.15);
}

.service-single-sidebar .info-list a:hover {
    color: #69acdf;
}

.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-parent > a,
.main-menu ul li.current_page_item > a,
.main-menu ul li.current-page-ancestor > a,
.main-menu ul li.current-menu-ancestor > a {
    color: #69acdf;
}

.service-sidebar-cta {
    padding: 28px;
}

.service-sidebar-cta--alt {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.service-sidebar-cta__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #529dd7;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-sidebar-cta__title {
    margin: 0 0 12px;
    color: #0f172b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.service-sidebar-cta__text {
    margin: 0 0 22px;
    color: #4d5765;
    font-size: 15px;
    line-height: 1.7;
}

.service-sidebar-cta .th-btn {
    width: 100%;
    justify-content: space-between;
}

.service-single-content .blog-content > *:first-child {
    margin-top: 0;
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) {
    --digyland-content-h3-size: 34px;
    --digyland-content-h4-size: 24px;
    --digyland-content-h4-color: #246ba1;
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content > h3 {
    font-size: var(--digyland-content-h3-size);
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content > h4 {
    font-size: var(--digyland-content-h4-size);
    color: var(--digyland-content-h4-color);
    line-height: 1.2;
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content ul,
body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content ol {
    margin-bottom: 1.5rem;
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content li {
    line-height: 1.6;
}

body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content li + li {
    margin-top: 10px;
}

@media (max-width: 767px) {
    body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) {
        --digyland-content-h3-size: 28px;
        --digyland-content-h4-size: 18px;
        --digyland-content-h4-color: #246ba1;
    }

    body:not(.home):not(.page-template-page-contatti):not(.page-template-page-contatti-php) .service-single-content .blog-content > h4 {
        line-height: 1.15;
    }
}

.service-single-content .blog-content > *:last-child {
    margin-bottom: 0;
}

.service-archive-page {
    padding-top: 72px;
}

.service-archive-card {
    position: relative;
    height: 560px;
    border-radius: 32px;
}

.service-archive-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-archive-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.54) 0%, rgba(15, 23, 43, 0.34) 46%, rgba(15, 23, 43, 0.62) 100%);
    z-index: 1;
}

.service-archive-card__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 34px 30px 28px;
}

.service-archive-card .blog-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.service-archive-card__title {
    max-width: 14ch;
    margin: 0 0 16px;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.service-archive-card__excerpt {
    max-width: 38ch;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.7;
}

.service-archive-card__checklist {
    margin-top: 0;
}

.service-archive-card__checklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-archive-card__checklist li {
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
}

.service-archive-card__checklist li + li {
    margin-top: 12px;
}

.service-archive-card__checklist li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}

.service-archive-card__actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.service-archive-empty {
    padding: 80px 24px;
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.service-archive-empty__title {
    margin-bottom: 12px;
}

.service-archive-empty__text {
    max-width: 56ch;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .service-single-page--compact {
        padding-top: 48px;
    }

    .service-single-featured__content {
        padding: 44px 28px 28px;
    }

    .service-single-sidebar {
        position: static;
    }

    .service-single-sidebar__inner {
        transform: none !important;
    }

    .service-single-featured__content .case-text {
        max-width: 100%;
    }

    .service-archive-page {
        padding-top: 48px;
    }

    .service-archive-card__content {
        padding: 30px 24px 24px;
    }

    .service-archive-card__title {
        max-width: 100%;
        font-size: 34px;
    }

    .service-archive-card__excerpt {
        font-size: 14px;
    }

    .service-archive-card__checklist li {
        font-size: 14px;
    }
    .th-hero-wrapper {
    padding: 12px;
}
}

@media (max-width: 575px) {
    .service-archive-card__title {
        font-size: 30px;
    }

    .service-archive-card__excerpt {
        font-size: 14px;
    }
    .th-hero-wrapper {
    padding: 12px;
    
}
}

@media (max-width: 1399px) {
    .process-item .box-img .process-contact-form {
        padding: 28px 24px;
    }

    .process-contact-form__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .service-single-featured,
    .service-contact-featured {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }

    .service-single-featured__content {
        padding: 26px 20px 20px;
    }

    .service-single-featured__content .case-text {
        font-size: 28px;
    }

    .service-single-breadcrumbs {
        margin-top: 12px;
    }

    .process-item .box-img .process-contact-form {
        padding: 24px 18px;
    }

    .process-contact-form .form-btn {
        align-items: stretch;
    }

    .process-contact-form__note,
    .process-contact-form .th-btn {
        max-width: 100%;
        width: 100%;
    }
    .th-hero-wrapper {
    padding: 12px!important;
}
.checklist li {
  font-size: 15px;
}
.checklist li:not(:last-child) {
    margin-bottom: 10px;
}
.process-item .box-text {
    margin-bottom: 20px;
}
.process-contact-form.contact-form input[type="text"],
.process-contact-form.contact-form input[type="email"],
.process-contact-form.contact-form input[type="tel"],
.process-contact-form.contact-form input[type="password"] {
    height: 32px!important;
    font-size: 14px;
    border-radius: 8px!important;
}
.title-area, .sec-title {
        --section-title-space: 25px;
    }
    .title-area{
        text-align: center!important;
        margin-bottom:25px;
    }


.digyland-callback-form .form-control {
    height: 34px;
    font-size: 14px;
}
.no-mobile{
    display: none;
}
}

.digyland-form-notice {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.digyland-form-notice--success {
    background: rgba(82, 157, 215, 0.12);
    border: 1px solid rgba(82, 157, 215, 0.28);
    color: #0f172b;
}

.digyland-form-notice--error {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
    color: #7f1d1d;
}

.digyland-form-recaptcha {
    margin-top: 4px;
}

.digyland-form-recaptcha-note {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
}

.digyland-form-recaptcha-note a {
    color: #246ba1;
    text-decoration: underline;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.header-support-form .digyland-form-recaptcha,
.header-support-form .digyland-form-notice,
.header-support-form .digyland-form-recaptcha-note {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .service-single-page .row.gx-40 {
        flex-direction: column-reverse;
    }
}
