 /*
1. BODY ELEMENTS
1.1 RESPONSIVE
2. STYLE HEADERS
3. STYLE FOOTER
4. MODULE NAVIGATION
5. MEDIA SCREEN
6. SHORTCODES
*/


/*
1. BODY ELEMENTS
*/

:root {
  --gold: #F5B700;
  --gold-dark: #d9a200;
  --gold-light: #ffe066;
  --black: #0a0a0a;
  --dark: #111111;
  --dark2: #1a1a1a;
  --gray: #888888;
  --light-gray: #f4f4f4;
  --white: #ffffff;
  --muted: #aaaaaa;
      --dark3: #222222;
          --border: rgba(245, 197, 24, 0.18);
}

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;
}
.st_price_grid_wrap .row {
    display: flex;
    flex-flow: row wrap;
}
.gallery_image4 .wpb_wrapper {
    display: block !important;
}
.st_price_grid_wrap .row > div {
    margin-bottom: 30px;
}
.logo img, .navbar-header .logo img {
 max-width: 204px;
 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;
}
.gallery_image4 {
    grid-column: 1 / -1;
}
.svc-modal .modal-dialog {
    max-width: 700px;
    margin: 60px auto;
}
.svc-modal .modal-content {
    border-radius: 4px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.svc-modal .modal-header {
    border-bottom: 1px solid #eee;
    padding: 20px 25px;
}
.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
.svc-modal .modal-title {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}
.svc-modal .modal-body {
    padding: 25px;
    max-height: 65vh;
    overflow-y: auto;
}
.svc-modal .modal-body p {
    margin-bottom: 15px;
    line-height: 1.7;
}
.svc-modal .modal-body ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.svc-modal .modal-footer {
    border-top: 1px solid #eee;
    padding: 15px 25px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.svc-modal .svc-modal-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

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

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

body {
    color: #686868;
    background-color: #fff;
    font-family: 'Inter', Arial;
}
p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: var(--gray);
}
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;
    border-radius: 10px;
    overflow: hidden;
}

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

.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;
    border-radius: 10px;
}

.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: 28px 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: var(--gold) !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 4px;
    color: #111;
}
#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: #23ABEF !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    padding: 10px 0;
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #23ABEF;
}
div#navbar {
    text-align: center;
    padding: 0px;
}
.menu.nav-effect.nav-menu {
    margin: 0 auto;
    float: none;
    /* vertical-align: bottom; */
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 104%;
    top: -11px !important;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}
#navbar .sub-menu {
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 250px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #171619;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid var(--nm-clr-pr-1);
}


#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
header nav ul {
    display: inline-table;
    margin: 0 !important;
}
.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}
/* 15. Navbar styling */

.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 95px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Inter', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 23px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 347px;
}
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: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Inter', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: var(--gold) !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: 9px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: var(--gold);
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: var(--gold) !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: 25px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 160px !important;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Inter', Arial;
}
p.copyright a {
    color: var(--gold);
    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: var(--gold);border: none;color: #111;font-size: 14px;padding: 0 30px;line-height: 45px;-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; */border-radius: 5px;}

.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: #3D5C3A;
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: var(--black);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 183, 0, 0.35);
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: transparent;height: 45px;border: 2px solid #f4f7f7;color: #000;padding: 0px 0px;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: 0;width: 100%;outline: none;margin: 0;font-weight: 400;border: 0;border-bottom: 1px solid #ccc;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.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: 120px;
    border: 1px solid #ccc;
    margin-top: 15px;
    line-height: 22px;
    }
.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: #111;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #111;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #111;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #111;
}
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: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0 0 15px;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


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




@-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: 'Inter', Arial; 
}

h1, h2 {
    font-weight: 600;
    font-family: 'Inter', Arial;
}
h3 {
    font-weight: 700;
}
h5 {
    font-family: "Inter", Arial;
    font-weight: 600;
}

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

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

a.navbar-logo.text-center img {
    width: 200px;
}

#sweetthemes-main-head .nav-left a, #sweetthemes-main-head .nav-right a:not(.btn-style2) {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.2s;
    position: relative;
    padding: 0;
    margin: 0 15px;
}
#sweetthemes-main-head .nav-left a::after, #sweetthemes-main-head .nav-right a:not(.btn-style2)::after {
      content: '';
      position: absolute; bottom: -4px; left: 0; right: 0;
      height: 1px; background: var(--gold);
      transform: scaleX(0); transition: transform 0.25s;
    }
    .nav-left a:hover, .nav-right a:hover {color: var(--gold);}
    #sweetthemes-main-head .nav-left a:hover::after, #sweetthemes-main-head .nav-right a:hover::after { transform: scaleX(1); }


