:root {
    --dark-color: #000;
    --white-color: #fff;
    --theme-color: #086AD8;
    --grey-color: #F8F8F8;
}

strong {
    color: var(--dark-color);
} 


.header-area .is-sticky .header__logo .dark-logo {
    height: 60px;
    width: auto;
}

.resolutions-hero-bg::before,
.resolutions-hero-bg-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* intensità del layer scuro */
    z-index: 1;
}

.menu-style-four .navigation-menu > ul > li > a:before {
    background-color: var(--dark-color);
}

.ht-box-images.style-05:hover .content .box-images-arrow a {
    color: var(--white-color);
}

.feature-images__five .box-image img {
    width: 80px;
    height: auto;
}

.ht-box-images.style-05:hover .box-image .default-image {
    opacity: 1;
    visibility: visible;
}

.ht-box-images.style-05 .image-box-wrap .box-image {
    margin-bottom: 0;
}

.header__logo > a img {
    width: 150px;
}

.feature-images-wrapper .section-under-heading {
    margin: 50px 0;
}

.processing-contact-us-bg .heading::before {
    background-color: var(--white-color);
}

.contact-us-section-wrappaer.processing-contact-us-bg .call-us a {
    color: var(--white-color);
}

.contact-info-two .btn--secondary:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.contact-info-one .call-us::before, .contact-info-two .call-us::before, .contact-info-three .call-us::before {
    background: var(--theme-color);
}

.fun-fact-wrapper {
    background-color: var(--grey-color);
}

.fun-fact--one .fun-fact__title {
    color: var(--theme-color);
    font-size: 1rem;
    margin-bottom: 0;
}

.fun-fact--one .fun-fact__text {
    color: var(--dark-color);
    font-size: 1rem;
}

.fun-fact-grid-4 .grid-item {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial-slider__one {
    padding: 30px 50px;

}

.testimonial-slider__text {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-slider__author .author-info {
    flex-direction: column;
}

.testimonial-slider--info {
    margin-bottom: 0;
}

.testimonial-slider__author .designation:before {
    content: none;
}

.footer-widget-wrapper {
    margin-bottom: 0;
}

.footer-area {
    padding-top: 100px;
}

.footer-copyright-area {
    padding: 30px 0;
    background-color: var(--dark-color);
    color: var(--white-color);
}

.hover-style-link:hover {
    color: var(--theme-color);
}

.hover-style-link:after {
    background-color: var(--theme-color);
}

.cta-bg-image_one {
    background-color: var(--theme-color);
}

.cta-content span {
    color: var(--dark-color);
}

.header-area.header-area--default .menu-style-four .navigation-menu > ul > li > a {
    color: var(--dark-color);
}

.menu-style-four .navigation-menu > ul > li.active > a > span,
.menu-style-four .navigation-menu > ul > li.active > a:after {
    color: var(--dark-color);
}

.header-area.header-area--default .menu-style-four .navigation-menu > ul > li:hover > a > span {
    color: var(--theme-color);
}

.menu-style-four .navigation-menu > ul > li > a:before {
    background-color: var(--theme-color);
}


.breadcrumb-area {
    position: relative;
    background-size: cover;
    background-position: center;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.2)
    );
    z-index: 1;
}

.breadcrumb-area .container {
    position: relative;
    z-index: 2;
}

.breadcrumb_box h2 {
    color: var(--white-color);
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.breadcrumb-item {
    color: var(--white-color);
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.breadcrumb-list li.active {
    color: var(--white-color);
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.ht-box-images.style-01 .image-box-wrap .box-image {
    margin-bottom: 10px;
}

.ht-box-images.style-01 .image-box-wrap .box-image img {
    height: 100px;
    width: 100px;
}

.ht-box-images.style-01 .circle-arrow a {
    background: var(--dark-color);
}

.ht-tab-menu li {
    margin: 5px;
}

.ht-tab-menu li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px 10px;
}

.ht-tab-menu li a.active {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.tabs-wrapper .section-title-wrapper .text {
    font-size: 1rem;
}

.ht-tab__content .ht-box-icon.style-03 .icon-box-wrap .content-header {
    margin-bottom: 10px;
}

.ht-tab__content .ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
    font-size: 1.2rem;
    color: var(--dark-color);
    margin-bottom: 0;
}

.ht-tab__content .ht-box-icon.style-03 .icon-box-wrap .content-header img {
    width: 50px;
    height: 50px;
}

.ht-tab__content .ht-gradation {
    padding-left: 34px;
    margin-bottom: 50px;
}

.ht-tab__content .tab-history-wrap h5 {
    padding-left: 34px;
}

.servicePage p {
    font-size: 1rem;
}

.servicePage .feature-images__two .modern-grid-image-box .single-item .image-box-wrap {
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 30px 38px;
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.servicePage .feature-images__two .modern-grid-image-box .single-item .image-box-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.servicePage .feature-images__two .modern-grid-image-box .single-item .image-box-wrap .content {
    text-align: center;
    min-height: 186px;
}

.servicePage .ht-tab__content .tab-history-wrap h5 {
    padding-left: 0;
}

.faq-wrapper .card-header h5 button[aria-expanded=true] {
    background: var(--theme-color);
}

.widget-blog-recent-post ul li a:hover::after {
    display: none;
}

.widget-blog-recent-post ul li a {
    position: relative;
    font-size: 1rem;
}

.widget-blog-recent-post ul li a::after, .widget-blog-recent-post ul li a::before {
    top: 17px;
}

.sidebar-widget-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.contact-us-section-wrappaer .conact-info-wrap li a {
    font-size: 1rem;
    font-weight: 600;
}

.conact-us-wrap-one .heading::before {
    background-color: var(--theme-color);
}

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-widget .list-item.active a {
    color: var(--theme-color);
}

.sidebarModuleTitle {
    color: var(--dark-color);
    font-size: 1.5rem;
    line-height: 2rem;
} 

.conact-us-wrap-one.managed-it ul,
.tabs-wrapper .text ul,
.servicePage .section-title-wrap ul,
.servicePage .tab-history-wrap ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.conact-us-wrap-one.managed-it ul li,
.tabs-wrapper .text ul li,
.servicePage .section-title-wrap ul li,
.servicePage .tab-history-wrap ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.conact-us-wrap-one.managed-it ul li::before,
.tabs-wrapper .text ul li::before,
.servicePage .section-title-wrap ul li::before,
.servicePage .tab-history-wrap ul li::before {
    color: #086AD8;
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.site-wrapper-reveal .section-title-wrap p {
    margin-bottom: 5px;
    font-size: 1rem;
} 

.brand-logo-slider__one .brand-logo:hover .brand-logo__image {
    visibility: visible;
    opacity: 1;
    transform: scale(0.8, 0.8);
}


 













@media (max-width: 991px){
    .header__logo > a img {
        width: 60px;
    }

    .mobile-menu-overlay__header .logo img {
        width: 60px;
    }

    .footer-area .footer-widget-wrapper {
        justify-content: center;
    }

    .servicePage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}




@media (min-width: 992px){
    .header__logo .light-logo {
        position: absolute;
    }

    .header-area.header-area--default .header__logo .light-logo {
        top: 10px;
        background-color: var(--white-color);
        border-radius: 100%;
    }

    .service-hero-text h1 {
        font-size: 5rem;
    }

    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .servicePage {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}