/* cmsms stylesheet: a_responsive1.0-main modified: Monday, January 26, 2026 11:53:07 AM */
@charset "utf-8";
/* ==================================================
  Main CSS Document - CMS Template Buddy
  Template No.: 013
  Version 1.0.1 / for CMSMS 2.2.10+
  
  www.cmstemplatebuddy.com

  Please read README_FIRST.txt
================================================== */


/* DEFINE MAIN COLOR HERE */

/* Common 
================================================== */

span.accesskey {
  text-decoration: none;
}

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

dl, dt, dd, ol, ul, li {
  margin: 0;
	padding: 0;
}

::selection {
	background: #E6AE48;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #E6AE48; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #E6AE48; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }

/* Typography 
================================================== */

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
legend {
  font-weight: 700;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

.feature-content h3 {
  margin: 14px 0;
}
.subtitle + h3 {
  margin: 0 0 14px 0;
}
  
h4 { font-size: 20px; font-weight: 600; }

h5 { font-size: 16px; font-weight: 600; }

h6 { font-size: 13px; font-weight: 600; }

.home-title {
  margin-bottom: 60px;
  text-align: center;
}
.home-title:after {
  display: block;
  height: 2px;
  width: 50px;
  content: '';
  margin: 30px auto 0;
  background-color: #E6AE48;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Lato', sans-serif; }

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
	text-decoration: none !important;
	color: #E6AE48;
}

a:hover { color: #333; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.error_message { color: red; }

.textCenter { text-align: center; }

.noScroll { overflow: hidden; }

.subtitle {
    display: block;
    margin: 16px 0 6px 0;
    text-transform: initial;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    color: #8a8a8a;
    letter-spacing: 0;
    line-height: 120%;
}
.overflow-x-auto {
  overflow-x: auto !important; 
}

/* Layout 
================================================== */

.wrapper {
  position: relative;
	float: none;
	width: 100%;
	margin: 0;
	background-color: #FFF;	
}

header {
  width: 100%;
  z-index: 1000;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .container-fluid { padding: 0 15px; }

.content-wrapper { padding: 40px 0; }

section.content { padding: 30px 0; }

section.grey { background-color: #f6f6f6; }

/* Header smaller (page scroll) */

header.header-smaller {
  height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  background-color: #FFF;
}

.header-smaller .logo a img {
  height: 60px;
}

.header-smaller .main-title {
  margin-top: 60px;
}

.header-smaller .search-trigger {
  height: 60px;
}

.header-smaller .search-trigger i {
  top: 37%;
}

.header-smaller .search-input form {
  height: 60px;
}

.home-heading {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

.home-heading h1 {
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
}

.home-heading:after {
  display: block;
  height: 2px;
  width: 50px;
  content: '';
  bottom: 0px;
  position: absolute;
  margin-left: -25px;
  left: 50%;
  background-color: #E6AE48;
}

.home-heading span {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #777;
    font-size: 22px;
    margin-bottom: 20px;
}

.main-menu {
  margin-right: 50px;
  opacity: 1;
}

.main-title {
	position: relative;
	padding: 25px 0;
	background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
  margin-top: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-title .container { position: relative; }

.main-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}

.main-title .main-subtitle {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.main-title.parallax {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 120px 0;
  transition: 0s linear;
  transition-property: background-position;
}
.main-title--dark h1,
.main-title--dark span,
.main-title--dark .main-subtitle,
.main-title--dark .breadcrumbs,
.main-title--dark .breadcrumb,
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, 
.dark .video-caption h2, .dark .video-caption p, .dark .scroll-down-arrow, .scroll-down-arrow.dark {
  color: rgba(255,255,255,0.9);
}

.dark .home-title:after {
  background-color: rgba(255,255,255,.9);
}

.main-title.margin-smaller {
  margin-top: 60px;
}

/* Footer */

footer {
  background-color: #ECECEC;
  border-top: 4px solid rgba(0,0,0,0.2);
  line-height: 1.8;
  font-size: 14px;
}

footer a {
  color: #bdbdbd;
  border-bottom: 1px dotted #666;
}

footer a:hover {
  color: #eee;
  border-bottom: 1px dotted #eee;
}

.footer-big {
  padding: 40px 0;
}

.footer-small {
  padding: 40px 0;
  background-color: #DCDCDC;
}

footer.dark {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0,0,0,0.2);
}

footer.dark .footer-small {
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.feater-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 25px;
}

.feature-icon i {
  font-size: 44px;
  color: #E6AE48;
}

.feature-content, .feature-content p {  
  line-height: 1.8;
}

/* Logo */

.logo {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
  margin-right: 40px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(0,0,0,.1);
  opacity: 1;
}

.logo a {
	display: block;
	color: #000;
}

.logo a img {
	display: block;
  max-width: 100%;
  height: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.logo a.standard-logo { display: block; }
.logo a.retina-logo { display: none; }

.logo img.logo-default { display: block; }
.logo img.logo-inverse { display: none; }
.logo.dark img.logo-default { display: none; }
.logo.dark img.logo-inverse { display: block; }

.header-smaller .logo img.logo-default { display: block !important; }
.header-smaller .logo img.logo-inverse { display: none !important; }

/* Breadcrumbs */

.breadcrumbs	{
  display: inline-block;
	margin: -19px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
  padding: 8px 10px;
  display: inline-block;
}

.breadcrumb-text {
  font-size: 12px;
	margin-left: 6px;
}

.home-parallax {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  min-height: 500px;  
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

.home-parallax h3 {
  font-size: 32px;
}

/* Search */

.search-wrapper {
  position: absolute;
  top: 0;
  right: 70px;
}

.search-trigger {
	position: relative;
	display: block;
	width: 70px;
	height: 60px;
  color: #333;
  z-index: 10;
  text-align: center;
  border-left: 1px solid rgba(0,0,0,.1);
	-webkit-transition: all .3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-trigger:hover {
  color: #666;
}

.search-trigger i {
  position: absolute;
  top: 37%;
  right: 40%;
	text-shadow: none;
}

.search-input form {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin: 0;
  z-index: -2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-input form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 24px;
  padding: 10px 80px 10px 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.search-trigger i.fa-times, 
.show-search i.fa-search,
.show-search .logo, 
.show-search .main-menu,
.show-search .mobile-nav-trigger { opacity: 0; }

.show-search i.fa-times, 
.show-search .search-input form { opacity: 1; }

.show-search .search-input form { z-index: 9; }

.show-search i.fa-times { z-index: 11; }

.show-search .search-input form input {
    pointer-events: auto;
}

.show-search .search-wrapper {
  right: 0;
}

/* To top link, shows on scroll */

.totoplink a	{
	display: none;
	z-index: 999; 
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0,0,0,.3);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.totoplink i {
  font-size: 20px;
	color: white;
}

.totoplink a:hover	{
	background-color: #E6AE48;
}

/*
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
================================================== */

.slider {
  position: relative;
  margin-top: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slider.margin-smaller {
  margin-top: 60px;
}

.slider .error_message {
  margin-top: 150px;
  text-align: center;
}

.swiper-container {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.slider-fullscreen .slider {
  height: 100vh;
  margin-top: 0;
}

.slider-fullscreen .video-container video {
  margin-top: 0;
}

.slider-fullscreen .swiper-container {
  height: 100%;
}

.slider-fullscreen header {
  background-color: transparent;
}

.slider-fullscreen header.header-smaller {
  background-color: #FFF;
}

.slider-fullscreen header.dark {
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.slider-fullscreen header.dark:not(.header-smaller) .search-trigger {
  border-left: 1px solid rgba(255,255,255,.25);
  color: white;
}

.slider-fullscreen header.dark:not(.header-smaller) .logo {
  border-right: 1px solid rgba(255,255,255,.25);
}

.slider-fullscreen header.dark:not(.header-smaller) .search-input form input,
.slider-fullscreen header.dark:not(.header-smaller) .search-input form input::placeholder {
  color: white;
}

.swiper-slide {
  text-align: center;
  font-size: 24px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slider-caption,
.video-caption {
  font-weight: 300;
  line-height: 1.4;
  opacity: 1;
}

.slider-caption h2,
.video-caption h2 {
  display: none;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;  
  margin-top: 0;
  -webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

.slider-caption p,
.video-caption p {
  display: none;
  font-size: 18px;
  -webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.swiper-next, .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  z-index: 10;
  margin-top: -26px;
  background-color: rgba(0,0,0,0.15);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.swiper-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.swiper-next:hover, .swiper-prev:hover {
  background-color: rgba(0,0,0,0.45);  
}

.swiper-next i, .swiper-prev i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255,255,255,0.6);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.swiper-next:hover i, .swiper-prev:hover i {
  color: #F6F6F6;
  color: rgba(255,255,255,.95);
}

.swiper-next i {
  margin-left: 12px;
}

.btn-slider {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
  opacity: 1;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  background-color: #E6AE48;
  color: white;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s;
}
.btn-slider:hover,
.btn-slider:focus {
  color: white;
  opacity: 0.4;
}
.btn-slider:active {
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.4);
}

/* Portfolio detail swiper gallery */
.swiper-detail-container {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 300px;
  width: 100%;
}
.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}


/* CGBlog 
================================================== */
.CGBlogGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.CGBlogSummary {
 background-color: transparent;
}
.CGBlogSummaryLink h4 {
	font-size: 24px;
	margin: 10px 0;
	}
	.CGBlogSummaryLink h4 a {
		color: #333;		
  }
	.CGBlogSummaryLink h4 a:hover {
    text-decoration: none;
    color: #E6AE48;
  }
.CGBlogSummaryField {
	position: relative;
	text-align: center;
}
.CGBlogSummaryField img {
	width: 100%;
}
.CGBlogSummaryField .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
	overflow:hidden;
}
.CGBlogSummaryField:hover .image-overlay {
	opacity:1;
	background-color: rgba(255,255,255,.7);
}
.CGBlogSummaryField .image-overlay .overlay-icon {
  width:70px;
  height:70px;
  display:block;
  border-radius: 50%;
  opacity:0;
  background-color: #E6AE48;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;      
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -35px;
  margin-top: 0;
}
.CGBlogSummaryField:hover .image-overlay .overlay-icon {
  opacity:0.85;
  top: 50%;
  margin-top: -35px;				
}
.CGBlogSummaryField .image-overlay .overlay-icon i {
  font-size: 28px;
  color:white;
  margin: 20px 0 0 2px;
}
.CGBlogSummaryInfo {
	padding: 10px 0 0;
  overflow: hidden;
  line-height: 120%;
}
.CGBlogSummaryPostdate,
.CGBlogSummaryCategory,
.CGBlogSummaryAuthor,
.CGBlogSummaryComments {
  font-size: 14px;
  font-family: 'Crete Round', serif;
	color: #aaa;
	display: inline-block;
	margin-right: 10px;
}
.CGBlogDetailInfo .fa {
  margin-right: 4px;
}

/* CGBlog main blog page */
.blog .CGBlogSummary {
	margin-bottom: 40px;
	border-bottom: 2px solid #F2F2F2;
}
.blog p + .CGBlogSummary {
  margin-top: -30px;
}
.blog .CGBlogSummarySummary {
	margin: 20px 0 30px 0;
}
.blog .CGBlogSummarySummary p {
  line-height: 140%;
}
.blog .CGBlogSummarySummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogSummaryLink h4 {
	font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.blog .CGBlogGrid--grid-3 .CGBlogSummaryLink h4 {
  font-size: 16px;
}
.blog .CGBlogSummaryInfo {
	padding: 0;
}
.blog .CGBlogSummaryField {
	margin-bottom: 30px;
}
.blog section.mainContent {
	padding: 40px 0;
}
.browsecat {
	margin-bottom: 30px;
}
.browsecat ul {
	list-style-type: none; 
	margin: 0;
	padding-left: 20px;
	line-height: 200%;
}
.browsecat > ul {
	margin: 0;
	padding: 0;
}
.browsecat ul li {
	padding: 0;
}
.browsecat h4 {
	font-size: 18px;
}

/* Blog detail page */
.blog h3.CGBlogPostDetailTitle {
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 12px;
	line-height: 130%;
	margin: 30px 0 0;
}
.blog .CGBlogPostDetailSummary {
	margin-bottom: 30px;
	font-weight: 600;
}
.blog .CGBlogPostDetailSummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogDetailInfo {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.blog .CGBlogDetailField {
	margin-bottom: 30px;
}
.blog .CGBlogDetailField img {
  width: 100%;
}
.blog .CGBlogPostDetailContent {
	margin-bottom: 30px;
}
.blog .CGBlogPostDetailContent h3 {
	margin-bottom: 10px;
}
.blog .prevblogarticle {
	float: left;
}
.blog .nextblogarticle {
	float: right;
}
.blog-pagination {
	text-align: center;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.blog-pagination span {
	width: 30px;
	height: 30px;
}
.blog-pagination span a,
.blog-pagination span.first-nolink,
.blog-pagination span.prev-nolink,
.blog-pagination span.next-nolink,
.blog-pagination span.last-nolink {
	color: #fff;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.blog-pagination .left {
	float: left;
}
.blog-pagination .right {
	float: right;
}
.blog-pagination span a:hover {
	color: #fff;
}
.blog-pagination span a:before,
.blog-pagination span.first-nolink:before,
.blog-pagination span.prev-nolink:before,
.blog-pagination span.next-nolink:before,
.blog-pagination span.last-nolink:before {
	position: absolute;
	top: 0px;
	left: 6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ddd;
}
.blog-pagination span a:before {
  color: #666;
}
.blog-pagination span a:hover:before {
  color: #E6AE48;
}
.blog-pagination span.prev a:before,
.blog-pagination span.prev-nolink:before {
  content: "\f104";
}
.blog-pagination span.first a:before,
.blog-pagination span.first-nolink:before {
  content: "\f100";
}
.blog-pagination span.next a:before,
.blog-pagination span.next-nolink:before {
  content: "\f105";
}
.blog-pagination span.last a:before,
.blog-pagination span.last-nolink:before {
  content: "\f101";
}

/* CGFeedback - comments
================================================== */

.cgfeedback_addcomment fieldset {
  margin: 40px 0;
}

.cgfeedback_addcomment fieldset legend {
  border: none;
  font-weight: 400;
}

.cgfeedback_addcomment .row {
  margin-bottom: 12px;
}

.cgfeedback_addcomment label {
  font-weight: 600;
}

.cgfeedback_addcomment input[type="text"],
.cgfeedback_addcomment input[type="email"],
.cgfeedback_addcomment input[type="password"],
.cgfeedback_addcomment textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cgfeedback_addcomment input:focus,
.cgfeedback_addcomment textarea:focus,
.cgfeedback_addcomment select:focus,
.cgfeedback_addcomment checkbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.cgfeedback_addcomment textarea {
  min-height: 240px;
  overflow: auto;
}

.CGBlogSummaryComments {
  margin-bottom: 0;
}

.CGBlogSummaryComments.home {
  color: #666;
}

.CGBlogSummaryComments .feedback_ratings_item {
  display: inline-block;
  margin-right: 10px;
  color: #aaa;
}

.CGBlogSummaryComments .feedback_ratings_item .fa {
  color: #E6AE48;
  opacity: 0.8;
}

.CGBlogSummaryComments > div {
  display: inline-block;
}

.cgfeedback_summary_item {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.cgfeedback_summary_item .row {
  padding: 1px 0;
}
.cgfeedback_summary_item .row:last-child {
  margin-top: 14px;
}
.cgfeedback_summary_item .title {
  font-weight: 600;
  margin-right: 12px;
}
.cgfeedback_summary_item .fa {
  color: #E6AE48;
  opacity: 0.8;
}

/* News
================================================== */

.NewsSummary {
  margin-bottom: 30px;
}

.NewsSummaryLink h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

.NewsSummaryLink a {
  color: #333;
}

.NewsSummaryLink a:hover {
  text-decoration: none;
  color: #E6AE48;
}

.NewsSummaryPostdate, .NewsSummaryCategory, .NewsSummaryAuthor,
.NewsPostDetailDate, .NewsPostDetailCategory, .NewsPostDetailAuthor {
  font-size: 14px;
  font-family: 'Crete Round', serif;
  color: #aaa;
  display: inline-block;
  margin-right: 14px;
}

.NewsSummarySummary p,
.NewsPostDetailSummary p {
  margin: 10px 0 15px 0;
}

.NewsSummaryMorelink a {
  font-weight: 600;
}

h3 + .NewsSummary {
  margin-top: 20px;
}

.NewsPostDetailSummary {
  font-weight: 600;
}

.NewsSummaryField, .NewsDetailField {
  margin-bottom: 30px;
}

/* Footer News */

.footer-big .NewsSummary {
  margin-bottom: 0;
}

.footer-big .NewsSummary + .NewsSummary {
  margin-top: 20px;
}

.footer-big .NewsSummary a {
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dotted #666;
  line-height: 1.4;
}

.footer-big .NewsSummary a:hover {
  color: #eee;
  border-bottom: 1px dotted #eee;
}

.footer-big .NewsSummaryPostdate {
  color: #777;
  margin-top: 6px;
}

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 ================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #E6AE48;
  height: auto;
  z-index: 199;
  margin: 0;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: -4px !important;
  left: 100%;
}

/*** Menu link ***/

.sf-menu a {
  padding: 10px 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #666;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: none;
}

.sf-menu a.menuactive {
  color: #E6AE48 !important;
  font-weight: bold;
}

.sf-menu a:hover,
.sf-menu .sfHover > a {
  color: #E6AE48 !important;
}

.sf-menu li li a:not([href]):not([tabindex]), 
.sf-menu li li li a:not([href]):not([tabindex]) {
  color: #666;
}

/*** first level ***/

.sf-menu > li > a {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 39px 16px;
  line-height: 22px;
  color: #444;
}

.header-smaller .sf-menu > li > a {
  padding: 19px 16px;
  color: #444;
}

.header-smaller .sf-menu > li > a:hover {
  color: #E6AE48;
}

.header-smaller.dark .sf-menu > li > a {
  color: #444;
}

/*** dark background ***/

.dark .sf-menu > li > a {
  color: white;
}

.dark .sf-menu > li > a:hover {
  color: #E6AE48;
}

.sf-menu ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu ul li:first-child {
  border-top: none;
}

.sf-menu ul ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

.sf-menu li.sectionheader > a,
.sf-menu .sectionheader {
  cursor: default;  
}

.sf-menu li.separator hr {
  border-top: 1px solid #777;
}

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 2.2em !important;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font: normal 14px/.5 FontAwesome;
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
  content: "\f105" !important;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333; /* IE8 fallback colour */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #333;
}

@media screen and (max-width: 1280px) {
  .sf-menu > li:last-child ul ul {
    left: -100%;
  }
}

/*** Mobile navigation ***/

section.mobile-navigation {	
  position: fixed;
  padding: 0;
  top: 60px;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  width: 100%;
  display: none;
}

.mobile-nav {
  display: block;
  list-style: none; 
  margin: 0;
  padding:10px 6px;
  background-color: #6c757d;
  width: 100%;
}

.mobile-nav li {
  margin: 0;
  padding: 0;
  float: none;
}

.mobile-nav li a {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding: 7px 10px;
  display: block;
  color: #fff;
}

.mobile-nav li a.menuactive {
  color: #E6AE48;
}

.mobile-nav li a:hover {
  text-decoration: none;
  background-color: #2c3e50;
}

.mobile-nav li a .sectionheader {
  color: #aaa;  
}

/* second level */

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

.mobile-nav ul li a {
  padding-left: 30px;
}

/* third level */

.mobile-nav ul ul {
  list-style: none;
}

.mobile-nav ul ul li a {
  padding-left: 60px;
}

/*** Footer navigation ***/

.footerNav {
  list-style: none;
}

.footerNav a {
  color: #aaa;
  border: none;
}

.footerNav a:hover {
  color: #eee;
  border: none;
}

.footerNav .activeparent,
.footerNav .currentpage {
  color: white !important;
}

.footerNav .sectionheader {
  color: #808080;
}

.footerNav li .fa {
  margin-right: 10px;
}

/* 
*  Portfolio gallery custom styles 
*  Magnific Popup - v1.1.0 - 2016-02-20
*  http://dimsemenov.com/plugins/magnific-popup/
*  Copyright (c) 2016 Dmitry Semenov;
================================================== */

.portfolio-gallery {
  border-bottom: 1px solid white;
}

.portfolio-gallery .img {
  position: relative;
  overflow: hidden;
}

.portfolio-gallery .img .image-overlay {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-gallery .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(255,255,255,.6);
}

.portfolio-gallery .img img {
  width: 100%;
  -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.portfolio-gallery .img .image-overlay h4 {
  color: #333;
  background-color: white;
	position: absolute;
	bottom: -60px;
	left: 0px;
  right: 0px;
  min-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: initial;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay h4 {
  bottom: 0;
}

.portfolio-gallery .img .image-overlay .overlay-icon {
  width: 50px;
  height: 50px;
  display:block;
  border-radius: 50%;
  opacity:0;
  background-color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay .overlay-icon {
  opacity:0.85;
}

.portfolio-gallery .img .image-overlay .overlay-icon i {
  font-size: 20px;
  color:#E6AE48;
  margin: 14px 0 0 16px;
}

.gallerynavigation, .pagenavigation {
  display: flex;
}

.pagenavigation div {
  margin-right: 10px;
  font-size: 16px;
}

.pagelinks {
  font-size: 16px;
}

.pagelinks > * {
  margin: 0 4px;
}

.parentlink {
  margin-right: 20px;
}

.footer-big .portfolio-gallery {
  border: none;
}

.footer-big .portfolio-gallery .img:hover img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}

.footer-big .portfolio-gallery .img {
  margin-bottom: 30px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon {
  width: 40px;
  height: 40px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon i {
  margin: 10px 0 0 11px;
}

.footer-big .parentlink a {
  color: #E6AE48;
}

.footer-big .img a,
.footer-big .img a:hover {
  border: none;
}

/*** Social icons footer ***/

.social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.social-icon {
  width: 32px;
  height: 32px;
  border: none;
  color: #666;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.social-icon:hover {
  border: none;
  color: #eee;
}

a.social-icon:hover.facebook { background-color: #3B5998; }
a.social-icon:hover.twitter { background-color: #00ACEE; }
a.social-icon:hover.google { background-color: #DD4B39; }
a.social-icon:hover.pinterest { background-color: #C8232C; }
a.social-icon:hover.vimeo { background-color: #86C9EF; }
a.social-icon:hover.rss { background-color: #EE802F; }
a.social-icon:hover.linkedin { background-color: #0E76A8; }
a.social-icon:hover.yahoo { background-color: #720E9E; }
a.social-icon:hover.git { background-color: #171515; }

/*
* Counter home page
* jquery.counterup.js 1.0
*
* Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
* Released under the GPL v2 License
================================================== */

.counter-block {
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.counter-block.dark-1 {
  background-color: #434b4f;
}

.counter-block.dark-2 {
  background-color: #555e63;
}

.counter-block.dark-3 {
  background-color: #68747a;
}

.counter-block.dark-4 {
  background-color: #77858c;
}

.counter-block__icon {
  width: 64px;
  height: 64px;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
}

.counter {
  font-size: 44px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  line-height: 150%;
  margin: 0 0 20px 0;
}

.counter-block__text {
  text-transform: uppercase;
  font-size: 1rem;
}

.counter-block__text::before{
  display: block;
  position: relative;
  margin: 0 auto 25px auto;
  content: '';
  width: 20%;
  border-top: 2px solid #FAFAFA;
  opacity: 0.85;
}

/*** Google map fix ***/

[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0;
}

[id^="cggm_map_"] img {
	max-width: none;
}

/*** Form ***/

.form-group {
  margin: 1rem 0;
}

.form-group label {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*** Bootstrap overwrites ***/

.btn {
  border-radius: 0.125rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.btn-default {
  color: #E6AE48;
}

.btn-light {
  background-color: #DCDCDC;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #E6AE48;
  border-color: #E6AE48;
}

.btn-primary:hover {
  opacity: 0.85;
}

.form-group .btn + .btn {
  margin-left: 8px;
}

/*** CG Calendar ***/

.fc table {
  margin: 0;
}

.fc-event {
  border-radius: 2px !important;
  cursor: pointer;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.fc-state-default { 
  background-color: #f5f5f5;
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.fc-state-active, .fc-state-down {
  background-color: #6c757d !important;
  border-color: rgba(0,0,0,.5) #6c757d #6c757d #6c757d !important;
  color: white !important;
  text-shadow: none !important;
  box-shadow: inset 0 1px 0px rgba(0,0,0,.5) !important;
}

.fc-state-disabled {
  cursor: default !important;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 8rem !important;
}

.fc-basic-view .fc-day-number {
  font-size: 24px;
}

.calendar-event {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 1px;
  display: flex;
}

.calendar-event.detail {
  background-color: rgba(255,255,255,.8); 
}

.calendar-list-nav {
  margin-bottom: 20px;
}

.calendar-list .calendar-event {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}

.calendar-details {
  margin: 20px 0;
}

.calendar-details-title,
.calendar-summary-title {
  font-weight: 600;
}

.calendar-cur {
  margin: 0 10px;
}

.calendar-date-from {
  font-size: 14px;
  font-family: 'Crete Round', serif;
  color: #aaa;
}

.calendar-event.detail .calendar-date-from {
  color: #888;
}

.calendar-event h1 a,
.calendar-event h2 a,
.calendar-event h3 a,
.calendar-event h4 a,
.calendar-event h5 a,
.calendar-event h6 a {
  color: #333;
}

.calendar-event h1 a:hover,
.calendar-event h2 a:hover,
.calendar-event h3 a:hover,
.calendar-event h4 a:hover,
.calendar-event h5 a:hover,
.calendar-event h6 a:hover {
  color: #E6AE48;
}

.calendar-fields {
  max-width: 200px;
  width: 100%;
  margin-right: 20px; 
}

.calendar-fields--detail {
  max-width: 360px;
}

.calendar-with-image .fc h1,
.calendar-with-image .fc h2,
.calendar-with-image .fc h3,
.calendar-with-image .fc h4,
.calendar-with-image .fc h5,
.calendar-with-image .fc h6,
.calendar-with-image .fc th,
.calendar-with-image .fc td,
.calendar-with-image .fc-day-number {
  color: white !important;
}

.calendar-with-image .fc th,
.calendar-with-image .fc td {
  background-color: rgba(255,255,255,.06);
}

.calendar-with-image .fc-state-highlight .fc-day-number {
  color: black !important;
}

/*** Mobile navigation trigger ***/

.mobile-nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  text-indent: -9999px;
  border-left: rgba(0,0,0,.1) solid 1px;
  overflow: hidden;
}

.mobile-nav-trigger span {
  position: relative;
  display: block;
}

.mobile-nav-trigger span:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 20px;
  height: 3px;
  background: #505050;
  box-shadow: 0 6px 0 0 #505050, 0 12px 0 0 #505050;
}

.mobile-nav-trigger.active {
  background-color: #6c757d;
  border-right: none;
  height: 60px;
}

.mobile-nav-trigger.active span:before {
  background: #fff;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.dark:not(.header-smaller) .mobile-nav-trigger {
  border-left: rgba(255,255,255,.25) solid 1px;
}

.dark:not(.header-smaller) .mobile-nav-trigger span:before {
  background: #fff;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
  margin: 0;
  max-width: 90%;
  margin: 0px auto; 
}
.grid-list__item {
  position: relative;
  z-index: 1;
}

/* Team 
================================================== */
.team-member {
  position: relative;
  transition: all ease-in 0.2s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 30px; 
}
.team-member:after {
  content: "";
  position: absolute;
  z-index: 4;
  transition: all ease-in-out 0.2s;
  height: 58px;
  width: 58px;
  top: 40px;
  left: 0;
  opacity: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 28px;
  line-height: 58px;
  content: "\f2bb";
  color: #E6AE48;
  background-color: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.team-member:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 2; 
}
.team-member:hover .team-member__name {
  color: #E6AE48; 
}
.team-member:hover .member-image--hover {
  opacity: 1;
}
.team-member:hover:after {
  left: 40px;
  opacity: 1;
}
.team-member__click {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.team-member__image {
  position: relative;
  width: 100%;
  transition: all ease-in 0.2s;
  overflow: hidden;
}
.team-member__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: all ease-in 0.2s;
}
.team-member__image img.member-image--main {
  z-index: 1;
}
.team-member__image img.member-image--hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.team-member__description {
  background-color: #fff;
  text-align: center;
  padding: 10px 0 10px;
}
.team-member__name {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.team-member__title {
  display: inline-block;
  padding-top: 8px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 15px;
  opacity: 0.6;
}
.team-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  z-index: 1001;
}
.team-modal:target {
  pointer-events: all;
  opacity: 1;
}
.team-modal.open {
  pointer-events: all;
  padding-right: 17px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
}
.team-modal:hover {
  cursor: pointer;
}
.team-modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  background-color: white;
  opacity: .7;
  z-index: 1000;
  pointer-events: all;
  display: none;
}
.team-modal__inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px; 
  height: 100vh;
  max-height: none;
  align-content: stretch;
  line-height: 1.8;  
  top: 50%;
  left: 50%;
  cursor: default;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
  background: white;
}
.team-modal__image {
  max-height: 40vh;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  margin: 0;
  overflow: hidden;
}
.team-modal__image img {
  max-width: 100%;
}
.team-modal__text-content {
  width: 100%;
  max-height: 60vh;
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
.team-modal__text-content .team-modal__header {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.team-modal__text-content .team-modal_body-text {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 160%;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.team-modal__text-content .team-modal_body-text p {
  margin-bottom: 16px;
}
.team-modal__text-content .team-modal__name {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: none;
  line-height: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
}
.team-modal__text-content .team-modal_title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
  margin: 0 0 10px 0;
}
.team-modal__text-content .team-modal_lang {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;     
  opacity: 0.6;
  margin: 0;
}
.team-modal__close {
  position: absolute;
  text-decoration: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  z-index: 2;
  top: 18px;
  right: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: opacity ease-in-out 0.2s;
}
.team-modal__close .icon__close {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(https://www.uprecruitment.ro/uploads/designs/adsolutions_responsive_v1.0/icon__close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.4;
}
.team-modal__close:hover {
  opacity: 0.8; 
}
.team-modal__close:hover .icon__close {
  opacity: 0.6;
}
.team-modal__close:active {
  opacity: 1;
}
.team-modal__close:active .icon__close {
  opacity: 0.8; 
}

.team-modal__close-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity ease-in-out 0.2s; 
}
.team-modal__close-overlay:hover {
  opacity: 0.6; 
}

/* Services
================================================== */
.services {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
}
.services__media {
  width: 200px;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 140px;
  border-radius: 20px;
  margin-top: 12px;
}
.services__icon {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #E6AE48;
  padding: 6px;
}
.services__icon i.fa {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 42px;
  line-height: 94px;
	color: white;
  border-radius: 50%;
  background-color: #E6AE48;
  background-image: url(https://www.uprecruitment.ro/uploads/designs/adsolutions_responsive_v1.0/iconbg.svg);
  background-position: center center;
  background-size: 100% 100%;
}
.services__item-content {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
}
.services__item-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #E6AE48;
  text-align: center; 
}
.services__item-content p {
  margin-bottom: 20px;
}
.services__item-label {
  font-weight: 600;
}
.services__item ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.services__item li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.services__item li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #E6AE48;
}

/* FAQs - Toggle - Tabs - Portfolio
================================================== */

/* FAQs */
.faqs .toggle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.faqs .toggle .toggle__tab,
.faqs .toggle .toggle__tab--active,
.faqs .toggle .toggle__content { 
  font-size: 15px; 
}
.faqs .toggle .toggle__tab i {
	top: 1px;
	font-size: 14px;
}
.faqs .toggle .toggle__content { 
  padding-bottom: 4px; 
}

/* Toggle */
.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.toggle .toggle__tab,
.toggle .toggle__tab--active {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
}
.toggle .toggle__tab i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.toggle .toggle__tab { 
  font-weight: 600; 
}
.toggle .toggle__tab.no-icon {
  padding: 0;
}
.toggle .toggle__tab i.toggle--open,
.toggle .toggle__tab--active i.toggle--closed { 
  display: none; 
}
.toggle .toggle__tab--active i.toggle--open { 
  display: block; 
}
.toggle .toggle__content {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}
.toggle .toggle__content p { 
  margin-bottom: 10px;
}

/* Tabs */
.tabs-filter {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.tabs-filter li a {
  display: block;
  position: relative;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.tabs-filter li:first-child a {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.tabs-filter li:last-child a {
  border-radius: 0 4px 4px 0;
}
.tabs-filter li.active a {
  color: #FFF !important;
  background-color: #E6AE48;
  margin: -1px 0;
  padding: 13px 18px;
  font-weight: 600;
}
.tabs-filter li a:hover {
  color: #E6AE48;
}

/* Portfolio */
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -6px;
  max-width: 100%;
}
.portfolio-grid__item {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin: 0 6px 12px;
}
.portfolio-category {
  font-size: 13px;
  color: #777;
}
.portfolio-image {
  position: relative;
}
.portfolio-image a {
} 
.portfolio-image img {
}
.portfolio-title {
  text-transform: initial;
  font-size: 19px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}
.portfolio-description {
  padding: 15px 5px 10px;
}
.portfolio-description h4 {
  margin: 0;
}
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  transition: opacity .4s ease-in-out;
}
.portfolio-grid__item:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.portfolio-overlay .portfolio-image__right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}
.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__left-icon, 
.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__right-icon {
  margin-top: -18px;
}
.portfolio-shuffle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  text-align: center;
  margin: 0 12px;
  line-height: 40px;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.portfolio-shuffle:hover {
  background-color: #E6AE48;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.portfolio-detail {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.portfolio-detail__image {
  overflow: hidden;
}
.portfolio-detail__title {  
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: initial;
  border-bottom: 2px solid #E6AE48;
}
.portfolio-detail__category {
  color: #777;
  font-size: 13px;
}
.portfolio-detail__description {
  margin: 10px 0;
} 
.portfolio-detail__item-label {
  font-weight: 600;
}

/* Portfolio slider */
.portfolio-detail__slider {
  margin: 10px 0 20px;
  padding-top: 25px;
  opacity: 0;
} 
.progress-bar {
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}
.progress-bar:first-child { margin-top: 0; }
.progress-bar .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #E6AE48;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}
.progress-bar .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}
.progress-bar .progress-percent .counter-instant {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.progress-percent:after, .progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}
.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.progress-bar > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

/*** 404 page not found
================================================== */
.error-404 {
  display: block;
  font-size: 240px;
  font-weight: 700;
  color: #DDD;
  line-height: 1;
  letter-spacing: 4px;
}

/*** Captcha
================================================== */
.captchapict {
  margin: 10px 0;
}
.cgbf_input_captcha {
  display: inline-block;
  width: 200px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 10px 0;
}
.cgbf_input_captcha:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/*** Video home page
================================================== */
.video-wrapper {  
  position: relative;
	overflow:hidden;
  height: 100vh;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 60px;
    filter: brightness(70%);
}
.video-caption {
    display: flex;
    flex-direction: column;
    min-height:calc(100vh + 50px);
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index: 2;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.video-caption h2 {
    font-size: 54px;
    line-height: 120%;
    animation-delay: .3s;
    display: none;
}
.video-caption p {
  animation-delay: .5s;
  display: none;
  margin: 0 auto 30px;
}
.scroll-down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222;
  z-index: 3;
}

/*** Media Queries
================================================== */

/* Extra small devices (portrait phones, less than 576px) 
No media query for `xs` since this is the default in Bootstrap  */

/* sm : Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
  .team-modal__inner {
    flex-direction: row;
    width: 80%;
    height: 92vh;
  }
  .team-modal__image {
    max-height: 100%;
    width: 100%;
    text-align: center;
  }
  .team-modal__text-content {
    width: 100%;
    max-height: 100%;
    padding: 40px;
  }
  .team-modal__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-top {
    height: 400px;
  }
  .gallery-thumbs {
    height: 120px;
  }
  .video-caption {
    width: 70%;
  }
}

/* md : Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) { 
  .CGBlogGrid--grid-2 .CGBlogGrid {
    grid-template-columns: 1fr 1fr;
  }
  .grid-list {
    grid-gap: 0;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 40px auto;
  }
  .content-wrapper { 
    padding: 80px 0;
  }
  
  .team-modal__inner {
    flex-direction: column;
    width: 80%;
    max-height: none;
    height: 92vh;
  }
  .team-modal__image {
    max-height: 52vh;
    width: 100%;
    text-align: center;
  }
  .team-modal__image img {
    height: auto;
    object-fit: initial;
  }
  .team-modal__text-content {
    width: 100%;
    max-height: 40vh;
    padding: 40px;
  }
  .team-modal__text-content .team-modal__name {
    font-size: 26px;
  }
  .team-modal__text-content .team-modal_title {
    font-size: 18px;
  }
  .services__item {
    flex-direction: row;
    margin-bottom: 100px;
  }
  .services__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .services__item:last-child {
    margin-bottom: 60px;
  }
  .services__item-content {
    padding: 0 40px;
  }
  .services__item-content h3 {
    text-align: left;
  }
  .services__media {
    min-height: 160px;
  }
  .services__icon {
    width: 158px;
    height: 158px;
    margin-bottom: 25px;
    border: 2px solid #E6AE48;
    padding: 6px;
  }
  .services__icon i.fa {
    font-size: 72px;
    line-height: 142px;
  }
  .portfolio-grid {
    margin-left: -6px;
    margin-right: -6px;
    max-width: 100%;
  }
  .portfolio-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 10px 0;
    padding: 0 6px 12px;
  }
  .gallery-top {
    height: 500px;
  }
  .gallery-thumbs {
    height: 140px;
  }
}

/* lg : Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  header .container-fluid { 
    padding: 0 30px; 
  }
  .search-wrapper {
    right: 0;
  }

  .search-trigger,
  header,
  .logo a img, 
  .search-input form,
  .mobile-nav-trigger {
    height: 100px;
  }

  .slider,
  .main-title {
    margin-top: 100px;
  }
  .main-title {
    padding: 55px 0;
  }
  .slider-caption h2,
  .video-caption h2 {
    font-size: 62px;
  }
  
  .slider-caption p,
  .video-caption p {
    font-size: 24px;
  }
  
  .search-trigger i {
    top: 41%;
  }
  section.content { 
    padding: 60px 0; 
  }
  .footer-big {
    padding: 80px 0;
  }
  .blog .CGBlogGrid--grid-2 .CGBlogSummaryLink h4,
  .blog .CGBlogGrid--grid-3 .CGBlogSummaryLink h4,
  .blog .CGBlogGrid--grid-4 .CGBlogSummaryLink h4 {
    font-size: 24px;
  }
  .CGBlogGrid--grid-3 .CGBlogGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .CGBlogGrid--grid-4 .CGBlogGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .team-modal__inner {
    flex-direction: row;
    width: 90%;
    max-height: 560px;
  }
  .team-modal__image {
    width: 50%;
    max-height: inherit;
  }
  .team-modal__text-content {
    width: 50%;
    padding: 50px 40px 50px 50px;
    max-height: 100%;
  }
  .portfolio-detail {
    grid-template-columns: 2fr 1fr;
  }
  .video-container video {
    margin-top: 100px;
  }
  .video-caption h2 {
    font-size: 80px;
    line-height: 140%;
  }
}

/* xl : Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .error-404 {
    font-size: 300px;
  }
}

/* Retina CSS */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.logo a.standard-logo { display: none; }

	.logo a.retina-logo { display: block; }
}
/* cmsms stylesheet: a_responsive1.0-addons modified: Friday, April 10, 2026 2:16:47 PM */
@charset "utf-8";
/* ==================================================
   addons.css — UP Recruitment
   AdSolutions Responsive 1.0 — Custom Layer

   Versiune:          1.0.0
   Autor:             AdSolutions
   Proiect:           UP Recruitment Romania
   Ultima modificare: 2026-02

   SECTIUNI:
   01. Variabile brand
   02. Header custom
   03. Language nav
   04. Navigation desktop
   05. Navigation mobile
   06. Search
   07. Transport section
   08. Numbers section
   09. Footer
   10. Formulare
   11. Butoane
   12. Utilitare
   ================================================== */


/* ==================================================
   01. VARIABILE BRAND
   ================================================== */


:root {
  --green:        #47AF5B;
  --green-dark:   #2d8a3e;
  --green-light:  #e8f7eb;
  --dark:         #1A1F1B;
  --dark2:        #242B25;
  --muted:        #6B7E6C;
  --light:        #F3F8F4;
  --white:        #FFFFFF;
  --border:       #D6E8D8;
  --radius:       12px;

  --font-display: 'Sora', 'Raleway', Arial, sans-serif;
  --font-body:    'Plus Jakarta Sans', 'Lato', Arial, sans-serif;
}

/* Selection color */
::selection         { background: var(--green); color: #fff; text-shadow: none; }
::-moz-selection    { background: var(--green); color: #fff; text-shadow: none; }


/* ==================================================
   02. TIPOGRAFIE
   ================================================== */

body { font-family: var(--font-body); color: #2C3A2D; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, legend {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: -0.3px;
  color: var(--dark);
}

h1 { font-size: 38px; letter-spacing: -1px; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }

a       { color: var(--green); }
a:hover { color: var(--green-dark); }

.home-title:after,
.home-heading:after { background-color: var(--green); }

.highlight-overlay {
  display: inline-block;
  background-color: var(--green-dark);
  color: #fff;
  padding: 10px 15px;
}

.highlight-overlay2 {
  display: inline-block;
  background-color: var(--green);
  color: #fff;
  padding: 10px 15px;
}

/* In contextul main-title, overlay2 devine transparent */
.main-title .highlight-overlay2 { background-color: transparent; color: var(--white); padding: 0; }

.sec-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

.sec-label-dk { color: var(--green); }

.sec-h {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--white);
  margin-bottom: 14px;
}

.sec-h em { color: var(--green); font-style: normal; }

.sec-h-dk {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #152019;
  margin-bottom: 10px;
}

.sec-h-dk em { color: var(--green); font-style: normal; }

.sec-sub    { font-size: 15px; color: rgba(255,255,255,0.48); line-height: 1.65; max-width: 520px; }
.sec-sub-dk { font-size: 15px; color: #4a6553; line-height: 1.65; max-width: 520px; }

.section { padding: 80px 48px; }


/* ==================================================
   03. HEADER CUSTOM
   ================================================== */

header {
  background-color: rgba(26, 31, 27, 0.97);
  border-bottom: 1px solid rgba(71, 175, 91, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 992px) {
  header .container-fluid { background-color: transparent; }
}

header.header-smaller {
  background-color: rgba(26, 31, 27, 0.99);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.logo { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.logo a img { filter: brightness(0) invert(1); }
.logo img.logo-default { display: block !important; }
.logo img.logo-inverse { display: none  !important; }

/* Main title — page header pagini interioare */
.main-title {
  background-color: var(--dark);
  border-bottom: none;
  padding: 40px 0;
  background-image: linear-gradient(135deg, rgba(71,175,91,0.07) 0%, transparent 55%);
}

.main-title h1 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.5px;
  color: var(--white);
  font-size: 26px;
}

.main-title .main-subtitle { color: rgba(255,255,255,0.5); }

.breadcrumb { background-color: transparent; color: rgba(255,255,255,0.4); font-size: 12px; }
.breadcrumb a { color: rgba(255,255,255,0.45); border-bottom: none; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb-text { color: var(--green); }


/* ==================================================
   04. NAVIGATIE DESKTOP — sf-menu
   ================================================== */

/* NAV center fix — absolute centrat pe #mnav (position:fixed) */
#mnav .sf-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* CSS-only hover — inlocuieste Superfish JS */
.sf-menu li { position: relative; }
.sf-menu li ul { display: none; position: absolute; z-index: 9999; top: 100%; left: 0; }
.sf-menu li:hover > ul { display: block; }

.sf-menu > li > a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.65);
  padding: 38px 14px;
  transition: color .2s;
}

.header-smaller .sf-menu > li > a { color: rgba(255,255,255,0.65); padding: 38px 14px; }

.sf-menu > li > a:hover,
.sf-menu a.menuactive,
.sf-menu a:hover,
.sf-menu .sfHover > a { color: var(--green) !important; }

/* ═══ NAV — Active page highlight ═══ */
.sf-menu > li > a.menuactive {
    color: #fff !important;
    position: relative;
}
.sf-menu > li > a.menuactive::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 15px;
    right: 15px;
    height: 2px;
    border-radius: 1px;
    background: var(--green);
}
/* Contact CTA — white underline when active */
.sf-menu > li.last_child > a.menuactive::after {
    display: block !important;
    background: rgba(255,255,255,0.85);
    bottom: 4px;
    left: 20px;
    right: 20px;
}
/* Parent item subtle highlight */
.sf-menu > li > a.menuparent {
    color: rgba(255,255,255,0.78) !important;
}


.sf-menu ul {
  background-color: var(--dark);
  border-top: 3px solid var(--green);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-radius: 0 0 var(--radius) var(--radius);
  width: 230px;
}

.sf-menu ul li { background-color: transparent; }

.sf-menu ul li a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: rgba(255, 255, 255, 0.55);
  padding: 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  letter-spacing: 0;
  transition: color .2s, padding-left .2s;
}

.sf-menu ul li a:hover { color: var(--green) !important; background-color: rgba(71,175,91,0.07); padding-left: 24px; }
.sf-menu ul li:last-child a { border-bottom: none; }
.sf-arrows .sf-with-ul:after { color: rgba(255,255,255,0.35); font-size: 12px; }


/* ==================================================
   05. NAVIGATIE MOBILA
   ================================================== */

/* mobile-navigation din tema veche — complet dezactivata */
section.mobile-navigation { display: none !important; }

/* .mobile-nav = clasa generata de Mobile Navigation template neactualizat
   Stilizata identic cu .mob-links pana la actualizarea templateului in CMSMS */
/* ── MOBILE MENU — Fullscreen overlay ── */

/* Overlay fullscreen */
/* ── MOBILE MENU FULLSCREEN ── */

/* Overlay fullscreen — ascuns by default */
.mob-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(13, 20, 15, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  /* Hidden state */
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mob-menu.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

/* Top bar: brand + utils */
.mob-menu-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 64px;
  border-bottom: 1px solid rgba(71,175,91,0.12);
  flex-shrink: 0;
}
.mob-menu-logo svg {
  height: 40px;
  width: auto;
  display: block;
}
.mob-menu-utils {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Buton X inchidere */
.mob-close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.7);
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.mob-close-btn:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* Nav links — centrate vertical, fullscreen */
.mob-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px 24px;
}
.mob-nav-link {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font-display, 'Sora', sans-serif);
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  padding: 12px 0;
  border-radius: 12px;
  letter-spacing: -0.5px;
  transition: color 0.2s, background 0.2s;
}
.mob-nav-link:hover,
.mob-nav-link--active {
  color: #47AF5B;
}
/* CTA Contact */
.mob-nav-link--cta {
  margin-top: 16px;
  background: #47AF5B;
  color: #fff !important;
  font-size: clamp(16px, 4vw, 20px);
  padding: 14px 32px;
  width: auto;
  border-radius: 12px;
}
.mob-nav-link--cta:hover {
  background: #2d8a3e;
  color: #fff !important;
}



/* Top bar in fullscreen menu */
.mob-menu-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 72px;
  border-bottom: 1px solid rgba(71,175,91,0.12);
  flex-shrink: 0;
}
.mob-menu-topbar .mob-logo svg { height: 44px; width: auto; }
.mob-menu-topbar .mob-top-utils {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Nav links centrate vertical */
.mob-menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
}
.mob-menu ul.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob-menu ul.mobile-nav > li.menuparent > ul,
.mob-menu ul.mobile-nav > li .mob-sub,
.mob-menu ul.mobile-nav > li .mob-arrow {
  display: none !important;
}
.mob-menu ul.mobile-nav li a {
  display: block;
  padding: 18px 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color .2s, padding-left .2s;
  letter-spacing: -0.5px;
}
.mob-menu ul.mobile-nav li a:hover,
.mob-menu ul.mobile-nav li.menuactive a {
  color: var(--green);
  padding-left: 8px;
}
.mob-menu ul.mobile-nav li.last_child a.mob-cta {
  display: inline-flex;
  margin-top: 28px;
  background: var(--green) !important;
  color: #fff !important;
  padding: 14px 32px !important;
  border-radius: 12px;
  border-bottom: none !important;
  font-size: 16px !important;
  letter-spacing: 0;
}
.mob-menu ul.mobile-nav li.last_child a.mob-cta:hover {
  background: var(--green-dark) !important;
  padding-left: 32px !important;
}


/* ── FULLSCREEN MOBILE MENU ── */
#mobMenu {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(13,19,15,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  /* animatie */
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1);
  overflow: hidden;
}
#mobMenu.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

/* Top bar in meniul fullscreen — logo + utils */
.mob-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 72px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(71,175,91,0.12);
}
.mob-topbar-brand { display: flex; align-items: center; text-decoration: none; }
.mob-topbar-right { display: flex; align-items: center; gap: 8px; }

/* Links container — centrat vertical */
.mob-links-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
}

/* Link-urile principale */
#mobMenu .mob-links {
  list-style: none;
  padding: 0; margin: 0;
}
#mobMenu .mob-links li { }
#mobMenu .mob-links > li > a {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color .2s, padding-left .22s;
  letter-spacing: -0.5px;
}
#mobMenu .mob-links > li > a:hover,
#mobMenu .mob-links > li > a.menuactive {
  color: var(--green);
  padding-left: 8px;
}
/* Ascunde subpagini — le gestionam prin widget pe pagina de industrii */
#mobMenu .mob-links .mob-sub,
#mobMenu .mob-links .mob-arrow { display: none; }

/* Buton CTA in meniu */
#mobMenu .mob-links .mob-cta {
  display: inline-flex !important;
  margin-top: 28px !important;
  background: var(--green) !important;
  color: #fff !important;
  padding: 14px 32px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-bottom: none !important;
  letter-spacing: 0 !important;
}
#mobMenu .mob-links .mob-cta:hover {
  background: var(--green-dark) !important;
  padding-left: 32px !important;
}

/* Ascunde hamburger-ul vechi din nav-mob cand meniul e deschis — nu e necesar */
/* Close button in topbar */
.mob-close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.6);
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.mob-close-btn:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
/* clearb din template vechi */
.mob-menu .clearb { display: none; }

/* sf-menu in nav#mnav — ascuns implicit, afisat doar pe desktop */
/* (inainte ca Navigation template sa fie actualizat in CMSMS) */
nav#mnav ul.sf-menu {
  display: none !important;
}
@media (min-width: 961px) {
  nav#mnav ul.sf-menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0; padding: 0;
    flex-wrap: nowrap;
  }
  nav#mnav ul.sf-menu > li { position: relative; }
  nav#mnav ul.sf-menu > li > a {
    display: flex !important; align-items: center; gap: 6px;
    padding: 8px 15px !important; border-radius: 9px;
    font-size: 13.5px; font-weight: 600;
    color: rgba(255,255,255,0.55) !important; text-decoration: none !important;
    transition: color .18s, background .18s; white-space: nowrap;
    background: transparent;
  }
  nav#mnav ul.sf-menu > li > a:hover,
  nav#mnav ul.sf-menu > li:hover > a { color: #fff !important; background: rgba(255,255,255,0.06) !important; }
  /* Clasa ncta pe ultimul item (Contact) */
  nav#mnav ul.sf-menu > li.last_child > a {
    background: var(--green) !important; color: #fff !important;
    padding: 8px 20px !important; border-radius: 9px;
  }
  nav#mnav ul.sf-menu > li.last_child > a:hover { background: var(--green-dark) !important; }
}

/* sectionheader items — ascunse in nav (ex: "Industrii disponibile") */
nav#mnav ul.sf-menu > li > a .sectionheader { display: none !important; }
nav#mnav ul.sf-menu > li:has(> a .sectionheader) { display: none !important; }

.mobile-nav li a {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: rgba(255, 255, 255, 0.65);
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color .2s, padding-left .2s;
}

.mobile-nav li a:hover,
.mobile-nav li a.menuactive { background-color: transparent; color: var(--green); padding-left: 8px; }

.mobile-nav ul li a    { padding-left: 20px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.45); }
.mobile-nav ul ul li a { padding-left: 40px; font-size: 13px; }

.mobile-nav-trigger { border-left: 1px solid rgba(255,255,255,0.1); }

.mobile-nav-trigger span:before {
  background: rgba(255,255,255,0.7);
  box-shadow: 0 6px 0 0 rgba(255,255,255,0.7), 0 12px 0 0 rgba(255,255,255,0.7);
}

.mobile-nav-trigger.active { background-color: rgba(71,175,91,0.12); }

.mobile-nav-trigger.active span:before {
  background: var(--green);
  box-shadow: 0 6px 0 0 var(--green), 0 12px 0 0 var(--green);
}


/* ==================================================
   06. LANGUAGE NAV
   ================================================== */

.lang-wrapper { position: absolute; top: 0; right: 135px; }

.lang-trigger {
  position: relative;
  width: 70px;
  height: 60px;
  color: rgba(255,255,255,0.5);
  z-index: 10;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,0.1);
  transition: all .3s ease;
}

.lang-trigger p { position: absolute; top: 39%; left: 25%; text-align: center; text-shadow: none; }
.lang-trigger:hover { background-color: rgba(255,255,255,0.05); }

.gb, .ro {
  width: 28px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  overflow: hidden;
  z-index: 0;
}

.gb::after, .ro::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0);
  transition: background-color .3s ease;
  z-index: 1;
}

.gb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K);
}

.ro {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA2MCAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIzMCIgeD0iMCIgeT0iMCIgZmlsbD0iIzAwMmI3ZiIvPg0KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjMwIiB4PSIyMCIgeT0iMCIgZmlsbD0iI2ZjZDExNiIvPg0KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjMwIiB4PSI0MCIgeT0iMCIgZmlsbD0iI2NlMTEyNiIvPg0KPC9zdmc+');
}

.header-smaller .lang-trigger { height: 60px; }
.header-smaller .lang-trigger p { top: 39%; }

@media (min-width: 992px) {
  .lang-trigger,
  .mobile-nav-trigger { height: 105px; }
  .lang-wrapper       { right: 62px; }
}


/* ==================================================
   07. SEARCH
   ================================================== */

.search-trigger {
  color: rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.1);
  transition: color .2s, background-color .2s;
}

.search-trigger:hover { color: rgba(255,255,255,0.9); background-color: rgba(255,255,255,0.05); }

.search-input form {
  background-color: rgba(18, 24, 19, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 2px solid var(--green);
}

.search-input form input { font-family: var(--font-body); font-weight: 500; color: var(--white); letter-spacing: 0; }
.search-input form input::placeholder { color: rgba(255,255,255,0.3); }

/* ==================================================
   07b. NAV CUSTOM UP RECRUITMENT
   ================================================== */

/* Reset Bootstrap conflicts pe nav */
nav#mnav,
nav#mnav * { box-sizing: border-box; }

nav#mnav {
  position: fixed !important; top: 0; left: 0; right: 0; z-index: 1050;
  height: 72px; width: 100%;
  display: flex !important; flex-direction: row !important;
  align-items: center !important; justify-content: space-between !important;
  padding: 0 48px !important;
  background: rgba(17,22,20,0.92) !important;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  transition: background .3s, box-shadow .3s;
  border-radius: 0 !important;
  flex-wrap: nowrap !important;
}
nav#mnav.scrolled { background: rgba(17,22,20,0.99) !important; box-shadow: 0 4px 40px rgba(0,0,0,0.5); }

/* Search overlay — ascuns by default */
.srch-ov {
  display: flex !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.srch-ov.open { opacity: 1 !important; pointer-events: all !important; }

.nav-logo { display: flex !important; align-items: center; text-decoration: none; flex-shrink: 0; }
nav#mnav ul.nav-links {
  display: flex; flex-direction: row;
  align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0;
  flex-wrap: nowrap;
}
nav#mnav ul.nav-links > li { position: relative; }
nav#mnav ul.nav-links > li > a {
  display: flex !important; align-items: center; gap: 6px;
  padding: 8px 15px !important; border-radius: 9px;
  font-size: 13.5px; font-weight: 600; font-family: var(--font-body);
  color: rgba(255,255,255,0.55) !important; text-decoration: none !important;
  transition: color .18s, background .18s; white-space: nowrap;
  background: transparent;
}
nav#mnav ul.nav-links > li > a:hover,
nav#mnav ul.nav-links > li:hover > a { color: #fff !important; background: rgba(255,255,255,0.06) !important; }
nav#mnav ul.nav-links > li > a.ncta { background: var(--green) !important; color: #fff !important; padding: 8px 20px !important; border-radius: 9px; }
nav#mnav ul.nav-links > li > a.ncta:hover { background: var(--green-dark) !important; }
.has-sub > a::after {
  content: ''; display: inline-block; width: 7px; height: 7px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform .2s; flex-shrink: 0;
}
.has-sub:hover > a::after { transform: rotate(-135deg) translateY(2px); }
.nav-drop {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-25%) translateY(-6px);
  min-width: 230px; background: #1a2420;
  border: 1px solid rgba(71,175,91,0.18); border-radius: 14px; padding: 8px;
  opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55); z-index: 100;
}
.has-sub:hover .nav-drop { opacity: 1; pointer-events: all; transform: translateX(-50%) translateY(0); }
.nav-drop::before { content: ''; position: absolute; bottom: 100%; left: 0; right: 0; height: 14px; }
.nav-drop::after {
  content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  border: 7px solid transparent; border-bottom-color: #1a2420;
  filter: drop-shadow(0 -1px 0 rgba(71,175,91,0.18));
}
.nav-drop a {
  display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 9px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.6); text-decoration: none;
  transition: color .15s, background .15s;
}
.nav-drop a:hover { color: #fff; background: rgba(71,175,91,0.1); }
.drop-ic {
  width: 30px; height: 30px; border-radius: 7px; background: rgba(71,175,91,0.08);
  display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0;
  transition: background .15s;
}
.nav-drop a:hover .drop-ic { background: rgba(71,175,91,0.18); }
.drop-sep { height: 1px; background: rgba(255,255,255,0.07); margin: 5px 0; }
.drop-all { color: var(--green) !important; font-weight: 600 !important; }
.drop-all:hover { background: rgba(71,175,91,0.08) !important; }
/* .nav-utils stilizat via nav#mnav .nav-utils mai jos */
.nav-icon-btn {
  background: transparent; border: none; cursor: pointer;
  color: rgba(255,255,255,0.5); width: 36px; height: 36px;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.nav-icon-btn:hover { background: rgba(255,255,255,0.08); color: #fff; }
.lang-sw { display: flex; align-items: center; }
.lang-btn {
  display: flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 8px;
  background: rgba(255,255,255,0.06); text-decoration: none; border: none; cursor: pointer;
  position: relative; transition: background .2s, transform .18s;
}
.lang-btn:hover { background: rgba(255,255,255,0.11); transform: translateY(-1px); }
.flag-img {
  width: 26px; height: 17px; border-radius: 3px; object-fit: cover; display: block;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4); transition: transform .18s;
}
.lang-btn:hover .flag-img { transform: scale(1.08); }
.lang-tip {
  position: absolute; top: calc(100% + 8px); left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: rgba(12,18,14,0.97); color: rgba(255,255,255,0.85);
  font-size: 11px; font-weight: 600; font-family: var(--font-body);
  white-space: nowrap; padding: 5px 10px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08); pointer-events: none; opacity: 0;
  transition: opacity .2s, transform .2s; z-index: 10;
}
.lang-tip::before {
  content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  border: 4px solid transparent; border-bottom-color: rgba(12,18,14,0.97);
}
.lang-btn:hover .lang-tip { opacity: 1; transform: translateX(-50%) translateY(0); }
nav#mnav .nav-utils { display: flex; flex-direction: row; align-items: center; gap: 6px; }
nav#mnav .nav-mob { display: none; align-items: center; gap: 8px; }
.hamburger { background: transparent; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { width: 22px; height: 2px; background: rgba(255,255,255,0.75); border-radius: 2px; transition: all .3s; display: block; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-menu {
  position: fixed; top: 72px; left: 0; right: 0; z-index: 999;
  background: rgba(13,18,15,0.99); backdrop-filter: blur(16px);
  border-bottom: none;
  padding: 20px 24px 28px;
  /* Nu mai folosim transform — folosim visibility+opacity pentru compatibilitate */
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
  max-height: calc(100vh - 72px); overflow-y: auto;
}
.mob-menu.open {
  opacity: 1; visibility: visible; pointer-events: all;
}
.mob-links { list-style: none; padding: 0; margin: 0; }
.mob-links a {
  display: block; padding: 13px 0; font-size: 17px; font-weight: 600;
  color: rgba(255,255,255,0.65); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06); transition: color .2s, padding-left .2s;
}
.mob-links a:hover { color: var(--green); padding-left: 6px; }

/* Sub-meniu mobil */
.mob-sub {
  list-style: none; padding: 0; margin: 0 0 4px 16px;
  border-left: 2px solid rgba(71,175,91,0.2);
}
.mob-sub li a {
  display: block; padding: 8px 12px;
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.5); text-decoration: none;
  border-bottom: none !important;
  transition: color .2s, padding-left .2s;
}
.mob-sub li a:hover { color: var(--green); padding-left: 18px !important; }
.mob-links li.menuparent > a { color: rgba(255,255,255,0.75); }
.mob-arrow {
  float: right; font-size: 18px; line-height: 1;
  color: rgba(255,255,255,0.3); transition: transform .2s;
}

.mob-cta {
  display: inline-block; margin-top: 18px;
  background: var(--green) !important; color: #fff !important;
  padding: 12px 28px !important; border-radius: 10px;
  border-bottom: none !important; font-size: 15px !important;
}
.srch-ov {
  position: fixed; inset: 0; z-index: 2000; background: rgba(8,13,10,0.93); backdrop-filter: blur(16px);
  display: flex; align-items: flex-start; justify-content: center; padding-top: 130px;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.srch-ov.open { opacity: 1; pointer-events: all; }
.srch-inner {
  width: 100%; max-width: 620px; padding: 0 24px;
  transform: translateY(-12px); transition: transform .3s cubic-bezier(.23,1,.32,1);
}
.srch-ov.open .srch-inner { transform: translateY(0); }
.srch-form {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.05); border: 1.5px solid rgba(71,175,91,0.4);
  border-radius: 14px; padding: 14px 16px;
}
.srch-form input {
  flex: 1; background: transparent; border: none; outline: none;
  color: #fff; font-size: 18px; font-family: var(--font-body);
}
.srch-form input::placeholder { color: rgba(255,255,255,0.28); }
.srch-x {
  background: transparent; border: none; cursor: pointer;
  color: rgba(255,255,255,0.4); display: flex; align-items: center; padding: 2px; transition: color .2s;
}
.srch-x:hover { color: #fff; }
.srch-hints { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.srch-hint {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5); font-size: 13px; font-weight: 500;
  padding: 5px 13px; border-radius: 50px; cursor: pointer;
  transition: all .2s; font-family: var(--font-body);
}
.srch-hint:hover { background: rgba(71,175,91,0.12); border-color: rgba(71,175,91,0.3); color: var(--green); }
@media (max-width: 960px) {
  nav#mnav { padding: 0 20px !important; }
  nav#mnav ul.nav-links,
  nav#mnav .nav-utils { display: none !important; }
  nav#mnav .nav-mob { display: flex !important; }
}



/* ==================================================
   08. HERO
   ================================================== */

.hero {
  min-height: 100vh;
  padding: 160px 48px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-content: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
  background: var(--dark);
}

#hcanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }

.hero-content,
.hero-visual { position: relative; z-index: 1; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(71,175,91,0.09);
  border: 1px solid rgba(71,175,91,0.22);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: .3px;
  margin-bottom: 24px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(1.3); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: var(--white);
  margin-bottom: 20px;
}

.hero h1 em { color: var(--green); font-style: normal; }

.hero-txt { font-size: 15.5px; line-height: 1.72; color: rgba(255,255,255,0.52); margin-bottom: 36px; max-width: 440px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(10px);
}

.card-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 16px;
}

.stat-row { display: flex; margin-bottom: 24px; }

.stat { flex: 1; text-align: center; padding: 14px 0; border-right: 1px solid rgba(255,255,255,0.07); }
.stat:last-child { border-right: none; }

.stat-n { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 4px; }
.stat-n span { font-size: 17px; }
.stat-l { font-size: 11px; color: rgba(255,255,255,0.38); font-weight: 500; }

.pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }

