/*
1. BODY ELEMENTS
1.1 RESPONSIVE
2. STYLE HEADERS
3. STYLE FOOTER
4. MODULE NAVIGATION
5. MEDIA SCREEN
6. SHORTCODES
*/
/*
1. BODY ELEMENTS
*/
html,body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: "cambria";
    font-weight: bold;
    src: url("../fonts/fonts/cambria-bold.woff2") format("woff2");
}

@font-face {
    font-family: "cambria";
    font-weight: 400;
    src: url("../fonts/fonts/cambria-regular.woff2") format("woff2");
}

:root {
    --plum: #8C748C;
    --plum-deep: #6a566a;
    --lilac: #d9b8d9;
    --lilac-soft: #f1e2f1;
    --paper: #fbf8fb;
    --ink: #3d323d;
}

* {
    word-wrap: break-word;
}

a, button {
    -webkit-transition: all 300ms ease;
    -khtml-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a, a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.logo img, .navbar-header .logo img {
    max-width: 250px;
    width: 100%;
}

:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #057DD1;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-h-4: #0A0A0A;
}

.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #111;
    background-color: #FFFDF9;
    font-family: 'cambria', Arial;
    margin-bottom: ;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

a:hover, a:focus {
    color: unset;
}

.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}

ol.breadcrumb li a {
    color: #fff;
}

ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
}

.gallery_image4 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image4 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #d9b8d973;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
    border-radius: 10px;
}

.gallery_image4 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.gallery_image4 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 33.333% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image4 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-radius: 10px;
}

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}







.gallery_image44 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image44 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #d9b8d973;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
    border-radius: 10px;
}

.gallery_image44 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.gallery_image44 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 25% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image44 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-radius: 10px;
}

.gallery_image44 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}

/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 30px 15px 0 !important;
    padding: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: #d9b8d9 !important;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
}

body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    display: none;
}

#navbar .menu-item.selected > a, #navbar .menu-item:hover > a {
    background: transparent;
}

.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}

.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

body.is_header_semitransparent .is-sticky #mt-nav-burger span {
    background: #000000;
}

body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}

body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}

.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}

.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}

.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a, body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
        color: #d9b8d9 !important;
    }
}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
}

.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
}

/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
    font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}

#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}

#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}

#navbar .sub-menu, .navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}

#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #23ABEF;
}

div#navbar {
    text-align: right;
    padding: 0px;
    width: calc(100% - 280px);
}

.menu.nav-effect.nav-menu {
    margin: 0 auto;
    float: none;
    /* vertical-align: bottom; */
}

#navbar .menu-item:hover .sub-menu ~ .sub-menu {
    opacity: 0;
    visibility: hidden;
}

#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}

#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu, #navbar .menu-item:hover .sub-menu .sub-menu .sub-menu, #navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}

#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 104%;
    top: -11px !important;
}

#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}

#navbar .sub-menu {
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 250px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #171619;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid var(--nm-clr-pr-1);
}

#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}

.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}

#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}

header nav ul {
    display: inline-table;
}

.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}

.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}

#navbar ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}

#navbar li li {
    display: list-item;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
    vertical-align: top;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}

.logo a:hover {
    color: #ffffff;
}

.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}

/* 15. Navbar styling */
.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}

.menu .item {
    display: inline-block;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
}

nav {
    background: #2f383d;
}

.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover, .navbar-header .logo > a {
    color: #000000;
}

/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: right;
}

.header2 .no-menu {
    margin: 34px 0;
}

body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}

body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}

.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
    margin-bottom: -1px !important;
}

.is_header_semitransparent .navbar-default .container {
    padding: 0;
    text-align: center;
}

.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}

.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

#navbar .menu-item > a {
    display: block;
    line-height: 95px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'cambria', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
}

.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}

.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}

.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}

.header-infos ul.social-links li {
    display: inline-block;
}

.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}

.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}

/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 440px;
}

footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}

footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}

.footer-logo {
    width: 250px;
}

.footer-top .widget_nav_menu li {
    display: block;
    width: 50%;
    float: left;
}

.footer-top .widget_nav_menu li:first-child {
    border: 0;
}

footer .textwidget p a {
    color: #757575;
}

footer aside#nav_menu-2 {
    text-align: left;
}

footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'cambria', ARIAL;
    FONT-WEIGHT: 600;
    COLOR: #111 !important;
}

footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: #111 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 10px 0;
    text-align: left;
    padding-right: 5px;
}

footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}

.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}

.footer-details p {
    margin-bottom: 15px !important;
}

.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #23ABEF;
}

aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}

aside#media_image-3 img {
    padding-top: 10px;
}

footer .footer-top .menu .menu-item a:hover {
    color: #d9b8d9 !important;
}

footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}

.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.social-links {
    padding: 0;
    list-style: none;
}

ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}

ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}

.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}

footer .footer .container {
    padding: 30px 15px !important;
}

.footer-row-1 .sidebar-1 #media_image-2 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}

p.copyright {
    color: #111;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'cambria', Arial;
}

p.copyright a {
    color: #d9b8d9;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid rgb(204 204 204 / 60%);
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #fbf8f1;
    clear: both;
    background-image: url(../images/dark-section-bg-shape.png);
    background-size: cover;
    background-position: bottom;
    max-width: 1800px;
    margin: 0 auto 10px;
    border-radius: 20px;
}

/* 6. SHORTCODES */
a {
    color: #86898c;
    text-decoration: none;
}

td, th {
    padding: 10px !important;
    text-align: center;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}

.wpcf7-form .wpcf7-submit {
    background-color: #d9b8d9;
    border: none;
    color: #111;
    font-size: 14px;
    padding: 0 36px;
    line-height: 50px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #8C748C;
}

.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
    background-color: #F8EEEE;
    height: 50px;
    border: 2px solid #f4f7f7;
    color: #000;
    padding: 0px 15px;
    line-height: normal;
    font-size: 16px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 5px;
    width: 100%;
    outline: none;
    font-family: cambria;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #ccc;
}

.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}

.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}

.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}

.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}

.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
}

.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.itexclusiv-contact input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.itexclusiv-contact input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.itexclusiv-contact input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.itexclusiv-contact input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.itexclusiv-contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.itexclusiv-contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.itexclusiv-contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.itexclusiv-contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}

.pp_bottom, .pp_top {
    display: none !important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}

.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 220px 0 120px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
    position: relative;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

ul li, ol li {
    color: #555969;
    font-size: 16px;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'cambria', Arial;
}

h1, h2 {
    font-weight: 600;
    font-family: 'cambria', Arial;
}

