.card-pricing{
    height: 100%;
}

.mt-50{
    margin-top: 50px !important;
}
#ContactForm-service{
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    outline: none;
    width: 100%;
    padding: 0 15px;
    min-height: 54px;
}
/* BREADCRUMBS  */
.breadcrumbs {
    background: url('../img/project/2.jpg') center /cover no-repeat ;
    padding: 80px 0 ;
    margin-bottom: 30px;
    position: relative;
}

.breadcrumbs > * {
    position: relative;
    z-index: 1;
}

.breadcrumbs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #040d43, #095e76, transparent);
    opacity: 0.98;
}

.breadcrumbs-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;   
}

.breadcrumbs-content {
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
}

.breadcrumbs-content a {
    color: var(--color-foreground);
    text-decoration: none;
}

.breadcrumbs-content a:hover, .breadcrumbs-content a:focus {
    color: #095e76;
    text-decoration: none;
}

.policy-page {
    padding: 80px 0;
}

.policy-page h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #095e76;
}

.policy-page strong {
    color: #095e76;
}

.policy-page a {
    color: #095e76;
    text-decoration: none;
}

.policy-page a:hover, .policy-page a:focus {
    color: #040d43;
    text-decoration: underline;
}

/* COOKIE POPUP */
#cookieModal .modal-dialog {
    max-width: 700px;
}
#cookieModal .modal-content {
    background: transparent;
    border: none;
}
#cookieModal .modal-body {
    background-color: #fff;
    border: 7px solid #32717c;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}
#cookieModal .modal-body .cookie-img {
    display: block;
    margin: auto;
    width: 150px;
}

#cookieModal .modal-body h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #040d43;
}

#cookieModal .modal-body p {
    margin-bottom: 20px;
}

#cookieModal .modal-body .button {
    margin-bottom: 15px;
}

#cookieModal .modal-body a {
   color: var(--bs-modal-color);
}
#cookieModal .modal-body a:hover {
   color: #095e76;
}