 /*
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; 

}
* {
    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;
}
ul.tabs.wc-tabs {
    display: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    padding: 0 30px;
}

.col-md-8.grid-products {
    display: flex;
    flex-flow: row wrap;
}

/* Container general */
.sweetthemes-pagination-holder {
    text-align: center !important;
    margin: 0px 0 !important;
}

/* Wrapper pagination */
.sweetthemes-pagination.pagination {
    display: inline-block !important;
    margin: 0;
}

/* Link-uri + numere */
.sweetthemes-pagination-holder .page-numbers {
    display: inline-block !important;
    padding: 8px 14px !important;
    margin: 0 5px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    color: #333 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
}
.product-share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.share-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
    COLOR: #FFF !IMPORTANT;
}

.share-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.share-btn--facebook {
    background-color: #1877F2;
    color: #fff;
}

.share-btn--whatsapp {
    background-color: #25D366;
    color: #fff;
}

.share-btn i {
    font-size: 16px;
}
/* Hover */
.sweetthemes-pagination-holder .page-numbers:hover {
    background: #0A2357 !important;
    color: #fff !important;
    border-color: #0A2357 !important;
}
nav.navigation.pagination {
    background: transparent;
    margin: 0;
}
/* Pagina curentÃ„Æ’ */
.sweetthemes-pagination-holder .page-numbers.current {
    background: #0A2357 !important;
    color: #fff !important;
    border-color: #0A2357 !important;
    cursor: default !important;
}

/* Punctele (dots) */
.sweetthemes-pagination-holder .page-numbers.dots {
    border: none !important;
    background: transparent !important;
    cursor: default !important;
}

/* Next / Previous */
.sweetthemes-pagination-holder .page-numbers.next,
.sweetthemes-pagination-holder .page-numbers.prev {
    font-weight: bold !important;
}

.logo img, .navbar-header .logo img {
 max-width: 100px;
 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: #fff;
    font-family: 'Roboto', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #858585;
}
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: #fde80240;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.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: 25% !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;
}

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 24px 15px 0 !important;
    padding: 0px 15px;
    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: #0A2357  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    color: #fff;
}
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: #FDE701 !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 5px 20px rgb(17 17 17 / 5%);
}
/*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: 999999999999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #FDE701;
}
.nabbar2 {
    text-align: center;
    padding: 0px;
    background: #0A2357;
    /* margin-bottom: -30px; */
    position: relative;
    z-index: 3;
}
.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: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid #FDE701;
}


#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: inline-block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 20px 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: 60px;
    padding: revert-layer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Chivo', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0 18px;
}
.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: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 345px;
}
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: 'Roboto', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 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: #FDE802;
}
aside#media_image-3 {
    /* TEXT-ALIGN: CENTER; */
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #FDE802 !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;
}
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: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 120px !important;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', Arial;
}
p.copyright a {
    color: #FDE802;
    font-weight: 400;
}

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

footer {
    background-color: #000;
    clear: both;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

/* 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: #0A2357;border: none;color: #fff;font-size: 16px;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: 0;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; */font-family: "Roboto", Arial;border-radius: 10px;}

.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: #111;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #F6F8FC;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: 10px;width: 100%;outline: none;font-family: Roboto;margin: 5px 0 0px;font-weight: 400;border: 1px solid #ccc;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 30px 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: #111;

}
.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: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 500;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    position: relative;
    z-index: 1;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 130px 0;
    background-size: cover;
    background-position: center center;
    text-align: left;
    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: 'Chivo', Arial;
}


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


.static-btn a.default-btn2 {
    font-size: 14px;
    font-weight: 500;
    /* text-transform: capitalize; */
    line-height: 14px;
    letter-spacing: 0px;
    padding: 15px 30px 15px 30px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #0A2357;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    color: #111;
    display: inline-block;
    font-family: 'Chivo', arial;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
}

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

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

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

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

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

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

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

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

.static-btn a.default-btn2:hover {
    color: #fff;
}

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

header .static-btn {
    margin-top: 7px;
    text-align: right;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.info-p {
    display: inline-block;
    position: relative;
}

.info-p i {
    color: #040F92;
    margin-right: 7px;
    position: relative;
    top: 1px;
    width: 40px;
    height: 40px;
    background: #FDE802;
    line-height: 40px;
    text-align: center;
    border: 1px solid #040F92;
}

.info-p a {
    color: #040F92;
}

.elements-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

nav#sweetthemes-main-head > div > div {}

.info-p::after {
    content: '';
    background: #858585;
    display: inline-block;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: -29px;
    opacity: .2;
}

.navbar-header.col-md-3.col-sm-2 {
    padding: 0;
}
body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
    border-bottom: 3px solid;
}