h3 {
    font-weight: 600;
}

h5 {
    font-family: "cambria", Arial;
    font-weight: 600;
}

a {
    font-family: 'cambria', Arial;
}

p {
    font-family: 'cambria', Arial;
}

.blob-effect:before, .default-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blob-effect:after, .default-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
}

.default-btn:hover {
    color: var(--petfun-white-color);
}

.blob-effect:hover:after, .default-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
}

.blob-dl-btn__inner {
    background: #d9b8d9;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.blob-dl-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
}

.blob-dl-btn__blobs span {
    background: #cb9ecb;
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

.blob-dl-btn__blobs span:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-dl-btn__blobs span:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-dl-btn__blobs span:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-dl-btn__blobs span:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-effect:hover .blob-dl-btn__blobs span, .default-btn:hover .blob-dl-btn__blobs span {
    transform: translateZ(0) scale(1.7);
}

.blob-effect {
    position: relative;
    z-index: 1;
}

.default-btn {
    background-color: transparent;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 25px;
    border-radius: 15px;
    border: none;
    z-index: 1;
    color: #111 !important;
}

.default-btn .corner-shape {
    width: 30px;
    height: auto;
    position: absolute;
    right: -18px;
    top: -16px;
    transform: translate(-5px, 5px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    z-index: -1;
}

.default-btn:hover .corner-shape {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.2s;
}

.law_slider_box-slide {
    height: 975px;
    background-size: cover;
    background-position: center;
    display: flex;
}

.law_slider_shortcode {
    max-width: 1800px;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
}

header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 25px;
}

.law_slider_box-child {
    height: 100%;
    display: flex;
    align-items: center;
    /* width: 100%; */
    position: relative;
    z-index: 4;
    width: 1500px;
}

nav#sweetthemes-main-head > div {
    max-width: 1500px;
    width: 100%;
}

.law_slider_box-child1 {
    /* max-width: 1500px; */
    /* margin: 0; */
}

.navbar-header.col-md-3 {
    width: 280px;
}

.col-md-3.navbar-header3 {
    width: 260px;
    text-align: right;
}

nav#sweetthemes-main-head > div > div {
    display: flex;
    align-items: center;
}

.law_slider_box {
    position: relative;
}

.law_slider_box-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 180deg, transparent 80.94%, rgba(39, 48, 75, 0.60) 94.81% ), linear-gradient( 0deg, transparent 81.65%, rgba(39, 48, 75, 0.60) 95% ), linear-gradient( 270deg, transparent 0%, rgba(39, 48, 75, 0.80) 100% )
}

.default-btn .corner-shape > * {
    fill: #cb9ecb;
}

.law_slider_box-child2 h2 + h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    max-width: 800px;
}

.law_slider_box-child2 h2:first-child {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.law_slider_box-child2 p {
    max-width: 700px;
    margin: 30px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.law_slider_box-child2 h2:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.law_slider_box-slide {
    background-size: 115% auto !important;
}

.about-section1 > div {
    max-width: 1470px;
    margin: 0 auto !important;
    float: none !important;
    padding: 65px 0 10px;
}

.img-slider-slick-shortcode {
    border-radius: 20px;
}

.about-section1 > div h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
}

.about-section1 > div h3 {
    font-size: 52px;
    line-height: 57px;
    color: #3a1916;
}

.about-section1 > div .ul2 ul {
    list-style: none;
    padding: 30px 0 0;
    margin: 0;
}

.about-section1 > div .ul2 ul li {
    padding-left: 70px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    max-width: 600px;
}

.about-section1 > div .ul2 ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

.about-section1 > div ul li strong {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    padding-bottom: 10px;
    color: #3a1916;
}

.image-slide-inner img {
    height: 650px !important;
    width: 100% !important;
}

.abs2 {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 190px;
    background: #FFFDF9;
    border: 20px solid #FFFDF9;
    border-right: none;
    border-bottom: none;
    border-radius: 10px 0 10px 0;
    text-align: center;
    z-index: 1;
    margin: 0 !important;
}

.abs2 > div {
    background-color: #d9b8d9;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.abs2 > div p strong {
    font-size: 60px;
    display: inline-block;
    line-height: 1;
}

.abs2 > div p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.abs1 {
    position: absolute;
    top: 0;
    left: 15px;
    width: 190px;
    background: #FFFDF9;
    border: 20px solid #FFFDF9;
    border-left: none;
    border-top: none;
    border-radius: 10px 0 10px 0;
    text-align: center;
    z-index: 9999999999999999;
    margin: 0 !important;
}

.abs1 > div {
    background-color: #d9b8d9;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.abs1 > div p strong {
    font-size: 60px;
    display: inline-block;
    line-height: 1;
}

.abs1 > div p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.abs1::before, .abs1::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    mask: url('../images/image-corner-bg-shape.svg');
    -webkit-mask: url('../images/image-corner-bg-shape.svg');
    background-color: #FFFDF9;
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: 2;
}

.abs1::before {
    top: 0px;
    right: -40px;
}

.abs1::after {
    left: 0px;
    bottom: -40px;
}

.abs2::before, .abs2::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    mask: url('../images/image-corner-bg-shape.svg');
    -webkit-mask: url('../images/image-corner-bg-shape.svg');
    background-color: #FFFDF9;
    mask-repeat: no-repeat;
    mask-size: cover;
    transform: rotate(180deg);
    z-index: 1;
}

.abs2::before {
    top: -40px;
    right: 0;
}

.abs2::after {
    left: -40px;
    bottom: 0;
}

.about-section1 > div .ul2 ul li {
    position: relative;
}

.about-section1 > div .ul2 ul li::before {
    content: '';
    background-image: url(../images/icon-why-choose-body-item-1.svg);
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
.about-section1 > div .ul2 ul li:nth-child(2)::before {
    background-image: url(../images/icon-about-body-item-2.svg);
}

.about-section1 > div h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.ab22 ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
    text-align: center;
}

.ab22 ul li {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    padding: 5px 15px;
    padding-left: 40px;
    border-radius: 100px;
    color: #111;
    background: #fff;
}

.ab22 ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.ab22 {
    padding: 40px 0;
    text-align: center;
}

.ab22  p {
    font-weight: 400;
    color: #111;
}

.ab22  p a {
    text-decoration: underline !important;
    color: #8C748C;
    font-weight: 600;
    padding: 0 5px;
}

.about-section2 {
    max-width: 1800px;
    margin: 0 auto !important;
    float: none;
    background: #d9b8d942;
    border-radius: 20px;
}