.row.row-flex-nav {
    display: flex;
    align-items: center;
}
.btn-style2 {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    position: relative;
    transition: all 400ms ease;
    height: 48px;
    line-height: 48px;
    background: #F5B700;
    color: #111;
    gap: 10px;
    border-radius: 40px;
    padding-right: 5px;
    padding-left: 20px;
    margin-right: 15px;
}

.btn-style2 .theme-btn-arrow-left, .btn-style2 .theme-btn-arrow-right {
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0c2f25;
    border-radius: 50%;
    transition: 0.4s;
    text-align: center;
}
.btn-style2 .theme-btn {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s;
    color: #111;
}
.btn-style2 .theme-btn-arrow-right i {
    rotate: -30deg;
}
.btn-style2:hover {
    padding-right: 38px;
    padding-left: 5px !important;
    gap: 0;
    background: var(--gold-light) !important;
    color: var(--black) !important;
    box-shadow: 0 8px 20px rgba(245, 183, 0, 0.35);
}
.btn-style2:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}
.btn-style2:hover .theme-btn {
    transform: translateX(55px);
    /* color: #0c2f25; */
}
.btn-style2:hover .theme-btn-arrow-right {
    scale: 0;
}
.btn-style2 .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

nav#sweetthemes-main-head a.btn-style2 {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.col-md-5.col-lg-5.text-right.nav-right {
    display: flex;
    align-items: center;
    justify-content: right;
}
.law_slider_box-slide {
    padding: 250px 0 100px;
    background-size: cover;
    background-position: center;
}



.law_slider_box-child1 {
    position: relative;
    z-index: 3;
    max-width: 760px;
}
.law_slider_box-slide::before {
        background: linear-gradient(135deg, rgba(10, 10, 10, 0.93) 0%, rgba(10, 10, 10, 0.6) 60%, rgba(245, 183, 0, 0.07) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}

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

.law_slider_box-child2 h3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 183, 0, 0.1);
    border: 1px solid rgba(245, 183, 0, 0.3);
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 100px;
    margin-bottom: 26px;
}

.law_slider_box-child2 h4 {
    font-size: 64px;
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 22px;
    letter-spacing: -1px;
    line-height: 74px;
}

.law_slider_box-child2 h4 strong {
    color: var(--gold);
    font-weight: 800;
}

.law_slider_box-child2 p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 520px;
    line-height: 32px;
    margin-bottom: 38px;
    font-weight: 300;
}

  .btn-gold { display: inline-flex; align-items: center; gap: 9px; background: var(--gold); color: var(--black); font-weight: 700; font-size: 13px; padding: 14px 28px; border-radius: 8px; text-decoration: none; border: 2px solid var(--gold); transition: all 0.25s; cursor: pointer; }
    .btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--black); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(245,183,0,0.35); }
    .btn-outline { display: inline-flex; align-items: center; gap: 9px; background: transparent; color: var(--white); font-weight: 600; font-size: 13px; padding: 14px 28px; border-radius: 8px; text-decoration: none; border: 2px solid rgba(255,255,255,0.25); transition: all 0.25s; }
    .btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

    .hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

  .hero-badges { display: flex; gap: 20px; flex-wrap: wrap; }
    .hero-badge { display: flex; align-items: center; gap: 10px; }
    .hero-badge-icon { width: 40px; height: 40px; background: rgba(245,183,0,0.1); border: 1px solid rgba(245,183,0,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
    .hero-badge-icon i { color: var(--gold); font-size: 15px; }
    .hero-badge strong { color: var(--white); font-size: 14px; font-weight: 700; display: block; }
    .hero-badge span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

        .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(245,183,0,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(245,183,0,0.04) 1px, transparent 1px); background-size: 60px 60px; }


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

ul.prezentari-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
ul.prezentari-dots li svg.fp-arc-loader .path {
    display: none;
}
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;
}
ul.prezentari-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
ul.prezentari-dots li.slick-active circle.path {
    stroke: var(--gold);
}
ul.prezentari-dots li.slick-active circle.path + circle {
    fill: var(--gold);
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}


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

.home-section1 > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
}

    .about-feat {display: flex;align-items: flex-start;gap: 14px;padding: 18px 0;border-bottom: 1px solid rgba(0,0,0,0.07);}
    .about-feat:last-child { border-bottom: none; }
    .about-feat-icon { width: 44px; height: 44px; min-width: 44px; background: rgba(245,183,0,0.1); border-radius: 11px; display: flex; align-items: center; justify-content: center; }
    .about-feat-icon i { color: var(--gold); font-size: 17px; }
    .about-feat h6 {font-weight: 700;margin-bottom: 3px;font-size: 14px;margin-top: 0;color: #111;}
    .about-feat p { font-size: 13px; color: var(--gray); margin: 0; line-height: 1.6; }

.home-section1 > div h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
.home-section1 > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: #111;
}