@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.law_slider_box-slide::after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(104deg, #0A2357 15.39%, #0A235700 62.56%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}

.law_slider_box-slide {
    position: relative;
    padding: 250px 0;
    background-size: cover;
    background-position: center;
}
.law_slider_box-slide > div {
    position: relative;
    z-index: 3;
}
.law_slider_box-slide > div h4 + p {
    font-size: 52px;
    line-height: 60px;
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 30px;
    font-family: 'Chivo', Arial;
    font-weight: 500;
}
.law_slider_box-slide::before {
    background-image: linear-gradient(101deg, #0A2357 22.5%, #0A235700 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}

.law_slider_box-slide > div h4 + p + p {
    max-width: 800px;
    color: #fff;
}

.law_slider_box-slide > div h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.law_slider_box-slide > div h4::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #FDE701;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.btn-sli .law_slider_btn {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}
.btn-sli .law_slider_btn {
    background: #FDE802;
    margin-right: 30px;
    line-height: 45px;
    height: 45px;
    color: #111;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Chivo', arial;
}
.btn-sli .law_slider_btn:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn-sli .law_slider_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.btn-sli .law_slider_btn:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.btn-sli .law_slider_btn:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.btn-sli .law_slider_btn:hover {
    color: #fff;
}


.btn-sli .law_slider_btn2 {
    background: transparent;
    line-height: 43px;
    /* margin: 0 15px; */
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
    text-transform: uppercase;
    font-family: 'Chivo', arial;
}


.btn-sli .law_slider_btn2:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn-sli .law_slider_btn2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.btn-sli .law_slider_btn2:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.btn-sli .law_slider_btn2:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
}
.btn-sli .law_slider_btn2:hover {
    border-color: #000;
}

.btn-sli {
    margin-top: 30px;
}

.law_slider_shortcode  button.slick-prev.slick-arrow, .law_slider_shortcode  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: transparent;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}

.law_slider_shortcode  button.slick-prev.slick-arrow::before, .law_slider_shortcode  button.slick-next.slick-arrow::before {
    font-size: 22px;
    font-family: FontAwesome;
    color: #fff;
    position: relative;
    text-align: ce;
}

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

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



.law_slider_shortcode ul.prezentari-dots li {
    display: inline-block;
}
.law_slider_shortcode ul.prezentari-dots li {
    cursor: pointer;
}

.law_slider_shortcode ul.prezentari-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.law_slider_shortcode ul.prezentari-dots li svg.fp-arc-loader .path {
    display: none;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}
.law_slider_shortcode ul.prezentari-dots {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path {
    stroke: #FDE802;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #FDE802;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}


.home-section1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 0 0;
}
.home-section1 > div .title-space h3 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    color: #0A2357;
}
.home-section1 > div .vc_col-sm-6 h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #0A2357;
    margin-bottom: 40px;
}


.btn-style1 {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}
.btn-style1 {
    background: #FDE802;
    margin-right: 30px;
    line-height: 45px;
    height: 45px;
    color: #111;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Chivo', arial;
}
.btn-style1:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn-style1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.btn-style1:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.btn-style1:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.btn-style1:hover {
    color: #fff;
}

.home-section1 > div .vc_col-sm-6 h3::after {
    content: '';
    width: 300px;
    height: 3px;
    background: #FDE802;
    display: block;
    margin: 20px 0;
}

.home-section1 > div .vc_col-sm-6  ul {
    list-style: none;
    padding: 0;
    margin: 30px -15px  40px !important;
    overflow: hidden;
}

.home-section1 > div .vc_col-sm-6 ul li {
    border: 1px solid #ccc;
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px;
    padding: 26px;
    position: relative;
    padding-left: 149px;
}

.home-section1 > div .vc_col-sm-6 ul li br {
    display: none;
}

.home-section1 > div .vc_col-sm-6 ul li strong {
    font-size: 54px;
    position: absolute;
    left: 15px;
    top: 10px;
    min-width: 122px;
    text-align: right;
    color: #0A2357;
}

.fig2 {
    margin-top: -350px;
    padding-left: 100px;
}

.title-space {
    margin-bottom: 60px !important;
}
.home-section1 > div .vc_col-sm-6 ul li::after {
    content: '';
    width: 41px;
    height: 40px;
    background-image: url(../images/rec.svg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

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

.home-section2 {
    background: #FFF8F5;
    max-width: 1470px;
    margin: 0 auto 90px !important;
}
.home-section2 .title-space h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #0A2357;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}
.home-section2 .title-space h3 + p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.law_slider_box_shortcode33 {padding: 0 15px;margin-bottom: 50px;}

.law_slider_box_shortcode333 {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    transition: all 300ms ease;
}

.law_slider_box_shortcode333 h3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0A2357;
    /* min-height: 72px; */
    margin-top: 0;
}

.law_slider_box_shortcode333 .more-link {
    display: inline-block;
    margin: 0 0 10px;
    color: #0A2357;
    font-size: 14px;
    
    
    
    
    
    
    
    
    
    
.law_slider_box_shortcode333
    h3 a {
    color: #0A2357;
};
}

.law_slider_box_shortcode333 .more-link::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    margin-left: 10px;
}


.law_slider_box_shortcode333::after {
  content: '';
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0A2357;
  transform: scaleX(0);
  transition: transform 0.3s;
  bottom: 0;
  z-index: 3;
}

.law_slider_box_shortcode333:hover::after {transform: scaleX(1);}

.law_slider_box_shortcode333:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}



.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: 30%;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #0A2357;
    text-align: center;
    line-height: 33px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}

.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: #fff;
    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';
}


.home-section3 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0px 0 55px;
}



.home-section3 > div h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #0A2357;
    margin-bottom: 25px;
    margin-top: 0;
}
.home-section3 > div h3::after {
    content: '';
    width: 300px;
    height: 3px;
    background: #FDE802;
    display: block;
    margin: 20px 0;
}


.home-section3 > div p {
    text-align: justify;
}


  .marquee-section {
            width: 100%;
            overflow: hidden;
            background: white;
            padding: 0px 0 0;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
        }

        .marquee-wrapper {
            position: relative;
            overflow: hidden;
        }

        .marquee-inner {
            display: flex;
            width: fit-content;
        }

        .marquee-list {
            display: flex;
            align-items: center;
            list-style: none;
            gap: 60px;
            padding: 0;
            margin: 0;
        }

        .marquee-item {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .logo-item {
            flex-shrink: 0;
            width: 250px;
            /* height: 100px; */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            transition: transform 0.3s ease;
        }

        .logo-item:hover {
            transform: scale(1.1);
        }

        .logo-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            /* filter: grayscale(100%); */
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .logo-item:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }

        /* Stiluri alternative pentru logo-uri */
        .logo-item.style-2 {
            /* background: #f8f9fa; */
            border-radius: 10px;
        }


        .logo-uri-row h3 {
    font-size: 48px;
    line-height: 53px;
    margin: 0px auto 0px !important;
    font-weight: 600;
    color: #0D0D0D;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.logo-uri-row {
    padding: 25px 0 50px;
}


