/**
 * Theme Name:     Hello Biz Child
 * Author:         Elementor Team
 * Template:       hello-biz
 * Text Domain:	   hello-biz-child
 * Description:    Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
 */

/*
 * ADD FONTS
 * /
/* Gravitica Black */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Gravitica Black Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Gravitica Bold */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Gravitica Bold Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Gravitica DemiBold */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Gravitica DemiBold Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-DemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* Gravitica ExtraBold */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Gravitica ExtraBold Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Gravitica ExtraLight */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

/* Gravitica ExtraLight Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* Gravitica Light */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Gravitica Light Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Gravitica Medium */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Gravitica Medium Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Gravitica Regular */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Gravitica Regular Italic */
@font-face {
  font-family: 'Gravitica';
  src: url('/wp-content/uploads/fonts/Gravitica-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

:root {
  --color-primary: #3C6E91;
  --color-secondary: #6D966D;
  --color-accent: #ECD98C;
  --color-dark: #222222;
  --color-light: #FFFFFF;
  --color-black: #000000;
	
}
body,p,a,h1,h2,h3,h4,h5,h6 {font-family: 'Gravitica', 'Roboto Condensed', sans-serif !important ;}
.color-dark{ color: var(--color-dark); }
.color-light { color: var(--color-light); }
.padding-left{ padding-left:5% !important; }
.padding-right{ padding-right:5% !important; }
/*
 * HEADER
 * */
#mobile-menu .elementor-item.elementor-item-active,#mobile-menu .elementor-sub-item {
    background-color: transparent;
    color: var(--color-primary);
}
#mobile-menu .elementor-item.highlighted,#mobile-menu .elementor-item:hover {background-color:var(--color-accent);}
.sub-menu {min-width:175px !important;}
a.elementor-sub-item {
    text-decoration: underline;
    text-underline-offset: 10px;
    margin: 10px 0;
}
.main-menu ul li a {
    color: var(--color-primary);
    font-size: 14px;
    line-height: normal !important;
    letter-spacing: 0px;
    padding: 5px 10px !important;
    border-radius: 10px;
    transition: 0.3s !important;
    background: transparent;
}

.main-menu ul li a.elementor-item-active {
    background: #ECD98C;
}
.main-menu ul li > ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
}
.main-menu ul li > ul li > ul{
	min-width: 230px !important;
}
.main-menu ul li > ul li a {
    padding: 5px 0 !important;
    width: calc(100% - 10px);
}
.main-menu ul li > ul li > ul {
    margin: -35px 200px !important;
}
span.sub-arrow {
    display: none !important;
}
.main-menu ul:hover li a.elementor-item-active {
    background: transparent; 
}

.main-menu ul li a:hover {
    background: #ECD98C; 
}

.main-menu-mobile ul li a { color: var(--color-primary); }
/*.main-menu ul li:last-child a { padding-right: 0 !important; }*/