.home-section1 {
    padding: 90px 0;
}

.home-section1 .vc_col-sm-6:first-child {
    padding-right: 35px;
}

.home-section1 .vc_column-inner {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#sweetthemes-main-head .nav-left a:hover, #sweetthemes-main-head .nav-right a:not(.btn-style2):hover {
    color: var(--gold);
}

  .about-badge {position: absolute;bottom: 24px;left: 24px;background: var(--gold);color: var(--black);border-radius: 12px;padding: 14px 20px 11px;}
    .about-badge strong {font-size: 26px;font-weight: 900;display: block;color: #111;}
    .about-badge span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
    .about-accent {position: absolute;top: 24px;right: 54px;background: rgba(10,10,10,0.85);backdrop-filter: blur(10px);border: 1px solid rgba(245,183,0,0.3);border-radius: 12px;padding: 12px 16px;color: var(--white);}
    .about-accent i { color: var(--gold); margin-right: 8px; }
    .about-accent span { font-size: 13px; font-weight: 600; }



.about-badge p {
    color: #111;
    font-size: 14px;
    margin: 0;
}
.home-section2 {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 0 95px;
}
.home-section2 > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
    text-align: center;
}
.home-section2::before {
    background: #111;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '' !important;
    opacity: .9;
}
    .home-section2 h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
    .home-section2 h4 {font-size: 42px;font-weight: 900;color: var(--white);letter-spacing: -0.5px;margin-bottom: 14px;line-height: 52px;}
    .home-section2 h4 strong { color: var(--gold); font-weight:900 }
    .home-section2 p {color: rgba(255,255,255,0.6);margin-bottom: 36px;}

        .home-section2 .btn-gold,     .home-section2 .btn-outline {
            margin: 0 10px;
        }

.home-servicii {
    background: var(--light-gray);
}
.home-servicii > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 60px;
}

.home-servicii > div h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
.home-servicii > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: #111;
}

  .svc-card {background: var(--white);border-radius: 16px;overflow: hidden;border: 1px solid rgba(0,0,0,0.06);transition: all 0.3s;height: 100%;margin-bottom: 30px;}
    .svc-card:hover { transform: translateY(-6px); box-shadow: 0 28px 56px rgba(0,0,0,0.11); border-color: transparent; }
    .svc-card:hover .svc-overlay { opacity: 1; }
    .svc-card:hover .svc-img img { transform: scale(1.06); }
    .svc-img { position: relative; height: 190px; overflow: hidden; }
    .svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
    .svc-overlay { position: absolute; inset: 0; background: rgba(245,183,0,0.78); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
    .svc-overlay i { font-size: 34px; color: var(--black); }
    .svc-body { padding: 22px; }
    .svc-num { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
    .svc-body h5 {font-weight: 700;font-size: 16px;margin-bottom: 8px;color: #111;}
    .svc-body p { font-size: 13px; color: var(--gray); line-height: 1.65; margin-bottom: 16px; }
    .svc-link { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: gap 0.2s; }
    .svc-link:hover { gap: 11px; color: var(--gold-dark); }


    .home-servicii > div > div {
    padding-top: 0 !important;
}

.home-servicii > div .vc_row:first-child {
    /* margin-bottom: 40px; */
}


.home-proiecte {
    background: var(--dark);
}

.home-proiecte > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 60px;
}

.home-proiecte > div h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
.home-proiecte > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: var(--white);
}

  .pf-card {border-radius: 16px;overflow: hidden;position: relative;cursor: pointer;MARGIN-BOTTOM: 30PX;}
    .pf-card img {width: 100%;height: 350px;object-fit: cover;transition: transform 0.4s;display: block;}
    .pf-card:hover img { transform: scale(1.05); }
    .pf-overlay {position: absolute;inset: 0;background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.2) 60%);display: flex;flex-direction: column;justify-content: flex-end;padding: 20px;transition: all 400ms ease;}
    .pf-card:hover .pf-overlay { background: linear-gradient(to top, rgba(10,10,10,0.97) 0%, rgba(245,183,0,0.15) 100%); }
    .pf-cat {display: inline-flex;align-items: center;gap: 6px;background: var(--gold);color: var(--black);font-size: 12px;font-weight: 700;/* text-transform: uppercase; *//* letter-spacing: 1.5px; */padding: 4px 10px;border-radius: 100px;margin-bottom: 10px;width: fit-content;}
    .pf-overlay h5 { color: var(--white); font-weight: 700; font-size: 16px; margin-bottom: 6px; }
    .pf-overlay p {color: rgba(255,255,255,0.6);font-size: 13px;margin: 0;LINE-HEIGHT: 19PX;display: none;}
    .pf-meta { display: flex; gap: 16px; margin-top: 12px; }
    .pf-meta span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.5); font-size: 12px; }
    .pf-meta i { color: var(--gold); font-size: 11px; }