.about-section2 > div {
    padding: 80px 0;
    max-width: 1500px;
    margin: 0 auto !important;
    float: none;
}

.about-section2 > div .title-space {
    text-align: center;
}

.about-section2 > div .title-space h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.about-section2 > div .title-space h2::before {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.about-section2 > div .title-space h3 {
    font-size: 52px;
    line-height: 57px;
    color: #3a1916;
    max-width: 800px;
    margin: 0 auto;
}

.law_slider_box_shortcode_serv2 {
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    transition: all 400ms ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.law_slider_box_shortcode_serv2 img {
    border-radius: 15px;
    transition: all 400ms ease;
}

.law_slider_box_shortcode_serv2 h2 {
    font-size: 18px;
    color: #111;
    line-height: 26px;
}

.law_slider_box_shortcode_serv2:hover {
    background: #D9B8D9;
}

.law_slider_box_shortcode_serv2 h2 + p {
    /* display: none; */
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    color: #111;
    background: rgb(238 228 238 / 90%);
    padding: 15px;
    opacity: 1;
    font-weight: 500;
    /* opacity: 0; */
    transition: all 400ms ease;
    margin: 0;
    border-radius: 15px;
}

.law_slider_box_shortcode_serv2 a {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    padding: 0 15px 15px;
}

.law_slider_box_shortcode_serv2:hover p {
    opacity: 1;
}

.law_slider_box_shortcode_parent button.slick-prev.slick-arrow, .law_slider_box_shortcode_parent button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 120px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #D9B8D9;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

.law_slider_box_shortcode_parent button.slick-prev.slick-arrow:hover, .law_slider_box_shortcode_parent button.slick-next.slick-arrow:hover {
    background: #cb9ecb;
}

.law_slider_box_shortcode_parent button.slick-prev.slick-arrow::before, .law_slider_box_shortcode_parent button.slick-next.slick-arrow::before {
    font-size: 16px;
    font-family: FontAwesome;
    color: #111;
    position: relative;
}

.law_slider_box_shortcode_parent button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.law_slider_box_shortcode_parent button.slick-next.slick-arrow::before {
    content: '\f105';
}

.about-section2 p.btn-btn {
    text-align: center;
    margin-top: 60px;
}

.law_slider_box_shortcode_parent {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
}

.recenzii-row > div {
    max-width: 1470px;
    margin: 0 auto !important;
    float: none !important;
    padding: 25px 0 70px;
}

.recenzii-row > div .title-space h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.recenzii-row > div .title-space h2::before {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.recenzii-row > div .title-space {
    text-align: center;
}

.recenzii-row > div .title-space h3 {
    font-size: 52px;
    line-height: 57px;
    color: #3a1916;
    max-width: 800px;
    margin: 0 auto;
}

.recenzii-row > div p.btn-btn {
    text-align: center;
}

div#page {
    padding-bottom: 10px;
}

.main-footer-prime {
    padding: 100px 0 0;
    margin-bottom: 20px;
}

.footer-logo-prime img {
    width: 100%;
    max-width: 168px;
}

.about-footer-content-prime {
    margin-top: 30px;
}

.about-footer-content-prime p {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-contact-list-prime {
    margin-top: 40px;
}

.footer-contact-item-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.footer-contact-item-prime:last-child {
    margin-bottom: 0;
}

.footer-contact-item-prime .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #d9b8d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-item-prime .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #111;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
    border-radius: 10px;
}

.footer-contact-item-prime:hover .icon-box::before {
    transform: scale(1) rotate(180deg);
}

.footer-contact-item-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    filter: brightness(0) invert(0);
}

.footer-contact-item-prime:hover .icon-box img {
    /* filter: brightness(0) invert(0); */
    filter: unset;
}

.footer-item-content-prime {
    width: calc(100% - 65px);
}

.footer-item-content-prime p {
    color: #111 !important;
    margin-bottom: 5px !important;
}

.footer-item-content-prime h3 {
    font-size: 18px;
    color: #111;
    margin: 0;
}

.footer-contact-item-prime h3 a {
    color: #111;
    transition: all 0.4s ease-in-out;
}

.footer-contact-item-prime h3 a:hover {
    color: #8C748C;
}

footer.footer1 .container {
    width: 1500px;
}

.preturi-section .row {
    display: flex;
    gap: 0 5px;
    align-items: flex-start;
    justify-content: center;
}

.preturi-section .row:not(.masonry-ready) {
    display: block;
}

.preturi-section .row:not(.masonry-ready) > .col-md-6 {
    width: 100%;
    float: none;
    margin: 0 0 30px;
}

.preturi-section .masonry-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(50% - 15px);
    min-width: 0;
}

.preturi-section .masonry-col .price-card {
    margin: 0;
    width: 100%;
}

.preturi-section .price-card {
    margin: 0 0 15px;
}

.preturi-section .masonry-col > div {
    width: 100%;
}

.footer-top {
    padding: 60px 0;
}

.col-md-4.sidebar-2 {
    width: 40%;
}

.col-md-4.sidebar-3 {
    width: 25%;
}

.col-md-4.sidebar-3 .footer-contact-list-prime {
    margin-top: 15px;
}

.social-f a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
}

.social-f a[title="facebook"] {
    background-color: #1877F2;
}

/* TikTok */
.social-f a[href*="tiktok"] {
    background-color: #000000;
}

/* Instagram */
.social-f a[title="instagram"] {
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

/* hover effect */
.social-f a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.video-play-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
    align-items: center;
    margin-left: 30px;
}

.video-play-button a {
    position: relative;
    height: 40px;
    width: 40px;
    background: #d9b8d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.video-play-button:hover a {
    background: #CB9ECB;
}

.video-play-button a.bg-effect:before, .video-play-button a.bg-effect:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 100%;
    height: 100%;
    border: 32px solid #fff;
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button a.bg-effect:after {
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button a i {
    font-size: 14px;
    color: #fff;
    margin-left: 2px;
    transition: all 0.3s ease-in-out;
}

.video-play-button:hover a i {
    color: #fff;
}

.video-play-button h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background: #F5ECF1 !important;
}

.law_slider_box_shortcode_serv2 img:hover {
    transform: scale(1.1);
}

.rotate-div {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: none;
}

.law_slider_box_shortcode_serv2:hover .rotate-div img {
    transform: scale(1.1) rotate(5deg);
}

.image-slide-inner {
    overflow: hidden;
    position: relative;
}

.image-slide-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vet-contact {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
    font-family: inherit;
}