.logo-uri-row > div h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #0A2357;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
}
.logo-uri-row > div h3::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #FDE802;
    display: block;
    margin: 20px auto;
}
.footer-top {
    padding: 60px 0;
}


.social-f a {
    display: inline-block;
    color: #111;
    font-size: 14px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100px;
    line-height: 27px;
    text-align: center;
    margin-left: 5px;
}
.col-md-3.sidebar-2 {
    width: 15%;
}

.col-md-3.sidebar-1 {
    width: 35%;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.header-title-breadcrumb-overlay:after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(104deg, #0A2357 15.39%, #0A235700 62.56%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}


.header-title-breadcrumb-overlay::before {
    background-image: linear-gradient(101deg, #0A2357 22.5%, #0A235700 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}
.law_slider_box_shortcode333 h3 a {
    color: #0A2357;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.produse-posts {
    padding: 80px 0;
}

body.single-proiect .header-title-breadcrumb.relative h1 {
    font-size: 24px;
    line-height: 32px;
}


.proiecte-categorii-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.proiecte-categorii-list li {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proiecte-categorii-list li a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    margin-right: 6px;
    transition: 0.3s;
}

.proiecte-categorii-list li a:hover {
    color: #0A2357;
}

.proiecte-categorii-list .count {
    color: #888;
    font-size: 14px;
}

.produse-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.produse-search-form input[type="text"] {
    padding: 8px;
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.produse-search-form button {
    padding: 8px 14px;
    background: #0A2357;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.produse-search-form button:hover {
    background: #005f8d;
}


    .pdf-download-btn {
            display: block;
            text-decoration: none;
            margin: 10px 0;
            font-family: inherit;
        }
 
        .pdf-download-btn__inner {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 10px;
            background: #fff;
            border: 1.5px solid #e2e8f0;
            border-radius: 14px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
 
        .pdf-download-btn__inner::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            opacity: 0;
            transition: opacity 0.22s ease;
            border-radius: inherit;
        }
 
        .pdf-download-btn:hover .pdf-download-btn__inner {
            border-color: #0A2357;
            box-shadow: 0 6px 24px rgba(14, 165, 233, 0.15);
            transform: translateY(-2px);
        }
 
        .pdf-download-btn:hover .pdf-download-btn__inner::before {
            opacity: 1;
        }
 
        .pdf-download-btn__icon {
            position: relative;
            flex-shrink: 0;
            width: 48px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
            border-radius: 10px;
            border: 1px solid #cbd5e1;
            z-index: 1;
            transition: background 0.22s ease, border-color 0.22s ease;
        }
 
        .pdf-download-btn:hover .pdf-download-btn__icon {
            background: linear-gradient(145deg, #e0f2fe, #bae6fd);
            border-color: #7dd3fc;
        }
 
        .pdf-download-btn__icon svg {
            width: 24px;
            height: 24px;
            color: #64748b;
            transition: color 0.22s ease;
        }
 
        .pdf-download-btn:hover .pdf-download-btn__icon svg {
            color: #0369a1;
        }
 
        .pdf-download-btn__badge {
            position: absolute;
            bottom: -1px;
            left: 50%;
            transform: translateX(-50%);
            background: #dc2626;
            color: #fff;
            font-size: 8px;
            font-weight: 700;
            letter-spacing: 0.05em;
            padding: 2px 5px;
            border-radius: 4px;
            line-height: 1.4;
        }
 
        .pdf-download-btn__info {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 4px;
            z-index: 1;
        }
 
        .pdf-download-btn__title {
            font-size: 14px;
            font-weight: 600;
            color: #0f172a;
            line-height: 1.3;
            transition: color 0.22s ease;
        }
 
        .pdf-download-btn:hover .pdf-download-btn__title {
            color: #0A2357;
        }
 
        .pdf-download-btn__meta {
            display: flex;
            align-items: center;
            gap: 8px;
        }
 
        .pdf-download-btn__filename {
            font-size: 12px;
            color: #64748b;
            font-weight: 500;
        }
 
        .pdf-download-btn__size {
            font-size: 11px;
            color: #94a3b8;
            background: #f1f5f9;
            padding: 1px 7px;
            border-radius: 20px;
            border: 1px solid #e2e8f0;
        }
 
        .pdf-download-btn__arrow {
            flex-shrink: 0;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #f8fafc;
            border: 1.5px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            transition: all 0.22s ease;
        }
 
        .pdf-download-btn__arrow svg {
            width: 16px;
            height: 16px;
            color: #94a3b8;
            transition: all 0.22s ease;
        }
 
        .pdf-download-btn:hover .pdf-download-btn__arrow {
            background: #0A2357;
            border-color: #0A2357;
            transform: translateX(3px);
        }
 
        .pdf-download-btn:hover .pdf-download-btn__arrow svg {
            color: #fff;
        }
 
        @media (max-width: 480px) {
            .pdf-download-btn__inner {
                padding: 12px 14px;
                gap: 12px;
            }
            .pdf-download-btn__title {
                font-size: 13px;
            }
        }


body.single-product .nine-high-padding {
    padding: 60px 0;
    background: #f6f6f6;
}
.produse-posts article {
    margin-bottom: 30px;
}
/* ============================================================
   PRODUS HERO CARD
   ============================================================ */

.produs-hero-card {
    display: flex;
    align-items: flex-start;
    gap: 0;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* --- Imagine stanga --- */
.produs-hero-image {
    flex: 0 0 220px;
    min-height: 200px;
    background: #f5f7fa;
    border-right: 1px solid #e4e9ef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.produs-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.produs-hero-card:hover .produs-hero-image img {
    transform: scale(1.03);
}

.produs-hero-image__placeholder {
    color: #c5cdd8;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
}

/* --- Info dreapta --- */
.produs-hero-info {
    flex: 1;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Titlu produs */
.produs-hero-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2332;
    line-height: 1.45;
    margin: 0 0 14px 0;
    padding: 0;
    border: none;
}

/* Separator */
.produs-hero-divider {
    width: 40px;
    height: 3px;
    background: #0A2357;
    border-radius: 2px;
    margin-bottom: 18px;
}

/* Lista contact */
.produs-hero-contact {
    list-style: none;
    margin: 0 0 22px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.produs-hero-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.produs-hero-contact__icon {
    width: 30px;
    height: 30px;
    background: #f0f3f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    color: #0A2357;
    transition: background 0.2s, color 0.2s;
}

.produs-hero-contact li:hover .produs-hero-contact__icon {
    background: #c0392b;
    color: #fff;
}

.produs-hero-contact a {
    font-size: 16px;
    color: #34495e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.produs-hero-contact a:hover {
    color: #c0392b;
}

/* Buton Cerere Oferta */
.produs-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0A2357;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background 0.22s, transform 0.15s, box-shadow 0.22s;
    box-shadow: 0 3px 10px rgba(192, 57, 43, 0.3);
    align-self: flex-start;
}

.produs-hero-btn:hover,
.produs-hero-btn:focus {
    background: #FDE802;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(192, 57, 43, 0.38);
    color: #111;
    outline: none;
}

.produs-hero-btn:active {
    transform: translateY(0);
}

.produs-hero-btn .fa-paper-plane {
    font-size: 13px;
}

.produs-hero-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.18);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: 4px;
    transition: background 0.2s;
}

.produs-hero-btn:hover .produs-hero-btn__arrow {
    background: #111;
    color: #fff;
}

/* Continut produs */
.produs-content {
    margin-top: 8px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e4e9ef;
}


/* ============================================================
   MODAL CERERE OFERTA (Bootstrap 3)
   ============================================================ */

.modal-cerere-dialog {
    margin-top: 60px;
}

.modal-cerere-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Header */
.modal-cerere-header {
    background: #c0392b;
    border-bottom: none;
    padding: 20px 24px;
    border-radius: 0;
}

.modal-cerere-header__inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.modal-cerere-header__icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.modal-cerere-header .modal-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.modal-cerere-header__subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
}

/* Buton close */
.modal-cerere-close {
    position: absolute;
    top: 14px;
    right: 18px;
    color: rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    font-size: 20px;
    background: transparent;
    border: none;
    padding: 4px;
    transition: color 0.2s;
    z-index: 10;
}

.modal-cerere-close:hover {
    color: #ffffff !important;
}

/* Body */
.modal-cerere-body {
    padding: 28px 28px 10px;
    background: #fff;
}

/* Override CF7 styles in modal */
.modal-cerere-body .wpcf7-form p {
    margin-bottom: 0;
}

.modal-cerere-body .wpcf7-form input[type="text"],
.modal-cerere-body .wpcf7-form input[type="email"],
.modal-cerere-body .wpcf7-form input[type="tel"],
.modal-cerere-body .wpcf7-form textarea,
.modal-cerere-body .wpcf7-form select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dde2ea;
    border-radius: 4px;
    font-size: 14px;
    color: #2c3e50;
    background: #f9fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none;
    -webkit-appearance: none;
}

.modal-cerere-body .wpcf7-form input[type="text"]:focus,
.modal-cerere-body .wpcf7-form input[type="email"]:focus,
.modal-cerere-body .wpcf7-form input[type="tel"]:focus,
.modal-cerere-body .wpcf7-form textarea:focus,
.modal-cerere-body .wpcf7-form select:focus {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
    outline: none;
    background: #fff;
}

.modal-cerere-body .wpcf7-form textarea {
    height: 100px;
    resize: vertical;
}

.modal-cerere-body .wpcf7-form input[type="submit"] {
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 11px 28px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: background 0.2s, box-shadow 0.2s;
}

.modal-cerere-body .wpcf7-form input[type="submit"]:hover {
    background: #a93226;
    box-shadow: 0 4px 14px rgba(192, 57, 43, 0.3);
}

.modal-cerere-body .wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.modal-cerere-body .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    border: none !important;
}

.modal-cerere-body .wpcf7-mail-sent-ok {
    background: #eafaf1;
    color: #1e8449;
    border-left: 3px solid #1e8449 !important;
}

.modal-cerere-body .wpcf7-validation-errors,
.modal-cerere-body .wpcf7-spam-blocked {
    background: #fef9e7;
    color: #b7770d;
    border-left: 3px solid #f39c12 !important;
}

/* Footer */
.modal-cerere-footer {
    background: #f5f7fa;
    border-top: 1px solid #e8ecf0;
    padding: 14px 24px;
}

.modal-cerere-btn-close {
    background: transparent;
    color: #7f8c8d;
    border: 1px solid #cdd3da;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 13px;
    transition: all 0.2s;
}

.modal-cerere-btn-close:hover {
    background: #e8ecf0;
    color: #2c3e50;
    border-color: #b2bac2;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {
    .produs-hero-card {
        flex-direction: column;
    }

    .produs-hero-image {
        flex: 0 0 auto;
        width: 100%;
        max-height: 240px;
        border-right: none;
        border-bottom: 1px solid #e4e9ef;
    }

    .produs-hero-info {
        padding: 18px;
    }

    .produs-hero-title {
        font-size: 15px;
    }

    .produs-hero-btn {
        width: 100%;
        justify-content: center;
    }

    .modal-cerere-dialog {
        margin: 20px 10px;
    }

    .modal-cerere-body {
        padding: 20px 16px 8px;
    }
}

aside#sidebar-produse {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e4e9ef;
}

aside#sidebar-produse > aside {
    /* margin-bottom: 20px; */
}