.home-preturi {
    background: var(--light-gray);
    text-align: center;
}
.home-preturi > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    padding: 80px 0 90px;
}

.home-preturi > div  .text-center h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
.home-preturi > div .text-center h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: #111;
}
    .price-card {background: var(--white);border-radius: 16px;padding: 28px;border: 1px solid rgba(0,0,0,0.06);height: 100%;transition: all 0.3s;margin-bottom: 30px;text-align: left;}
    .price-card:hover {border-color: var(--gold) !important;box-shadow: 0 14px 36px rgba(245,183,0,0.12);}
    .price-card.featured {background: var(--white);border-color: var(--border);}
    .price-card.featured .price-svc {/* color: var(--white); */}
    .price-card.featured .price-ocpi { color: var(--muted); }
    .price-svc {font-size: 14px;font-weight: 700;margin-bottom: 8px;color: #9f8383;}
    .price-amt {font-size: 30px;font-weight: 900;color: var(--gold);line-height: 1;}
    .price-amt sup {font-size: 15px;}
    .price-ocpi { font-size: 12px; color: var(--gray); margin-top: 4px; }
    .price-days { display: inline-flex; align-items: center; gap: 6px; background: rgba(245,183,0,0.1); color: var(--gold); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; margin-top: 12px; }


    .home-preturi > div a.btn-gold {
    margin-top: 30px;
}

.home-preturi > div .text-center h4 + p {
    max-width: 600px;
    margin: 0 auto;
}

.st_portfolio_grid_wrap {
    margin-top: 30px;
}



.home-solutii {
    background: var(--dark2);
}

.home-solutii > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}

.home-solutii > div h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
.home-solutii > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: var(--white);
}

    .tab-pills { display: flex; flex-wrap: wrap; gap: 0; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 5px; margin-bottom: 40px; }
    .tab-pill { flex: 1; min-width: 130px; padding: 11px 18px; background: none; border: none; color: rgba(255,255,255,0.45); font-size: 13px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.25s; text-align: center; font-family: 'Inter', sans-serif; }
    .tab-pill.active { background: var(--gold); color: var(--black); }
    .tab-pill:hover:not(.active) { color: var(--white); }
    .tab-panel { display: none; }
    .tab-panel.active { display: block; }
    .tab-list { list-style: none; padding: 0; }
    .tab-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.78); font-size: 13px; line-height: 1.6; }
    .tab-list li:last-child { border-bottom: none; }
    .tab-list li i { color: var(--gold); margin-top: 2px; min-width: 14px; }




 
.tarife-sidebar {
    padding-left: 40px;
}
 
@media (max-width: 991px) {
    .tarife-sidebar {
        padding-left: 12px;
        margin-top: 32px;
    }
}
 
.tarife-infobox {
    background: rgba(245,183,0,0.07);
    border: 1px solid rgba(245,183,0,0.2);
    border-radius: 16px;
    padding: 28px;
}
 
.tarife-infobox__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
 
.tarife-infobox__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: var(--gold);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.tarife-infobox__icon .fa-info {
    color: var(--black);
    font-size: 18px;
}
 
.tarife-infobox__title {
    color: var(--white);
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}
 
.tarife-infobox__body {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 1.85;
}
 
.tarife-infobox__body p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.85;
}
 
.tarife-infobox__body p:last-child {
    margin-bottom: 0;
}
 
.tarife-infobox__body .fa-circle-check {
    color: var(--gold);
    margin-top: 3px;
    flex-shrink: 0;
    position: relative;
    top: 1px;
}
 
.tarife-cta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}


 .faq-container {
            max-width: 800px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            background: #fff;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 16px;
            font-weight: 7;
            color: #fff;
            /* text-transform: uppercase; */
        }
        
        .faq-question span {
            /* font-family: 'Gilda Display', ARIAL; */
            font-weight: 700;
            color: #252525;
        }
        
        .faq-question:hover {
            opacity: 0.9;
        }
        
        .faq-question::after {
            content: '\f067';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 3;
            color: #373531;
            transition: transform 0.3s ease;
            font-family: 'FontAwesome';
        }
        
        .faq-question.active::after {
            content: '\f068';
            transform: translateY(-50%) rotate(180deg);
        }
        
        .faq-answer {
            display: none;
            padding: 0 20px;
            background: transparent;
        }
        
        .faq-answer-inner {
            padding: 20px 0;
            border-top: 1px solid #33333321;
        }
        
        .faq-answer p {
            margin: 0;
            line-height: 1.6;
            /* color: #fff; */
        }
