/**
Theme Name: Alphi-on
Author: Enhance Digital Agency
Author URI: https://enhance.gr
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alphi-on
Template: astra
*/

:root{
	--h1:4rem;
	--h2:2.2rem;
	--h3:2rem;
	--h4:1.8rem;
	--h5:1.5rem;
	--h6:;
	--bodyl:1.25rem;
	--bodym:1rem;
	--bodys:0.88rem;
	--orange:#DA9228;
	--blue:#145C88;
	--grey-500:#C4C4C5;
	--grey-700:#727272;
	--black:#000;
	--t-dur: 0.2s;
  	--t-prop: ease-out;
	--base-transition: var(--t-dur) var(--t-prop);
	--btn-padding:8px;
	--btn-fsize:var(--bodyl);
	--btn-bg:var(--orange);
	--btn-fc:black;
	--btn-border:2px solid var(--orange);
	--btn-fweight:400;
	--ratio:0.65;
	--overlap:2px;
	--pad: 40px;
	--gutter: max(var(--pad), calc((100vw - 1400px) / 2));
}

@media(max-width:1024px){
	:root{
		--h1:3rem;
		--h2:1.8rem;
		--h3:1.7rem;
		--h4:1.6rem;
		--h5:1.4rem;
		--bodyl:1.18rem;
	}
}

@media(max-width:767px){
	:root{
		--h1:2rem;
		--h2:1.6rem;
		--h3:1.5rem;
		--h4:1.4rem;
		--h5:1.3rem;
		--ratio:0.4;
		--pad:20px;
	}
}

/*oooooooooooooooooooo----BASELINE-----ooooooooooooooooooooo*/

/*Transition Global Baseline*/
a,
button,
.elementor-button,
.elementor-widget-icon i,
.elementor-widget-icon svg,
.elementor-icon,
.elementor-widget-image img,
input,
select,
textarea {
  transition-property: color, background-color, border-color, fill, stroke, box-shadow, opacity, transform;
  transition-duration: var(--t-dur);
  transition-timing-function: var(--t-prop);
}

/*Reset outlines*/

 [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, 
.ast-mobile-popup-drawer.active .menu-toggle-close:focus{
	border:none;
}

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


/*Hide lang toggle*/
ul.ast-builder-language-switcher-menu .ast-builder-language-switcher-menu-item-header:has(.ast-builder-language-switcher-item__active) {
	display: none;
}

a.ast-builder-language-switcher-item{
	color:black;
}
a.ast-builder-language-switcher-item:hover{
	color:var(--blue);
}

/*Hamburger Toggle*/
.menu-toggle{
	padding:7px!important;
}

/*Close Hamburger*/
.ahfb-svg-iconset svg{
	width:24px;
	height:24px;
	fill:var(--orange);
}

/*Mobile Menu CTA*/
#ast-mobile-popup-wrapper .header-contact-cta{
	padding-left:20px;
	margin-top:60px;
}

/*#########################FOOTER#############################*/
.elementor-element .enhance-footer::before{
	mix-blend-mode:multiply;
}

.footer-menu ul{
	padding-left:0px;
}

/****************************GLOBAL********************************/

/*BodyL on text editor*/

.bodyl.elementor-widget-text-editor{
	font-size:var(--bodyl);
}

/*Padding for full width container/content*/
.split-left {
	padding-left: var(--gutter);
}
.split-right {
	padding-right: var(--gutter);
}

/*Page Title*/

/*Page title content*/
.page-title-title,
.page-title-subtitle{
	width:55%;
}
.page-title-title .elementor-heading-title{
	font-weight:500;
}

.page-title-title::before{
	content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: auto;
    aspect-ratio: var(--ratio);
    background: var(--ast-global-color-0);
	left: calc(100% - var(--overlap));
	clip-path: polygon(0 0, 100% 0, var(--overlap) 100%, 0 100%);
} 
.pt-bg-secondary .page-title-title::before{
  background-color: var(--ast-global-color-1);
}