.proiecte-categorii-list {
    padding: 30px 0;
}

.produs-content img {
    border: 1px solid #ccc;
    /* border-radius: 10px; */
}

.modal-cerere-close i {
    font-weight: 400;
}

.modal-cerere-btn-close i {
    font-weight: 400;
}



.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #0A2357;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

a.whatsapp-mob {
    padding-left: 8px;
}



.ttm-icon p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px !important;
}
.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

h5.project_cat {
    color: #f2c01b;
}
.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
.contact-section1 {
    padding: 30px 0 0px;
    max-width: 1270px !important;
    float: none;
    margin: 0 auto !important;
}

.vc_section.echipa-section {
    background-position: top !important;
    background-size: contain !important;
    background-color: #F5F5F5;
}

.contact-section1 h2 {
    font-size: 27px;
    color: #303849;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #FDE802;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 14%) 1px 1px 0px 1px;
}

 .featured-icon-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    max-width: 500px;
}
.featured-icon {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
}
.featured-desc * {
    FONT-SIZE: 16PX;
    COLOR: #111;
}

.featured-desc a:hover {
    color: #f2c014;
}

.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

.wpcf7-acceptance * {
    font-weight: 400;
    font-size: 14px;
}
.contact-section {
    background-repeat: no-repeat;
    background-position: top left;
    padding: 60px 0;
}

