/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

:root {
	--darkblue: #2e8f97;
	--lighblue: #00b6c9;
	--ciel: #eaf1f4;
	--peanut: #A1D5AB;
	--veraman: #006b84;
}

@font-face {
	  font-family: 'Manrope';
	  src: URL('/wp-content/themes/Divi-child/fonts/Manrope-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope';
    font-weight: 900;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope';
    font-weight: 800;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope';
    font-weight: 700;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-SemiBold.ttf') format('truetype');
}


@font-face {
    font-family: 'Manrope';
    font-weight: 100;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-ExtraLight.ttf') format('truetype');
}


@font-face {
    font-family: 'Manrope';
    font-weight: 200;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope';
    font-weight: 600;
    src: URL('/wp-content/themes/Divi-child/fonts/Manrope-Medium.ttf') format('truetype');
}

body {
	font-family: 'Manrope' !important;
} 

/* MAIN ELEMENTS - START */

body #et-main-area #main-content {
    padding-bottom: 8%;
}

.sub-title.et_pb_text {
	margin-bottom: 10px;
}

.sub-title h4 {
    font-weight: 900;
}

.main-button a, .homepage-news-row .lwp_post_carousel_read_more a, .blog-module article a.more-link {
	color: white;
    font-weight: 900;
    border: 1px solid var(--lighblue);
    padding: 10px 35px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    background-color: var(--lighblue);
    border-radius: 26px;
}

.main-button a:hover, .homepage-news-row .lwp_post_carousel_read_more a:hover, .blog-module article a.more-link:hover {
	color: white;
	background-color: var(--veraman);
	border: 1px solid var(--veraman);
}

.main-title h1 {
	font-weight: 100;
    line-height: 85px;
}
/*
.main-title h1:before {
	content: '';
    height: 65px;
    aspect-ratio: 1/1;
    position: absolute;
    border-radius: 100%;
	top: 13px;
    left: -38px;
	background-image: linear-gradient(90deg, var(--lighblue) 50%, rgba(244,115,33,0) 50%);
	transition: all 1s ease-in-out;
	transform: rotate3d(0, 1, 0, 90deg);
}

.main-title.et_had_animation h1:before {
	transform: rotate3d(1, 1, 1, 0deg);
}
*/
.main-title.two-lines h1 {
    max-width: 400px;
}
/*
.main-title.peanut span {
	color: var(--peanut);
}
*/
.main-title.peanut h1:before {
	background-image: linear-gradient(90deg, var(--peanut) 50%, rgba(244,115,33,0) 50%);
}
/*
.main-title.darkblue span {
	color: var(--darkblue);
}
*/
.main-title.darkblue h1:before {
	background-image: linear-gradient(90deg, var(--darkblue) 50%, rgba(244,115,33,0) 50%);
}

.inside-page-title-section.et_pb_section {
	padding: 70px 0px;
}
/*
.inside-page-title-section.et_pb_section:not(.no-border):before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #bebebf;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
*/
.inside-page-title-section h2 {
    font-size: 30px;
	font-weight: 200;
}

.inside-page-title-section .short-descr p {
	font-size: 14px;
}

/* MAIN ELEMENTS - END */

/* HOMEPAGE - START */

.homege-banner {
	min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
}

.homege-banner .column-1 h1, .homege-banner .column-1 h2 {
	font-weight: 600;
    font-size: 45px;
    text-align: right;
    line-height: 1.2em;
	padding: 0;
	color: white;
}

.homege-banner.services .column-1 h1, .homege-banner.services .column-1 h2 {
	font-size: 40px;
}

.homege-banner:not(.services) .column-1 h1 {
	display: none;
}

.homege-banner h5, .homege-banner .post-title {
    font-size: 80px;
    color: white;
    font-weight: 100;
}

.homege-banner .post-title {
    font-size: 60px;
    max-width: 400px;
    line-height: 1em;
}

.homege-banner .column-1 h2 { 
	font-weight: 100;
}