.pill {
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.45);
  transition: all .2s;
  cursor: default;
}

.pill.on { background: rgba(71,175,91,0.13); border-color: rgba(71,175,91,0.32); color: var(--green); }


/* ==================================================
   09. STATS BAR — banda verde sub hero
   ================================================== */

.sbar {
  background: var(--green);
  padding: 26px 48px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sbar-item { text-align: center; }
.sbar-n { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--white); line-height: 1; }
.sbar-l { font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-top: 4px; }
.sbar-div { width: 1px; height: 38px; background: rgba(255,255,255,0.2); }


/* ==================================================
   10. SERVICII — grid carduri cu SVG
   ================================================== */

.sec-light { background: var(--light); color: #1a2a1e; padding: 80px 48px; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.svc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid rgba(71,175,91,0.12);
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  text-align: center;
}

.svc-card:hover { border-color: rgba(71,175,91,0.5); box-shadow: 0 8px 24px rgba(71,175,91,0.12); transform: translateY(-3px); }

.svc-ic {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(71,175,91,0.09);
  border: 1px solid rgba(71,175,91,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  transition: background .2s;
}

.svc-ic svg { width: 24px; height: 24px; }
.svc-card:hover .svc-ic { background: rgba(71,175,91,0.18); }
.svc-name { font-size: 13.5px; font-weight: 700; color: #1a2a1e; }
.svc-card:hover .svc-name { color: var(--green); }


/* ==================================================
   11. DE CE UP RECRUITMENT
   ================================================== */

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-features { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }

.feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color .2s, background .2s;
}

.feat:hover { border-color: rgba(71,175,91,0.2); background: rgba(71,175,91,0.04); }

.feat-ic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(71,175,91,0.1);
  border: 1px solid rgba(71,175,91,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #47AF5B;
}

.feat h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.feat p  { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.6; }

.proc { display: flex; flex-direction: column; }

.proc-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.proc-step:last-child { border-bottom: none; }

.proc-num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(71,175,91,0.1);
  border: 1px solid rgba(71,175,91,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.proc-step h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.proc-step p  { font-size: 13px; color: rgba(255,255,255,0.48); line-height: 1.55; }


/* ==================================================
   12. LEASING DE PERSONAL
   ================================================== */

.leasing-sec { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }

.leasing-visual {
  background: linear-gradient(135deg, #0d1a10 0%, #162a1a 50%, #1a3320 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}

.leasing-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(71,175,91,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.leasing-badge { text-align: center; position: relative; z-index: 1; }

.leasing-badge-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(71,175,91,0.1);
  border: 1px solid rgba(71,175,91,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--green);
}

.leasing-badge-icon svg { width: 52px; height: 52px; }

.leasing-big-num {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -3px;
  line-height: 1;
}

.leasing-big-lbl { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 8px; letter-spacing: .5px; }
.leasing-stats { display: flex; gap: 32px; justify-content: center; margin-top: 32px; }
.l-stat { text-align: center; }
.l-stat-n { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--white); }
.l-stat-l { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 4px; line-height: 1.4; }

.leasing-content {
  background: var(--dark);
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leasing-content h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1.5px;
  color: var(--white);
  margin-bottom: 16px;
}

.leasing-content h2 em { color: var(--green); font-style: normal; }

.leasing-lead { font-size: 15px; color: rgba(255,255,255,0.52); line-height: 1.7; margin-bottom: 32px; max-width: 480px; }

.leasing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; padding: 0; }

.leasing-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; }

.leasing-list li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 1px; }