/* ============================================================
   FORMULAR CERERE DE OFERTA - STYLES
   Adauga in style.css sau enqueue separat
   ============================================================ */

/* Wrapper principal */
.cdo-form-wrap {
    font-family: inherit;
}

/* Row / Col grid */
.cdo-form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.cdo-form-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Label */
.cdo-label {
    font-size: 14px;
    font-weight: 600;
    color: #34495e;
    margin: 0;
    display: block;
}

.cdo-req {
    color: #c0392b;
    margin-left: 2px;
}

/* Inputs CF7 override */
.cdo-form-wrap .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]),
.cdo-form-wrap input[type="text"],
.cdo-form-wrap input[type="email"],
.cdo-form-wrap input[type="tel"],
.cdo-form-wrap input[type="number"],
.cdo-form-wrap textarea {
    width: 100% !important;
    padding: 9px 12px !important;
    border: 1px solid #dde2ea !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
    background: #f9fafc !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 !important;
    -webkit-appearance: none;
}

.cdo-form-wrap .wpcf7-form-control:focus,
.cdo-form-wrap input:focus,
.cdo-form-wrap textarea:focus {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1) !important;
    background: #fff !important;
}

.cdo-form-wrap textarea {
    min-height: 75px;
    resize: vertical;
}

/* Span wrapper CF7 */
.cdo-form-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* ---- TABEL PRODUS ---- */
.cdo-produs-table-wrap {
    margin: 20px 0 16px;
    border: 1px solid #e4e9ef;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.cdo-produs-table-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0;
    padding: 10px 16px 0;
}

.cdo-produs-table-title__line {
    flex: 1;
    height: 1px;
    background: #e4e9ef;
}

.cdo-produs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 0;
    font-size: 13px;
}

.cdo-produs-table thead tr {
    background: #f5f7fa;
    border-bottom: 1px solid #e4e9ef;
}

.cdo-produs-table th {
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: left;
    white-space: nowrap;
}

.cdo-th-qty { width: 90px; text-align: center !important; }
.cdo-th-del { width: 36px; }

.cdo-produs-table tbody tr {
    border-bottom: 1px solid #edf0f4;
}

.cdo-produs-table td {
    padding: 10px 14px;
    vertical-align: middle;
}

.cdo-td-produs {
    color: #2c3e50;
    font-size: 13px;
    line-height: 1.4;
}

.cdo-produs-name {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    font-size: 14px;
    line-height: 20px;
}

.cdo-produs-name.is-empty {
    color: #aab4be;
    font-style: italic;
}

/* Ascunde campul hidden CF7 */
.cdo-form-wrap [data-name="denumire-produs"],
.cdo-form-wrap #cdo-produs-hidden {
    display: none !important;
}

/* Input cantitate in tabel */
.cdo-td-qty {
    text-align: center;
}

.cdo-td-qty input[type="number"],
.cdo-form-wrap #cdo-qty-input {
    width: 70px !important;
    text-align: center !important;
    padding: 7px 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    -moz-appearance: textfield;
}

.cdo-td-qty input[type="number"]::-webkit-inner-spin-button,
.cdo-td-qty input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

/* Buton sterge */
.cdo-td-del { text-align: center; }

.cdo-btn-del {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #c0392b;
    font-size: 20px;
    padding: 2px 4px;
    line-height: 1;
    transition: color 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdo-btn-del:hover {
    color: #922b21;
    transform: scale(1.15);
}

.cdo-btn-del:disabled,
.cdo-btn-del.is-disabled {
    color: #dde2ea;
    cursor: not-allowed;
    transform: none;
}

.cdo-save-note {
    font-size: 14px;
    color: #95a5a6;
    padding: 6px 16px 12px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cdo-save-note .fas { color: #bac0c8; }

/* ---- ACCEPTANCE ---- */
.cdo-acceptance-row {
    margin-bottom: 6px;
    display: block;
}

.cdo-form-wrap .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #7f8c8d;
    line-height: 1.5;
}

.cdo-form-wrap .wpcf7-acceptance input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px;
    margin-top: 2px;
    accent-color: #c0392b;
    flex-shrink: 0;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.cdo-form-wrap .wpcf7-acceptance a {
    color: #c0392b;
    text-decoration: underline;
}

/* ---- BUTON SUBMIT ---- */
.cdo-form-submit {
    margin-top: 20px;
    display: flex;
    /* justify-content: flex-end; */
    justify-content: center;
    margin-bottom: 50px;
}

.cdo-btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0 3px 10px rgba(192, 57, 43, 0.28);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.cdo-btn-submit:hover {
    background: #a93226;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(192, 57, 43, 0.35);
    color: #fff;
}

.cdo-btn-submit:active {
    transform: translateY(0);
}

/* ---- VALIDARE CF7 ---- */
.cdo-form-wrap .wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 11px;
    margin-top: 3px;
    display: block;
}

.cdo-form-wrap .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    border: none !important;
}