.homege-banner .et_pb_row .column-2 {
    max-width: 600px;
    display: block;
    background: #0000006e;
    padding: 40px 5%;
    border-radius: 14px;
}

.homege-banner .column-2 h1 {
    font-weight: 100;
    font-size: 20px;
}

.homege-banner .et_pb_row, .homege-banner .et_pb_column {
    position: initial;
}

.homege-banner .manrope-header {
	position: absolute;
    top: 80px;
    bottom: 0;
    margin: auto !important;
    width: 48%;
    height: fit-content;
    left: 52%;
}

.homege-banner .login-form .buttons-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.homege-banner .login-form .buttons-wrap .button {
	flex: 1;
}

.homege-banner .login-form .buttons-wrap .button a:not(.forget-psw) {
    display: block;
    padding: 10px 50px !important;
    text-align: center;
	border-radius: 3px;
    color: white;
    font-weight: bold;
}

.homege-banner .login-form .buttons-wrap .button a.forget-psw {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 11px;
}

.homege-banner .login-form .buttons-wrap .button:first-of-type a:not(.forget-psw) {
    background: #3f39db;
    border: 1px solid #3f39db;
}

.homege-banner .login-form .buttons-wrap .button:last-of-type a {
	border: 1px solid #b8cccd;
    font-weight: bold;
}

.homege-banner .login-form .input-wrap input {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b8cccd;
    color: #b8cccd;
    margin-bottom: 20px;
    font-size: 15px;
}

.homege-banner .login-form .input-wrap input::placeholder {
    color: #b8cccd;
}

.homepage-sotry-row {
    top: -47px;
}

.homepage-intro-text p {
	text-align: right;
    margin-right: 10%;
    font-size: 34px;
}

.homepage-intro-text h3 {
	padding: 0;
}

.homepage-intro-text .et_pb_text h1 {
	line-height: 0.9em;
    font-weight: 100;
}

.homepage-sotry-row .et_pb_column {
    width: fit-content;
    margin-right: 0 !important;
    margin-left: auto;
    float: unset;
}

.homepage-about-us-row .et_pb_text {
    max-width: 515px;
}

.homepage-about-us-row .second-text.et_pb_text {
    max-width: 390px;
}

.homepage-go-forward-row {
    margin-right: 11%;
}

.homepage-go-forward-row .et_pb_text {
	max-width: 480px;
}

.homepage-go-forward-row .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 5px;
}

.homepage-go-forward-row .buttons-wrap * {
    flex: 0 1 150px;
    line-height: 1em;
	display: block;
    text-align: center;
}

.homepage-go-forward-row .column-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.homepage-go-forward-row .column-2 .et_pb_text {
    max-width: 375px;
}

.homepage-go-forward-row .column-2 p, .homepage-go-forward-row .column-2 h3 {
	color: white;
}

.homepage-go-forward-section.et_pb_section {
	overflow: hidden;
    padding-top: 0;
    padding-bottom: 100px;
}

.homepage-go-forward-section:before {
    content: '';
    aspect-ratio: 1/1;
    height: 100%;
    background: var(--veraman);
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: -20px;
}

.homepage-go-forward-section .title.et_pb_text h1, .homepage-go-forward-row .et_pb_text h3 {
	font-weight: 100;
}

.homepage-go-forward-row .et_pb_text h3 {
    font-size: 35px;
}

.et_pb_section .homepage-vision-mission-row.et_pb_row .column-1.et_pb_column .et_pb_text:not(.main-title), .et_pb_section .homepage-vision-mission-row.et_pb_row .column-2.et_pb_column .et_pb_text:not(.main-title) {
	margin-top: 55px;
}

.et_pb_section .homepage-vision-mission-row.et_pb_row .main-title.et_pb_text {
	margin-bottom: 0px;
}

.services-carousel {
    margin-top: 80px;
}