/* butoanele de call / chat, ascunse pana se deschide meniul */
.vet-contact__option {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--ink);
    padding: 10px 18px 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(108, 86, 108, 0.18);
    border: 1px solid var(--lilac-soft);
    opacity: 0;
    transform: translateY(10px) scale(.9);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease, background .2s ease;
    white-space: nowrap;
}

.vet-contact.is-open .vet-contact__option {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.vet-contact.is-open .vet-contact__option:nth-child(2) {
    transition-delay: .04s;
}

.vet-contact.is-open .vet-contact__option:nth-child(3) {
    transition-delay: .10s;
}

.vet-contact__option .icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    flex-shrink: 0;
}

.vet-contact__option--call .icon-circle {
    background: var(--plum);
}

.vet-contact__option--chat .icon-circle {
    background: #25D366;
}

.vet-contact__option:hover {
    background: var(--lilac-soft);
}

/* butonul principal, cu laba de pisicuta */
.vet-contact__trigger {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: linear-gradient(145deg, var(--plum) 0%, var(--plum-deep) 100%);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(108, 86, 108, 0.38);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

.vet-contact__trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(108, 86, 108, 0.46);
}

.vet-contact__trigger:active {
    transform: translateY(0) scale(.96);
}

.vet-contact__trigger .fa-paw, .vet-contact__trigger .fa-times {
    position: absolute;
    transition: opacity .2s ease, transform .2s ease;
}

.vet-contact__trigger .fa-times {
    opacity: 0;
    transform: rotate(-45deg) scale(.6);
}

.vet-contact.is-open .vet-contact__trigger .fa-paw {
    opacity: 0;
    transform: rotate(45deg) scale(.6);
}

.vet-contact.is-open .vet-contact__trigger .fa-times {
    opacity: 1;
    transform: rotate(0) scale(1);
}

/* puls discret, o singura data la incarcare, ca sa atraga atentia */
.vet-contact__trigger::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--lilac);
    animation: vet-pulse 2.4s ease-out 1;
}

@keyframes vet-pulse {
    0% {
        opacity: .9;
        transform: scale(.9);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vet-contact__trigger::after {
        animation: none;
    }

    .vet-contact__option, .vet-contact__trigger .fa-paw, .vet-contact__trigger .fa-times {
        transition: none;
    }
}

@media (max-width: 480px) {
    .vet-contact {
        right: 14px;
        bottom: 14px;
    }

    .vet-contact__trigger {
        width: 56px;
        height: 56px;
        font-size: 21px;
    }

    .vet-contact__option {
        font-size: 13px;
        padding: 9px 14px 9px 12px;
    }
}

.sticky-call-actions {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-50%);
}

.sticky-action {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

.sticky-action i {
    font-size: 23px;
    line-height: 1;
}

/* Tooltip */
.sticky-action span {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #222;
    padding: 8px 13px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.sticky-action:hover span {
    opacity: 1;
    visibility: visible;
}

/* WhatsApp */
.sticky-whatsapp {
    background: #25D366;
}

.sticky-whatsapp:hover {
    background: #20bd5a;
    transform: scale(1.08);
}

/* Telefon */
.sticky-phone {
    background: #007bff;
}

.sticky-phone:hover {
    background: #0069d9;
    transform: scale(1.08);
}

/* Google Maps */
.sticky-maps {
    background: #EA4335;
}

.sticky-maps:hover {
    background: #d93025;
    transform: scale(1.08);
}

/* Waze */
.sticky-waze {
    background: #33CCFF;
}

.sticky-waze:hover {
    background: #1eb8eb;
    transform: scale(1.08);
}

/* ========================= MOBILE ========================= */
@media (max-width: 767px) {
    .sticky-call-actions {
        right: 5px;
        bottom: unset;
        gap: 8px;
    }

    .sticky-action {
        width: 48px;
        height: 48px;
    }

    .sticky-action i {
        font-size: 21px;
    }

    .sticky-action span {
        display: none;
    }
}

.sweetthemes-pagination-holder {
    margin: 0;
    text-align: center;
}

.sweetthemes-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Pagination Buttons */
.sweetthemes-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #00B5C8;
    border-radius: 6px;
    color: #00B5C8;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover */
.sweetthemes-pagination .page-numbers:hover {
    background: #00B5C8;
    color: #fff;
    border-color: #00B5C8;
}

/* Current Page */
.sweetthemes-pagination .page-numbers.current {
    background: #00B5C8;
    color: #fff;
    border-color: #00B5C8;
    cursor: default;
}

/* Next Button */
.sweetthemes-pagination .next.page-numbers {
    padding: 0 20px;
    font-weight: 700;
    display: none;
}

nav.navigation.pagination {
    background: transparent;
    margin: 0;
}

/* Dots */
.sweetthemes-pagination .dots {
    border: none;
    background: transparent;
    color: #777;
    min-width: auto;
    padding: 0 5px;
}

/* Accessibility */
.sweetthemes-pagination .screen-reader-text {
    display: none;
}

.sweetthemes-pagination.pagination {
    margin: 0;
}

a.citeste {
    background: #d9b8d9;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #111;
    border-radius: 10px;
    font-weight: 600;
}

a.citeste:hover {
    background: #cb9ecb;
}

ul.tabs_categorias {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

ul.tabs_categorias li a {
    display: block;
    color: #5f5f5f;
    margin-right: 22px;
}

ul.tabs_categorias li.current-cat a {
    color: #fff;
    background-color: #ea5b0b;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: default;
}

body.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 36px;
    line-height: 40px;
}

.recent-posts-section .container {
    /* padding: 0; */
}

h3.recent-posts-title::after {
    content: '';
    width: 166px;
    height: 3px;
    display: block;
    background: #ff3131;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.article-content {
    padding: 20px 0;
}

.box1111-radio h5::before {
    content: "\f497" !important;
}

.box1111-eco h5::before {
    content: "\f03d" !important;
}

.box1111-cardio h5::before {
    content: "\f21e" !important;
}

.article-content-single {
    /* padding-top: 40px; */
    /* padding: 0 15px; */
}

.news-card-img.animar::before {
    height: 0;
}

.news-card-title a {
    color: #111;
    display: block;
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 24px;
    overflow: hidden;
    font-size: 20px;
    line-height: 26px;
    /* min-height: 64px; */
    font-weight: 600;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    /* margin-top: 64px; */
}

.news-card {
    /* background: #fff; */
    overflow: hidden;
    /* border: 1px solid #EAEDF3; */
    transition: all 400ms ease;
    /* border-radius: 16px; */
    margin-bottom: 30px;
}

.news-card:hover {
    /* transform: translateY(-6px); */
    /* box-shadow: 0 28px 56px rgba(0, 0, 0, 0.11); */
}

.news-card-img {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    /* border-radius: 20px; */
}

.news-card:hover .news-card-img img {
    transform: scale(1.06);
}

.news-card-category {
    font-family: Tahoma, Verdana, Segoe, "sans-serif", Arial, sans-serif;
    font-size: 14px;
    color: #ea5b0b;
    font-weight: 400;
    line-height: 171%;
}

body.blog .high-padding, body.category .high-padding {
    padding: 60px 0;
}

.news-card-body {
    /* padding: 28px 28px 32px; */
    padding: 20px 0;
}

.news-card-date {
    font-size: 10px;
    font-weight: 700;
    color: #1A9BD8;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.news-card-title {
    font-size: 18px;
    font-weight: 400;
    /* text-transform: uppercase; */
    /* line-height: 32px; */
    margin: 5px 0 10px;
    color: #111;
}

.news-card-excerpt {
    font-size: 14px;
    /* font-weight: 400; */
    /* line-height: 22PX; */
    margin: 0 0 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    /* min-height: 98px; */
    /* display: none; */
    color: #686868;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1A9BD8;
    transition: all 300ms ease;
}

.news-card-link:hover {
    color: #111;
    gap: 14px;
}

.news-card-link i {
    font-size: 10px;
    transition: all 300ms ease;
}

.news-card-title a:hover {
    color: #cb9ecb;
}

.news-card-title a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: 0;
}

.col-md-4.img-f {
    padding: 25px 15px;
}

.col-md-4.img-f img {
    border-radius: 20px;
}

.article-content-single ul li p {
    margin: 0;
}

.steps-c ol li:last-child {
    margin-bottom: 0;
}

.blog-section > div {
    max-width: 1500px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 9px;
    position: relative;
}

.blog-section > div .title-space h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.blog-section > div .title-space h2::before {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.blog-section > div .title-space {
    text-align: center;
}

.blog-section > div .title-space h3 {
    font-size: 52px;
    line-height: 57px;
    color: #3a1916;
    max-width: 800px;
    margin: 0 auto;
}

.header-title-breadcrumb.relative {
    max-width: 1800px;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
}

.header-title-breadcrumb-overlay::after {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 80.94%, rgba(39, 48, 75, 0.60) 94.81%), linear-gradient(0deg, transparent 81.65%, rgba(39, 48, 75, 0.60) 95%), linear-gradient(270deg, transparent 0%, rgba(39, 48, 75, 0.80) 100%);
}

.header-title-breadcrumb-overlay > div {
    position: relative;
    z-index: 3;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.price-card {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(42,138,138,0.07);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    /* max-width: 600px; */
    margin: 0 auto 30px;
}

.preturi-anchors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border-bottom: none;
    margin: 0 0 40px;
    padding: 15px;
    background-color: #FBF8F1;
    border-radius: 10px;
}

.preturi-anchors > li {
    float: none;
    margin: 0;
}

.preturi-anchors > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 22px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #6b4e4e;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.preturi-anchors > li > a i {
    font-size: 13px;
}

