﻿:root {
    --bs-primary-rgb: 5,45,112;
    --bs-secondary-rgb: 223,125,100;
    --tp-theme-secondary: rgba(253, 251, 244, 1)!important
}

* {
    font-family: Lexend
}

.tp-header-top .icon {
    font-size: 32px;
    margin-right: 15px;
}

.tp-header-2 .tp-header-right::before {
    content: none;
}


.tp-header-search {
    border-radius: 50px;
    margin: 0;
    background: rgba(240, 245, 253, 1);
    border-color: rgba(240, 245, 253, 1);
}

.txt-ricerca-header, .txt-ricerca-header:focus {
    background: rgba(240, 245, 253, 1);
    border-color: rgba(240, 245, 253, 1);
    box-shadow: none;
}

.tp-header-top p {
    font-weight: 600;
}

.tp-section p {
    font-size: 15px;
}

.tp-section-title {
    font-size: 45px;
    text-transform: None;
}


.tp-btn {
    border-radius: 20pc;
    background: 96ADD6;
    border-color: #96ADD6;
}

.tp-about-2-counter {
    background: white;
    border-radius: 0;
    bottom: 45px;
    left: 411px;
}

    .tp-about-2-counter p, .tp-about-2-counter-count {
        color: #96ADD6;
    }

.tp-btn:hover {
    color: rgb(150 173 214);
    border-color: rgb(150 173 214);
}

.tp-about-2-thumb-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 646px;
    height: 333px;
}

.tp-about-2-thumb {
    height: 684px;
}

.tp-about-2-thumb-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center -160px;
}



.tp-about-2-thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-services-2-bg {
    height: 100% !important;
    position: relative;
}

.tp-section-subtitle {
    color: #96add6;
}

.tp-span {
    background: #01408D;
}

.bg-service {
    background-color: #F7F5EC;
}

.tp-footer-widget-content-list-item a {
    color: black;
    font-size: 16px;
    text-transform: capitalize;
}

.tp-feature-2-item img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto; 
    background-color: #fff;
    padding: 10px;
}

.img-strutture {
    height: 570px;
    width: 570px;
    object-fit: cover;
}

.tp-breadcrumb-bg {
    height: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tp-breadcrumb-bg::before {
    height: 150px;
}

.tp-breadcrumb-title {
    font-size: 40px;
}

.tp-services-wrap {
    grid-template-columns: repeat(3, 1fr);
}

.tp-services-item-box {
    border-radius: 15px;
}
    .tp-services-item-box::before {
    border-radius: 15px;
}

.tp-services-3-item-2 {
    padding: 30px;
}
    .tp-services-3-item-2-icon {
    margin-bottom: 15px;
}
.tp-services-3-item-2:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.tp-contact-item a:hover {
    color: var(--tp-red-1);
}

.tp-contact-social a:hover {
    color: var(--tp-common-white);
}

.postbox-item {
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tp-sidebar-widget {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tp-services-item-box {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.main-menu ul li > a::before {
    background-color: #01408d;
}

.tp-breadcrumb-bg {
    background: #01408d;
}