.leasing-btns { display: flex; gap: 12px; flex-wrap: wrap; }


/* ==================================================
   13. REFERINTE — marquee clienti
   ================================================== */

.clients-sec { background: var(--light); padding: 60px 0 48px; }
.clients-hdr { text-align: center; margin-bottom: 40px; }
.clients-lbl { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.clients-h { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: #152019; }

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

.marquee-wrap::before,
.marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrap::before { left: 0;  background: linear-gradient(to right, var(--light), transparent); }
.marquee-wrap::after  { right: 0; background: linear-gradient(to left,  var(--light), transparent); }

.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 60s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.marquee-wrap:hover .marquee-track { animation-play-state: paused; }

.cl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  flex-shrink: 0;
}

.cl-img {
  height: 170px !important;
  width: auto !important;
  max-width: 300px !important;
  object-fit: contain;
  opacity: 0.45;
  filter: grayscale(1);
  transition: opacity .35s, filter .35s, transform .3s;
  display: block;
}

.cl-item:hover .cl-img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.06);
}


/* ==================================================
   14. CTA — banda finala
   ================================================== */

.cta-sec {
  padding: 80px 48px;
  text-align: center;
  background-color: var(--dark);
  background-image: linear-gradient(135deg, rgba(71,175,91,0.08) 0%, rgba(71,175,91,0.03) 100%);
  border-top: 1px solid rgba(71,175,91,0.12);
  border-bottom: 1px solid rgba(71,175,91,0.12);
}