.preturi-anchors > li > a:hover, .preturi-anchors > li > a:focus {
    background-color: rgba(139, 21, 56, 0.08);
    color: #8b1538;
    border: none;
}

.preturi-anchors > li.active > a, .preturi-anchors > li.active > a:hover, .preturi-anchors > li.active > a:focus {
    background-color: #d9b8d9;
    color: #111;
    border: none;
    box-shadow: 0 4px 10px rgba(139, 21, 56, 0.25);
}

.preturi-tab-content {
    padding: 0;
}

.preturi-tab-content > .tab-pane {
    display: none;
}

.preturi-tab-content > .tab-pane.active {
    display: block;
    animation: preturiTabFade 0.3s ease;
}

.separator-bottom {
    border-bottom: 2px solid #ccc;
}

.home-echipa {
    padding: 60px 0 35px;
}


.law_slider_box  button.slick-prev.slick-arrow, .law_slider_box  button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #d9b8d9;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

.law_slider_box  button.slick-prev.slick-arrow::before, .law_slider_box  button.slick-next.slick-arrow::before {
    font-size: 18px;
    font-family: FontAwesome;
    color: #111;
    position: relative;
}

.law_slider_box  button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.law_slider_box  button.slick-next.slick-arrow::before {
    content: '\f105';
}


@keyframes preturiTabFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .preturi-anchors {
        justify-content: flex-start;
        overflow-x: auto;
        border-radius: 30px;
        -webkit-overflow-scrolling: touch;
        background: transparent;
        padding: 0;
        gap: 5px;
    }

    .preturi-anchors > li > a {
        padding: 9px 10px;
        font-size: 13px;
        background: #FBF8F1;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .st-child-pages-wrap .vc_col-sm-4, .st-child-pages-wrap .vc_col-sm-3 {
        width: 50%;
    }
}

.parent-afectiuni > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}

.price-card:hover {
    box-shadow: 0 6px 24px rgba(42,138,138,0.15);
    transform: translateY(-2px);
}

.price-card-header {
    background: #d9b8d9;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-card-header .icon {
    width: 38px;
    height: 38px;
    background: #8C748C;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.price-card-header .icon i {
    color: #fff;
    font-size: 16px;
}

.price-card-header h3 {
    font-weight: 600;
    font-size: 17px;
    color: #111;
    margin: 0;
    letter-spacing: 0.3px;
}

.price-card-body {
    /* padding: 8px 0; */
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 24px;
    border-bottom: 1px solid #f0f7f7;
    transition: background 0.15s;
    background: #fff;
}

.price-row:last-child {
    border-bottom: none;
}

.price-row:hover {
    background: var(--teal-pale);
}

.price-label {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    padding-right: 16px;
    line-height: 1.4;
}

.price-label .duration {
    font-size: 14px;
    color: #686868;
    font-weight: 400;
}

.price-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--teal-dark);
    white-space: nowrap;
}

.price-value span {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
}

/* Accent header variants */
.price-card-header.accent-orange {
    background: #c0622a;
}

.price-card-header.accent-dark {
    background: var(--teal-dark);
}

.price-card-header.accent-mid {
    background: #2e7d7d;
}

.price-card-header.accent-slate {
    background: #3a6080;
}

.price-card-header.accent-plum {
    background: #6b4e71;
}

.price-card-header.accent-green {
    background: #3a7d5a;
}

.footnotes {
    background: var(--teal-pale);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px 26px;
    margin-top: 10px;
}

.footnotes p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin: 0 0 6px;
    line-height: 1.5;
}

