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


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


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

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

body {
    color: #fff;
    background-color: #000F08;
    font-family: 'AktivLt', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: "\f105";
    padding: 0 10px 0 5px;
    color: #fff;
    font-family: 'FontAwesome';
}
ol.breadcrumb li a {
    color: #fff;
    font-family: 'AktivRg', arial;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
    font-family: 'AktivRg', arial;
}

.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: rgb(201 168 76 / 70%);
    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;
}
.gdpr-container > DIV {
    MAX-WIDTH: 1270PX;
    MARGIN: 0 AUTO;
    FLOAT: NONE;
}
.gallery_image4 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

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

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

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 35px 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;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    color: #111;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    color: #111;
    font-family: 'AktivRg', arial;
}
#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: #DFC15B !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: 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: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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


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

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
    /* padding-left: 60px; */
    padding-right: 50px;
}
.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 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'AktivRg', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    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: #fff;
    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: 320px; */
    /* font-family: 'AktivRg', arial; */
}
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;
    max-width: 200px;
    margin-left: auto;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
footer .footer-top .menu .menu-item a {
    font-size: 12px;
    line-height: 16px;
    color: #fff!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;
    font-family: 'AktivRg', arial;
}
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: #fff;
    font-family: 'AktivRg', arial;
    font-size: 12px;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 3px;
    color:  #DABB7F;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #DABB7F !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: 31px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'AktivLt', Arial;
    font-family: 'AktivRg', arial;
}
p.copyright a {
    color:  #DABB7F;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid #dabb7f47;
    background: transparent;
    border-radius: 0;
}

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

/* 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: #DFC15B;border: none;color: #111;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: 400;outline: none;white-space: nowrap;font-family: "AktivRg", Arial;border-radius: 100px;}

.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: #111;
    background: #fff;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #191A16;height: 55px;border: 2px solid #f4f7f7;color: #fff;padding: 0px 15px;line-height: normal;font-size: 14px;-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: AktivLt;margin: 5px 0 0px;font-weight: 400;border: 1px solid rgba(201, 168, 76, .2);line-height: 24px;}
.itexclusiv-contact {
    /* max-width: 600px; */
    /* margin: 0px auto 0; */
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    border-radius: 10px;
    }
.itexclusiv-contact select {
    color: rgba(200,190,165,.35);
    background-color: #191A16;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(200,190,165,.35);
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(200,190,165,.35);
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(200,190,165,.35);
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: rgba(200,190,165,.35);
}

.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(200,190,165,.35);
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(200,190,165,.35);
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(200,190,165,.35);
}
  color: rgba(200,190,165,.35);
}

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;
}
a.btn-style1:hover {
    background: #DABB7F;
    color: #111;
    border-color: #DABB7F;
}


.header-title-breadcrumb-overlay h1 {
       font-family: 'CopperplateRegular', arial;
       font-weight: 400;
       font-size: 70px;
       max-width: 1000px;
       margin: 0 auto 0px;
       background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
       -webkit-background-clip: text !important;
       -webkit-text-fill-color: transparent !important;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 320px 0 180px;
    background-size: cover;
    background-position: bottom;
    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: 'AktivLt', Arial; 
}

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

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

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


@font-face {
  font-family: 'AktivLt';
  src: url('../fonts/fonts/AktivLt.woff2') format('woff2');
}
@font-face {
  font-family: 'AktivRg';
  src: url('../fonts/fonts/AktivRg.woff2') format('woff2');
}
@font-face {
  font-family: 'AktivSBd';
  src: url('../fonts/fonts/AktivGroteskEx_Trial_SBd.woff2') format('woff2');
}
@font-face {
  font-family: 'AktivBd';
  src: url('../fonts/fonts/AktivGroteskEx_Trial_XBd.woff2') format('woff2');
}
@font-face {
  font-family: 'CopperplateLight';
  src: url('../fonts/fonts/CopperplateLight.woff2') format('woff2');
}
@font-face {
  font-family: 'CopperplateRegular';
  src: url('../fonts/fonts/CopperplateRegular.woff2') format('woff2');
}
.activ-li a {
    font-family: 'CopperplateRegular', arial !important;
    background: linear-gradient(
    90deg,
    #c9a24a 0%,
    #f5e6a3 25%,
    #d4af37 50%,
    #f5e6a3 75%,
    #b8962e 100%
  ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.logo-img {
    width: 220px;
    margin: 0 20px;
}
.home-section1 .wpb_single_image * {
    width: 100%;
}

header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 30px;
}
@media(min-width:1300px) {
    nav#sweetthemes-main-head .container {
        width: 1270px;
    }
}

.home-section1 {
    position: relative;
}
.home-section1 .block-abs{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 90px;
}
.home-section1 h3 {font-family: 'CopperplateRegular', arial;font-weight: 400;font-size: 70px;}

.home-section1 h4 {
    font-family: 'AktivRg', arial;
    font-size: 24px;
}

.home-section1 h4 + p {
    max-width: 1170px;
    margin: 30px auto;
    font-family: 'AktivRg', arial;
    font-size: 18px;
    line-height: 24px;
}

a.btn-style1 {
    display: inline-block;
    line-height: 48px;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 40px;
    color: #fff;
    border-radius: 100px;
    font-family: 'AktivRg', arial;
    font-size: 14px;
}

a.btn-style1::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    margin-left: 15px;
}
.home-section1 h4::after {
    content: '';
    width: 900px;
    height: 24px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 45px auto;
}

.activ-li a::after {
    content: '';
    width: 210px;
    height: 6px;
    display: inline-block;
    position: absolute;
    bottom: 26px;
    background-image: url(../images/26-separator.svg);
    left: -4px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-section1 .wpb_single_image {
    margin: 0 -15px !important;
    margin-bottom: 0 !important;
}

.full-img1 * {
    width: 100%;
}

.full-img1 {
    margin-left: -15%;
    padding-right: 50px;
}

.home-section2 {
    background-size: cover;
    background-position: top !important;
    padding-bottom: 100px;
}

.h1-row1 .vc_col-sm-6 {
    text-align: center;
}

.h1-row1 .vc_col-sm-6 h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.h1-row1 .vc_col-sm-6 h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.h1-row1 .vc_col-sm-6 h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.h1-row1 .vc_col-sm-6 h4 + p {
    max-width: 700px;
    margin: 0 auto;
}

.h1-row1 .vc_col-sm-3 > div > div {
    border: 1px solid #DABB7F;
    padding-top: 25px;
    border-radius: 100px;
}

.h1-row1 .vc_row {
    max-width: 750px;
    margin: 0 auto 60px;
}

.h1-row1 .vc_col-sm-3 > div > div .wpb_single_image {
    margin-bottom: 15px !important;
}

.h1-row1 .vc_col-sm-3 > div > div .wpb_single_image + div p {
    font-size: 18px;
    font-family: 'AktivSBd', arial;
    min-height: 80px;
}

.h1-row1 .vc_col-sm-3 > div > div .wpb_text_column {
    margin-bottom: 20px;
}
.h1-row1 .vc_col-sm-6:last-child > div > div {
    max-width: 800px;
}

.h1-row2 .vc_col-sm-6:first-child {

}

.h1-row2 .vc_col-sm-6:first-child h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.h1-row2 .vc_col-sm-6:first-child h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.h1-row2 .vc_col-sm-6:first-child h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.h1-row2 .vc_col-sm-6:first-child  p {
    max-width: 700px;
    margin: 0 auto 20px;
}
.h1-row2 .vc_col-sm-6:first-child > div > div {
    max-width: 700px;
    margin-left: auto;
    text-align: center;
    padding-right: 50px;
}

.h1-row2 .vc_col-sm-6:last-child > div > div {
    max-width: 850px;
}

.pricingo {
    padding: 155px 15px 15px 15px;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    border: 1px solid #DABB7F;
    border-radius: 30px;
}

.pricingo h5 {
    font-family: 'CopperplateRegular', arial;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 0 5px;
    font-size: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
}

.pricingo h5::after {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
    padding-top: 5px;
    display: block;
}
.pricingo h5 br {
    display: none;
}
.home-section3 {
    background-size: cover;
    background-position: bottom;
    padding-bottom: 80px;
}
.home-section3 > div {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
}

.home-section3 .title-space {
    text-align: center;
}

.home-section3 .title-space h3 {

}

.home-section3 .title-space h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.home-section3 .title-space  h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.home-section3 .title-space h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}