.cta-sec h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--white);
  margin-bottom: 16px;
}

.cta-sec p { font-size: 16px; color: rgba(255,255,255,0.55); max-width: 480px; margin: 0 auto 36px; line-height: 1.65; }


/* ==================================================
   15. BUTOANE GLOBALE
   ================================================== */

.btn-p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green);
  color: var(--white);
  padding: 13px 24px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background .2s, transform .2s, box-shadow .2s;
}

.btn-p:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(71,175,91,0.3); color: var(--white); }

.btn-s {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  padding: 13px 24px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s, transform .2s;
}

.btn-s:hover { background: rgba(255,255,255,0.12); color: var(--white); transform: translateY(-2px); }

/* Override Bootstrap btn-primary */
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
  border-radius: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
}

.btn-primary:hover { background-color: var(--green-dark); border-color: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(71,175,91,0.3); }

.buttons-wrapper { display: flex; gap: 20px; justify-content: center; }

@media (max-width: 768px) {
  .buttons-wrapper { flex-direction: column; gap: 10px; align-items: center; }
}


/* ==================================================
   16. FOOTER
   ================================================== */

/* Fix overflow orizontal global */
html, body { overflow-x: hidden; max-width: 100%; }
.row { --bs-gutter-x: 1.5rem; }

/* Footer container */
footer.dark {
  background-color: var(--dark-2, #181e19);
  border-top: 3px solid var(--green);
  padding: 60px 48px 0;
}

/* Footer grid — 3 coloane egale */
footer.dark .footer-big { padding: 0 0 48px; border-bottom: 1px solid rgba(255,255,255,0.07); }
footer.dark .footer-big .container { max-width: 100%; padding: 0; }
footer.dark .footer-big .row { margin: 0; }
footer.dark .footer-big .col-sm-4 { padding: 0 20px 0 0; }
footer.dark .footer-big .col-sm-4:last-child { padding-right: 0; }

/* Titluri coloane */
footer.dark h5 {
  font-family: var(--font-heading);
  font-size: 13px; font-weight: 700;
  color: #fff; letter-spacing: .3px;
  margin-bottom: 16px; text-transform: none;
}

/* Text general */
footer.dark p,
footer.dark address {
  color: rgba(255,255,255,0.42);
  font-size: 14px; line-height: 1.65;
  margin-top: 16px; max-width: 260px;
}

/* Link-uri */
footer.dark a       { color: rgba(255,255,255,0.45); border-bottom: none; transition: color .15s, padding-left .15s; display: block; font-size: 13.5px; margin-bottom: 10px; }
footer.dark a:hover { color: var(--green); padding-left: 4px; border-bottom: none; }

/* Footer logo */
.footer-logo {
  width: auto !important; float: none !important;
  height: 52px; margin-bottom: 0; display: block;
}
@media (max-width: 768px) {
  .footer-logo { height: 40px; }
}

/* Footer nav (Coloana 2) */
.footerNav { list-style: none; padding: 0; margin: 0; }
.footerNav li { margin: 0; }
.footerNav li .fa { display: none; } /* ascunde icon-ul fa-angle-right */
.footerNav a              { color: rgba(255,255,255,0.45); border: none; font-size: 13.5px; margin-bottom: 10px; }
.footerNav a:hover        { color: var(--green); padding-left: 4px; }
.footerNav .activeparent > a,
.footerNav .currentpage > a { color: var(--green) !important; }

/* Social icons */
.social-icons {
  display: flex; gap: 8px; margin-top: 20px;
}
a.social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px; width: 36px; height: 36px;
  transition: all .2s; text-decoration: none;
  font-size: 14px;
}
a.social-icon:hover              { color: rgba(255,255,255,0.85); background-color: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.18); transform: translateY(-2px); }
a.social-icon.si-facebook:hover  { background-color: #1877F2; border-color: #1877F2; color: #fff; }
a.social-icon.si-linkedin:hover  { background-color: #0A66C2; border-color: #0A66C2; color: #fff; }
a.social-icon.si-instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border-color: transparent; color: #fff; }
a.social-icon.si-tiktok:hover    { background-color: #010101; border-color: #EE1D52; color: #EE1D52; }

/* Footer small */
footer.dark .footer-small {
  background-color: transparent;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 28px 0; margin-top: 0;
  color: rgba(255,255,255,0.28);
  font-size: 12.5px; text-shadow: none;
}
footer.dark .footer-small .container { max-width: 100%; padding: 0; }
footer.dark .footer-small a       { color: rgba(255,255,255,0.28); border-bottom: none; display: inline; margin: 0 10px; font-size: 12.5px; padding-left: 0; }
footer.dark .footer-small a:hover { color: var(--green); padding-left: 0; }
footer.dark .footer-small p { color: rgba(255,255,255,0.28); font-size: 12.5px; margin: 0; }

/* Responsive footer */
@media (max-width: 768px) {
  footer.dark { padding: 48px 20px 0; }
  footer.dark .footer-big .col-sm-4 { padding: 0 0 32px; width: 100%; }
}
a.social-icon.si-instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
a.social-icon.si-tiktok:hover    { background-color: #010101; color: #EE1D52; }

.totoplink a { background-color: rgba(71,175,91,0.15); border: 1px solid rgba(71,175,91,0.3); border-radius: var(--radius); }
.totoplink a:hover { background-color: var(--green); }
.totoplink i { color: var(--green); }


/* ==================================================
   17. FORMULARE — DARK THEME
   ================================================== */

.form-custom .form-group {
  position: relative;
  margin-bottom: 14px;
}

.form-custom .form-control {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  color: rgba(255,255,255,0.85);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  padding: 13px 16px;
  height: auto;
  width: 100%;
  display: block;
  transition: border-color .2s, background .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
}

.form-custom .form-control::placeholder {
  color: rgba(255,255,255,0.28);
}

.form-custom .form-control:focus {
  background: rgba(255,255,255,0.08);
  border-color: rgba(71,175,91,0.55);
  box-shadow: 0 0 0 3px rgba(71,175,91,0.10);
  color: #fff;
  outline: none;
}

.form-custom .form-control:hover:not(:focus) {
  border-color: rgba(255,255,255,0.20);
}

.form-custom textarea.form-control {
  height: auto;
  min-height: 130px;
  resize: vertical;
}

/* Captcha */
.form-custom [data-smtfm-captcha] {
  margin-bottom: 14px;
}
.form-custom .smtfm_input_captcha {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  padding: 11px 14px;
  margin-top: 8px;
  width: 180px;
  display: block;
}

/* Butoane */
.form-custom .btn-custom-submit {
  background: #47AF5B;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.form-custom .btn-custom-submit:hover {
  background: #2d8a3e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(71,175,91,0.30);
}

.form-custom .btn-custom-reset {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: rgba(255,255,255,0.55);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  cursor: pointer;
  transition: background .2s, color .2s;
  margin-right: 10px;
}
.form-custom .btn-custom-reset:hover {
  background: rgba(255,255,255,0.11);
  color: #fff;
}

/* Mesaje eroare */
.form-custom .error {
  list-style: none;
  padding: 12px 16px;
  margin-bottom: 14px;
  background: rgba(220,53,69,0.10);
  border: 1px solid rgba(220,53,69,0.28);
  border-radius: 10px;
}
.form-custom .error li {
  color: #ff6b7a;
  font-size: 13px;
  padding: 2px 0;
}


/* ==================================================
   18. RESPONSIVE
   ================================================== */

@media (max-width: 991px) {
  .hero { grid-template-columns: 1fr; padding: 100px 24px 60px; gap: 0; min-height: auto; }
  .hero-visual { display: none; }
  .section { padding: 60px 20px; }
  .sec-light { padding: 60px 20px; }
  .sbar { padding: 20px; }
  .sbar-div { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .leasing-sec { grid-template-columns: 1fr; }
  .leasing-visual { min-height: 280px; padding: 40px; }
  .leasing-content { padding: 40px 20px; }
  .cta-sec { padding: 60px 20px; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 32px; letter-spacing: -1px; }
  .svc-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
}

/* ═══ FOOTER SOCIAL ICONS — fix aliniere stanga ═══ */
.foot-social {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  justify-content: flex-start !important;
}
.foot-soc-a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
  flex-shrink: 0;
}
.foot-soc-a:hover {
  background: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.85) !important;
  border-color: rgba(255,255,255,0.18) !important;
  transform: none !important;
  padding-left: 0 !important;
}

/* ═══════════════════════════════════════════
   PAGE HEADER — imagine + gradient
   v1.0 | 2026-03-21
═══════════════════════════════════════════ */

/* Reset complet TB defaults */
.main-title {
  background-color: #181e19 !important;
  border-bottom: 1px solid rgba(71,175,91,0.12) !important;
  margin-top: 72px !important;
  padding: 60px 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Linie verde sus — intotdeauna prezenta */
.main-title::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, #47AF5B 0%, rgba(71,175,91,0.3) 60%, transparent 100%);
  z-index: 5;
}

/* Cu imagine — clasa parallax + main-title--dark adaugate din template */
.main-title.parallax {
  padding: 110px 0 80px !important;
  background-position: center 65% !important;
  background-size: cover !important;
}

/* Overlay dark stanga + accent verde radial */
.main-title.parallax::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(13,19,15,0.95) 0%,
      rgba(13,19,15,0.75) 40%,
      rgba(13,19,15,0.4) 70%,
      rgba(13,19,15,0.1) 100%),
    radial-gradient(ellipse at 15% 50%,
      rgba(71,175,91,0.18) 0%,
      transparent 60%);
  z-index: 1;
}

/* Container si continut peste overlay-uri */
.main-title .container {
  position: relative !important;
  z-index: 2 !important;
}

/* H1 — restyled complet */
.main-title h1,
.main-title h1 div {
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: -1.5px !important;
  text-transform: none !important;
  color: #fff !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}

/* Label mic verde deasupra titlului */
.ph-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #47AF5B;
  margin-bottom: 12px;
}
.ph-label-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #47AF5B;
  flex-shrink: 0;
}