.footnotes p:last-child {
    margin-bottom: 0;
}

.footnotes i {
    color: var(--teal);
    margin-right: 6px;
}

.st-preturi-footnotes p {
    font-size: 16px;
    line-height: 24px;
}

section.preturi-section {
    padding: 40px 0;
}

.ul2 {
    max-width: 100%;
}

.ul2 .wpb_wrapper > p {
    margin-bottom: 18px;
    line-height: 1.8;
}

/* Lista */
.ul2 ol {
    counter-reset: peterinaria-counter;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

/* Fiecare element */
.ul2 ol li {
    counter-increment: peterinaria-counter;
    position: relative;
    margin: 0 0 22px;
    padding: 24px 25px 24px 78px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ul2 ol li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 22px;
    top: 24px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #8C748C;
    border-radius: 50%;
    font-size: 15px;
}

/* Titlul */
.ul2 ol li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}

/* Textul */
.ul2 ol li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
}

/* Hover */
.ul2 ol li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #8C748C;
}

.ul2 ol li:hover::before {
    background: #333;
}

.ul2 ol li > p:empty {
    display: none;
}

.echipa-row {
    max-width: 1800px;
    margin: 0 auto !important;
    float: none;
    background: #d9b8d942;
    border-radius: 20px;
}

.echipa-row > div {
    padding: 80px 0;
    max-width: 1500px;
    margin: 0 auto !important;
    float: none;
}

.echipa-row > div .title-space {
    text-align: center;
}

.echipa-row > div .title-space h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.echipa-row > div .title-space h2::before {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.echipa-row > div .title-space h3 {
    font-size: 52px;
    line-height: 57px;
    color: #3a1916;
    max-width: 800px;
    margin: 0 auto;
}

.echipa-row > div .vc_col-sm-4:not(.empty) > div > div {
    background: #FFFDF9;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.echipa-row > div .vc_col-sm-4 > div > div h2 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}

.echipa-row > div .vc_col-sm-4 > div > div h2 + p {
    max-width: 320px;
    margin: 0 auto;
}

.echipa-row > div .vc_col-sm-4 > div > div .wpb_single_image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.echipa-row > div .vc_col-sm-4 > div > div .wpb_text_column {
    margin-bottom: 20px;
}

.st-preturi-footnotes {
    padding: 0 10px;
    padding-top: 20px;
}

.imagistica-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 65px 0 10px;
}

.imagistica-row1 > div h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
}

.imagistica-row1 > div h4 {
    font-size: 36px;
    line-height: 46px;
    color: #3a1916;
    font-weight: 700;
}

.imagistica-row1 > div h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.imagistica-row1 {
    max-width: 1800px;
    margin: 0 auto !important;
    float: none;
    background: #d9b8d942;
    border-radius: 20px;
}

.imagistica-row1 > div img {
    border-radius: 20px;
}

.imagistica-row2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 65px 0 35px;
}

.gallery_image4 ul.wpb_image_grid_ul {
    margin: 0 -15px;
}

.imagistica-row2 > div h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
}

.imagistica-row2 > div h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.imagistica-row2 > div .wpb_text_column.wpb_content_element {
    margin-bottom: 20px !important;
}

.ambulanta-row1 {
    max-width: 1800px;
    margin: 0 auto !important;
    float: none;
    background: #f8eeee;
    border-radius: 20px;
    overflow: hidden;
}

.ambulanta-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 75px 0px 35px;
}

.ambulanta-row1 > div > .vc_inner {
    display: flex;
    align-items: center;
}

.ambulanta-row1 > div > .vc_inner > div:first-child {
    min-height: 450px;
    background: url("../images/ambulanta.jpg") center center / cover no-repeat;
    border-radius: 20px;
}

.ambulanta-row1 > div > .vc_inner > div:last-child {
    padding-left: 70px;
}

.ambulanta-row1 h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    margin-top: 0;
}

.ambulanta-row1 h3:before {
    content: "\f0f9";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    color: #d9b8d9;
}

.ambulanta-row1 h4 {
    font-size: 42px;
    line-height: 50px;
    color: #3a1916;
    font-weight: 700;
    margin: 0 0 20px;
}

.ambulanta-row1 p {
    font-size: 16px;
    line-height: 28px;
    color: #5f5553;
}

.ambulanta-row1 ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.ambulanta-row1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
    color: #3a1916;
}

.ambulanta-row1 li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    background: #d9b8d9;
    color: #111;
    font-size: 10px;
}

.ambulanta-row2 {
    max-width: 1800px;
    margin: 45px auto 50px !important;
    float: none;
}

.ambulanta-row2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
}

.ambulanta-row2 > div > .wpb_wrapper > .text-center {
    margin-bottom: 45px;
}

.ambulanta-row2 h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    margin: 0 0 12px;
    position: relative;
    display: inline-block;
    padding-left: 35px;
}

.ambulanta-row2 h4 {
    font-size: 38px;
    line-height: 48px;
    color: #3a1916;
    font-weight: 700;
    margin: 0;
}

.ambulanta-row2 > div > .wpb_wrapper > .vc_inner {
    display: flex;
    gap: 30px;
}

.ambulanta-row2 > div > .wpb_wrapper > .vc_inner > div {
    width: 50%;
}

.ambulanta-row2 .box1111, .ambulanta-row2 .box2222 {
    height: 100%;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    border: 1px solid #eee2e2;
    box-shadow: 0 15px 45px rgba(58, 25, 22, 0.08);
    transition: all .3s ease;
}

.ambulanta-row2 .box1111:hover, .ambulanta-row2 .box2222:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 55px rgba(58, 25, 22, 0.12);
}

.ambulanta-row2 .box1111 h5, .ambulanta-row2 .box2222 h5 {
    position: relative;
    font-size: 25px;
    line-height: 34px;
    color: #3a1916;
    font-weight: 700;
    padding-left: 55px;
    margin: 0 0 15px;
}

.ambulanta-row2 .box1111 h5:before, .ambulanta-row2 .box2222 h5:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #d9b8d9;
    color: #111;
    font-size: 18px;
}

.ambulanta-row2 .box1111 h5:before {
    content: "\f0fa";
}

.ambulanta-row2 .box2222 h5:before {
    content: "\f0f9";
}

.ambulanta-row2 .box1111 p, .ambulanta-row2 .box2222 p {
    font-size: 15px;
    line-height: 24px;
    color: #665b59;
    margin-bottom: 18px;
}

.ambulanta-row2 .box1111 ul, .ambulanta-row2 .box2222 ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.ambulanta-row2 .box1111 li, .ambulanta-row2 .box2222 li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 23px;
    color: #111;
}