h1.elementor-heading-title {
    color: var(--color-primary);
    font-size: clamp(32px, 7vw, 86px);
  	line-height: clamp(38px, 8vw, 95px);
  	letter-spacing: 0;
	font-weight:700;
}
.gradient-button-horizontal {
  background: linear-gradient(90deg, #3c6e91 0%, #6d966d 50%, #ecd98c 100%);
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  display:inline-block;
  min-width: 205px;
  text-align: center;
  transition:0.3s;

}
.gradient-button-horizontal a{
	padding: 0;
	background-color:transparent;
}
.elementor-widget-button {transition:none !important;}
.gradient-button-horizontal a span {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.gradient-button-horizontal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #3C6E91;
    color: #fff;
	transition:0.3s;
}
.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.header-grid h2,.single-page-post-title {
  color: #3C6E91;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: bold;
  margin: 0;
}

.header-grid .line {
  height: 2px;
  background: #3C6E91;
  min-width: 50px;
}

.header-grid img {
  width: clamp(32px, 5vw, 40px);
  height: clamp(32px, 5vw, 40px);
  object-fit: cover;
  border-radius: 50%;
}
.description p, .single-page-post-description,.description li,p.title {
  text-align: justify;
  font-size: clamp(16px, 2vw, 21px);
  line-height: clamp(26px, 4vw, 34px);
  font-style: normal;
  font-weight: 400;
}
.description-2 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
    margin:0 0 5px 0;
}
.description-3 p {
    font-size: 30px;
    font-style: normal;
    line-height: 43px;
    text-align: justify;
}
.description-dark p, .description-dark p a{ color: var(--color-dark) !important; }
.description-light p{ color: var(--color-light) !important; }
.description-color-primary p{  color: var(--color-primary) !important; }
.description-color-secondary p{  color: var(--color-secondary) !important; }
p.color-blue{ color: var(--color-primary) !important;}
.description-center p {text-align:center;}
.description-font-500 p {font-weight:500;}
p.title-font-700 {font-weight:700 !important;}
ul.description {
    margin: 0 0 20px 0;
	font-family: 'Gravitica';
}
.flagship-card .subtitle {
  color: var(--color-light);
  font-size: clamp(20px, 2vw, 24px);
  line-height: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 700;
}

.flagship-card h1.main-title {
  color: var(--color-light);
  font-size: clamp(50px, 8vw, 86px);
  line-height: clamp(58px, 8vw, 76px);
  font-style: normal;
  font-weight: 700;
  margin-top: clamp(30px, 5vw, 50px);
}
@media(min-width:1350px)
{
	.card-widget.card-1{
	  padding-left: calc((100vw - 1215px) / 2) !important;
	}
}

.card-widget.card-1:hover::before,.card-widget.card-2:hover::before {
    background-image: linear-gradient(rgb(236, 217, 140) 0%, rgb(236, 217, 140) 100%) !important;
	opacity:0.8;
}
.card-widget.card-1:hover .gradient-button-horizontal,.card-widget.card-2:hover .gradient-button-horizontal{
	background: #3c6e91;
}
/* Right card - align with title right */
.card-widget.card-2 {
  padding-right: calc((100vw - 1215px) / 2) !important;
}