.home-faq {
    padding-bottom: 55px;
    padding-top: 70px;
    background: var(--light-gray);
}
.home-faq > .vc_row {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.home-faq h2.h3 {font-weight: 600;font-size: 24px;color: #171C17;line-height: 32px;margin-top: 0;}

.itexclusiv-contact.itexclusiv-contact-block.itexclusiv-contact-block-sidebar .row {
    margin-bottom: 20px;
}

.wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    top: 2px;
}

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

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

.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;
}

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

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

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


    /* ============================================================
       HERO BANNER
    ============================================================ */
    .hero-despre {
      position: relative;
      background: var(--dark);
      min-height: 380px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .hero-despre::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .hero-despre .hero-inner {
      position: relative;
      z-index: 1;
      padding: 190px 30px 70px;
    }
    .hero-breadcrumb {
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 18px;
    }
    .hero-breadcrumb a { color: #aaa; text-decoration: none; }
    .hero-breadcrumb a:hover { color: var(--gold); }
    .hero-breadcrumb span { color: var(--gold); }
    .hero-despre h1 {
      font-size: 52px;
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      margin: 0 0 20px;
    }
    .hero-despre h1 em {
      font-style: normal;
      color: var(--gold);
    }
    .hero-despre p.lead {
      color: rgba(255,255,255,0.7);
      font-size: 16px;
      max-width: 540px;
      line-height: 1.7;
      margin-bottom: 32px;
    }
    .gold-bar {
      display: inline-block;
      width: 50px;
      height: 3px;
      background: var(--gold);
      margin-bottom: 22px;
    }
    .hero-stats {
      margin-top: 40px;
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
    }
    .hero-stat {
      text-align: left;
    }
    .hero-stat .num {
      font-size: 32px;
      font-weight: 700;
      color: var(--gold);
      line-height: 1;
    }
    .hero-stat .lbl {
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
      margin-top: 9px;
    }



section.hero-despre::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(245, 183, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 183, 0, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.despre-row1 {
    padding: 90px 0;
}
.despre-row1 > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
}
.despre-row1 > div h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
.despre-row1 > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: #111;
}
.about-img-badge {
    position: absolute;
    bottom: -15px;
    right: 10px;
    background: #f5c518;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 22px 26px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}
.about-img-badge strong {
    display: block;
    font-size: 38px;
    line-height: 1;
}
.despre-row1 .vc_col-sm-6:first-child {
    padding-right: 35px;
}
.despre-row1 .vc_col-sm-6 img {
    border-radius: 20px;
}

.about-img-badge p {
    font-size: 11px;
    color: #111;
    line-height: 16px;
    font-weight: 800;
}

.avantaje-row {
    background: var(--dark);
}

.avantaje-row > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 60px;
}
.avantaje-row > div .title-space {
    text-align: center;
    margin-bottom: 60px;
}
.avantaje-row > div .title-space h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
.avantaje-row > div .title-space h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: var(--white);
}

  .val-card {
      background: var(--dark3);
      border: 1px solid var(--border);
      border-radius: 2px;
      padding: 36px 28px;
      margin-bottom: 24px;
      transition: border-color 0.25s, transform 0.25s;
    }
    .val-card:hover {
      border-color: var(--gold);
      transform: translateY(-4px);
    }
    .val-card .icon-wrap {
      width: 54px;
      height: 54px;
      background: rgba(245,197,24,0.12);
      border: 1px solid var(--gold);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
    }
    .val-card .icon-wrap i {
      font-size: 20px;
      color: var(--gold);
    }
    .val-card h4 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin: 0 0 12px;
    }
    .val-card p {
      color: rgba(255,255,255,0.55);
      font-size: 13.5px;
      line-height: 1.75;
      margin: 0;
    }
.avantaje-row > div .title-space::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: var(--gold);
    margin: 30px auto 0;
}
.info-utile-row {
    padding: 90px 0 55px;
}
.info-utile-row > div {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
}
 .info-utile-row .title-space h3 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    margin-top: 0;
}
 .info-utile-row .title-space  > div h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: #111;
}
 .info-utile-row .title-space ul {
      list-style: none;
      padding: 0;
      margin: 13px 0 0;
    }
 .info-utile-row .title-space ul li {
      /* display: flex; */
      align-items: flex-start;
      gap: 14px;
      padding: 16px 0;
      border-bottom: 1px solid #ccc;
      color: #111;
      font-size: 14px;
      position: relative;
      padding-left: 20px;
    }
 .info-utile-row .title-space ul li:last-child { border-bottom: none; }
 .info-utile-row .title-space ul li::after {
          content: "\f105";
          font-family: 'Font Awesome 5 Pro';
          color: var(--gold);
          font-size: 16px;
          margin-top: 2px;
          position: absolute;
          left: 0;
          top: 12px;
    }

.infobox1 {
    background: #f9f1f1;
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    border-radius: 2px;
    padding: 32px 30px;
}