.ambulanta-row2 .box1111 li:before, .ambulanta-row2 .box2222 li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
    color: #d9b8d9;
    font-size: 16px;
}

.ambulanta-row2 em {
    color: #3a1916;
    font-style: normal;
    font-weight: 500;
}
.preturi-group-title + .row.masonry-ready {
    margin: 0 -30px !important;
}
@media (max-width: 991px) {
    .ambulanta-row1 > div {
        padding: 50px 30px;
    }

    .ambulanta-row1 > div > .vc_inner {
        display: block;
    }

    .ambulanta-row1 > div > .vc_inner > div:first-child {
        min-height: 350px;
        margin-bottom: 40px;
    }

    .ambulanta-row1 > div > .vc_inner > div:last-child {
        padding-left: 0;
    }

    .ambulanta-row1 h4 {
        font-size: 34px;
        line-height: 42px;
    }

    .ambulanta-row2 {
        padding: 60px 30px;
    }

    .ambulanta-row2 > div > .wpb_wrapper > .vc_inner {
        display: block;
    }

    .ambulanta-row2 > div > .wpb_wrapper > .vc_inner > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .ambulanta-row2 h4 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .ambulanta-row1 {
        border-radius: 0;
    }

    .ambulanta-row1 > div {
        padding: 20px 0px;
    }

    .ambulanta-row1 > div > .vc_inner > div:first-child {
        min-height: 250px;
    }

    .ambulanta-row1 h3 {
        font-size: 14px;
        margin-top: 20px;
    }

    .ambulanta-row1 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .ambulanta-row2 {
        padding: 50px 0px;
    }

    .ambulanta-row2 h4 {
        font-size: 27px;
        line-height: 35px;
    }

    .ambulanta-row2 .box1111, .ambulanta-row2 .box2222 {
        padding: 30px 25px;
    }

    .ambulanta-row2 .box1111 h5, .ambulanta-row2 .box2222 h5 {
        font-size: 21px;
        line-height: 29px;
    }
}
.law_slider_box_shortcode_parent > div:last-child {
    grid-column: 2 / span 2;
    justify-self: center;
    width: calc(50% - 10px);
}

.ambulanta-row2 h3::before {
    content: '';
    content: "\f0f9";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    color: #d9b8d9;
}

.ambulanta-row2 .box1111 p em {
    color: #111;
    font-weight: 600;
}

.ambulanta-row2 > div p.btn-btn {
    text-align: center;
}

.contact-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 0 45px;
}

.contact-row1 {
    max-width: 1800px;
    margin: 0 auto 30px !important;
    float: none;
    background: #f8eeee;
    border-radius: 20px;
    overflow: hidden;
}

.contact-row1 .title-space h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3a1916;
    position: relative;
    padding-left: 30px;
    margin-top: 0;
}

.contact-row1 .title-space h3 {
    margin: 0 0 12px;
    color: #17243d;
    font-size: 36px;
    font-weight: 800;
}

.contact-row1 h3 + p {
    max-width: 620px;
    margin: 0 0 25px;
    color: #71809a;
    font-size: 15px;
    line-height: 1.7;
}

.contact-row1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-row1 ul li br {
    display: none;
}

.contact-row1 ul > li {
    position: relative;
    padding: 15px 0 10px 60px;
    margin-bottom: 10px;
}

.contact-row1 ul > li:before {
    position: absolute;
    left: 0;
    top: 17px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d9b8d9;
    color: #8050a0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
}

.contact-row1 ul > li:nth-child(1):before {
    content: "\f095";
}

.contact-row1 ul > li:nth-child(2):before {
    content: "\f0e0";
}

.contact-row1 ul > li:nth-child(3):before {
    content: "\f3c5";
}

.contact-row1 ul > li:nth-child(4):before {
    content: "\f017";
}

.contact-row1 ul > li strong {
    display: block;
    margin-bottom: 2px;
    color: #17243d;
    font-size: 18px;
    font-weight: 700;
}

.contact-row1 ul > li a, .contact-row1 ul > li span {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 1.5;
}

.contact-row1 > ul > li a {
    text-decoration: none;
    font-weight: 600;
}

.contact-row1 > ul > li small {
    display: block;
    margin-top: 1px;
    color: #91a0b5;
    font-size: 12px;
}

.contact-row1 > ul > li:nth-child(4) span {
    color: #71809a;
}

.ambulanta {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 16px 25px 16px 62px;
    min-width: 335px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f2e5f7, #eee5fa);
}

.ambulanta:before {
    content: "\f0f9";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #8050a0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
}

.ambulanta strong {
    color: #754394;
    font-size: 18px;
}

.ambulanta a {
    margin-top: 3px;
    color: #8c72a5;
    font-size: 14px;
    text-decoration: none;
}

.ambulanta br {
    display: none;
}

.consultatii-specialitate-row {
    max-width: 1800px;
    margin: 30px auto !important;
    float: none;
    background: #d9b8d942;
    border-radius: 20px;
}

.consultatii-specialitate-row > div {
    padding: 80px 0 35px;
    max-width: 1500px;
    margin: 0 auto !important;
    float: none;
    text-align: center;
}

.consultatii-specialitate-row > div .vc_col-sm-4 {
    margin-bottom: 30px;
}

.preturi-anchors li {
    margin: 0 8px 8px 0;
}

.preturi-anchor-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.preturi-anchor-link:hover, .preturi-anchor-link:focus {
    background: #008080;
    color: #fff;
    text-decoration: none;
}

.preturi-section-group {
    /* margin-bottom: 50px; */
    /* scroll-margin-top: 90px; */
    /* ajusteazÃ„Æ’ cÃƒÂ¢t e header-ul tÃ„Æ’u fix */
}

.preturi-group-title {
    margin-bottom: 20px;
    display: none !important;
}

.consultatii-specialitate-row > div .vc_col-sm-4:not(.hidden1) > div > div {
    padding: 10px;
    margin: 10px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    transition: all 400ms ease;
    position: relative;
    overflow: hidden;
}

.consultatii-specialitate-row > div .vc_col-sm-4 > div > div img {
    border-radius: 10px;
}

.consultatii-specialitate-row > div .vc_col-sm-4 > div > div h2 {
    font-size: 22px;
    color: #111;
    line-height: 32px;
}