/*Page title Image*/
.page-title-img{
	position:absolute;
	right:0;
	width:41%;
	height:100%;
	top:100px;
	bottom:100px;
	height:auto;	
}
.page-title-img .elementor-widget-image{
	height:100%;
	/*Clip*/
	--angle: calc(90deg + atan(var(--ratio)));
	--box: 3000px;
	--stop: calc(var(--box) * sin(atan(var(--ratio))));
	-webkit-mask-image: linear-gradient(var(--angle), transparent var(--stop), #000 var(--stop));
	mask-image: linear-gradient(var(--angle), transparent var(--stop), #000 var(--stop));
	-webkit-mask-size: var(--box) var(--box);
	mask-size: var(--box) var(--box);
	-webkit-mask-position: left bottom;
	mask-position: left bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	
}
.page-title-img .elementor-widget-image img{
  filter: grayscale(1) brightness(1.35) contrast(1.25);
  opacity: 0.85;
  object-fit:cover;
  height:100%;
	
}

/*Page title Color*/
.enh-page-title {
  background-color: var(--ast-global-color-0);
}
.pt-bg-secondary .enh-page-title {
  background-color: var(--ast-global-color-1);
}

.pt-bg-secondary .enh-page-title .elementor-heading-title{
	color:white;
}

@media(max-width:767px){
	.page-title-title{
		width:85%;
	}
	.page-title-subtitle{
		width:100%;
		padding-right:20px;
	}
	.page-title-img{
		position:relative;
		width:80%;
		right:unset;
		top:unset;
		bottom:unset;
	}
}

/*Header CTA/Global Button*/
.header-contact-cta{
	display:flex;
	align-items:center;
}
.header-contact-cta .elementor-button{
	padding:0;
	border:2px solid var(--orange);
	border-radius:0px;
}

.header-contact-cta .elementor-button .elementor-button-content-wrapper{
	flex-direction:row-reverse;
}

.header-contact-cta .elementor-button-icon{
	background-color:white;
	padding:8px;
}
.header-contact-cta .elementor-button-text{
	padding:8px;
	line-height:1em;
}
.header-contact-cta .elementor-button-icon svg{
	fill:black;
}
/* .header-contact-cta:hover .elementor-button-icon svg{
	fill:white;
} */

/*Line height */
.line-height-full {
	line-height: 1em;
}

/*Full height img*/
.img-height-full,
.img-height-full.elementor-widget-image img {
	height: 100%;
	object-fit:cover;
}

/*Margin top Auto*/
.margin-top-auto{
	margin-top:auto;
}

/*Elementor Link images default behaviour*/
.elementor-element .elementor-widget-image a {
	display: block;
}

/*Scroll to top*/

#ast-scroll-top{
	clip-path: polygon(
    0 0,
    65% 0,
    calc(65% + 20px) 20px,
    100% 80px,
    100% 100%,
    0 100%
  );
}

/*
 * ABSOLUTE HEADINGS/Also blue accordion on Products
 */
.rel-inner > .e-con-inner {
  position: relative;
}

.elementor-element.abs-bg-heading {
  --notch-bg: #fff;
  position: absolute;
  background-color: var(--notch-bg);
  padding: 12px 40px;
  z-index: 2;
}

@media(max-width:1024px){
	.elementor-element.abs-bg-heading{
		padding:12px 20px;
	}
}

.abs-bg-heading > .elementor-heading-title {
  line-height: 1em !important;
}

.abs-bg-heading.top    { top: 0; }
.abs-bg-heading.bottom { bottom: 0; }
.abs-bg-heading.right  { right: 0; padding-right:0; }
.abs-bg-heading.left   { left: 0; padding-left: 0; }

.abs-bg-heading.left.split-left{
	padding-left: var(--gutter);
}

/* Shared triangle */
.abs-bg-heading[class*="pl-"]::before,
.blue-accordion details[open] > summary::after {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% + 1px);
  width: auto;
  aspect-ratio: var(--ratio);
  background: var(--notch-bg, #fff);
}

/* Triangle on the LEFT of the label */
.abs-bg-heading.pl-left-top::before,
.abs-bg-heading.pl-left-bottom::before {
  right: calc(100% - var(--overlap));
}

.unset-left::before{
	left:unset;
}
.unset-right::before{
	right:unset;
}

/* Triangle on the RIGHT of the label */
.abs-bg-heading.pl-right-top::before,
.abs-bg-heading.pl-right-bottom::before,
.blue-accordion details[open] > summary::after{
  left: calc(100% - var(--overlap));
}

/* Left / white above the diagonal */
.abs-bg-heading.pl-left-top::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--overlap)) 100%);
	top:-1px;
}