.infobox1 p {
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

.infobox1 h3 {
    color: var(--gold);
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.infobox1 h3::before {
    content: "\f5a0";
    font-family: 'FontAwesome';
    color: var(--gold);
    margin-right: 10px;
}


.infobox2 {
    background: #f9f1f1;
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    border-radius: 2px;
    padding: 32px 30px;
}

.infobox2 p {
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

.infobox2 h3 {
    color: var(--gold);
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.infobox2 h3::before {
    content: "\f05a";
    font-family: 'FontAwesome';
    color: var(--gold);
    margin-right: 10px;
}
.home-proiecte.home-proiecte-light {
    background: #f6f6f6;
}
.home-proiecte.home-proiecte-light > div {
    padding-top: 60px;
}




.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: var(--gold);
    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;
}



.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: #111;
    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; */
    color: #111;
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}


.contact-section1 {
    padding: 80px 0 45px;
    /* background: #fff; */
    max-width: 1230px !important;
    float: none;
    margin: 0 auto !important;
    border-bottom: 1px soli;
}

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

.contact-section1 h2 {
    font-size: 27px;
    color: #111;
    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: var(--gold);
    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;
}
.contact-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 55px; */
    /* padding-bottom: 55px; */
}
/*=========================================
            ACTE CADASTRU
=========================================*/

.acte-row > div{
    max-width:1245px !important;
    margin:0 auto !important;
    float:none !important;
    padding:60px 0;
}

.acte-row h2{
    text-align:center;
    font-size:42px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:15px;
}

.acte-row h2 u{
    text-decoration-color:#F5B700;
    text-decoration-thickness:4px;
}

.acte-row>.vc_column_container>.vc_column-inner>.wpb_wrapper>p{
    text-align:center;
    font-size:18px;
    margin-bottom:40px;
}


/*=========================================
        RANDURI EGALIZATE
=========================================*/

.acte-row .vc_row,
.acte-row .vc_row_inner{
    display:flex;
    flex-wrap:wrap;
}

.acte-row .vc_column_container,
.acte-row .vc_column_inner{
    display:flex;
}

.acte-row .vc_column-inner{
    width:100%;
    display:flex;
    flex-direction:column;
}

.acte-row .wpb_wrapper{
    display:flex;
    flex-direction:column;
    flex:1;
}


/*=========================================
            CARD
=========================================*/

.cadastru1,
.cadastru2,
.cadastru4,
.cadastru5,
.cadastru6,
.cadastru7{display:flex;flex-direction:column;flex:1;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.08);border:1px solid #ececec;margin-bottom:35px;padding-bottom: 20px;text-align: left;}


/*=========================================
            HEADER
=========================================*/

.cadastru1 h3,
.cadastru2 h3,
.cadastru4 h3,
.cadastru5 h3,
.cadastru6 h3,
.cadastru7 h3{display:flex;align-items:center;gap:18px;margin: 0 -30px 15px;min-height:82px;padding:16px 25px;background:#F5B700;font-size: 18px;line-height:1.3;font-weight:700;color: #111;}


/*=========================================
            NUMERE
=========================================*/

.cadastru1 h3:before,
.cadastru2 h3:before,
.cadastru4 h3:before,
.cadastru5 h3:before,
.cadastru6 h3:before,
.cadastru7 h3:before{

    display:flex;

    align-items:center;

    justify-content:center;

    flex:0 0 44px;

    width:44px;

    height:44px;

    border-radius:8px;

    background:#fff;

    color:#F5B700;

    font-size:28px;

    font-weight:800;

}

.cadastru1 h3:before{content:"1";}
.cadastru2 h3:before{content:"2";}
.cadastru4:first-of-type h3:before{content:"3";}
.cadastru4:last-of-type h3:before{content:"4";}
.cadastru5 h3:before{content:"5";}
.cadastru6 h3:before{content:"6";}
.cadastru7 h3:before{content:"7";}


/*=========================================
            CONTINUT
=========================================*/

.cadastru1>*:not(h3),
.cadastru2>*:not(h3),
.cadastru4>*:not(h3),
.cadastru5>*:not(h3),
.cadastru6>*:not(h3),
.cadastru7>*:not(h3){padding-left: 30px;padding-right: 30px;}

.cadastru1 h4,
.cadastru2 h4,
.cadastru4 h4,
.cadastru5 h4,
.cadastru6 h4,
.cadastru7 h4{font-size: 16px;margin: 25px 0 10px;color:#222;line-height:1.3;}


/*=========================================
            LISTE
=========================================*/

.cadastru1 ul,
.cadastru2 ul,
.cadastru4 ul,
.cadastru5 ul,
.cadastru6 ul,
.cadastru7 ul{list-style:none;margin:0;padding: 0 0 5px;}

.cadastru1 li,
.cadastru2 li,
.cadastru4 li,
.cadastru5 li,
.cadastru6 li,
.cadastru7 li{position:relative;padding-left:22px;margin-bottom: 5px;line-height:1.7;font-size: 15px;}

.cadastru1 li:before,
.cadastru2 li:before,
.cadastru4 li:before,
.cadastru5 li:before,
.cadastru6 li:before,
.cadastru7 li:before{content:"\f058";position:absolute;left:0;top: 0px;font-family:"Font Awesome 5 Free";font-weight:900;color:#F5B700;}


/*=========================================
            OBSERVATII
=========================================*/

.obs-o{

    margin-top:40px;

    padding:35px;

    background:#fff9e5;

    border-left:6px solid #F5B700;

    border-radius:14px;

}

.obs-o>strong{

    display:block;

    font-size:28px;

    margin-bottom:20px;

}

.obs-o ul{

    list-style:none;

    padding:0;

    margin:0;

}

.obs-o li{

    position:relative;

    padding-left:28px;

    margin-bottom:14px;

}

.obs-o li:before{

    content:"\f05a";

    position:absolute;

    left:0;

    top:2px;

    font-family:"Font Awesome 5 Free";

    font-weight:900;

    color:#F5B700;

}


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

@media(max-width:991px){

.acte-row h2{
    font-size:30px;
}

.cadastru1 h3,
.cadastru2 h3,
.cadastru4 h3,
.cadastru5 h3,
.cadastru6 h3,
.cadastru7 h3{min-height:70px;font-size: 14px;padding:15px 20px;}

.cadastru1>*:not(h3),
.cadastru2>*:not(h3),
.cadastru4>*:not(h3),
.cadastru5>*:not(h3),
.cadastru6>*:not(h3),
.cadastru7>*:not(h3){

    padding-left:20px;
    padding-right:20px;

}

.cadastru1 h4,
.cadastru2 h4,
.cadastru4 h4,
.cadastru5 h4,
.cadastru6 h4,
.cadastru7 h4{

    font-size:19px;

}

.cadastru1 li,
.cadastru2 li,
.cadastru4 li,
.cadastru5 li,
.cadastru6 li,
.cadastru7 li{

    font-size:15px;

}

}

.proiect-row-page{padding: 20px 0 60px;}
.proiect-row-page>.vc_column_container>.vc_column-inner{/* max-width:1200px; */margin:auto;}
.proiect-row-page .wpb_wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items: center;height: 100%;}
.proiect-header{grid-column:1/-1;background:#F5B700;border-radius:18px;padding:40px;box-shadow:0 12px 35px rgba(0,0,0,.08);margin: 0 !important;}
.proiect-header h2{margin: 0;font-size: 26px;font-weight:800;color:#111;}
.proiect-header p{margin:0;font-size:18px;font-weight:600;opacity:.8;}
.proiect-implementare,.proiect-denumire,.proiect-obiectiv,.proiect-solutii,.proiect-impact{background:#fff;border-radius:18px;padding:35px;border:1px solid #ececec;box-shadow:0 10px 35px rgba(0,0,0,.08);transition:.3s;margin-bottom: 0px !important;height: 100%;}
.proiect-implementare:hover,.proiect-denumire:hover,.proiect-obiectiv:hover,.proiect-solutii:hover,.proiect-impact:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(0,0,0,.12);}
.proiect-impact{grid-column:1/-1;}
.proiect-implementare h3,.proiect-denumire h3,.proiect-obiectiv h3,.proiect-solutii h3,.proiect-impact h3{display:flex;align-items:center;gap:12px;margin: 0;font-size: 20px;font-weight:700;color:#111;}
.proiect-implementare h3:before,.proiect-denumire h3:before,.proiect-obiectiv h3:before,.proiect-solutii h3:before,.proiect-impact h3:before{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#F5B700;color:#fff;font-family:"Font Awesome 5 Free";font-weight:900;font-size:18px;}
.proiect-implementare h3:before{content:"\f0ad";}
.proiect-denumire h3:before{content:"\f15c";}
.proiect-obiectiv h3:before{content:"\f140";}
.proiect-solutii h3:before{content:"\f0eb";}
.proiect-impact h3:before{content:"\f201";}
.proiect-row-page p{margin:0;line-height:1.8;font-size: 14px;color: fff555;}
.proiect-solutii ul{margin:0;padding:0;list-style:none;}
.proiect-solutii li{position:relative;padding-left: 22px;margin-bottom:14px;line-height:1.8;font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.proiect-solutii li:before{content:"\f058";position:absolute;left:0;top:2px;color:#F5B700;font-family:"Font Awesome 5 Free";font-weight:900;}
@media(max-width:991px){
.proiect-row-page .wpb_wrapper{grid-template-columns:1fr;text-align: left;display: block;}
.proiect-header,.proiect-impact{grid-column:auto;padding: 30px;margin-bottom: 30px !important;}
.proiect-header h2{font-size: 26px;margin-bottom: 10px;}
.proiect-implementare,.proiect-denumire,.proiect-obiectiv,.proiect-solutii,.proiect-impact{padding:25px;}
}

@media(min-width:1300px) {
    .page-id-139 .home-preturi > div .cadastru1 {
    min-height: 1017px;
}
}


.proiect-header p {
    text-align: right;
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.page-id-139 .cadastru1 h3:before {
    display: none;
}
.proiect-row-page2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding-bottom: 60px;
}
.proiect-row-page2 > div a.btn-gold {
    MARGIN-RIGHT: 15px;
}


.page-id-139 .home-preturi > div {
    padding-bottom: 30px;
}

.mobile-call-btn {
    display: none;
}

@media (max-width: 767px) {
    .mobile-call-btn {
        display: flex;
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
        height: 55px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #f5b700;
        color: #111;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .mobile-call-btn i {
        font-size: 18px;
    }

    .mobile-call-btn:hover,
    .mobile-call-btn:focus {
        background: #e5a900;
        color: #111;
        text-decoration: none;
        transform: translateY(-2px);
    }
}

@media (max-width: 1024px) {
.navbar-brand img {
    max-width: 80px;
}

header.header2 {
    position: static;
    background: #111;
}

.navbar-brand {
    min-height: unset !important;
    height: unset !important;
}

.navbar-brand {
    padding: 0 10px !important;
}


  #navbar-mobile {
    width: 100%;
    background: #111111;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
  }

  #navbar-mobile .nav.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #navbar-mobile .nav.navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border: 0 !important;
  }

  #navbar-mobile .nav.navbar-nav > li:last-child {
    border-bottom: none;
  }

  #navbar-mobile .nav.navbar-nav > li > a {
    display: block;
    padding: 14px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  #navbar-mobile .nav.navbar-nav > li > a:hover,
  #navbar-mobile .nav.navbar-nav > li > a:focus {
    /* background: rgba(255, 255, 255, 0.08); */
    color: #ffffff;
  }

  #navbar-mobile .navbar-form {
    bottom: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  #navbar-mobile .navbar-form .btn.nm-pr-btn-1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    background: var(--gold) !important;
    color: #111 !important;
  }


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

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

    .law_slider_box-child2 p {
        font-size: 16px;
        line-height: 24px;
    }

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

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .home-section1 .vc_column-inner {
        min-height: 250px;
    }

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

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

    .home-section1 > div > div {
    }

    .home-section1 .vc_col-sm-6:first-child {
        padding: 0;
    }

    .about-badge {
        margin: 0 !important;
    }

    .home-section2 h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .home-section2 .btn-gold, .home-section2 .btn-outline {
        margin: 10px;
    }

    .home-section2 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .home-servicii > div h4 {
        font-size: 26px;
        line-height: 36px;
    }

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

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

    .home-proiecte > div h4 {
        font-size: 26px;
        line-height: 36px;
        margin: 0;
    }

    .price-card {
        width: 100%;
        min-height: unset;
        padding: 10px;
    }

    .st_price_grid_wrap .row > div {
        width: 100%;
    }

    .st_price_grid_wrap .row {
        display: block;
    }

    .home-preturi > div .text-center h4 {
        font-size: 26px;
        line-height: 36px;
    }

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

    .home-solutii > div h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .home-solutii > div {
        padding: 40px 0;
    }

    .home-faq h2.h3 {
        margin-top: 30px;
    }

    .home-faq {
        padding: 20px 0 0 !important;
    }

    .footer-row-1 .col-md-3 {
        width: 100% !important;
        overflow: hidden;
        padding: 20px 15px;
    }

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

    .hero-badges {
        gap: 10px;
    }
    .hero-despre h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .hero-despre .hero-inner {
        padding: 60px 15px;
    }
    .featured-desc * {
        font-size: 14px;
        line-height: 22px;
    }
    section.hero-despre {
        margin: 0 -15px;
    }
    .svc-modal .modal-footer {
        display: block;
        text-align: center;
    }

    .svc-modal .modal-footer button.btn-style2 {
        margin-top: 20px;
    }
        .hero-ctas {
        gap: 10px;
    }
    .law_slider_box-child2 h4 br {
        display: none;
    }
    .btn-gold, a.btn-outline {
        padding: 10px 15px;
    }
    .home-proiecte.home-proiecte-light > div {
        padding-top: 0;
        padding-bottom: 0;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .proiect-header p {
        text-align: left;
        font-size: 16px;
    }
    .contact-section1 {
        padding: 30px 0 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 !important;
    }

    .header-title-breadcrumb-overlay {
        padding: 50px 0;
    }

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