.contact-row1 .title-space h2::before {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-paw.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.contact-row1 ul > li small {
    font-size: 12px;
}

.box-contact {
    padding: 30px;
    border: 1px solid #ccc;
    background: #FFFDF9;
    border-radius: 10px;
}

.wpcf7-acceptance * {
    font-weight: 400;
}

.wpcf7-acceptance input {
    position: relative;
    top: 2px;
}

.box-contact h2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d9b8d9;
    color: #8050a0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 17px;
    content: "\f0e0";
}

.box-contact h2 {
    position: relative;
    margin: 0 0 5px;
    color: #17243d;
    font-size: 26px;
    font-weight: 800;
    padding-left: 60px;
}

.box-contact h2 + p {
    padding-left: 60px;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-row2 {
    max-width: 1830px;
    margin: 0 auto 30px !important;
    float: none;
    overflow: hidden;
}

.contact-row2 iframe {
    border-radius: 20px;
}
.ambulanta-row2 > div .wpb_single_image {
    margin: 0 !important;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
@media(min-width: 1300px) {
     .law_slider_box-child {
        width: 1270px;
    }
}
@media(max-width: 1850px) {
    nav#sweetthemes-main-head > div {
        max-width: 1270px;
    }

   

    #navbar .menu-item > a {
        font-size: 14px;
        padding: 0 12px;
    }

    .law_slider_box-child2 h2 + h2 {
        font-size: 60px;
    }

    .law_slider_shortcode {
        margin: 10px;
    }

    .law_slider_box-slide {
        height: unset;
        padding: 250px 0 150px;
    }

    .about-section1 > div {
        max-width: 1270px;
    }

    .about-section2 {
        max-width: unset;
        width: calc(100% - 20px);
    }

    .about-section2 > div {
        max-width: 1270px;
    }

    .law_slider_box_shortcode_serv2 h2 {
        font-size: 15px;
        line-height: 22px;
    }

    .about-section2 p.btn-btn {
        margin-top: 30px;
    }

    .recenzii-row > div {
        max-width: 1270px;
    }

    footer.footer1 .container {
        width: 1270px;
    }

    footer {
        max-width: unset;
        width: calc(100% - 20px);
    }

    footer .textwidget p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-section > div {
        max-width: 1270px;
    }

    .footer-item-content-prime h3 {
        font-size: 14px;
    }

    footer .footer-top .menu .menu-item a {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
    }

    .footer-contact-item-prime {
        margin-bottom: 15px;
    }

    .law_slider_box_shortcode_parent {
        padding-top: 0px;
    }

    aside#custom_html-4 p {
        padding: 0 !important;
    }

    footer aside#custom_html-5 {
        margin: 0 !important;
    }

    .footer-contact-list-prime {
        margin-top: 10px;
    }

    .header-title-breadcrumb.relative {
        max-width: calc(100% - 20px);
    }

    .echipa-row > div {
        max-width: 1270px;
    }

    .footer-top {
        padding: 30px 0;
    }

    p.copyright {
        font-size: 14px;
    }
}

@media(max-width: 1024px) {
  
    header nav ul {
        display: block;
        width: 100%;
    }
    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }
    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }
    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid #fff;
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
        font-size: 16px;
    }
    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }
    .show-menu .action-expand::after {
        content: "\f106";
    }
    .menu .menu-item {
        display: block;
    }
    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
        width: 100%;
        background: #d9b8d9;
    }
    .logo img, .navbar-header .logo img {
        max-width: 120px;
    }
    .navbar-header.col-md-3 {
        padding: 0 15px;
        width: 100%;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .law_slider_shortcode {
        margin: 0 -15px;
        border-radius: 0;
    }

    nav#sweetthemes-main-head > div > div {
        display: block;
    }

    .law_slider_box button.slick-prev.slick-arrow, .law_slider_box button.slick-next.slick-arrow {
        display: none !important;
    }

    .vc_row, .vc_section {
        margin: 0 !important;
    }

    .logo.img-logo {
        display: inline-block;
    }

    header.header2 {
        top: 5px;
    }
    .law_slider_box-slide {
        background-size: cover !important;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .law_slider_box-child2 h2 + h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .law_slider_box-child {
        display: block;
        width: auto;
    }

    .about-section1 > div h3 {font-size: 26px;line-height: 36px;}

    .about-section1 > div .vc_row {
        display: flex;
        flex-direction: column;
    }

    .about-section1 > div .vc_row > div:first-child {
        order: 2;
    }

    .about-section1 > div .vc_row > div:last-child {
        order: 1;
    }

    .about-section1 > div {
        padding: 30px 0;
    }

    .image-slide-inner img {
        height: 300px !important;
    }

    .img-slider-slick-shortcode {
        margin-top: 30px;
    }

    .ab22 p a {
        display: block;
    }

    .ab22 {
        padding-top: 20px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .about-section2 > div .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-section2 > div {
        padding: 30px 0;
    }

    .law_slider_box_shortcode_parent {
        grid-template-columns: repeat(1, 1fr);
        display: block;
    }

    .about-section2 {
        width: 100%;
        border-radius: 0;
    }

    .law_slider_box_shortcode_serv {
        margin-bottom: 30px !important;
    }

    .law_slider_box_shortcode_parent > div:last-child {
        width: 100%;
    }

    .contact-row2 .vc_empty_space {
        height: 30px !important;
    }

    .recenzii-row > div .title-space h3 {
        font-size: 26px;
        line-height: 36px;
    }

    footer.footer1 .container {
        width: 100%;
        padding: 5px 15px !important;
    }

    .footer-row-1 .col-md-4 {
        width: 100%;
        overflow: hidden;
        padding: 5px 15px;
    }

    div#page {
        padding-bottom: 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .header-title-breadcrumb.relative {
        max-width: unset;
        border-radius: 0;
        margin: 0;
    }

    ol.breadcrumb {
        padding-top: 10px;
    }

    .header-title-breadcrumb-overlay {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    section.preturi-section {
        padding: 30px 0;
    }

    section.preturi-section > div {
        padding: 0;
    }
    .echipa-row > div {
        padding: 30px 0;
    }
    .gallery_image44 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .echipa-row {
        border-radius: 0;
    }
    .consultatii-specialitate-row > div {
        padding: 20px 0;
    }

    .consultatii-specialitate-row > div .vc_col-sm-4:not(.hidden1) > div > div {
        margin: 0 !important;
    }
    .contact-row1 > div {
        padding: 30px 0;
    }

    .box-contact h2 {
        font-size: 20px;
    }

    .box-contact {
        padding: 30px 15px;
    }

    .contact-row1 > div > div {
        padding: 0 !important;
    }
    .consultatii-specialitate-row > div .vc_col-sm-4 {
        margin: 0 0 15px !important;
    }
}