/* Left / white below the diagonal */
.abs-bg-heading.pl-left-bottom::before {
  clip-path: polygon(calc(100% - var(--overlap)) 0, 100% 0, 100% 100%, 0 100%);
}

/* Right / white above the diagonal */
.abs-bg-heading.pl-right-top::before {
  clip-path: polygon(0 0, 100% 0, var(--overlap) 100%, 0 100%);
  top:-1px;
}

/* Right / white below the diagonal */
.abs-bg-heading.pl-right-bottom::before,
.blue-accordion details[open] > summary::after{
  clip-path: polygon(0 0, var(--overlap) 0, 100% 100%, 0 100%);
}

/* Yellow Notch Line 
 * */

/*Notch lines*/
.notch-line{
	--h: 80px;
	--px:40px;
	--line: 2px;
	--run: calc(var(--h) * var(--ratio));
	--dir: to top right;         /* "\" diagonal */
	position: relative;
	box-sizing: border-box;
	height: var(--h);
	display: flex;
	align-items: center;
	padding: 0 var(--px);
}
.notch-line::before,
.notch-line::after{
	content: "";
	position: absolute;
}
/* Diagonal */
.notch-line::before{
	top: 0;
	width: var(--run);
	height: 100%;
	background: linear-gradient(
		var(--dir),
		transparent calc(50% - var(--line) / 2 - 0.25px),
		var(--orange) calc(50% - var(--line) / 2),
		var(--orange) calc(50% + var(--line) / 2),
		transparent calc(50% + var(--line) / 2 + 0.25px)
	);
}
/* Long line */
.notch-line::after{
	width: 100vw;
	height: var(--line);
	background: var(--orange);
}

/* Label side */
.notch-line.nl-right{ margin-left: auto; }
.nl-right::before{ right: 100%; }
.nl-right::after{ right: calc(100% + var(--run)); }

.notch-line.nl-left{ margin-right: auto; }
.nl-left::before{ left: 100%; }
.nl-left::after{ left: calc(100% + var(--run)); }

/* Label line position */
.nl-top{ box-shadow: inset 0 var(--line) 0 var(--orange); }
.nl-top::after{ bottom: 0; }

.nl-bottom{ box-shadow: inset 0 calc(var(--line) * -1) 0 var(--orange); }
.nl-bottom::after{ top: 0; }

/* "/" diagonal combos */
.nl-right.nl-top,
.nl-left.nl-bottom{ --dir: to bottom right; }


/*Yellow notch parent to hide overflow*/
.yellow-notch-parent{
	overflow-x:hidden;
}


/*------------FLUENT STYLING------------*/

#enhance-fluent input.ff-el-form-control,
#enhance-fluent textarea.ff-el-form-control{
	border-radius:0;
	border:1px solid #0000004D;
	color:black;
}

#enhance-fluent .ff-el-input--label label{
	font-weight:400;
	font-size:var(--bodym);
}

#enhance-fluent .ff-el-group .ff-btn-submit{
	border-radius:0;
	font-size:1.1rem;
	font-weight:var(--btn-fweight);
	color:var(--btn-fc);
	background-color:var(--btn-bg);
	border:var(--btn-border);
	padding:8px 13px 8px 8px;
}

#enhance-fluent .gdpr-text .ff_t_c{
	font-weight:400;
	font-size:0.8rem;
}

 #enhance-fluent .ff-btn-submit::after{
	content:"";
	background:url("/wp-content/uploads/2026/08/arrow.svg");
	background-size:20px 20px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	background-color:white;
	height:calc(100% + 4px);
	aspect-ratio:1 / 1;
	left:100%;
	top:-2px;
	border:2px solid var(--orange);
}



/*
 * Page - Home 
 * */

/*Hero*/