.recent-blogs .has-post-thumbnail .elementor-widget-container img { border-radius: 50%; }
.recent-blogs span.page-numbers.current {
    background-color: var(--color-accent);
    padding: 4px 10px;
    border-radius: 50%;
    
    font-size: 18px;
}
.recent-blogs a.page-numbers{
	
    font-size: 18px;
}
.recent-blogs nav.elementor-pagination { margin-top: 80px; }
.recent-blogs .recent-post-title {
    color: var(--color-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}
.recent-blogs .recent-post-button { padding: 10px; }
.recent-blogs .recent-post-description {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: var(--color-dark);
}

/*
 * FOOTER
 * */

.business-card .header {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    color: var(--color-secondary);
	
}
.business-card .subtitle {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: var(--color-primary);
	margin: 20px 0 0px 0;
	
}
.business-card .name, .business-card .address, .business-card a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: var(--color-dark);
	
}
.business-card .name {
    font-weight: 700;
    color: var(--color-primary);
    margin: 10px 0 10px 0;
}
.footer-privacy-cookie {
    display: flex;
	gap: 50px;
}
.footer-privacy-cookie a {
    color: var(--color-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    text-decoration: underline !important;
    font-family: "Roboto Condensed" !important;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

p.indent-50 {
  text-indent: 50px;
}

.newsletter-container {
  max-width: 375px;
  width: 100%;
  text-align: center;
}

.newsletter-title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0px;
  line-height: 21px;
  text-decoration: uppercase;
}

.wpcf7-form {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 15px;
}

.newsletter-container input[type="email"] {
    border: 2px solid #ffffff;
    padding: 15px 20px;
    color: #fff;
    font-size: 26px;
    background-color: transparent;
    border-radius: 53px;
}

.newsletter-container input[type="email"]:focus {
  border: 1px solid #fff;
}

.newsletter-container input[type="email"]:focus-visible {
  outline: none;
}
p.agree-to-terms {
    color: var(--color-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
}
.newsletter-container input[type="checkbox"] {
    margin-right: 8px;
}
::placeholder {
  color: #fff;
  font-size: 26px;
}

.newsletter-container [type="submit"] {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 53px;
  margin-top: 15px;
  font-size: 20px;
}
.newsletter-container [type="submit"]:focus {
  background-color: transparent !important;
}
.newsletter-container [type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}
a.underline {
    color: var(--color-light);
    text-decoration: underline;
}
a.underline:hover {
    color: var(--color-secondary);
}
/*
 * ABOUT PAGE
 * **/
.page-title-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #356fb0, #6ca86d, #ECD98C);
  overflow: hidden;
}

.page-title-section .icon {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
.page-title-section .icon:hover {
	opacity: 0.7;
	transform: scale(1.2) rotate(5deg);
   
}
.vector-section {
    position: absolute !important;
    height: 300px;
    max-width: 1440px !important;
	overflow:hidden;
}

.page-title-section .icon1  { top: 0%; left: 10%;}
.page-title-section .icon2  { top: 0%; left: 37%;}
.page-title-section .icon3  { top: 30%; left: 0;}
.page-title-section .icon4  { top: 38%; left: 25%;}
.page-title-section .icon5  { bottom: 0; left: 0;}
.page-title-section .icon6  { bottom: 8%; left: 12%; }
.page-title-section .icon7  { bottom: -8%;left: 22%; }
.page-title-section .icon8  { bottom: 25%; left: 41%; }
/*REPEAT VECTORS*/
.page-title-section .icon9  { top: 0; right: 33%; }
.page-title-section .icon10 { top: 0; right: 15%; }
.page-title-section .icon11 { top: 30%; right: 44%; }
.page-title-section .icon12 { top: 50%; right: 20%; }
.page-title-section .icon13 { bottom: 0; left: 52%;}
.page-title-section .icon14 { bottom: 8%; right: 33%;  }
.page-title-section .icon15 { bottom: -8%; right: 23%; }
.page-title-section .icon16 { bottom: 25%; right: 10%; }
.page-title-section .icon17 { top: 30%; right: 0; }
.page-title-section .icon18 { bottom: 0;right: 0%;}
.page-title h1 {
    font-size: clamp(40px, 8vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-light);
}
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(2deg); }
}
.about-us-svg svg path {
  stroke-dasharray: 210;
  stroke-dashoffset: 210;
  animation: dash 3s forwards;
}

.about-us-svg svg g {
  animation: fill-in 1s 3s ;
  fill-opacity: 0;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in {
  to {
    fill-opacity: 1;
  }
}

.about-us-svg svg circle {
  display: none;
}




/*OBJECTIVES*/
.objectives-grid__card { color: var(--color-light); padding: 60px 40px 0px 40px; border-radius: 50px;overflow: hidden; } 

.objectives-grid__card .elementor-icon-box-icon { padding-bottom:40px; }
.objectives-grid__card p.elementor-icon-box-description {
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height:285px;
	display: flex;
    align-items: center;
	position:relative;
	overflow: hidden;
	z-index: 0;
}
.objectives-grid__card__1 p.elementor-icon-box-description:before {
    content: "1";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-primary);
    position: absolute;
	right: 30px;
	z-index: -1;
}
.objectives-grid__card__2 p.elementor-icon-box-description:before {
    content: "2";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-secondary);
    position: absolute;
	right: 30px;
	z-index: -1;
}
.objectives-grid__card__3 p.elementor-icon-box-description:before {
    content: "3";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-primary);
    position: absolute;
	right: 30px;
	z-index: -1;
}