/* Breadcrumbs */
.main-title .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-title .breadcrumbs li,
.main-title .breadcrumb {
  color: rgba(255,255,255,0.4) !important;
  font-size: 12.5px !important;
}
.main-title .breadcrumbs li.current,
.main-title .breadcrumb.current {
  color: rgba(255,255,255,0.7) !important;
}
.main-title .col-sm-6.text-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* Mobile */
@media (max-width: 768px) {
  .main-title,
  .main-title.parallax {
    padding: 70px 0 50px !important;
  }
  .main-title h1,
  .main-title h1 div {
    font-size: 28px !important;
    letter-spacing: -0.5px !important;
  }
  .main-title .col-sm-6.text-end {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
/* Page header bg-position fine-tune desktop */
@media (min-width: 769px) {
  .main-title.parallax {
    background-position: center 65% !important;
  }
}

/* ═══════════════════════════════════════════
   CONTACT PAGE — harta + layout
   v1.3 mobile-first | 2026-03-21
═══════════════════════════════════════════ */

/* Harta — mobile first: 280px */
.contact-map-section {
  border-bottom: none;
  overflow: hidden;
  width: 100%;
}
.contact-map-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.contact-map-wrap iframe {
  width: 100% !important;
  height: 280px !important;
  border: none !important;
  display: block !important;
  filter: invert(90%) hue-rotate(180deg) brightness(0.85) saturate(0.9) !important;
}

/* Layout contact — mobile first: 1 coloana */
.contact-body-section {
  background: var(--dark);
  padding: 36px 0 48px;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

/* Desktop ≥ 769px — 2 coloane, harta 500px */
@media (min-width: 769px) {
  .contact-map-wrap {
    height: 500px;
  }
  .contact-map-wrap iframe {
    height: 500px !important;
  }
  .contact-body-section {
    padding: 56px 0 68px;
  }
  .contact-page-grid {
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
  }
}


/* Global — previne overflow-x pe orice ecran */
html {
  overflow-x: hidden;
  max-width: 100%;
}
body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* ═══════════════════════════════════════════
   CONTACT PAGE — info items + form
   v1.0 | 2026-03-21
═══════════════════════════════════════════ */

/* Info items */
.cp-item {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.cp-item:last-of-type { border-bottom: none; }

.cp-ic {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 9px !important;
  background: rgba(71,175,91,0.1) !important;
  border: 1px solid rgba(71,175,91,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: var(--green);
}
.cp-ic svg {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
}

.cp-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 3px;
}
.cp-val {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}
.cp-val a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color .15s;
}
.cp-val a:hover { color: var(--green); }
.cp-social { display: flex; gap: 8px; margin-top: 8px; }

/* Info heading */
.contact-page-info .sec-label { display: block; margin-bottom: 14px; }
.contact-page-title {
  font-family: var(--font-display) !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  line-height: 1.2 !important;
}
.contact-page-title em { color: var(--green); font-style: normal; }
.contact-page-intro {
  font-size: 13.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin-bottom: 28px;
}

/* Form heading */
.cp-form-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.cp-form-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.35);
  margin-bottom: 24px;
}

/* ══════════════════════════════════════════════════════
   CONTENT PAGES — Visual enhancements
   Scroll reveal (.reveal) + image styles
   ══════════════════════════════════════════════════════ */

/* ── Scroll reveal — initial state ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Stagger delays for siblings ── */
.reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal:nth-child(4) { transition-delay: 0.24s; }

/* ── Content page images ── */
.content-wrapper img {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
  max-width: 100%;
}
.content-wrapper img:hover {
  transform: scale(1.035);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

/* ══════════════════════════════════════════════════════
   LANGUAGE SWITCHER — Disabled state
   Afisare steag dezactivat cand pagina nu are echivalent
   ══════════════════════════════════════════════════════ */

/* Steag dezactivat — nu e link, nu e clickabil */
.lang-btn--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 1;
}

/* Imaginea steagului — gri + transparenta redusa */
.flag-img--disabled {
  filter: grayscale(100%) opacity(0.35);
  transform: none !important;
  transition: none !important;
}

/* Tooltip pentru starea dezactivata — stil diferit */
.lang-btn--disabled .lang-tip {
  font-style: italic;
  font-size: 10.5px;
  white-space: nowrap;
  max-width: 180px;
  text-align: center;
}

/* ══════════════════════════════════════════════════════
   SEARCH — Form overlay + Results page
   ══════════════════════════════════════════════════════ */

/* ── Search form inside overlay ── */
.srch-form { display: flex; align-items: center; gap: 12px; }
.srch-form-inner {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.srch-input-field {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--wh); font-size: 18px; font-family: var(--fb);
}
.srch-input-field::placeholder { color: rgba(255,255,255,0.28); }
.srch-submit-btn {
  background: var(--g); border: none; cursor: pointer; color: var(--wh);
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; margin-right: 4px;
}
.srch-submit-btn:hover { background: var(--gd); }

/* ── Search results page ── */
.search-results-sec { background: var(--lt); }
.search-results-header { margin-bottom: 40px; }
.search-results-list {
  display: flex; flex-direction: column; gap: 12px; margin-top: 32px;
}
.search-result-card {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1.5px solid #e0eee3; border-radius: 14px;
  padding: 18px 20px; text-decoration: none; color: inherit;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.search-result-card:hover {
  border-color: rgba(71,175,91,0.5);
  box-shadow: 0 6px 20px rgba(71,175,91,0.1);
  transform: translateY(-2px);
}
.src-card-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: rgba(71,175,91,0.08); border: 1px solid rgba(71,175,91,0.18);
  display: flex; align-items: center; justify-content: center; color: var(--g);
}
.src-card-body { flex: 1; min-width: 0; }
.src-card-title {
  font-size: 15px; font-weight: 700; color: #1a2a1e; margin-bottom: 4px;
}
.src-card-url {
  font-size: 12px; color: #7a9e82;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.src-card-arrow { color: rgba(71,175,91,0.5); flex-shrink: 0; }
.search-result-card:hover .src-card-arrow { color: var(--g); }
.search-results-time {
  font-size: 12px; color: #aaa; margin-top: 20px; text-align: right;
}

/* ── No results state ── */
.search-no-results { text-align: center; padding: 60px 20px; }
.search-no-results-icon { color: #ccc; margin-bottom: 20px; }
.search-no-results-msg {
  font-size: 18px; font-weight: 700; color: #2a4a30; margin-bottom: 12px;
}
.search-no-results-hint { font-size: 14px; color: #7a9e82; }
.search-no-results-hint a { color: var(--g); font-weight: 600; }

/* ═══ LEASING PAGE — compact widget (no buttons) ═══ */
.leasing-sec .leasing-content .leasing-btns { display: none; }
.leasing-sec { min-height: 480px; }
.leasing-sec .leasing-content { padding: 48px 64px; }
.leasing-sec .leasing-visual { padding: 48px; }
@media (max-width: 960px) {
  .leasing-sec { min-height: auto; }
  .leasing-sec .leasing-content { padding: 32px 20px; }
  .leasing-sec .leasing-visual { min-height: 240px; padding: 32px; }
}

/* =======================================================
   CallControlSEO v2.0 - CSS Component
   -------------------------------------------------------
   Prefix:    .ccs- (CallControlSEO)
   Variabile: foloseste var(--g) din tema site-ului
   Fallback:  #47AF5B daca --g nu e definit
   ------------------------------------------------------- 
   Dependente: niciunul (self-contained)
   
   MIGRARE v1 > v2 (mapping clase vechi > noi):
   .hidenumbers     >  .ccs-phone-widget  (container)
   #callus          >  .ccs-full          (nr complet, hidden default)
   #stars           >  .ccs-masked        (nr partial, visible default)
   .button_cont     >  .ccs-phone-box     (wrapper buton)
   .calltoaction    >  .ccs-phone-box     (stilul butonului)
   .tip             >  .ccs-tooltip       (text explicativ)
   .boxes           >  .ccs-desktop       (container desktop)
   
   GA EVENTS (identice pe toate site-urile):
   phone_reveal  - desktop click to show full number
   phone_call    - mobile tap on tel: link
   ======================================================= */

/* -- Widget container -- */
.ccs-phone-widget { position: relative; display: inline-block; font-family: var(--fb, "Plus Jakarta Sans", sans-serif); }

/* -- Desktop / Mobile toggle -- */
.ccs-mobile { display: none; }
.ccs-desktop { display: block; }
@media (max-width: 960px) {
  .ccs-mobile { display: block; }
  .ccs-desktop { display: none; }
}

/* -- Phone box (desktop) -- */
.ccs-phone-box { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 10px; background: rgba(71,175,91,0.08); border: 1.5px solid rgba(71,175,91,0.22); cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.18s; position: relative; }
.ccs-phone-box:hover { background: rgba(71,175,91,0.14); border-color: rgba(71,175,91,0.4); transform: translateY(-1px); }
.ccs-revealed .ccs-phone-box { cursor: pointer; background: rgba(71,175,91,0.06); border-color: rgba(71,175,91,0.15); transform: none; }

/* -- Icon -- */
.ccs-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: rgba(71,175,91,0.12); color: var(--g, #47AF5B); flex-shrink: 0; transition: background 0.2s; }
.ccs-phone-box:hover .ccs-icon { background: rgba(71,175,91,0.22); }
.ccs-icon svg { width: 18px; height: 18px; }

/* -- Number display -- */
.ccs-number { font-size: 16px; font-weight: 700; font-family: var(--fh, "Sora", sans-serif); letter-spacing: 0.5px; }
.ccs-masked { color: var(--g, #47AF5B); }
.ccs-full { color: var(--g, #47AF5B); animation: ccs-fadeIn 0.35s ease; }
@keyframes ccs-fadeIn { from { opacity: 0; transform: translateX(-6px); } to { opacity: 1; transform: translateX(0); } }

/* -- Tooltip (desktop) -- */
.ccs-tooltip { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(-4px); background: rgba(12,18,14,0.97); color: rgba(255,255,255,0.85); font-size: 11.5px; font-weight: 600; font-family: var(--fb, "Plus Jakarta Sans", sans-serif); white-space: nowrap; padding: 7px 14px; border-radius: 8px; border: 1px solid rgba(71,175,91,0.25); pointer-events: none; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; z-index: 10; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.ccs-tooltip-arrow { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-bottom-color: rgba(12,18,14,0.97); filter: drop-shadow(0 -1px 0 rgba(71,175,91,0.25)); }

/* -- Tooltip visible (auto after 2.5s) -- */
.ccs-tooltip--visible { opacity: 1; transform: translateX(-50%) translateY(0); animation: ccs-tooltipPulse 2.5s ease-in-out 0.5s 2; }
@keyframes ccs-tooltipPulse { 0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.4); } 50% { box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 0 4px rgba(71,175,91,0.15); } }

/* -- Tooltip hidden after reveal -- */
.ccs-tooltip--hidden { opacity: 0 !important; transform: translateX(-50%) translateY(-4px) !important; transition: opacity 0.2s ease, transform 0.2s ease !important; animation: none !important; }

/* -- Hover shows tooltip (only if not revealed) -- */
.ccs-phone-box:hover + .ccs-tooltip:not(.ccs-tooltip--hidden) { opacity: 1; transform: translateX(-50%) translateY(0); }

/* -- Mobile link -- */
.ccs-phone-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 10px; background: rgba(71,175,91,0.08); border: 1.5px solid rgba(71,175,91,0.22); text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.ccs-phone-link:hover { background: rgba(71,175,91,0.14); border-color: rgba(71,175,91,0.4); }
.ccs-phone-link .ccs-number { color: var(--g, #47AF5B); }
.ccs-phone-link .ccs-icon { color: var(--g, #47AF5B); }

/* -- Contact page integration -- */
.cp-val .ccs-phone-widget { margin-top: -4px; }
.cp-val .ccs-phone-box, .cp-val .ccs-phone-link { padding: 8px 14px; border-radius: 8px; }
.cp-val .ccs-number { font-size: 14.5px; }

/* -- Light theme override -- */
.sec-light .ccs-phone-box, .sec-light .ccs-phone-link { background: rgba(71,175,91,0.06); border-color: rgba(71,175,91,0.2); }
.sec-light .ccs-phone-box:hover, .sec-light .ccs-phone-link:hover { background: rgba(71,175,91,0.12); border-color: rgba(71,175,91,0.35); }

/* -- Anti-scraping -- */
.ccs-full[style*="display: none"] { content-visibility: hidden; }

/* -- Print: show full number -- */
@media print {
  .ccs-masked { display: none !important; }
  .ccs-full { display: inline !important; }
  .ccs-tooltip { display: none !important; }
  .ccs-mobile { display: none !important; }
  .ccs-desktop { display: block !important; }
  .ccs-phone-box { background: none !important; border: 1px solid #ccc !important; padding: 4px 8px !important; }
  .ccs-icon { display: none !important; }
  .ccs-number { color: #000 !important; font-size: 14px !important; }
}