.home-hero-carousel .swiper-pagination{
	--slope: 28px;

  width: max-content;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top:unset;
  bottom: 0!important;
  background: #fff;
  padding: 16px calc(40px + var(--slope)) 16px calc(40px + var(--slope));
  line-height: 1;
  z-index: 3;
  clip-path: polygon(
    var(--slope) 0,
    calc(100% - var(--slope)) 0,
    100% 100%,
    0 100%
  );
}

.home-hero-carousel.elementor-widget-loop-carousel .swiper-pagination-bullet{
	background:var(--grey-500);
	opacity:1;
}
.home-hero-carousel.elementor-widget-loop-carousel .swiper-pagination-bullet:hover,
.home-hero-carousel.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:var(--blue);
	opacity:1;
}

/*
 * About Us*/

.home-about-img img{
	object-position:75%!important;
}

/*
 * Products*/


/*Grey BG on Titles*/

.grey-bg .elementor-element.abs-bg-heading,
.grey-bg .abs-bg-heading[class*="pl-"]::before{
	background-color:#d9d9d9;
}

/*Blank notches on images*/
.notch-left,
.notch-right {
  --top-x: 38%;
  --top-y: 0px;
  --bot-x: 25%;
  --bot-y: 40px;

  --top-run: calc(var(--top-y) * var(--ratio));
  --bot-run: calc(var(--bot-y) * var(--ratio));
}

.notch-left {
  clip-path: polygon(
    0 var(--top-y),
    var(--top-x) var(--top-y),
    calc(var(--top-x) + var(--top-run)) 0,
    100% 0,
    100% 100%,
    calc(var(--bot-x) + var(--bot-run)) 100%,
    var(--bot-x) calc(100% - var(--bot-y)),
    0 calc(100% - var(--bot-y))
  );
}

.notch-right {
  clip-path: polygon(
    100% var(--top-y),
    calc(100% - var(--top-x)) var(--top-y),
    calc(100% - var(--top-x) - var(--top-run)) 0,
    0 0,
    0 100%,
    calc(100% - var(--bot-x) - var(--bot-run)) 100%,
    calc(100% - var(--bot-x)) calc(100% - var(--bot-y)),
    100% calc(100% - var(--bot-y))
  );
}

/*ACCORDION*/

.blue-accordion details[open] > [role="region"]{
	background-color:var(--blue);
}
.blue-accordion details > [role="region"]{
	padding:40px 20px;
	border:none;
}

.blue-accordion details[open] > summary{
	align-self:start;
	background-color:var(--blue);
	padding:12px 40px 12px 10px;
}

.blue-accordion details summary.e-n-accordion-item-title{
	border:none;
	position:relative;
}

.blue-accordion .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
	font-size:var(--h5);
}
.blue-accordion details[open] .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
	color:white;
}

/*Blue notch additional*/
.blue-accordion details[open] > summary::after {
  align-self: start;
  background-color:var(--blue);
  padding: 12px 40px 12px 10px;
}


/*icon replacement*/

.blue-accordion .e-n-accordion-item-title-icon {
  display: none !important;
}

.blue-accordion summary::before {
content: "";
  order: -1;
  flex: none;
  width: 2px;
  height: 0.9em;
  margin-right: 8px;
  background: var(--orange);
  transform: rotate(30deg) scaleY(1.155);
  transform-origin: center;
  transition: transform .3s ease;
}

.blue-accordion details[open] summary::before {
	transform: rotate(0deg) scaleY(1);
}

/*Disabled Accordion*/

.blue-accordion.disabled-accordion{
	pointer-events: none;
  cursor: default;
}

/*Product Images in Accordion*/

.product-img-container .elementor-widget-image img{
	height:50px;
	object-fit:contain;
	object-position:center;
}


/*
 * Services*/
@media(max-width:767px){
	.img-height-full.home-construction-img{
		height:50%;
	}
}
.co-no-light{
	color:var(--orange)
}

/*Presence*/
.countries-text-editor h5{
	display:inline-block;
	margin-bottom:8px;
}
.co-no{
	font-size:var(--h4);
	font-weight:bold;
	color:var(--orange);
	font-variant-numeric: tabular-nums;
}

/*
 * Page - About Us
 * */
.about-icon.elementor-widget-icon{
	min-width:300px;
}
.about-icon.elementor-widget-icon svg{
	width:300px;
	height:auto;
}