.objectives-grid__card__4 p.elementor-icon-box-description:before {
    content: "4";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-secondary);
    position: absolute;
	right: 30px;
	z-index: -1;
}
.objectives-grid__card__5 p.elementor-icon-box-description:before {
    content: "5";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-primary);
    position: absolute;
	right: 30px;
	z-index: -1;
}
.objectives-grid__card__6 p.elementor-icon-box-description:before {
    content: "6";
    display: flex;
    font-size: 400px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-secondary);
    position: absolute;
	right: 30px;
	z-index: -1;
}
.objectives-grid__card__1,.objectives-grid__card__3,.objectives-grid__card__5 { background: linear-gradient(180deg, #6D966D 0%, #3C6E91 100%); }
.objectives-grid__card__2,.objectives-grid__card__4,.objectives-grid__card__6 { background: linear-gradient(180deg, #ECD98C 0%, #6D966D 100%); }
.objectives-grid__card svg { 
	width: 280px !important;
	height: 140px !important;
}

/* WORK PACKAGES*/
.work-package { position:relative; }
.work-package-image img { border-radius: 50px !important; } 
.work-package-1-right-content { padding: 57px 48px 22px 46px !important;border-radius: 50px !important; }
.work-package-2-left-content { padding: 57px 46px 22px 48px !important;border-radius: 50px !important; }
.work-package-1-title h2 {
    font-size: clamp(22px, 5vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-accent);
}
.work-package-2-title h2 {
	font-size: clamp(22px, 5vw, 30px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--color-primary);
}
.work-package-1-right-content .work-package-content p,.work-package-1-right-content .work-package-content ul li {
    color: var(--color-light);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
	margin-bottom: 0;
	font-family: 'Gravitica';
}
.work-package-2-left-content .work-package-content p, .work-package-2-left-content .work-package-content ul li {
	color: var(--color-dark);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
	font-family: 'Gravitica';
}

.work-package-left-content,.work-package-right-content {
    display: flex;
    align-items: center;
	gap: 20px;
}
.work-package-left-content .title,.work-package-right-content .title {
    font-size: 24px;, 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-accent);
    max-width: 299px;
}
.work-package-right-content { margin-left:50px; }

/* DELIVRABLES*/
.deliverable-container {padding: 40px 32px;border-radius: 50px;position:relative;min-height: 224px;overflow: hidden;margin-bottom:62px;}
.wp-green { background: linear-gradient(180deg, #6D966D 49.52%, rgba(109, 150, 109, 0.00) 100%); }
.wp-yellow { background: linear-gradient(180deg, #ECD98C 0%, rgba(236, 217, 140, 0.00) 100%); }
.deliverable-container.wp-green .deliverable-title, .deliverable-container.wp-yellow .deliverable-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.deliverable-container .deliverable-content {padding:20px 0 100px 0;}
.deliverable-container summary{list-style:none;}
.deliverable-container.wp-green .deliverable-title, .deliverable-container.wp-green .deliverable-number { color:var(--color-accent);font-family: 'Gravitica'; }
.deliverable-container.wp-yellow .deliverable-title, .deliverable-container.wp-yellow .deliverable-number { color:var(--color-primary); font-family: 'Gravitica';}
.deliverable-number {
    font-size: clamp(70px, 10vw, 128px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    right: 0;
    bottom: 0;
   	margin: clamp(-50px, -4vw, -27px) clamp(15px, 5vw, 30px)
}

/*FLAGSHIP PLANTS*/
.flagship-plant-title-container h2 {
    color: var(--color-light);
    font-size: clamp(45px, 12vw, 180px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.7em;
    margin: 0;
}
p.flagship-plant-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
  color: var(--color-light);
}
.flagship-plant-features .elementor-icon-list-item {
    background-color: var(--color-accent);
	padding: 27px 25px !important;
	border-radius: 25px;
}
.flagship-plant-features span.elementor-icon-list-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--color-primary);
	text-align:justify;
}
.flagship-plant-features .elementor-icon-list-item:not(:first-child) {
    margin: 30px 0 !important;
}
.color-green h2,.color-green span.elementor-icon-list-text{ color: var(--color-secondary);}

.color-green .line{background: var(--color-secondary);}
/*REPLICATION FIELDS*/
.leaflet-tooltip-right { margin-left: 12px; }
div#content-hotspot-1617 { display: none; }
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.location-card {
    display: flex;
    margin-bottom: 50px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-title {
  flex: 0 0 326px;
}

.location-title h2 {
  	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.location-content {
    flex: 1;
    padding: 40px;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    color: var(--color-light);
	border-radius: 50px;
	z-index: 1;
	text-align:justify;
}

.color-blue h2 {color: var(--color-primary);}
.maremma .location-content, .vojvodina .location-content, .valencia .location-content {
  background: linear-gradient(180deg, #6D966D 0%, #3C6E91 100%);
}
.nurra .location-content, .south-muntenia .location-content, .greece .location-content{
  background: linear-gradient(180deg, #ECD98C 0%, #6D966D 100%);
}

.location-content:before {
    display: block;
    position: absolute;
    font-size: 244px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.75em;
    right: 55px;
    z-index: -1;
    bottom: 0;
}
.maremma .location-content:before {
	content: '1';
	color: var(--color-primary);
}
.nurra .location-content:before {
	content: '2';
	color: var(--color-secondary);
}
.vojvodina .location-content:before {
	content: '3';
	color: var(--color-primary);
}
.south-muntenia .location-content:before {
	content: '4';
	color: var(--color-secondary);
}
.valencia .location-content:before {
	content: '5';
	color: var(--color-primary);
}
.greece .location-content:before {
	content: '6';
	color: var(--color-secondary);
}
.location-card {
  animation: slideUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.location-card:nth-child(1) {
  animation-delay: 0.1s;
}

.location-card:nth-child(2) {
  animation-delay: 0.3s;
}

.location-card:nth-child(3) {
  animation-delay: 0.5s;
}

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

/* TIMELINE*/
.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6D966D;
	z-index: 0;
}

.timeline {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 260px 0;
}

.timeline-container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.s-curve {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 600px;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: none;

}

.s-curve-path {
	stroke: #ffffff;
	stroke-width: 8;
	fill: none;
	opacity: 0.9;
}

.timeline-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.timeline-item.left {
	flex-direction: row;
	justify-content: flex-start;
	padding: 0px 10px;
}

.timeline-item.right {
	flex-direction: row;
	justify-content: flex-end;
	padding: 0px 10px;
}

.left .text-content {
	margin-right: 40px;
	text-align: end;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	width: 300px;
}

.right .text-content {
	margin-left: 40px;
	text-align: start;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	color: #6D966D;
	width: 300px;
}

.circle-container {
	position: relative;
	width: 120px;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	z-index: 3;
}

.circle-container svg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.circle-bg {
	width: 100%;
	height: 100%;
	background: #ebd88a;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.circle-number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-weight: bold;
	color: #6D966D;
	z-index: 4;
}

.circle-container svg text {
	font-size: 20px;
	font-weight: bold;
	fill: #6D966D;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.text-content .highlight {
	color: #ebd88a;
	margin-right: 8px;
	font-size: 20px;
}

/* Circle positioning - dinamik olacak */
.timeline-item .circle-container {
	position: relative;
}

/* Hover effects */
.timeline-item:hover .circle-container {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.timeline-item:hover .circle-bg {
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
.top-gradient {
    width: 100vw;
    height: 300px;
    display: block;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.bottom-gradient {
    width: 100vw;
    height: 400px;
    display: block;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
/*END TIMELINE*/

/*ena development consultants*/
.team-leader-container .name {
    color: var(--color-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.team-leader-container .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-secondary);
}

/**CBE JU PARTNERSHIP**/
span.link-in-text.color-secondary {
    text-decoration: underline;
    color: var(--color-secondary);
}
span.link-in-text.color-primary {
    text-decoration: underline;
    color: var(--color-primary);
}
span.link-in-text.color-secondary a {
    color: var(--color-secondary);
}
span.link-in-text.color-primary a{
    color: var(--color-primary);
}

/*relevant projects*/
.relevant-projects-container {
  width: 100%;
  max-width: 1200px;
}

.relevant-projects-container .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
  gap:100px 30px;
}

.relevant-projects-container .circle {
  width: 183px;
  height: 183px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
  animation: slideIn 0.6s ease-in forwards;
  position: relative;
  padding:10px;
}

.relevant-projects-container .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%; /* adjust logo size */
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}


.relevant-projects-container .circle:hover::before {
  background-color: rgba(236, 217, 140, 0.62); /* #ECD98C at 62% */
  background-image: url("/wp-content/uploads/2025/09/link-logo.png");
  opacity: 1;
  background-size:auto;
}

/* text should stay visible, above background but below overlay */

.relevant-projects-container .circle-text {
  color: var(--color-primary);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  user-select: none;
  position: absolute;
  bottom: -50px;
  text-transform: uppercase;
  z-index: 3; /* keep text above ::before */
}
.circle:nth-child(1) {
  animation-delay: 0.1s;
}

.circle:nth-child(2) {
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  animation-delay: 0.3s;
}

.circle:nth-child(4) {
  animation-delay: 0.4s;
}

.circle:nth-child(5) {
  animation-delay: 0.5s;
}

.circle:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(180deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1) rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}


.relevant-projects-container .circle-text {
  color: var(--color-primary);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
  user-select: none;
  position:absolute;
  bottom:-50px;
  text-transform: uppercase;
}

/*PUBLIC DELIVRABLES*/
.masonry-container {
  max-width: 1200px !important;
  margin: 0 auto;
  column-count: 2;
  column-gap: 70px!important;
  display:block !important;
}

.public-deliverable-container .deliverable-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.public-deliverable-container { display:flex; flex-direction: column; justify-content: space-between;margin-bottom:62px;}
.public-deliverable-container a.deliverable { 
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.public-deliverable-container .deliverable-subtitle {
    color: var(--color-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	font-family: 'Gravitica';
	z-index:10;
}
/*Material*/
.material-container {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;

}

.card {
    height: 367px;
    background: linear-gradient(180deg, #3C6E91 0%, #3C6E9100 100%);
    border-radius: 50px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 37px 31px 64px 37px;
    position: relative;
    overflow: hidden;
    align-items: flex-end;
}
.card:hover{ background: linear-gradient(180deg, #ECD98C 0%, #ECD98C00 100%); }
.card:hover .card-header h2 {color: #3C6E91; }
.card:hover .card-header img {
    content: url('/wp-content/uploads/2025/09/solar_arrow-down-broken-blue.svg');
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}

.card-title {
  color: #f4d03f;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.arrow {
 transition: background-color 0.3s ease;
}

.card-center {
  align-items: center;
  justify-content: center;
}
/*Material end*/



/**/
.wpcf7-response-output {
  margin-top: 15px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.7;
  cursor: not-allowed;
}

.wpcf7-form.submitting .wpcf7-submit:after {
  content: "...";
  animation: dots 1s infinite;
}

@keyframes dots {
  0%,
  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
nav.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: baseline;
  position: relative;
}
nav.social-links:before {
  content: "";
  background-image: url("https://runfaster4eu.techplacedev.eu/wp-content/uploads/2025/06/arrow-up.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: -10px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.social-links a {
  color: #026938;
  font-size: 16px;
  font-weight: 400;
  font-family: "Space Grotesk";
}

/*contact form */
.wpcf7 {
  max-width: 580px;
  margin: 0 auto;
}


.wpcf7 p {
  margin-bottom: 20px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 17px 30px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  color: var(--color-primary);
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
}


.wpcf7 textarea {
  border-radius: 50px;
  max-height: 194px;
  resize: vertical;
}


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(70, 130, 180, 0.3);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: var(--color-primary);
  font-size: 20px;
	color: var(--color-primary);
}


.wpcf7 .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 12px;
}

.wpcf7 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
  position: relative;
}

.wpcf7 .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: var(--color-dark);
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

.wpcf7 .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  background-color: transparent;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #4682b4;
  border-color: #4682b4;
}

.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 4px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}


.wpcf7 .wpcf7-list-item-label a {
  color: #4682b4;
  text-decoration: none;
}

.wpcf7 .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}


.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 20px 0px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #5a9bd4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(70, 130, 180, 0.3);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

.wpcf7-not-valid {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3) !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.wpcf7-mail-sent-ok {
  border: none;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
}
.contact-description p { justify-content: normal !important; }

/*contact form end*/
.header-contact, .subtitle-contact, .name-contact, .address-contact, .business-card-contact a {font-size: 21px !important;line-height: normal !important;}

/*blog*/
.recent-post-title-archive a {
    font-size: clamp(21px, 4vw, 32px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    color: var(--color-primary) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-post-description-archive p {
    font-size: clamp(16px, 2.5vw, 21px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-post-button-archive a {
    background-color: transparent;
    color: var(--color-primary) !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline !important;
    padding: 0;
}
.post-content {
    display: flex !important;
    justify-content: space-between !important;
    min-height: 290px !important;
}
/*project higlight*/
.project-highlights {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 35px;
  justify-content: center;
}

.highlight-card {
  width: 380px;
  height: 357px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.highlight-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.highlight-card-bg.meeting {
  background-image: url("/wp-content/uploads/2025/09/Kick-off-meeting.webp");
}

.highlight-card-bg.teleconference {
  background-image: url("/wp-content/uploads/2025/09/teleconferences.webp");
}

.highlight-card-bg.greece {
  background-image: url("/wp-content/uploads/2025/09/pilot-site-greece.webp");
}

.highlight-card:hover {
  transform: translateY(-5px);
}

.highlight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #6d966d 0%, #6d966d00 100%);
  z-index: 1;
}
.highlight-card:hover::before {
    background: linear-gradient(135deg, #6d966d 0%, #6d966d90 100%);
}
.highlight-title {
  position: absolute;
  top: 40px;
  left: 10px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.link-see-more a {
	display:none;
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 24px;
    z-index: 99;
    left: 10px;
    text-decoration: underline !important;
    font-weight: 600;
}
.highlight-card:hover .link-see-more a {display:block;}
/*LIBRARY*/
.library-container {
    border-radius: 50px;
    position: relative;
    min-height: 224px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	padding: 10px 30px;
	transition:0.3s;
}
.library-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.library-title p {
    max-width: 413px;
    font-size: 21px;
    color: #fff;
    line-height: 31px;
}
.library-title span {
    flex-shrink: 0;
	transition: 0.3s;
}
.library-container:hover {
    background: linear-gradient(#3C6E91 49.52%, rgba(109, 150, 109, 0) 100%);
}
.library-container:hover .library-title p {
    font-weight: 600;
    transition: 0.3s;
}
.library-container:hover .library-title span {
    transform: translateY(15px);
    transition: 0.3s;
}
/*library end*/


.logo-container {
    width: 100%;
    max-width: 1130px;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-items: center;
    gap: 0;
}
a.logo{position:relative;}
a.logo:before {
 content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    opacity: 0;
    transition: opacity 0.3s 
ease, background-color 0.3s 
ease;
    z-index: 2;
}
a.logo:hover:before {
    background-color: #3C6E9150;
    background-image: url(/wp-content/uploads/2025/09/link-logo-yellow.svg);
    opacity: 1;
    background-size: auto;
}

/*Newsletter*/
a.newsletter-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.newsletter-item-title {
    color: var(--color-secondary);
    font-size: 21px;
    font-weight: 600;
	line-height:normal;
}
.newsletter-date {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 18px;
}
.newsletter-container-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.download-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
    justify-content: center;
	flex-shrink: 0;
}
@media (max-width: 480px) {
	div#header-img {transform: translate(0, 50%) !important; opacity:0.5 !important ;}
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item {
    max-width: 50% !important;
  }
  nav.social-links {
    flex-direction: column;
  }
  nav.social-links:before {
    position: absolute;
    left: -20px;
    top: 3px;
  }
  .newsletter-title { font-size: 16px; }
  .wpcf7-email,
  .wpcf7-text,
  .wpcf7-submit {
    font-size: 14px;
    padding: 12px 16px;
  }
	
  .page-title-section .icon5,
  .page-title-section .icon7,
  .page-title-section .icon2, 
  .page-title-section .icon9,
  .page-title-section .icon11,
  .page-title-section .icon14,
  .page-title-section .icon15 { display: none !important; }
  .objectives-grid__card { padding: 60px 20px 0px 20px; }
  .work-package-1-right-content,.work-package-2-left-content { padding:57px 20px 22px 20px !important; }
  .work-package-right-content {margin-left:0 !important;} 
  .work-package-image img { height:165px !important; object-fit:cover !important; }
  .deliverable-container { padding: 20px 20px; }
  .header-grid { grid-template-columns: 1fr 1fr auto;}
  .flagship-plant-title-container h2 { line-height: 0.85em; }
  .container { grid-template-columns: 1fr; }
  .card { width: 100%; min-width: 280px; }
  .deliverable-container.wp-green .deliverable-title, .deliverable-container.wp-yellow .deliverable-title {font-size:18px;}
	.post-content {min-height:250px !important;}
	  
}



@media (min-width: 481px) and (max-width: 1024px) {
  nav.social-links {
    flex-direction: column;
  }
  nav.social-links:before {
    position: absolute;
    left: -20px;
    top: 3px;
  }
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item {
    max-width: 25% !important;
  }
}
@media (min-width:320px ) and (max-width:768px)
{
	.location-card {
	  flex-direction: column;
	}

	.location-title {
	  flex: none;
	  width: 100%;
	  text-align: center;

	}

	.location-title h2 {
	  font-size: 30px;
	}

	.location-content {
	  padding: 25px 20px;
	}
	.public-deliverable-container a.deliverable{justify-content:space-around; z-index:999;}
	
}

@media (max-width:879px)
{
	.timeline {--clip-path:none !important; padding:100px 0;}
	.right .text-content {color:#fff;}
	.timeline-item {margin-bottom: 50px;}
	.timeline-item.right,.timeline-item.left {padding: 0px 20px;}
	.left .text-content {margin-right: 20px; }
	.right .text-content {margin-left: 20px; }
	.top-gradient,.bottom-gradient {height:150px;}
	
}

@media (min-width:481px) and (max-width:879px)
{
	.timeline-item.right,.timeline-item.left {justify-content:center;}
}
@media (max-width:1024px)
{
	.work-package-image img { border-radius: 50px 50px 0 0 !important;}
	.work-package-1-right-content,.work-package-2-left-content { border-radius: 0 0 50px 50px !important;}
	.masonry-container { column-count: 1; }
}

@media (max-width: 1280px) {
  .project-highlights {
    grid-template-columns: repeat(2, 380px);
    gap: 35px;
  }
	.library-container {min-height:251px;}
}

@media (max-width: 870px) {
  .project-highlights {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .highlight-card {
    width: 320px;
    height: 300px;
  }

  .highlight-title {
    font-size: 30px;
    top: 30px;
    left: 10px;
    right: 25px;
  }
}