.cdo-form-wrap .wpcf7-mail-sent-ok {
    background: #eafaf1 !important;
    color: #1e8449 !important;
    border-left: 3px solid #27ae60 !important;
}

.cdo-form-wrap .wpcf7-validation-errors,
.cdo-form-wrap .wpcf7-spam-blocked {
    background: #fef9e7 !important;
    color: #b7770d !important;
    border-left: 3px solid #f39c12 !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
    .cdo-form-row {
        flex-direction: column;
        gap: 10px;
    }

    .cdo-btn-submit {
        width: 100%;
        justify-content: center;
    }
}

.cdo-form-wrap br {
    display: none;
}

.cdo-form-wrap p {
    margin: 0;
    font-size: 12px;
}

#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
}

/* ============================================================
   PARTENERI PAGE Ã¢â‚¬â€ parteneri.css
   Culori: #0A2357 (albastru), #FDE601 (galben)
   Fonturi: Chivo (titluri), Roboto (paragrafe)
   Unitati: px exclusiv | fara variabile globale
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@400;700;900&family=Roboto:wght@300;400;500&display=swap');


/* Ã¢â€â‚¬Ã¢â€â‚¬ CONTAINERE MAX-WIDTH Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-locations .vc_column_container > .vc_column-inner,
.pt-row-map .vc_column_container > .vc_column-inner,
.pt-row-cards .vc_column_container > .vc_column-inner,
.pt-row-benefits .vc_column_container > .vc_column-inner,
.pt-row-howto .vc_column_container > .vc_column-inner,
.pt-row-steps .vc_column_container > .vc_column-inner,
.pt-row-form .vc_column_container > .vc_column-inner {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ TAG SECTIUNE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-section-tag p{
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0A2357;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ TITLURI Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-heading h2 {
  font-family: 'Chivo', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #0A2357;
  line-height: 42px;
  margin: 0 0 16px;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ LEAD / TEXT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-lead p,
.pt-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a6a88;
  line-height: 28px;
  margin: 0 0 12px;
}

.pt-text p a {
  color: #0A2357;
  font-weight: 500;
  text-decoration: none;
}

.pt-text p a:hover {
  text-decoration: underline;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ ROW LOCATII HEADER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-locations {
  padding: 72px 0 2px;
  text-align: left;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ ROW HARTA Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-map {
  padding: 0 0 32px;
}

.pt-row-map .wpb_wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 35, 87, 0.09);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ ROW CARDS LOCATII Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-cards {
  padding: 0 0 50px;
  max-width: 1270px;
  margin: 0 auto !important;
}

.pt-loc-card {
  background: #ffffff;
  border: 1px solid #d0d9ea;
  border-top: 4px solid #0A2357;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(10, 35, 87, 0.09);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pt-loc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10, 35, 87, 0.13);
}

.pt-loc-card--partner {
  border-top-color: #FDE601;
}

.pt-loc-card .pt-loc-type {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0A2357;
  margin: 0 0 8px;
}

.pt-loc-card--partner .pt-loc-type {
  color: #a07900;
}

.pt-loc-card h3 {
  font-family: 'Chivo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0A2357;
  margin: 0 0 12px;
  line-height: 22px;
}

.pt-loc-card address {
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5a6a88;
  line-height: 23px;
}

.pt-loc-card address a {
  color: #0A2357;
  font-weight: 500;
  text-decoration: none;
}

.pt-loc-card address a:hover {
  text-decoration: underline;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTIUNEA BENEFICII Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-section-benefits {
  background: #0A2357;
  padding: 80px 0;
}

.pt-section-benefits .pt-section-tag {
  /* background: rgba(255, 255, 255, 0.12); */
  /* color: rgba(255, 255, 255, 0.85); */
}

.pt-section-benefits .pt-heading h2 {
  color: #ffffff;
}

.pt-section-benefits .pt-text p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
}

.pt-col-benefits-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ BENEFIT ITEMS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px 22px;
  margin-bottom: 14px;
  transition: background 0.2s;
}

.pt-benefit-item:last-child {
  margin-bottom: 0;
}

.pt-benefit-item:hover {
  background: rgba(255, 255, 255, 0.12);
}

.pt-benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(253, 230, 1, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}

/* Iconita FA via ::before pe clasa parinte */

.pt-benefit--calitate .pt-benefit-icon::before,
.pt-benefit--suport .pt-benefit-icon::before,
.pt-benefit--garantie .pt-benefit-icon::before,
.pt-benefit--conditii .pt-benefit-icon::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 18px;
  color: #FDE601;
  display: block;
  line-height: 1;
}

.pt-benefit--calitate .pt-benefit-icon::before {
  content: '\f559';  /* fa-award */
}

.pt-benefit--suport .pt-benefit-icon::before {
  content: '\f4bc';  /* fa-handshake */
}

.pt-benefit--garantie .pt-benefit-icon::before {
  content: '\f3ed';  /* fa-shield-check */
}

.pt-benefit--conditii .pt-benefit-icon::before {
  content: '\f201';  /* fa-chart-line */
}

.pt-benefit-body h4 {
  font-family: 'Chivo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 5px;
  line-height: 20px;
}

.pt-benefit-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ ROW CUM DEVII DISTRIBUITOR Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-howto {
  padding: 72px 0 16px;
  text-align: center;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ PASI Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-steps {
  padding: 0 0 50px;
  max-width: 1270px;
  margin: 0 auto !important;
}

.pt-step {
  background: #ffffff;
  border: 1px solid #d0d9ea;
  border-radius: 10px;
  padding: 36px 24px 32px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(10, 35, 87, 0.09);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pt-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10, 35, 87, 0.13);
}

.pt-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #FDE601;
  color: #0A2357;
  font-family: 'Chivo', sans-serif;
  font-size: 22px;
  font-weight: 900;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.pt-step h3 {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0A2357;
  margin: 0 0 10px;
  line-height: 22px;
}