.home-section3 > div .wpb_column {
    text-align: center;
}

.home-section3 > div .wpb_column h3 {
    font-size: 20px;
    font-family: 'AktivSBd', arial;
}

.home-section3 > div .wpb_column h3::after {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
    padding-top: 10px;
    display: block;
    color:  #DABB7F;
}

.home-section3 > div .wpb_column h3 + p {
    padding: 0 15px;
}

.home-section3 > div .wpb_column .wpb_single_image img {
    max-height: 121px;
    width: auto;
}

.home-section3 .title-space h4 + p {
    max-width: 900px;
    margin: 0 auto 60px !important;
}
.full-img1 img {
    filter: drop-shadow(0 15px 20px #000);
}

.call-row {
    max-width: 1570px;
    margin: -80px  auto 90px !important;
    float: none !important;
    border: 1px solid #DABB7F;
    border-radius: 20px;
    box-shadow: 0 30px 60px #00262F;
    overflow: hidden;
    text-align: right;
    padding: 30px 30px 80px;
    background-size: cover;
}

.ct-block {
    max-width: 700px;
    margin-left: auto;
    text-align: left;
}

.ct-block h3 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.ct-block a.btn-style1 {
    margin-top: 30px;
}
a.popup-vimeo-youtube {
    color: #fff;
}

a.popup-vimeo-youtube span {
    display: inline-block;
    margin-left: 10px;
}

.mt_video.text-center.row {
    position: absolute;
    bottom: 35px;
    left: 51px;
    max-width: 615px;
    margin-left: auto;
    right: 0;
}

.col-md-4.sidebar-2 img {
    max-width: 280px;
    margin: 0 auto 20px;
}

.col-md-4.sidebar-2 {
    text-align: center;
}

.col-md-4.sidebar-2 p {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

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

.col-md-12.footer-row-1 > .row {
    display: flex;
    align-items: center;
}
@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.col-md-4.sidebar-1 p {
    font-family: 'AktivRg', arial;
    max-width: 320px;
}

footer .footer-top .menu .menu-item a::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 4px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: -3px;
    margin-right: 7px;
}
@media(min-width:1300px) {
    .col-md-4.sidebar-1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #DABB7F  , transparent);
}

.col-md-4.sidebar-3::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #DABB7F, transparent);
}
}


.bread-sec1 .wpb_single_image * {
    width: 100%;
}


.bread-sec1 {
    position: relative;
}
.bread-sec1 .block-abs{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 90px;
}
.bread-sec1 h4 {font-family: 'CopperplateRegular', arial;font-weight: 400;font-size: 70px;max-width: 1000px;margin: 0 auto 0px;background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;-webkit-background-clip: text !important;-webkit-text-fill-color: transparent !important;}

.bread-sec1 h3 {
    font-family: 'AktivRg', arial;
    font-size: 18px;
    font-weight: 400;
}

.bread-sec1 h4+ p {
    max-width: 800px;
    margin: 15px auto;
    font-family: 'AktivRg', arial;
    font-size: 18px;
    line-height: 24px;
}
.bread-sec1 h3::after {
    content: '';
    width: 200px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
}

.about-s1 {
    background-size: cover;
    background-position: top !important;
    padding-bottom: 100px;
}

.about-s1 .vc_col-sm-6 {
    text-align: center;
}