.services-carousel .item-title {
	display: none;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-image-container {
    text-align: left !important;
    margin-bottom: 20px;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-item-content {
    gap: 15px;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem h4.item-title {
    font-weight: 900;
    padding: 0;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem h6.item-subtitle {
    color: #979797;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-image-container .image {
	min-height: 88px;
}

.services-carousel.dica_divi_carousel .dica_divi_carouselitem {
    padding-left: 3px;
}
/*
.et_pb_section  .services-carousel.dica_divi_carousel .swiper-button-prev, .et_pb_section .services-carousel.dica_divi_carousel .swiper-button-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbe9ee !important;
    border-radius: 100%;
}

.et_pb_section .services-carousel.dica_divi_carousel .swiper-button-prev:before, .et_pb_section .services-carousel.dica_divi_carousel .swiper-button-next:before {
    background: var(--lighblue);
    border-radius: 100%;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.services-carousel .et_pb_icon_wrap {
	transition: all 0.5s ease;
}

.services-carousel .et_pb_icon_wrap:hover {
    background-color: var(--veraman);
}

.dica_divi_carousel.clients-carousel {
    border-radius: 100px;
	width: 80%;
    vertical-align: middle;
    padding: 35px 6% 35px 17%;
    margin-right: 0%;
    position: relative !important;
    margin: 0 auto;
}

.dica_divi_carousel.clients-carousel:not(.testimonials) {
    background-color: #eeeeee;
}

.dica_divi_carousel.clients-carousel:not(.testimonials) .dica-image-container img {
    filter: grayscale(1) contrast(0.1);
	transition: all 0.7s ease;
}

.dica_divi_carousel.clients-carousel:not(.testimonials) .dica-image-container img:hover {
	filter: none;
}

.homepage-clients-section .et_pb_row {
	position: relative;
}

.homepage-clients-row .et_pb_column, .clients-carousel.dica_divi_carousel, .clients-carousel.dica_divi_carousel .et_pb_module_inner, .clients-carousel.dica_divi_carousel .dica-container {
    position: initial;
}

.homepage-clients-row .et_pb_column {
    padding: 80px 0px;
    position: relative;
}

.clients-carousel.dica_divi_carousel .swiper-pagination {
    position: absolute;
    bottom: -50px;
    left: 0;
} 

.homepage-clients-row.et_pb_row .et_pb_column .et_pb_text {
	width: 21%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: white;
    margin-bottom: 10px;
    background-image: linear-gradient(45deg, var(--peanut), var(--peanut));    
	border-radius: 100%;
	aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 0;
	background-position: 150%;
    background-size: 300%;
	transition: all 3s ease-in-out;
	z-index: 1;
}

.homepage-clients-row.et_pb_row.testimonials .et_pb_column .et_pb_text {
    background-position: -150%;
}

.homepage-clients-row.et_pb_row .et_pb_column .et_pb_text h1 {
	opacity: 0;
	color: white;
	transition: all 3s ease-in-out;
}

.homepage-clients-row.et_pb_row .et_pb_column .et_pb_text.et_had_animation h1 {
	opacity: 1;
}

.homepage-clients-row.et_pb_row .et_pb_column .et_pb_text.et_had_animation {
	background-position: 0%;
}

.homepage-clients-row.et_pb_row:not(.testimonials) .et_pb_column .et_pb_text_inner {
    justify-content: flex-end;
    padding-right: 20px;
}

.homepage-clients-row.et_pb_row.testimonials .et_pb_column .et_pb_text {
    left: unset;
	background-image: linear-gradient(45deg, var(--lighblue), var(--lighblue));
	padding-left: 20px;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
}

.homepage-clients-row.et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.homepage-clients-row .et_pb_column .et_pb_text h1 {
    font-weight: 100;
	padding: 0;
}

.homepage-clients-row.testimonials .et_pb_column .et_pb_text h1 {
	color: white;
}

.dica_divi_carousel.clients-carousel.testimonials {
    z-index: 1;
    padding: 35px 17% 35px 6%;
    border: 1px solid var(--lighblue);
}

.homepage-clients-row.testimonials.et_pb_row .et_pb_column .et_pb_text {
    z-index: 2;
}

.homepage-clients-row.testimonials .et_pb_column .et_pb_text h1 {
    text-align: left;
}

.homepage-clients-row.et_pb_row .dica_divi_carousel.clients-carousel {
	margin-bottom: 0px;
}

.homepage-news-row.et_pb_row {
    max-width: 1110px;
}

.homepage-news-row .et_pb_column {
    position: relative;
}

.homepage-news-row.et_pb_row .et_pb_column .et_pb_text {
    margin: 0;
    width: 20%;
    display: inline-block;
}

.homepage-news-row.et_pb_row .lwp_post_carousel {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.homepage-news-row.et_pb_row .lwp_post_carousel, .homepage-news-row.et_pb_row .lwp_post_carousel .et_pb_module_inner {
	position: initial;
}
/*
.homepage-news-row.et_pb_row .et_pb_column .et_pb_text {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .et_pb_module_inner {
    padding-left: 5%;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .et_pb_module_inner > .lwp-slick-slider > .slick-list {
    padding-left: 6%;
}
*/
.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_item_inner {
	border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_title {
	order: 2;
    flex: 100%;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_meta {
    order: 1;
    flex: 100%;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_excerpt {
	order: 3;
    flex: 70%;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_read_more {
    order: 4;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_heading {
    font-weight: 900;
	padding: 0;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_meta > * {
	display: none;
}

.homepage-news-row.et_pb_row .lwp_post_carousel .lwp_post_carousel_meta {
	margin: 0;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_meta .lwp_meta_date {
	display: block;
	color: var(--lighblue);
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_excerpt {
    width: 80%;
    display: inline-block;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp_post_carousel_read_more {
    width: fit-content;
    display: inline-block;
    vertical-align: top;
}

.homepage-news-row .lwp_post_carousel_read_more a.et_pb_button:hover {
    padding: 10px 35px;
}

.homepage-news-row .lwp_post_carousel_read_more a.et_pb_button.et_pb_button:after {
	display: none;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp-slick-slider .slick-dots li button {
	width: 8px;
    height: 8px;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .slick-dots li {
	width: 4px;
    margin: 0 9px 0 0px;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp-slick-slider .slick-dots li button {
	background-color: #a8a8a8;
	opacity: 1 !important;
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel .lwp-slick-slider .slick-dots li.slick-active button {
    background-color: var(--lighblue);
}

.homepage-news-row.et_pb_row .et_pb_column .lwp_post_carousel ul.slick-dots {
	width: 80%;
    margin: 0 auto;
    display: block;
    position: absolute;
}

.homepage-news-row .et_pb_text h1 {
	font-weight: 100;
    font-size: 90px;
}

/* story element - start */

.story-wrap {
    display: flex;
    min-height: 300px;
}

.story-wrap .story-item {
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.story-wrap .story-item:is(:nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8), :nth-child(9), :nth-child(10)) {
    background-color: var(--darkblue);
}

.story-wrap .story-item:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    background-color: var(--lighblue);
}

.story-wrap .story-item:nth-child(2n+1) {
    align-self: flex-end;
}

.story-wrap .story-item:nth-child(2n) {
    align-self: flex-start;
}

.story-wrap .story-item h1 {
    color: white;
    font-weight: 100;
    text-align: center;
    padding: 0;
}

.graph-section .et_pb_row .et_pb_code_inner {
    background-image: url(https://impact.socialadvisor.gr/wp-content/uploads/2024/01/graphpg2Path-253-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 287px;
    background-position: center center;
}

.graph-section.et_pb_section {
    position: relative;
    background-color: transparent;
    background-image: url(https://impact.socialadvisor.gr/wp-content/uploads/2023/12/Path-252.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 5%;
    padding: 100px 0px;
	margin-bottom: 100px;
}

.graph-section .story-wrap-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    min-height: 287px;
}

.graph-section .story-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
	position: relative;
}

.graph-section .story-item h1 {
    color: white;
    font-weight: 100;
    font-size: 33px;
}

.graph-section .info.top {
    top: 0%;
    left: -5%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.graph-section .info.bottom {
	bottom: 0;
    min-height: 175px;
    left: -5%;
}

.graph-section .info {
    position: absolute;
    width: 215px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.graph-section .border {
    height: 34px;
	border-left: 1px solid var(--lighblue);
    width: 100px;
}

.graph-section .info.top .border {
	border-top: 1px solid var(--lighblue);
}

.graph-section .info.bottom .border {
	border-bottom: 1px solid var(--lighblue); 
}

.graph-section .story-item p {
    color: #171F27;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 300;
}

.graph-section .story-item p sup {
    font-size: 12px;
}

.graph-section .story-item h1, .graph-section .story-item .info {
	opacity: 0;
	transition: all 1s ease-in-out;
}

.graph-section.et_had_animation .story-item h1 {
	opacity: 1;
}

.graph-section.et_had_animation .story-item .info.top {
	opacity: 1;
    top: -8vw;
}

.graph-section.et_had_animation .story-item .info.bottom {
	opacity: 1;
    bottom: -8vw;
}

.graph-section .story-item.one .info {
	transition-delay: 400ms;
}

.graph-section .story-item.two h1 {
	transition-delay: 1000ms;
}

.graph-section .story-item.two .info {
	transition-delay: 1400ms;
}

.graph-section .story-item.three h1 {
	transition-delay: 2000ms;
}

.graph-section .story-item.three .info {
	transition-delay: 2400ms;
}

.graph-section .story-item.foor h1 {
	transition-delay: 3000ms;
}

.graph-section .story-item.foor .info {
	transition-delay: 3400ms;
}

.graph-section .story-item.five h1 {
	transition-delay: 4000ms;
}

.graph-section .story-item.five .info {
	transition-delay: 4400ms;
}

.graph-section .story-item.six h1 {
	transition-delay: 5000ms;
}

.graph-section .story-item.six .info {
	transition-delay: 5400ms;
}

.graph-section .story-item.seven h1 {
	transition-delay: 6000ms;
}

.graph-section .story-item.seven .info {
	transition-delay: 6400ms;
}

.graph-section .story-item.eight h1 {
	transition-delay: 7000ms;
}

.graph-section .story-item.eight .info {
	transition-delay: 7400ms;
}

.graph-section .story-item.nine h1 {
	transition-delay: 8000ms;
}

.graph-section .story-item.nine .info {
	transition-delay: 8400ms;
}
/* story element - end */

.homepage-about-section {
    position: relative;
	overflow: hidden;
	background-size: 80%;
    background-position: 500% 100%;
    transition: all 6s ease-in-out;
}

.homepage-about-section.et_had_animation {
    background-position: -140% 100%;
}

.homepage-about-section .et_pb_row, .homepage-about-section .et_pb_column {
	position: initial;
}

.homepage-vision-mission-row .et_pb_image {
    max-width: 380px;
    margin: 0 !important;
    position: absolute;
}

.homepage-vision-mission-row .asset-1 {
	bottom: 0;
    left: -8%;
	animation: small-move 2s linear infinite alternate;
}

.homepage-vision-mission-row .asset-2 {
	top: 0;
    right: -8%;
	animation: small-move-1 2s linear infinite alternate;
}

@keyframes small-move {
	0% {
		filter: drop-shadow(-20px 20px 0px #a1d5ab4a);	}
	100% {
		filter: drop-shadow(0px 0px 0px #a1d5ab4a);
		transform: rotate(15deg);
	}
}

@keyframes small-move-1 {
	0% {
		filter: drop-shadow(20px 20px 0px #2e8f972e);	}
	100% {
		filter: drop-shadow(0px 0px 0px #2e8f972e);
		transform: rotate(15deg);
	}
}

/* HOMEPAGE - END */

/* HEADER - START */

header .et_pb_section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

header .column-3 {
    display: flex;
    align-items: center;
}

/* HEADER - END */

/* FOOTER - START */

.newsletter-footer-section .et_pb_row {
    padding: 27px 65px;
    background: var(--lighblue);
    width: fit-content;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.newsletter-footer-section {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background-color: transparent;
	transition: all 1s ease;
    z-index: 0;
}

.newsletter-footer * {
	text-align: center;
}

.newsletter-footer-section.et_had_animation {
	top: -95px;
}

.footer-socialmedia-module a:before {
	transition: all 0.7s ease !important;
}

.footer-socialmedia-module a:hover:before {
    opacity: 0.4;
}

/* FOOTER - END */

/* SOLUTIONS - START */

.solutions-row-1 .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 50px;
    justify-content: space-evenly;
}

.solutions-row-2 .et_pb_column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));    
	gap: 20px;
    justify-content: space-evenly;
}

.solutions-row-1 .et_pb_blurb .et_pb_main_blurb_image, .solutions-row-2 .et_pb_blurb .et_pb_main_blurb_image {
	min-height: 80px;
}

.solutions-row-2 .et_pb_blurb {
    background-color: #EAF1F3;
    padding: 50px 35px;
    border-radius: 32px;
    display: flex;
    margin-bottom: 0 !important;
}

.solutions-row-2 .et_pb_blurb .et_pb_icon_wrap {
	background-color: var(--lighblue);
    border-radius: 100% 100% 100% 100%;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.solutions-row-2 .et_pb_blurb .et_pb_icon_wrap:hover {
	background-color: var(--veraman);
}

.solutions-row-2 .et_pb_blurb .et-pb-icon {
    color: #FFFFFF;
    font-size: 21px;
}

.solutions-row-2 .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
}

.solutions-row-2 .et_pb_blurb .et_pb_main_blurb_image {
    flex: 1;
}

.solutions-row-2 .et_pb_blurb .et_pb_blurb_container {
    flex: 2;
    display: flex;
}

.solutions-row-2 .et_pb_blurb .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solutions-row-2 .et_pb_blurb .et_pb_blurb_description .descr {
    flex: 2;
}

.solutions-row-2 .et_pb_blurb .et_pb_blurb_description .et_pb_module.et_pb_icon.arrow-button {
    flex: 1;
}

/* SOLUTIONS - END */

/* ABOUT US - START */

.values-row-1 .et_pb_column {
	display: flex;
    gap: 5%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
}

.values-row-1 .et_pb_blurb {
    display: flex;
    margin-bottom: 0px !important;
    flex: 0 0 190px;
}

.values-row-1 .et_pb_blurb .et_pb_blurb_content {
    display: flex;
}

.values-row-1 .et_pb_blurb .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.values-row-1 .et_pb_blurb h4.et_pb_module_header {
    border: 1px solid var(--lighblue);
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lighblue);
    color: white;
    aspect-ratio: 1/1;
    padding: 20px;
    border-radius: 100%;
    width: 100%;
    height: auto;
    font-weight: 100;
}

.values-row-1 .et_pb_blurb .et_pb_blurb_description {
    flex: 2;
}

.certifications-row-1 .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 70px;
}

.certifications-row-1 .et_pb_blurb {
    flex: 0 0 31.3%;
    margin-bottom: 0 !important;
    display: flex;
}

.certifications-row-1 .et_pb_blurb_content {
    padding: 20px;
    background-color: #EAF1F3;
    border-radius: 32px;
    max-width: none;
}

.certifications-row-1 .et_pb_main_blurb_image {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-row-1 .et_pb_column {
    display: flex;
    justify-content: center;
    gap: 3%;
    row-gap: 30px;
    flex-wrap: wrap;
} 

.career-row-1 .et_pb_blurb {
    margin-bottom: 0 !important;
    flex: 0 0 11%;
    padding: 6px;
    border: 2px solid var(--lighblue);
    transition: all 0.7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.career-row-1 .et_pb_blurb h4.et_pb_module_header {
    color: var(--lighblue);
    padding: 10px 0;
	transition: all 0.7s ease-in-out;
}

.career-row-1 .et_pb_blurb:hover {
    background: var(--lighblue);
}

.career-row-1 .et_pb_blurb:hover h4.et_pb_module_header {
    color: white;
}

.about-us-team-section.et_pb_section .main-title h1 {
	margin-bottom: 30px;
}

.about-us-team-section.et_pb_section .et_pb_row {
    padding: 179px 0px;
    margin-right: 7%;
    max-width: 1900px;
}

.about-us-team-section.et_pb_section .et_pb_row  .et_pb_column {
    display: flex;
    gap: 14%;
}

.about-us-team-section.et_pb_section .main-title {
	flex: 2;
    margin-bottom: 0;
}

.about-us-team-section.et_pb_section .quote-text {
	flex: 1;
}

.about-us-team-section.et_pb_section {
	max-width: 100vw;
	overflow: hidden;
}

.about-us-team-section.et_pb_section h3 {
    font-weight: 100;
    line-height: 1.5em;
}

.about-us-team-section.et_pb_section:after {
    content: '';
    height: 100%;
    aspect-ratio: 1/1;
    background: var(--peanut);
    position: absolute;
    border-radius: 100%;
    right: -10px;
    margin: 0;
    top: 0;
}

/* ABOUT US - END */

/* INSIDE SOLUTIONS - START */

.homege-banner.services h2 {
	font-weight: 100;
    padding: 0;
}

.inside-solutions-3-row.first-row .et_pb_blurb h4 {
    font-size: 21px;
    color: var(--lighblue);
    font-weight: 800;
    line-height: 1.4em;
}

.inside-solutions-3-row.first-row .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 15px;
}

.inside-solutions-3-row.cyrcle .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
	justify-content: center;
    row-gap: 20px !important;
}

.inside-solutions-3-row.cyrcle.row-5 .et_pb_column {
    gap: 2.5%;
}

.inside-solutions-3-row.cyrcle.row-5 .et_pb_column .et_pb_blurb {
    flex: 0 0 18%;
}

.inside-solutions-3-row.cyrcle .et_pb_column .et_pb_blurb {
    flex: 0 0 17.5%;
}

.inside-solutions-3-row.cyrcle .et_pb_blurb .et_pb_module_header {
    font-size: 21px;
    color: white;
    background-color: var(--lighblue);
    padding: 0;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    max-width: 225px;
    margin-bottom: 20px;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.inside-solutions-3-row.cyrcle.small-cycles .et_pb_blurb .et_pb_module_header {
	max-width: 80px;
}

.inside-solutions-3-row.cyrcle.veraman .et_pb_blurb .et_pb_module_header {
	background-color: var(--veraman);
}


.inside-solutions-form form {
    max-width: 900px;
    margin: 0 auto;
}

.inside-solutions-form form > p {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
    row-gap: 20px;
}

.inside-solutions-form form > p > * {
    flex: 1 1 48%;
}

.inside-solutions-form form span.wpcf7-form-control-wrap input, .inside-solutions-form form span.wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #000000;
    color: var(--darkblue);
    transition: all 0.7s ease;
    background-color: transparent;
}

.inside-solutions-form form span.wpcf7-form-control-wrap input::placeholder, .inside-solutions-form form span.wpcf7-form-control-wrap textarea::placeholder {
    color: black;
}

.inside-solutions-form form span.wpcf7-form-control-wrap[data-name="your-text"] {
	flex: 100%;
}

.inside-solutions-form form span.wpcf7-form-control-wrap input:focus, .inside-solutions-form form span.wpcf7-form-control-wrap textarea:focus {
	border-bottom: 1px solid var(--darkblue);
}

.inside-solutions-form form input.wpcf7-submit {
	border: 1px solid var(--lighblue);
    background: var(--lighblue);
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin-top: 35px;
    transition: all 0.7s ease;
    padding: 22px 6em;
    border-radius: 37px;
    font-size: 18px;
    margin-top: 70px;
}

.inside-solutions-form form input.wpcf7-submit:hover {
	background: var(--veraman);
	border: 1px solid var(--veraman);
}

.inside-solutions-form form .submit-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-solutions-form form .submit-wrap p {
	position: relative;
}

.inside-solutions-form form .submit-wrap .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: -80px;
}

.inside-solution-form-row.et_pb_row {
	background-color: #EAF1F3;
    border-radius: 32px;
    padding: 70px 35px;
}

.custom-list-style ul li::marker {
    color: var(--lighblue);
    font-size: 20px;
}

.custom-list-style.big-title li {
    font-size: 20px;
}

.pc-asset .et_pb_image_wrap {
    max-width: 480px;
}

.pc-asset span.et_pb_image_wrap:before {
    content: '';
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--lighblue);
    position: absolute;
    top: -30px;
    border-radius: 100%;
}

.custom-list-style.right-align ul {
    list-style: none;
}

.custom-list-style.right-align ul li {
    position: relative;
}

.custom-list-style.right-align ul li:before {
    content: '';
    width: 7px;
    aspect-ratio: 1/1;
    background-color: var(--lighblue);
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: 7px;
}

.einvoicing-operations-column {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
	row-gap: 20px;
}

.einvoicing-operations-column > * {
    margin: 0 !important;
    flex: 0 1 32%;
}

/* INSIDE SOLUTIONS - END */

/* BLOG - START */

.blog-module .et_pb_ajax_pagination_container article {
    max-width: 1000px;
    padding: 30px;
    background-color: var(--ciel);
    border-radius: 30px;
}

.blog-module .et_pb_ajax_pagination_container article:nth-child(2n) {
	margin-left: auto;
	margin-right: 0;
}

.blog-module .et_pb_ajax_pagination_container article:nth-child(2n) * {
    text-align: right;
}

.blog-module article h2.entry-title {
    margin: 0;
}

.blog-module article h2.entry-title a {
    color: var(--darkblue);
}

.blog-module article .post-meta {
    color: var(--lighblue) !important;
}

.blog-module article a.more-link {
    width: fit-content;
    margin-top: 10px;
    padding: 5px 30px;
}

.blog-module .et_pb_ajax_pagination_container article:nth-child(2n) a.more-link {
    margin-left: auto;
    margin-right: 0;
}

/* BLOG - END */

/* CLIENTS - START */

.dica_divi_carousel.clients-carousel.right-aligned {
    padding: 35px 17% 35px 6%;
}

.clients-page-main-section .homepage-clients-row.et_pb_row.et_had_animation .et_pb_column .et_pb_text h1 {
	opacity: 1;
}

.clients-page-main-section .dica_divi_carousel.clients-carousel .dica-image-container img {
    filter: grayscale(1) contrast(0.9);
}

.clients-page-main-section .et_pb_row:nth-child(1n) .et_pb_column {
    margin-left: 0 !important;
	margin-right: auto !important;
	float: unset;
}

.clients-page-main-section .et_pb_row:nth-child(2n) .et_pb_column {
    margin-left: auto !important;
	margin-right: 0 !important;
	float: unset;
}

.clients-page-main-section .homepage-clients-row.et_pb_row.testimonials .et_pb_column .et_pb_text {
    background-position: -55%;
}

.clients-page-main-section .homepage-clients-row.et_pb_row.et_had_animation .et_pb_column .et_pb_text {
	background-position: 0%;
}

.clients-page-main-section .homepage-clients-row.et_pb_row:not(.testimonials) .et_pb_column .et_pb_text {
	background-image: linear-gradient(45deg, var(--darkblue), var(--darkblue));
}

.clients-page-main-section .dica_divi_carousel.clients-carousel {
    width: 70%;
}

/* CLIENTS - END */

/* HEADER - START */

.main-menu-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh; 
	transition: all 0.5s ease;
}

.main-menu-section.open {
	visibility: visible;
	opacity: 1;
}

.menu-open, .menu-close .et-pb-icon {
	cursor: pointer;
}

.main-menu-section .menu li a {
	position: relative;
}

.main-menu-section .menu li a:before {
    content: '';
    width: 28px;
    aspect-ratio: 1 / 1;
    position: absolute;
    background-color: var(--veraman);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    left: -10px;
    top: -2px;
	opacity: 0;
}

.main-menu-section .menu li a:hover:before {
	opacity: 1;
}

/* HEADER - END */