.pt-step p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5a6a88;
  line-height: 24px;
  margin: 0;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ FORMULAR Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

.pt-row-form {
  background: #f6f8fc;
  padding: 80px 0 100px;
}

.pt-col-form {
  max-width: 760px;
  margin: 0 auto !important;
  background: #ffffff;
  border-radius: 16px;
  padding: 56px 60px 15px !important;
  box-shadow: 0 16px 50px rgba(10, 35, 87, 0.1);
  border: 1px solid #d0d9ea;
  float: none !important;
}

.pt-col-form .pt-heading h2 {
  margin-bottom: 8px;
}




/* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

@media (max-width: 992px) {
  .pt-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .pt-col-form {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  .pt-row-locations,
  .pt-row-howto {
    padding: 52px 0 24px;
  }

  .pt-row-cards,
  .pt-row-steps {
    padding: 0 0 52px;
  }

  .pt-loc-card,
  .pt-step {
    margin-bottom: 20px;
  }

  .pt-section-benefits {
    padding: 56px 0;
  }

  .pt-col-form {
    padding: 32px 0px !important;
  }

  .pt-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.pt-row-benefits {
    max-width: 1270px;
    margin: 0 auto !important;
}

.pt-benefit-item > div {
    display: flex;
}

.pt-section-tag p::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #FDE601;
    border-radius: 2px;
}

.pt-section-tag {
    margin: 0px 0 5px !important;
}

.pt-heading {
    margin-bottom: 25px !important;
}

.pt-section-benefits .pt-section-tag p {
    color: #fff;
}

.pt-text {
    margin-bottom: 10px !important;
}
.itexclusiv-contact .row {
    margin-bottom: 20px;
}

.searc-div {
    max-width: 400px;
    display: inline-block;
}

.searc-div form.produse-search-form {
    margin: 0;
    position: relative;
    top: 13px;
    gap: 5px;
}

.searc-div form.produse-search-form button {
    background: #FDE802;
    color: #111;
}

div#navbar {
    /* display: flex !important; */
    /* justify-content: space-between; */
}

a.cd-upload-btn {
    background: #0A2357;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
   .produse-search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 9999;
    max-height: 420px;
    overflow-y: auto;
}
.produse-search-results .psr-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}
.produse-search-results .psr-item:last-child {
    border-bottom: none;
}
.produse-search-results .psr-item:hover {
    background: #f7f7f7;
}
.produse-search-results .psr-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.produse-search-results .psr-item .psr-info {
    display: flex;
    flex-direction: column;
}
.produse-search-results .psr-item .psr-name {
    font-weight: 600;
    font-size: 14px;
}
.produse-search-results .psr-item .psr-price {
    font-size: 13px;
    color: #2271b1;
    margin-top: 2px;
}
.produse-search-results .psr-loading,
.produse-search-results .psr-no-results,
.produse-search-results .psr-view-all {
    padding: 12px 14px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.produse-search-results .psr-view-all a {
    color: #2271b1;
    font-weight: 600;
    text-decoration: none;
}
.produse-search-results .psr-view-all a:hover {
    text-decoration: underline;
}
a.cd-upload-btn:hover {
    background: #FDE802;
    color: #111;
}
table {
    margin-bottom: 20px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

body:not(.single-product) .cdo-produs-table-wrap {
    display: none;
}

@media(min-width: 1100px) {
    li#menu-item-895 ul.sub-menu {
        width: 600px;
    }

    li#menu-item-895 ul.sub-menu li {
        width: 33.33%;
        float: left;
    }

    li#menu-item-895 ul.sub-menu li.menu-item  a {
        padding: 10px 10px !important;
        margin: 0 !important;
    }
}

.law_slider_box_shortcode333 .wp-post-image {
    padding: 5px;
    min-height: 210px;
    max-height: 210px;
}

@media (min-width:767px) and (max-width:1024px) {
      .navbar-header {
        padding: 0 15px !important;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 10px 0;
        margin-left: 0;
    }
    div#navbar {
        width: 100%;
    }
    .elements-nav > div:nth-child(3), .elements-nav > div:nth-child(1) {
        display: none;
    }

    .elements-nav {
        justify-content: center;
        padding-top: 19px;
    }

    .info-p::after {
        display: none;
    }

    header .static-btn {
        position: absolute;
        top: 15px;
        right: 5px;
    }

    .static-btn a.default-btn2 {
        padding: 10px;
    }
    .row.nabbar2 {
        /* background: transparent; */
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin: 0 -30px;
        display: block;
    }

    .searc-div form.produse-search-form {
        top: 0;
    }

    .header2 .menu.nav-effect.nav-menu {
        display: block;
    }

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

    .home-section3 > div h3::after {
        width: 150px;
    }

    .home-section1 > div .vc_col-sm-6 h3::after {
        width: 150px;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .searc-div.col-md-4 {
        max-width: unset;
        margin-top: 20px;
        padding: 0 15px;
        display: inline-block;
        width: 100%;
    }

    .law_slider_box-slide {
        padding: 30px 0 100px;
    }

    .law_slider_shortcode {
        margin: 0 -15px;
    }

    .law_slider_box-slide > div h4 + p {
        font-size: 24px;
        line-height: 32px;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        top: unset;
        bottom: 10px;
    }

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

    .home-section1 > div .vc_col-sm-6 h3 {
        font-size: 20px;
        line-height: 26px;
    }

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

    .title-space {
        margin-bottom: 0 !important;
    }

    .home-section1 > div .vc_col-sm-6 ul li {
        width: 100%;
        margin-bottom: 20px;
        border-right: 1px solid #ccc !important;
        margin: 0 0 10px !important;
    }

    .home-section1 > div .vc_col-sm-6 ul {
        margin: 15px -15px 0 !important;
    }

    .home-section1 > div .vc_col-sm-6 ul li::after {
        right: 0;
    }

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

    .law_slider_box_shortcode_parent {
        margin-top: 30px;
    }

    .logo-uri-row .wpb_text_column.wpb_content_element {
        margin: 0 !important;
    }   
    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
    }
    .logo-item {
        padding: 0;
    }

    .logo-item img {
        max-height: 100px !important;
        width: auto !important;
    }
    .home-section3 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 26px;
    }

    ol.breadcrumb li {
        font-size: 12px;
    }

    body .dn-row-about {
        padding: 20px  0 !important;
    }

    .dn-heading h2, .dn-heading h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .dn-row-hero {
        margin: 0 !important;
        padding: 20px 0 !important;
    }

    .bg-blue2 {
        padding: 40px 0 0 !important;
    }

    .dn-row-products .dn-section-tag {
        margin-top: 0 !important;
    }
    .container.produse-posts > div,
    body.single-product .nine-high-padding > div > div {
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
    }

    .container.produse-posts > div .col-md-3,
    body.single-product .nine-high-padding > div > div  .col-md-3{
        order: 2;
    }

    .container.produse-posts > div .col-md-9.grid-products,
    body.single-product .nine-high-padding > div > div .col-md-9.grid-products{
        order: 1;
    }
    .contact-section {
        padding: 15px 0;
    }
    .produse-posts,
    body.single-product .nine-high-padding {
        padding: 10px 0;
    }
    .pt-row-form {
        padding: 20px 15px !important;
    }

    .pt-row-steps {
        padding-bottom: 0;
    }
    .sweetthemes-pagination-holder {
        margin-bottom: 30px !important;
    }
}