.about-s1 .vc_col-sm-6 h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.about-s1 .vc_col-sm-6 h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.about-s1 .vc_col-sm-6 h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.about-s1 .vc_col-sm-6  p {
    max-width: 700px;
    margin: 0 auto 20px;
}
.about-s1 .vc_row:nth-child(1) .vc_col-sm-6:last-child > div > div {
    max-width: 800px;
}
.about-s1 .vc_row:nth-child(3) .vc_col-sm-6:first-child > div > div {
    max-width: 800px;
    margin-left: auto;
}
.full-img2 img {
    filter: drop-shadow(0 15px 20px #000);
}
.full-img2 * {
    width: 100%;
}
.full-img2 {
    /* margin-left: -15%; */
    /* padding-right: 50px; */
}

.count-row {
    max-width: 1280px;
    margin: 90px auto 80px  !important;
    float: none;
    border: 1px solid #DABB7F;
    border-radius: 20px;
    box-shadow: 0 30px 60px #404040;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    opacity: .5;
}


.count-row p strong {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.boxes-ab .vc_col-sm-4 > div > div {
    border: 1px solid #DABB7F;
    border-radius: 30px;
    padding: 30px 15px;
    margin-bottom: 30px;
    background: rgb(0 15 8 / 70%);
}

.boxes-ab .vc_col-sm-4 > div > div .wpb_single_image {
    margin-bottom: 15px;
}

.boxes-ab .vc_col-sm-4 > div > div .wpb_single_image img {
    max-height: 60px;
    width: auto;
}

.boxes-ab .vc_col-sm-4 > div > div  h5 {
    font-family: 'CopperplateRegular', arial;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 20px;
}

.boxes-ab .vc_col-sm-4 > div > div h5 + p {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
}

.boxes-ab {
    max-width: 900px;
    /* margin: 0 auto; */
}

.boxes-ab .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}



.testimoniale-slick-wrapper {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #DABB7F;
  border-radius: 20px;
  box-shadow: 0 30px 60px #00262F;
  background: rgb(0 15 8 / 70%);
}
.testimonial-quote {position: absolute;top: -15px;right: 0;color: #DFC15B;font-size: 52px;opacity: .1;}
.testimonial-text {
  font-style: italic;
  padding: 0;
  color: rgba(255,255,255,0.84);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 28px;
  margin-top: 16px;
  border: 0;
}
.testimonial-author-name { font-weight: 800; color: #fff; font-size: 15px; }
.testimonial-author-date { color: rgba(255,255,255,0.38); font-size: 12px; margin-top: 2px; }
.testimonial-service {
    font-family: 'CopperplateRegular', arial;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 16px;
    }
.testimonial-team {color: #fff;font-size: 13px;margin-top: 3px;}

.testimonial-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; max-width: 850px; margin-left: auto; margin-right: auto; }
.testimonial-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  position: static;
}
.testimonial-btn:hover { border-color: var(--teal); color: var(--teal); }
.testimonial-dots { display: flex; gap: 8px; }
.testimonial-dot {
  height: 8px;
  border-radius: 99px;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}
.testimonial-dot.w-8 { width: 32px; background: var(--teal); }
.testimonial-dot.w-2 { width: 8px; }

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgb(0 15 8 / 70%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 99px;
  padding: 12px 24px;
  margin-top: 40px;
}
.google-badge-stars {display: flex;gap: 2px;position: relative;bottom: 2px;}
.google-badge-stars i { color: #FACC15; font-size: 14px; }
.google-badge-text { color: rgba(255,255,255,0.65); font-size: 13px; }
.google-badge-text strong { color: #fff; }
.google-badge-sep { color: rgba(255,255,255,0.25); }
.google-badge-link { color: var(--teal); font-size: 13px; text-decoration: none; transition: color 0.2s; }
.google-badge-link:hover { color: #fff; }

.testimoniale-row {
    padding: 90px 0;
    background: var(--navy);
    overflow: hidden;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    background: #DFC15B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar span {
    color: #111;
    font-size: 18px;
}

.testimonial-dots-wrapper ul {
    display: flex;
    gap: 8px;
}

.testimonial-dots-wrapper ul {
    position: static;
    margin: 0;
    padding: 0;
}

.testimonial-dots-wrapper ul li {
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 0;
    width: 8px;
}

.testimonial-dots-wrapper ul li.slick-active {
    width: 32px;
    background: #DFC15B;
}

.text-warning {
    color: rgb(255,193,7);
}

.gap-1 {
    gap: 3px;
}

.testimonial-card {
    position: relative;
}




.testimoniale-row .title-space h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.testimoniale-row .title-space h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.testimoniale-row .title-space h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.testimoniale-row .title-space {
    text-align: center;
}
    .flex-sm-row {
        flex-direction: row !important;
    }
}
.text-center {
    text-align: center !important;
}
.gap-3 {
    gap: 15px !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}
.btn-coral-lg:hover {
    background: #d44e30;
    transform: translateY(-2px);
    color: #fff;
}
.justify-content-between {
    justify-content: space-between !important;
}
/*lucian2 */


.services-row-parent {
    background-size: cover;
    background-position: top !important;
    padding-bottom: 0;
}

.services-row-parent .title-space123 {
    text-align: center;
}

.services-row-parent .title-space123 h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.services-row-parent .title-space123 h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.services-row-parent .title-space123 h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.services-row-parent .title-space123 h4 + p {
    max-width: 700px;
    margin: 0 auto;
}
.services-row-parent > div {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
}
.plata-row {
    background-size: cover;
    background-position: center;
}
  /* ===== SERVICES GRID — manual float for perfect 3-col alignment ===== */
    .section-services { padding: 0 0 100px; background: #0d2018; }

    .services-row { margin-left: -12px; margin-right: -12px; }
    .services-row::after { content:''; display:table; clear:both; }

    .service-col { float:left; width:33.3333%; padding:0 12px; margin-bottom:24px; }
    @media(max-width:991px){ .service-col{width:50%;} }
    @media(max-width:599px){ .service-col{width:100%;} }

    /* card uses flex column so btn always at bottom */
    .service-card {
      background: rgb(0 15 8 / 70%);
      position: relative;
      overflow: hidden;
      transition: border-color 0.4s, transform 0.4s;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(201,168,76,0.38);
      border-radius: 20px;
      box-shadow: 0 30px 60px #00262F;
      padding-bottom: 20px;
    }
    .service-card:hover {border-color: #DABB7F;}

    .card-img-wrap {position:relative;overflow:hidden;/* height: 300px; */flex-shrink:0;object-position: center;}
    .card-img-wrap img {width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.7s,filter 0.5s;filter:brightness(0.75) saturate(0.8);object-position: bottom;height: 300px;}
    .service-card:hover .card-img-wrap img { transform:scale(1.07); filter:brightness(0.88) saturate(1); }

    .badge-top { position:absolute; top:14px; left:14px; font-family:'Raleway',sans-serif; font-size:8px; letter-spacing:2px; text-transform:uppercase; padding:5px 10px; }
    .badge-duo-style { background:rgba(201,168,76,0.9); color:#0a0a0a; }
    .badge-couple-style { background:rgba(13,32,24,0.92); color:#c9a84c; border:1px solid #c9a84c; }

    .price-corner { position:absolute; bottom:0; right:0; background:#0a0a0a; border-top:1px solid rgba(201,168,76,0.25); border-left:1px solid rgba(201,168,76,0.25); padding:10px 16px; text-align:right; }
    .price-val {font-size:22px;color:#c9a84c;line-height:1;display:block;font-family: 'AktivRg', arial;background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;-webkit-background-clip: text !important;-webkit-text-fill-color: transparent !important;font-family: 'CopperplateRegular', arial;}
    .price-lei { font-size:11px; vertical-align:super; }
    .price-dur {font-size: 11px;letter-spacing:2px;text-transform:uppercase;color: #fff;display:block;margin-top:2px;}

    .card-body-inner { padding:22px 24px 16px; flex-shrink:0; }
    .card-number {font-size: 14px;letter-spacing:4px;color: #fff;margin-bottom:6px;display:block;font-weight: bold;font-family: 'AktivRg', arial;}
    .card-title {font-size: 22px;letter-spacing:1.5px;color:#fff;margin:0 0 13px;line-height:1.2;background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;-webkit-background-clip: text !important;-webkit-text-fill-color: transparent !important;font-family: 'CopperplateRegular', arial;}

    .card-includes { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:14px; }
    .include-pill {font-size: 8px;letter-spacing: 1px;text-transform:uppercase;color: #fff;border:1px solid rgba(201,168,76,0.18);padding:4px 8px;display:inline-flex;align-items:center;gap:4px;font-weight: 400;font-family: 'AktivRg', arial;border-radius: 100px;}
    .include-pill i { color:#c9a84c; font-size:8px; }

    .card-sep { width:36px; height:1px; background:rgba(201,168,76,0.3); margin-bottom:14px; }

    .btn-expand {
      font-size: 14px;
      color:#c9a84c;
      background:transparent;
      border:1px solid rgba(201,168,76,0.3);
      padding:10px 16px;
      cursor:pointer;
      outline:none;
      transition:all 0.3s;
      display:flex;
      align-items:center;
      width:100%;
      justify-content:space-between;
      font-weight: 400;
      border-radius: 100px;
      font-family: 'AktivRg', arial;
    }
    .btn-expand:hover { border-color:#c9a84c; background:rgba(201,168,76,0.05); }
    .btn-expand .expand-icon { transition:transform 0.35s; }
    .btn-expand.open .expand-icon { transform:rotate(45deg); }

    .card-desc-wrap { max-height:0; overflow:hidden; transition:max-height 0.5s cubic-bezier(0.4,0,0.2,1); flex-shrink:0; }
    .card-desc-wrap.open { max-height:300px; }
    .card-desc { font-family:'Cormorant Garamond',serif; font-size:15px; line-height:1.8; color:#c8b89a; border-left:2px solid #c9a84c; padding:0 20px 0 16px; font-style:italic; margin:12px 24px 18px; }

    .btn-book {
      font-size: 14px;
      color:#c9a84c;
      border:1px solid rgba(201,168,76,0.35);
      background:transparent;
      padding:11px 16px;
      display:flex;
      align-items:center;
      gap:8px;
      text-decoration:none;
      transition:all 0.3s;
      margin: 0 24px 0px;
      justify-content:center;
      flex-shrink:0;
      border-radius: 100px;
      font-family: 'AktivRg', arial;
    }
    .btn-book:hover { background:#c9a84c; color:#0a0a0a; text-decoration:none; }

    /* Supreme featured */
    .service-card.featured { border-color:rgba(201,168,76,0.35); background:linear-gradient(160deg,rgba(19,46,30,0.8) 0%,rgba(10,10,10,0.9) 100%); }
    .featured-crown {position:absolute;top:0;left:50%;transform:translateX(-50%);background:#c9a84c;color:#0a0a0a;font-size: 12px;padding:4px 18px;white-space:nowrap;z-index:2;font-weight: 600;font-family: 'AktivRg', arial;}
    .service-card.featured .card-img-wrap {margin-top: 0;}
    .service-card.featured .card-number { color:#c9a84c; }

    /* ===== DE ȘTIUT ===== */
    .section-de-stiut {
      padding: 100px 0; background: #0a0a0a; position: relative; overflow: hidden;
    }
    .section-de-stiut::before {
      content:''; position:absolute; top:0;left:0;right:0; height:1px;
      background: linear-gradient(90deg,transparent,#c9a84c,transparent);
    }

    .de-stiut-grid { margin: 50px -10px 0; overflow:hidden; }
    .de-stiut-grid::after { content:''; display:table; clear:both; }

    .de-stiut-item {float:left;width:50%;padding: 0 5px;margin-bottom:4px;border-radius: 20px;}
    @media(max-width:767px){ .de-stiut-item{width:100%;} }

    .de-stiut-inner {
      display: flex;
      align-items: stretch;
      border: 1px solid rgba(201,168,76,0.1);
      background: rgb(0 15 8 / 70%);
      transition: border-color 0.35s, background 0.35s;
      overflow: hidden;
      margin-bottom: 10px;
      border-radius: 20px;
    }
    .de-stiut-inner:hover { border-color: rgba(201,168,76,0.3); background: rgba(13,32,24,0.7); }

    .de-stiut-icon-col {
      width: 70px;
      flex-shrink: 0;
      background: rgba(201,168,76,0.06);
      border-right: 1px solid rgba(201,168,76,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.35s;
    }
    .de-stiut-inner:hover .de-stiut-icon-col { background: rgba(201,168,76,0.1); }
    .de-stiut-icon-col i {color: #c9a84c;font-size: 26px;}

    .de-stiut-text-col { padding: 22px 22px; }
    .de-stiut-title {font-size: 16px;color:#fff;margin:0 0 7px;display:block;font-family: 'AktivRg', arial;}
    .de-stiut-desc {font-size: 12px;line-height: 20px;color:#c8b89a;margin:0;}


    .featured-crown i {
    margin-right: 5px;
}

.modal {
}

.modal-content {
    background: rgb(0 15 8);
}

button.btn-modal-close {
    display: inline-block;
    line-height: 42px;
    height: 44px;
    border: 1px solid #fff;
    padding: 0 40px;
    color: #fff;
    border-radius: 100px;
    font-family: 'AktivRg', arial;
    font-size: 14px;
    background: transparent;
}

.modal-title {
    text-align: center;
    font-family: 'CopperplateRegular', arial;
    margin: 0px 0 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.modal-header {
    text-align: center;
    padding: 30px 15px;
}

span.modal-card-number {
    font-family: 'AktivRg', arial;
    font-size: 30px;
}

.modal-footer {
    border-color: #cccccc1c;
}

.modal-header {
    border-color: #cccccc1c;
}

.modal-body {
    padding: 60px 30px;
}

.plata-row  > div {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
}


.plata-row .plata-title {
    text-align: center;
}

.plata-row .plata-title h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.plata-row .plata-title h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.plata-row .plata-title  h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.breadcrumb::after {
    content: '';
    width: 250px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
}
ol.breadcrumb li:first-child a::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}
span.wpcf7-form-control.wpcf7-acceptance 
* {
    font-weight: 400;
    color: rgba(200,190,165,.35);
    font-size: 14px;
}
.gallery_image4 ul.wpb_image_grid_ul {
    max-width: 1170px;
    margin: 40px auto;
}
span.wpcf7-form-control.wpcf7-acceptance a {
    color: #DFC15B;
}

span.wpcf7-form-control.wpcf7-acceptance input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.itexclusiv-contact > .row {
    margin-bottom: 20px;
}

.echipa-row {
    padding-bottom: 60px;
    padding-top: 50px;
}
.contact-row1 .title-space {
    text-align: center;
    margin-bottom: 60px;
}
.contact-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
}
.contact-row1 .title-space h3 {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.contact-row1 .title-space h4 {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-row1 .title-space h4::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}
.contact-row1 .title-space h4 + p {
    max-width: 700px;
    margin: 0 auto;
}
.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div {
    background: linear-gradient(145deg, rgba(20, 18, 12, .9), rgba(12, 15, 10, .95));
    border: 1px solid rgb(201 168 76 / 25%);
    border-radius: 2px;
    padding: 34px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color .3s, transform .3s;
    min-height: 272px;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div h3 {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div h4 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    /* font-family: 'CopperplateRegular', arial; */
    font-weight: 600;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div p {
    font-size: 13.5px;
    color: #9e9480;
    line-height: 1.7;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div p a {
    font-size: 13.5px;
    color: #9e9480;
    line-height: 1.7;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div p em {
    font-size: 11px;
    opacity: .6;
    font-style: unset;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div ul li {
    font-size: 13.5px;
    color: #9e9480;
    line-height: 1.7;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div ul li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(201, 168, 76, .1);
    font-size: 13px;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div ul li em {
    color: #e2c87a;
    font-weight: 500;
    font-style: unset;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div > div {
    margin: 0 !important;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    opacity: 0;
    transition: opacity .3s;
}

.contact-row1 .vc_row-fluid .vc_col-sm-3:hover > .vc_column-inner > div > div::after {
    opacity: 1;
}
.card-icon {
    width: 52px;
    height: 52px;
    border: 1px solid rgb(201 168 76 / 25%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    font-size: 18px;
    margin-bottom: 20px;
    background: rgb(201 168 76 / 18%);
}
.contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div:hover {
    border-color: rgb(201 168 76 / 50%);
    transform: translateY(-3px);
}
.contact-row2 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 60px;
}

.contact-row2 > div .vc_col-sm-8 > div > div {
    background: linear-gradient(145deg, rgba(20, 18, 12, .9), rgba(12, 15, 10, .95));
    border: 1px solid rgb(201 168 76 / 25%);
    border-radius: 2px;
    padding: 34px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: opacity .3s;
    transition: all 300ms ease;
}

.contact-row2 > div .vc_col-sm-8 > div > div h3 {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
}

.contact-row2 > div .vc_col-sm-8 > div > div h4 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    /* font-family: 'CopperplateRegular', arial; */
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
}

.contact-row2 > div .vc_col-sm-8 > div > div::after {
    content: '';
}

.contact-row2 > div .vc_col-sm-8 > div > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    opacity: 0;
    transition: opacity .3s;
}

.contact-row2 > div .vc_col-sm-8:hover > div > div::after {
    opacity: 1;
}

.contact-row2 > div .vc_col-sm-8 > div > div:hover {
    border-color: rgb(201 168 76 / 50%);
}

.contact-row2 > div .vc_col-sm-4 > div > div {
    background: linear-gradient(145deg, rgba(20, 18, 12, .9), rgba(12, 15, 10, .95));
    border: 1px solid rgb(201 168 76 / 25%);
    border-radius: 2px;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: opacity .3s;
    transition: all 300ms ease;
}
.contact-row2 > div .vc_col-sm-4 > div > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    opacity: 0;
    transition: opacity .3s;
}

.contact-row2 > div .vc_col-sm-4:hover > div > div::after {
    opacity: 1;
}

.contact-row2 > div .vc_col-sm-4 > div > div:hover {
    border-color: rgb(201 168 76 / 50%);
}
.contact-row2 > div .vc_col-sm-12 > div > div iframe {
    width: 100%;
    height: 790px;
    filter: grayscale(1) invert(1) hue-rotate(180deg) brightness(.65) contrast(1.1) saturate(.6);
    display: block;
    border: none;
}

.contact-row2 > div .vc_col-sm-12 > div > div .wpb_raw_code {
    margin-bottom: 0 !important;
}
.echipa-row > div {
    max-width: 680px;
    margin: 0 auto !important;
    float: none;
}
.itexclusiv-contact.itexclusiv-contact-block.itexclusiv-contact-block-sidebar span {
    font-size: 13.5px;
    color: #9e9480;
    line-height: 1.7;
}


.codedropz-upload-handler {
    background-color: rgba(255, 255, 255, .04);
    border-color: rgba(201, 168, 76, .2);
}

/* ================================================================
   FETELE OBSIDIAN — external stylesheet
   No CSS variables. Dark luxury theme. Gold accents.
================================================================ */

/* ────────────────────────────────────────
   Grid container
──────────────────────────────────────── */
.fetele-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

/* 3 columns on medium screens */
@media (max-width: 1199px) {
    .fetele-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 2 columns on tablet */
@media (max-width: 991px) {
    .fetele-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 40px 0;
    }
}

/* 1 column on mobile */
@media (max-width: 575px) {
    .fetele-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}


/* ────────────────────────────────────────
   Item wrapper (reveal utility hook)
──────────────────────────────────────── */
.fetele-item {
    display: block;
}


/* ────────────────────────────────────────
   Card
──────────────────────────────────────── */
.fetele-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #111010;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.50);
    cursor: pointer;
    -webkit-transition: box-shadow 0.4s ease, -webkit-transform 0.4s ease;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.fetele-card:hover {
    box-shadow: 0 8px 50px rgba(185, 148, 48, 0.20);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/* Gold top-edge accent line */
.fetele-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: -webkit-linear-gradient(left, transparent, #c9a84c, transparent);
    background: linear-gradient(to right, transparent, #c9a84c, transparent);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 4;
    pointer-events: none;
}

.fetele-card:hover .fetele-card-accent {
    opacity: 1;
}


/* ────────────────────────────────────────
   Image wrapper — tall portrait ratio
──────────────────────────────────────── */
.fetele-card-img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 130%;          /* portrait aspect ratio */
}

.fetele-card-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fetele-card:hover .fetele-card-img-wrap img {
    /* -webkit-transform: scale(1.08); */
    /* transform: scale(1.08); */
}

/* Placeholder when no image is set */
.fetele-card-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1714;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fetele-card-placeholder i {
    font-size: 48px;
    color: #2e2820;
}


/* ────────────────────────────────────────
   Overlay gradient
──────────────────────────────────────── */
.fetele-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(5, 3, 2, 0.85) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(5, 3, 2, 0.85) 100%
    );
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.fetele-card:hover .fetele-card-overlay {
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.55) 60%,
        rgba(5, 3, 2, 0.92) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.55) 60%,
        rgba(5, 3, 2, 0.92) 100%
    );
}


/* ────────────────────────────────────────
   Eye icon — hover reveal
──────────────────────────────────────── */
.fetele-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    margin-left: -26px;
    border-radius: 50%;
    border: 1px solid rgba(185, 148, 48, 0.70);
    background: rgba(0, 0, 0, 0.40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 3;
}

.fetele-card-icon i {
    color: #c9a84c;
    font-size: 16px;
}

.fetele-card:hover .fetele-card-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* ────────────────────────────────────────
   Card footer — name & role
──────────────────────────────────────── */
.fetele-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px 18px;
    z-index: 3;
}

.fetele-card-name {
   font-size: 22px;
    letter-spacing: 1.5px;
    color: #fff;
    margin: 0 0 13px;
    line-height: 1.2;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-family: 'CopperplateRegular', arial;
}

.fetele-card-role {
    font-family: 'AktivRg', arial;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 5px;
}

/* ══════════════════════════════════════
       ② ABOUT SPLIT
    ══════════════════════════════════════ */
    .sp-about {
      background: #0a0906;
      padding: 120px 0 100px;
      position: relative;
      overflow: hidden;
    }

    .sp-about::after {
      content: '';
      position: absolute;
      bottom: -100px;
      left: -100px;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(185,148,48,0.05) 0%, transparent 70%);
      pointer-events: none;
    }

    .sp-about-img-wrap {
      position: relative;
    }

    .sp-about-img-frame {
      position: relative;
      display: inline-block;
      width: 100%;
    }

    .sp-about-img-frame::before {
      content: '';
      position: absolute;
      top: -12px;
      left: -12px;
      right: 12px;
      bottom: 12px;
      border: 1px solid rgba(185,148,48,0.25);
      border-radius: 4px;
      z-index: 0;
    }

    .sp-about-img-frame img {
      position: relative;
      z-index: 1;
      width: 100%;
      border-radius: 3px;
      height: 550px;
      object-fit: cover;
      object-position: center;
      filter: brightness(0.9) saturate(0.8);
    }

    @media (max-width: 767px) {
      .sp-about-img-frame img { height: 360px; }
      .sp-about-img-frame::before { display: none; }
    }

    /* gold badge on image */
    .sp-about-badge {
      position: absolute;
      bottom: 32px;
      right: -20px;
      width: 90px; height: 90px;
      border-radius: 50%;
      background: #0a0906;
      border: 1px solid #c9a84c;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 5;
    }

    @media (max-width: 767px) {
      .sp-about-badge { right: 16px; bottom: 16px; }
    }

    .sp-about-badge-num {
      font-size: 26px;
      font-weight: 400;
      color: #c9a84c;
      line-height: 1;
      font-family: 'CopperplateRegular', arial;
    }

    .sp-about-badge-lbl {
      font-size: 7px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      margin-top: 3px;
      padding: 0 8px;
    }

    .sp-about-text-col {
      padding-left: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    @media (max-width: 991px) { .sp-about-text-col { padding-left: 30px; } }
    @media (max-width: 767px) { .sp-about-text-col { padding-left: 0; margin-top: 50px; } }

   

    .sp-about-heading em { font-style: italic; color: #c9a84c; }

    .sp-about-body {
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      line-height: 2;
      margin-bottom: 21px;
    }

    /* pull-quote */
    .sp-about-quote {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      font-weight: 400;
      font-style: italic;
      color: #c9a84c;
      line-height: 1.6;
      border-left: 2px solid #c9a84c;
      padding: 6px 0 6px 24px;
      margin: 28px 0 32px;
    }

    /* skills chips */
    .sp-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }

    .sp-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 6px 14px;
      border: 1px solid #221e12;
      background: #0f0d09;
      border-radius: 2px;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #DFC15B;
      transition: border-color 0.3s, color 0.3s;
    }

    .sp-chip:hover { border-color: rgba(185,148,48,0.4); color: #c9a84c; }
    .sp-chip i { font-size: 10px; color: #b8922e; }


    /* ══════════════════════════════════════
       ③ GALLERY
    ══════════════════════════════════════ */
    .sp-gallery {
      background: #060606;
      padding: 90px 0 100px;
    }

    .sp-gallery-header {
      text-align: center;
      margin-bottom: 48px;
    }

 
    /* bento-style grid */
    .sp-gallery-bento {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 300px 300px;
      gap: 10px;
    }

    @media (max-width: 991px) {
      .sp-gallery-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 240px 240px 240px;
      }
    }

    @media (max-width: 575px) {
      .sp-gallery-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 180px 180px;
        gap: 6px;
      }
    }

    .sp-gal-item {
      position: relative;
      overflow: hidden;
      border-radius: 3px;
      background: #111;
      cursor: pointer;
    }

    /* first item spans 2 rows */
    .sp-gal-item:first-child {
      /* grid-row: span 2; */
    }

    @media (max-width: 991px) {
      .sp-gal-item:first-child { grid-row: span 1; }
    }

    .sp-gal-item img {
      width: 100%; height: 100%;
      object-fit: cover;
      filter: brightness(0.88) saturate(0.8);
      transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.4s ease;
    }

    .sp-gal-item:hover img {
      transform: scale(1.06);
      filter: brightness(0.75) saturate(0.9);
    }

    .sp-gal-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.6) 100%);
      opacity: 0;
      transition: opacity 0.35s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .sp-gal-item:hover .sp-gal-overlay { opacity: 1; }

    .sp-gal-icon {
      width: 44px; height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(185,148,48,0.7);
      background: rgba(0,0,0,0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.6);
      transition: transform 0.3s ease;
    }

    .sp-gal-item:hover .sp-gal-icon { transform: scale(1); }
    .sp-gal-icon i { color: #c9a84c; font-size: 14px; }


    /* ══════════════════════════════════════
       ④ MASAJE / SERVICII
    ══════════════════════════════════════ */
    .sp-services {
      background: #0a0906;
      padding: 90px 0;
    }

    .sp-services-header {
      margin-bottom: 52px;
    }



    .sp-services-intro {
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      line-height: 1.9;
      max-width: 540px;
      margin-top: 20px;
    }

    /* service card */
    .sp-service-card {
      background: #0e0d0b;
      border: 1px solid #1e1a10;
      border-radius: 4px;
      padding: 26px 24px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 14px;
      transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
      cursor: default;
    }

    .sp-service-card:hover {
      border-color: rgba(185,148,48,0.35);
      background: #121009;
      transform: translateX(4px);
    }

    .sp-service-icon-wrap {
      width: 48px; height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(185,148,48,0.3);
      background: rgba(185,148,48,0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background 0.35s ease, border-color 0.35s ease;
    }

    .sp-service-card:hover .sp-service-icon-wrap {
      background: rgba(185,148,48,0.12);
      border-color: rgba(185,148,48,0.55);
    }

    .sp-service-icon-wrap i { color: #c9a84c; font-size: 16px; }

    .sp-service-body { flex: 1; }

    .sp-service-name {
      font-size: 20px;
      font-weight: 600;
      color: #e4dcd0;
      display: block;
      line-height: 1.2;
      margin-bottom: 5px;
    }

    .sp-service-desc {
      font-size: 11px;
      font-weight: 300;
      color: #fff;
      line-height: 1.7;
    }

    .sp-service-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      flex-shrink: 0;
      text-align: right;
    }

    .sp-service-price {
      font-size: 17px;
      font-weight: 800;
      color: #c9a84c;
      display: block;
    }

    .sp-service-duration {
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #DFC15B;
    }

    /* right-side info card */
    .sp-services-aside {
      background: #0e0d0b;
      border: 1px solid #1e1a10;
      border-radius: 4px;
      padding: 36px 30px;
      position: sticky;
      top: 30px;
    }

    .sp-aside-avatar {
      width: 80px; height: 80px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid rgba(185,148,48,0.4);
      margin: 0 auto 20px;
    }

    .sp-aside-avatar img {
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: top;
    }

    .sp-aside-name {
      font-size: 28px;
      font-weight: 400;
      font-style: italic;
      color: #f0e8d8;
      text-align: center;
      display: block;
      font-family: 'CopperplateRegular', arial;
      background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
    }

    .sp-aside-role {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      display: block;
      margin-top: 6px;
      margin-bottom: 24px;
    }

    .sp-aside-divider {
      height: 1px;
      background: linear-gradient(to right, transparent, #2a2010, transparent);
      margin-bottom: 24px;
    }

    .sp-aside-info-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .sp-aside-info-row i { color: #b8922e; font-size: 13px; width: 16px; text-align: center; }

    .sp-aside-info-text {
      font-size: 12px;
      font-weight: 300;
      color: #fff;
    }

    .sp-aside-info-text strong { color: #c0b090; font-weight: 500; }

    .sp-aside-cta {
      display: block;
      text-align: center;
      margin-top: 28px;
      padding: 12px 20px;
      border: 1px solid #c9a84c;
      color: #c9a84c;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .sp-aside-cta:hover { background: #c9a84c; color: #060606; text-decoration: none; }


    .obs-label {
    margin: 0 0 10px;
    font-family: 'AktivRg', arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sp-about-heading {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0;
    text-align: left;
}

.sp-about-heading::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;
}


.sp-gallery-title {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sp-gallery-title:after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
}

h2.sp-services-title {
    font-family: 'CopperplateRegular', arial;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #c9a24a 0%, #f5e6a3 25%, #d4af37 50%, #f5e6a3 75%, #b8962e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;    
}
h2.sp-services-title::after {
    content: '';
    width: 300px;
    height: 11px;
    background-image: url(../images/26-separator.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;   
}
@media(max-width: 1600px) {
    .home-section1 h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .home-section1 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .home-section1 h4 + p {
        font-size: 16px;
        line-height: 20px;
        max-width: 800px;
    }

    .logo-img {
        max-width: 200px;
    }

    .home-section1 h4::after {
        width: 600px;
        height: 20px;
        margin: 20px auto;
    }

    header.header2 {
        top: 15px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_single_image + div p {
        font-size: 16px;
        line-height: 24px;
    }

    .h1-row1 .vc_col-sm-6:last-child > div > div {
        padding-right: 50px;
    }

    .h1-row2 {
        margin-top: 100px;
        padding: 0 50px;
    }

    .pricingo {
        padding-top: 100px;
    }

    .pricingo h5 {
        font-size: 17px;
        min-height: 100px;
    }

    .pricingo h5 + p {
        font-size: 14px;
    }

    .home-section3 > div {
        max-width: 1270px;
    }

    .call-row {
        max-width: calc(100% - 60px );
    }
      .about-s1 .vc_row:nth-child(1) .vc_col-sm-6:last-child > div > div {
        padding-right: 50px;
    }
    .boxes-ab .vc_col-sm-4 > div > div h5 {
        FONT-SIZE: 18PX;
        min-height: 40PX;
    }

    .boxes-ab .vc_col-sm-4 > div {
        PADDING: 0 5PX;
    }

    .boxes-ab {
        MARGIN: 0 -5PX;
    }

    .boxes-ab .vc_col-sm-4 > div > div {
        margin-bottom: 10px;
        border-radius: 15px;
    }
       .bread-sec1 h4 {
        font-size: 42px;
        line-height: 52px;
    }
   .bread-sec1 h4 + p {
        font-size: 16px;
        line-height: 20px;
        max-width: 800px;
    }
    .boxes-ab .vc_col-sm-4 > div > div h5 + p {
        font-size: 12px;
        line-height: 18px;
        min-height: 108px;
    }
    .services-row-parent > div {
        max-width: 1270px;
    }

    .card-includes {
        min-height: 50px;
        display: block;
    }

    .de-stiut-grid {
        max-width: 1270px;
    }

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

    .de-stiut-desc {
        min-height: 45px;
    }

         .about-s1 .vc_row:nth-child(3) {
        margin-top: 100px;
        padding: 0 50px;
    }
}

@media (min-width:767px) and (max-width:1024px) {
     .home-section1 .block-abs {
        position: static;
        transform: none;
        padding-top: 30px;
    }

    .home-section1 h4::after {
        width: 100%;
    }

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

    .home-section1 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section1 h4 + p {
        font-size: 14px;
        line-height: 22px;
    }

    .full-img1 {
        margin: 0;
        padding: 0;
    }

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

    .h1-row1 .vc_col-sm-6 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h1-row1 .vc_col-sm-6:last-child > div > div {
        padding: 0;
    }

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

    .home-section2 .vc_col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_single_image + div p {
        font-size: 14px;
        line-height: 20px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_single_image img {
        max-height: 50px;
        width: auto;
    }

    .h1-row1 .vc_col-sm-3 > div > div {
        border-radius: 15px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_text_column.wpb_content_element {
        margin-bottom: 5px !important;
    }

    .h1-row2 .vc_col-sm-6:first-child h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h1-row2 .vc_col-sm-6:first-child > div > div {
        padding: 0 !important;
    }

    .h1-row2 {
        padding: 0;
        margin-top: 50px !important;
    }

    .home-section2 {
        padding-bottom: 40px;
    }

    .home-section3 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section3 > div {
        padding-top: 40px;
    }

    .home-section3 {
        padding-bottom: 0;
    }

    .call-row {
        max-width: calc(100% - 20px );
        padding: 0 15px 30px;
        float: none !important;
        margin: 0 auto !important;
    }

    .call-row img {
        max-width: 100px;
    }

    .ct-block h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .mt_video.text-center.row {
        position: static;
        text-align: left;
        margin: 0;
    }

    .col-md-12.footer-row-1 > .row {
        display: flex;
        align-items: unset;
        flex-direction: column;
    }

    .col-md-12.footer-row-1 > .row  .col-md-4.sidebar-2 {
        order: 1;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-1 {
        order: 2;
        margin-top: 20px;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-3 {
        order: 3;
    }

    footer aside#nav_menu-2 {
        margin: 0 auto;
        max-width: 300px;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-1 > aside {
        max-width: 300px;
        margin: 0 auto !important;
        float: none;
    }
    .logo-img {
        display: none !important;
    }
    .col-md-4.sidebar-2 img {
        max-width: 140px;
    }
    .bread-sec1 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .bread-sec1 .block-abs {
        position: static;
        transform: none;
        padding: 0px 0 0;
    }

    .bread-sec1 h4 + p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-s1 .vc_col-sm-6 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-s1 .vc_row:nth-child(1) .vc_col-sm-6:last-child > div > div {
        padding: 0;
    }

    .about-s1 .vc_row:nth-child(3) {
        padding: 0;
    }

    .boxes-ab .vc_col-sm-4 > div > div h5 + p {
        min-height: unset;
    }

    .testimoniale-row .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimoniale-row {
        padding: 60px 0;
    }


    blockquote.testimonial-text + .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 22px;
    }

    blockquote.testimonial-text + .d-flex.justify-content-between.align-items-center .text-end {
        margin-top: 20px;
    }

    .testimoniale-slick-wrapper {
        padding: 20px;
    }

    .google-badge {
        display: block;
        text-align: center;
        padding: 20px 0 10px;
        border-radius: 5px;
    }

    .google-badge-stars {
        align-items: center;
        justify-content: center;
    }

    .google-badge-link {
        display: block;
    }

    span.google-badge-sep {
        display: none;
    }

    span.google-badge-text {
        display: block;
        margin: 10px;
    }

    .about-s1 {
        padding-bottom: 60px;
    }

    .boxes-ab .vc_col-sm-4 > div > div h5 {
        min-height: unset;
    }
    .services-row-parent .title-space123 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .card-includes {
        min-height: unset;
    }

    .plata-row .plata-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .plata-row > div {
        padding: 40px 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .header-title-breadcrumb-overlay {
        padding: 60px 0;
    }
    .contact-row1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div {
        min-height: unset;
        margin-bottom: 30px;
    }

    .contact-row1 > div {
        padding: 30px 0;
    }

    .contact-row2 > div .vc_col-sm-8 > div > div {
        padding: 15px;
        margin-bottom: 30px;
    }
    .services-row-parent > div {
        padding-bottom: 40px;
    }
    .sp-about {
        padding: 30px 0;
    }

    .sp-about-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .sp-gallery-title {
        font-size: 32px;
        line-height: 42px;
    }

    h2.sp-services-title {
        font-size: 32px;
        line-height: 42px;
    }

    .sp-service-card {
        display: block;
        text-align: left;
    }

    .sp-service-body {
        text-align: center;
        margin: 10px 0;
    }

    .sp-service-meta {
        align-items: anchor-center;
    }
    .bread-sec1  .wpb_single_image {
        margin: 0 -15px !important;
    }
    .sp-service-icon-wrap {
        margin: 0 auto;
    }
        .navbar-header {
        padding: 0 15px;
        display: block !important;
        visibility: visible !important;
        position: relative;
        width: 100%;
        text-align: center;
    }
    header.header2 {
    position: static;
    }
    #navbar .menu-item > a {
        font-size: 12px;
        padding: 0 10px;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: center;
    }

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

    .h1-row2 .vc_col-sm-4 {
        width: 100%;
    }

    .home-section3 > div .wpb_column h3 {
        font-size: 16px;
    }

    .home-section3 > div .wpb_column {
        width: 100%;
    }
    .boxes-ab > div {
        width: 100%;
    }
}

/* lucian  */

@media(max-width: 767px) {
    header.header2 {
    position: static;
    }
    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: center;
        padding: 0 15px;
        color: #fff;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    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;
    }
    .logo img, .navbar-header .logo img {
        max-width: 100px;
    }
    .navbar-header {
        padding: 0 15px;
        display: block !important;
        visibility: visible !important;
        position: relative;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .home-section1 .block-abs {
        position: static;
        transform: none;
        padding-top: 30px;
    }

    .home-section1 h4::after {
        width: 100%;
    }

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

    .home-section1 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section1 h4 + p {
        font-size: 14px;
        line-height: 22px;
    }

    .full-img1 {
        margin: 0;
        padding: 0;
    }

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

    .h1-row1 .vc_col-sm-6 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h1-row1 .vc_col-sm-6:last-child > div > div {
        padding: 0;
    }

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

    .home-section2 .vc_col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_single_image + div p {
        font-size: 14px;
        line-height: 20px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_single_image img {
        max-height: 50px;
        width: auto;
    }

    .h1-row1 .vc_col-sm-3 > div > div {
        border-radius: 15px;
    }

    .h1-row1 .vc_col-sm-3 > div > div .wpb_text_column.wpb_content_element {
        margin-bottom: 5px !important;
    }

    .h1-row2 .vc_col-sm-6:first-child h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h1-row2 .vc_col-sm-6:first-child > div > div {
        padding: 0 !important;
    }

    .h1-row2 {
        padding: 0;
        margin-top: 50px !important;
    }

    .home-section2 {
        padding-bottom: 40px;
    }

    .home-section3 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section3 > div {
        padding-top: 40px;
    }

    .home-section3 {
        padding-bottom: 0;
    }

    .call-row {
        max-width: calc(100% - 20px );
        padding: 0 15px 30px;
        float: none !important;
        margin: 0 auto !important;
    }

    .call-row img {
        max-width: 100px;
    }

    .ct-block h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .mt_video.text-center.row {
        position: static;
        text-align: left;
    }

    .col-md-12.footer-row-1 > .row {
        display: flex;
        align-items: unset;
        flex-direction: column;
    }

    .col-md-12.footer-row-1 > .row  .col-md-4.sidebar-2 {
        order: 1;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-1 {
        order: 2;
        margin-top: 20px;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-3 {
        order: 3;
    }

    footer aside#nav_menu-2 {
        margin: 0 auto;
        max-width: 300px;
    }

    .col-md-12.footer-row-1 > .row .col-md-4.sidebar-1 > aside {
        max-width: 300px;
        margin: 0 auto !important;
        float: none;
    }
    .logo-img {
        display: none !important;
    }
    .col-md-4.sidebar-2 img {
        max-width: 140px;
    }
    .bread-sec1 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .bread-sec1 .block-abs {
        position: static;
        transform: none;
        padding: 0px 0 0;
    }

    .bread-sec1 h4 + p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-s1 .vc_col-sm-6 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-s1 .vc_row:nth-child(1) .vc_col-sm-6:last-child > div > div {
        padding: 0;
    }

    .about-s1 .vc_row:nth-child(3) {
        padding: 0;
    }

    .boxes-ab .vc_col-sm-4 > div > div h5 + p {
        min-height: unset;
    }

    .testimoniale-row .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimoniale-row {
        padding: 60px 0;
    }


    blockquote.testimonial-text + .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 22px;
    }

    blockquote.testimonial-text + .d-flex.justify-content-between.align-items-center .text-end {
        margin-top: 20px;
    }

    .testimoniale-slick-wrapper {
        padding: 20px;
    }

    .google-badge {
        display: block;
        text-align: center;
        padding: 20px 0 10px;
        border-radius: 5px;
    }

    .google-badge-stars {
        align-items: center;
        justify-content: center;
    }

    .google-badge-link {
        display: block;
    }

    span.google-badge-sep {
        display: none;
    }

    span.google-badge-text {
        display: block;
        margin: 10px;
    }

    .about-s1 {
        padding-bottom: 60px;
    }

    .boxes-ab .vc_col-sm-4 > div > div h5 {
        min-height: unset;
    }
    .services-row-parent .title-space123 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .card-includes {
        min-height: unset;
    }

    .plata-row .plata-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .plata-row > div {
        padding: 40px 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .header-title-breadcrumb-overlay {
        padding: 60px 0;
    }
    .contact-row1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-row1 .vc_row-fluid .vc_col-sm-3 > .vc_column-inner > div {
        min-height: unset;
        margin-bottom: 30px;
    }

    .contact-row1 > div {
        padding: 30px 0;
    }

    .contact-row2 > div .vc_col-sm-8 > div > div {
        padding: 15px;
        margin-bottom: 30px;
    }
    .services-row-parent > div {
        padding-bottom: 40px;
    }
    .sp-about {
        padding: 30px 0;
    }

    .sp-about-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .sp-gallery-title {
        font-size: 32px;
        line-height: 42px;
    }

    h2.sp-services-title {
        font-size: 32px;
        line-height: 42px;
    }

    .sp-service-card {
        display: block;
        text-align: left;
    }

    .sp-service-body {
        text-align: center;
        margin: 10px 0;
    }

    .sp-service-meta {
        align-items: anchor-center;
    }
    .bread-sec1  .wpb_single_image {
        margin: 0 -15px !important;
    }
    .sp-service-icon-wrap {
        margin: 0 auto;
    }
	.gallery_image4 ul.wpb_image_grid_ul li {
		width:50% !important;
	}
}