@media(max-width: 767px) {
  
    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 rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0 !important;
    }
    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;
        /* display: block !important; */
    }
    .logo img, .navbar-header .logo img {
        max-width: 65px;
    }
    .navbar-header {
        padding: 0 15px !important;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 23px 0 0;
        margin-left: 50px;
    }

    .elements-nav > div:nth-child(3), .elements-nav > div:nth-child(1) {
        display: none;
    }

    .elements-nav {
        justify-content: center;
        padding-top: 0;
    }

    .info-p::after {
        display: none;
    }

    header .static-btn {
        position: absolute;
        top: 20px;
        right: 5px;
    }

    .static-btn a.default-btn2 {
        padding: 10px;
    }
    .row.nabbar2 {
        background: transparent;
        /* padding-top: 20px; */
        padding-bottom: 20px;
    }

    .searc-div form.produse-search-form {
        top: 0;
    }

    .header2 .menu.nav-effect.nav-menu {
        display: block;
    }

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

    .home-section3 > div h3::after {
        width: 150px;
    }

    .home-section1 > div .vc_col-sm-6 h3::after {
        width: 150px;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .searc-div.col-md-4 {
        max-width: unset;
        margin-top: 20px;
        padding: 0 15px;
        display: block;
    }

    .law_slider_box-slide {
        padding: 30px 0 100px;
    }

    .law_slider_shortcode {
        margin: 0 -15px;
    }

    .law_slider_box-slide > div h4 + p {
        font-size: 24px;
        line-height: 32px;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        top: unset;
        bottom: 10px;
    }

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

    .home-section1 > div .vc_col-sm-6 h3 {
        font-size: 20px;
        line-height: 26px;
    }

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

    .title-space {
        margin-bottom: 0 !important;
    }

    .home-section1 > div .vc_col-sm-6 ul li {
        width: 100%;
        margin-bottom: 20px;
        border-right: 1px solid #ccc !important;
        margin: 0 auto 10px !important;
        max-width: 320px;
        float: none;
    }

    .home-section1 > div .vc_col-sm-6 ul {
        margin: 15px -15px 0 !important;
        text-align: center;
    }

    .home-section1 > div .vc_col-sm-6 ul li::after {
        right: 0;
    }

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

    .law_slider_box_shortcode_parent {
        margin-top: 30px;
    }

    .logo-uri-row .wpb_text_column.wpb_content_element {
        margin: 0 !important;
    }   
    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
    }
    .logo-item {
        padding: 0;
    }

    .logo-item img {
        max-height: 100px !important;
        width: auto !important;
    }
    .home-section3 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 26px;
    }

    ol.breadcrumb li {
        font-size: 12px;
    }

    body .dn-row-about {
        padding: 20px  0 !important;
    }

    .dn-heading h2, .dn-heading h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .dn-row-hero {
        margin: 0 !important;
        padding: 20px 0 !important;
    }

    .bg-blue2 {
        padding: 40px 0 0 !important;
    }

    .dn-row-products .dn-section-tag {
        margin-top: 0 !important;
    }
    .container.produse-posts > div,
    body.single-product .nine-high-padding > div > div {
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
    }

    .container.produse-posts > div .col-md-3,
    body.single-product .nine-high-padding > div > div  .col-md-3{
        order: 2;
    }

    .container.produse-posts > div .col-md-9.grid-products,
    body.single-product .nine-high-padding > div > div .col-md-9.grid-products{
        order: 1;
    }
    .contact-section {
        padding: 15px 0;
    }
    .produse-posts,
    body.single-product .nine-high-padding {
        padding: 10px 0;
    }
    .pt-row-form {
        padding: 20px 15px !important;
    }
    .home-section1 > div .vc_col-sm-6 ul li strong {
        font-size: 42px;
    }
    .pt-row-steps {
        padding-bottom: 0;
    }
    .info-p a span {
        display: none;
    }
    .share-btn span {
        DISPLAY: NONE;
    }
    .share-btn {
        WIDTH: 40PX;
        PADDING: 9PX 0;
        TEXT-ALIGN: CENTER !IMPORTANT;
        ALIGN-ITEMS: CENTER;
        JUSTIFY-CONTENT: CENTER;
    }
    .info-p {
        position: absolute;
        top: 23px;
        left: 150px;
    }
    .sweetthemes-pagination-holder {
        margin-bottom: 30px !important;
    }
}