/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772707182
Updated: 2026-03-05 10:39:42

*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Urbanist", sans-serif; */

@font-face {
    font-family: 'AbadiMT';
    src: url('fonts/AbadiMT.woff') format('woff'),
        url('fonts/AbadiMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbadiMT';
    src: url('fonts/AbadiMT-Bold.woff') format('woff'),
        url('fonts/AbadiMT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbadiMT';
    src: url('fonts/AbadiMT-ExtraBold.woff') format('woff'),
        url('fonts/AbadiMT-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbadiMT';
    src: url('fonts/AbadiMT-ExtraLight.woff') format('woff'),
        url('fonts/AbadiMT-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbadiMT';
    src: url('fonts/AbadiMT-Light.woff') format('woff'),
        url('fonts/AbadiMT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*==================================
  Root Variables
===================================*/
:root {
  	--primary-color: #56C799;
	--secondary-color:#ECF2EF;
	--heading-color:#171717;
  	--text-color: #171717;
	--bg-color:#ECF2EF;
}

/*==================================
  BASIC CSS RESET
===================================*/
*,
*::before,
*::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px;  scroll-behavior: smooth; /* background-color:#ECF2EF */ }
body { line-height: 1.6; color: var(--text-color); background-color: #ECF2EF ; -webkit-font-smoothing: antialiased; font-size: 20px; font-family: 'AbadiMT'; font-weight:200; }
input, button, textarea, select { font: inherit; outline: none; }

::selection { background-color: var(--primary-color); color: #fff; }


/*==================================
  TYPOGRAPHY
===================================*/
h1, h2, h3, h4, h5, h6, .elementor-heading-title { margin-bottom: 10px; line-height: 1.25; font-weight: 700; color: var(--heading-color); font-family: 'AbadiMT';}
h1 { font-size: 60px; }
h2 { font-size: 44px; }
h3 { font-size: 33px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; } 

a { color: inherit; text-decoration: none; transition: color 0.3s ease; }
a:focus { outline: none; }
a:hover { color: var(--clr-primary); }

p { font-size: 20px; font-weight: 200; line-height: 1.5; }
p:not(:last-child) { margin-bottom: 10px; }
p:empty { display: none; }

.word-break,
.word-break .elementor-heading-title { word-break: break-word; }
/*==================================
  Section Titles
===================================*/
.site-title h2,
.site-title h2.elementor-heading-title { font-size: 64px; font-weight: 200; line-height: 1.2; color: var(--heading-color); margin-bottom: 0; }
.site-title h3,
.site-title h3.elementor-heading-title { font-size: 40px; font-weight: 200; line-height: 1.2; color: var(--heading-color); margin-bottom: 0;}

.dark-section .site-title h2,
.dark-section .site-title h2.elementor-heading-title { color: #ffffff;}

.dark-section h3,
.dark-section h3.elementor-heading-title { color: #ffffff; }

.dark-section .elementor-heading-title { color: #ffffff;}
.dark-section .elementor-widget-text-editor  { color: #ffffff; }

.subtitle p { color: rgba(23 23 23 / 75%); }
.dark-section .subtitle p { color: rgba(255 255 255 / 75%); }
/*==================================
  General CSS
===================================*/
.section-space { padding: 80px 20px; }

.pt-5 { padding-top: 50px;}

.max-width-650 { max-width: 650px; width: 100%; margin-inline: auto;}
.max-width-700 { max-width: 650px; width: 100%; margin-inline: auto;}
.max-width-800 { max-width: 800px; width: 100%; margin-inline: auto;}
.max-width-850 { max-width: 850px; width: 100%; margin-inline: auto;}
.max-width-900 { max-width: 900px; width: 100%; margin-inline: auto;}
.max-width-950 { max-width: 950px; width: 100%; margin-inline: auto;}
.max-width-1000 { max-width: 1000px; width: 100%; margin-inline: auto;}

.full-width { width: calc(100% - 40px); margin-inline: auto; border-radius: 32px; }

/*==================================
   Button Styling
===================================*/
.site-button a.elementor-button { line-height: 1; padding: 0; position: relative; background-color: transparent; transition: 0.3s all ease-in-out;  overflow: hidden; }
.site-button a.elementor-button .elementor-button-content-wrapper { display: flex; flex-direction: row; gap: 5px; justify-content: center; min-width: 250px; padding-right: 64px; transition: 0.3s all ease-in-out; position: relative;}
.site-button a.elementor-button:hover .elementor-button-content-wrapper { padding-right: 0; }
.site-button a.elementor-button .elementor-button-icon { position: absolute; width: 60px; right: 0; }
.site-button a.elementor-button .elementor-button-text, 
.site-button a.elementor-button .elementor-button-icon { padding: 15px 22px; line-height: 1.2; font-weight: 300; background-color: var(--primary-color); border-radius: 40px; height:48px; transition: 0.3s all ease-in-out; transform: translateX(0); }
.site-button a.elementor-button:hover .elementor-button-icon { transform: translateX(100%); }
.site-button a.elementor-button .elementor-button-text { font-size:16px; color:#ffffff; width: 100%;}


/*==================================
   Header
===================================*/
header { position: absolute; top: 60px; width: 100%; z-index: 1000; max-width: calc(100% - 80px); margin-inline: auto; left: 50%; transform: translateX(-50%);}
header .elementor-nav-menu--main .elementor-nav-menu { background-color: #ffffff; border-radius: 40px; padding: 4px; }
header .elementor-nav-menu--main .elementor-nav-menu li a { font-size: 14px; font-weight: 300; color:var(--heading-color); position: relative; min-width: 140px; height: 48px; line-height: 48px;  text-align: center; justify-content: center; padding:0; border-radius:40px; text-transform:uppercase; overflow: hidden;}
/* header .elementor-nav-menu--main .elementor-nav-menu li a:hover,
header .elementor-nav-menu--main .elementor-nav-menu li.current-menu-item a  { color: #ffffff; } */
/* header .elementor-nav-menu--main .elementor-nav-menu li a:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--primary-color); opacity: 0; transition: 0.3s all ease-in-out; z-index: -1;} */
/* header .elementor-nav-menu--main .elementor-nav-menu li a:hover:before,
header .elementor-nav-menu--main .elementor-nav-menu li.current-menu-item a:before  { opacity: 1;} */
/* header .elementor-nav-menu--main .elementor-nav-menu li a:hover,
header .elementor-nav-menu--main .elementor-nav-menu li.current-menu-item a  { color:#ffffff; padding:0; background-color:var(--primary-color); } */

.av-menu { position:relative; }

.nav-dropdown { position: absolute; top: 100%; right: 40px; left: auto; width: auto; max-width:250px;gap:0; transform: translateY(calc(-100% + 26px));}
.nav-dropdown:has(.elementor-button):hover { transform: translateY(0); }
.nav-dropdown .elementor-widget-button { text-align:right; line-height: 1; }

.nav-dropdown .elementor-button { background-color:transparent; padding:0; cursor:pointer; }
.nav-dropdown .elementor-button .elementor-button-content-wrapper { column-gap:2px; }
.nav-dropdown .elementor-button .elementor-button-text,
.nav-dropdown .elementor-button .elementor-button-icon { padding:4px 16px; line-height:18px; font-weight:300; background-color:var(--primary-color);  border-radius: 0 0 8px 8px; }
.nav-dropdown .elementor-button .elementor-button-text { font-size:12px;  color:#ffffff;   }
.nav-dropdown .elementor-button .elementor-button-icon svg { width:12px; }

.nav-dropdown .elementor-widget-text-editor { background-color: rgba(251, 251, 251, 0.95); padding: 12px; font-size: 14px; color: var(--text-color); font-weight: 300; text-align: right; opacity:0; transition:0.3s all ease-in-out; border-bottom-left-radius: 8px; }
.nav-dropdown:has(.elementor-button):hover .elementor-widget-text-editor { opacity:1; }
.nav-dropdown .elementor-widget-text-editor p { font-size:14px; color:var(--text-color); font-weight:200; text-align:right; margin: 0; line-height: 16px; }


/* menu animation */
.capsule{ position:absolute; top:4px; left:0; height:calc(100% - 8px); background:var(--primary-color); border-radius:40px; transition:all .25s ease; z-index: -1; }
.capsule.shake { animation: capsuleShake 0.30s ease; }
header .elementor-nav-menu--main .elementor-nav-menu li a.shake { animation: textShake 0.30s ease; }

@keyframes capsuleShake {
  0% { transform: translateX(0); }  
  50% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

@keyframes textShake {
  0% { transform: translateX(0); } 
  50% { transform: translateX(-7px); }
  100% { transform: translateX(0); }
}


/*==================================
   Hero Section
===================================*/
.hero_section { /* background-color:rgba(23 23 23 / 75%); */ margin-top:24px; padding:180px 20px 50px;  overflow: hidden; margin-bottom: 56px;}
.hero_section .elementor-heading-title {   font-weight: 200; font-size: 64px; line-height: 74px; letter-spacing: -0.03em;  color: #FFFFFF;  }

.hero-info-card { max-width:500px; background: rgba(0, 0, 0, 0.004); border-radius: 24px; padding: 32px; backdrop-filter: blur(10px); border:1px solid rgba(255,255,255,0.10); }
.hero-info-card h3.elementor-heading-title { font-size: 16px; font-weight: 200; color: #FFFFFF; line-height: 1.5; margin-bottom:-10px; }
.hero-info-card .elementor-widget-text-editor,
.hero-info-card .elementor-widget-text-editor p {  font-style: normal; font-weight: 200; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.75); margin-bottom: 0;}

.info-features ul li { column-gap:16px;}
.info-features ul li:not(:last-child) { margin-bottom:8px; }
.info-features ul li .elementor-icon-list-icon { width:48px; height:48px; background-color:var(--primary-color); display:flex; align-items:center; justify-content:center;  border-radius:50%; }
.info-features ul li .elementor-icon-list-icon svg  {width:24px; height:24px; margin: 0 !important; }
.info-features ul li .elementor-icon-list-text { padding-left:0;  font-weight: 200; font-size: 14px; line-height: 1.5; color: #FFFFFF; }

.social_links { display: flex; justify-content: end; }
.social_links .elementor-social-icons-wrapper { display: flex; flex-direction: column; row-gap: 16px; align-items: center; max-width: 100px; }
.social_links .elementor-social-icons-wrapper .elementor-social-icon:hover { opacity: 1;}
.social_links .elementor-social-icons-wrapper a.elementor-social-icon-linkedin { width: 56px; height: 56px; background-color: #0A66C2; }
.social_links .elementor-social-icons-wrapper a.elementor-social-icon-linkedin svg { transition: 0.3s all ease; transform: scale(1.05);}
.social_links .elementor-social-icons-wrapper a.elementor-social-icon-linkedin:hover svg { transform: scale(.8); opacity: 1;}

.social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) { width: 100px; height: 100px; background-color: #ffffff; border: 10px solid var(--primary-color); transition: 0.3s all ease;}
.social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin):hover { border-width: 18px; }
.social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) svg { width: 32px; height: 32px; }

.social-wrap { position: fixed; bottom: 50px; right: 80px; z-index: 100; width: auto; }
/*==================================
   Services Section
===================================*/
.services-section { padding: 115px 0px 135px; position: relative; overflow: hidden; z-index: 2; }

.service-shape { position: relative; }
/* .service-shape:before { content: ''; position: absolute; top: -490px; left: 50px; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; z-index: 0; } */
/* .service-shape:after { content: ''; position: absolute; top: -450px; right: 50px; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; z-index: 0; } */

.pattern-top-left { position: absolute; top: -450px; left: 40px; }
.pattern-top-right { position: absolute; top: -400px; right: 50px;}
.pattern-bottom-center img { position: absolute; bottom: -220px; left: 50%; transform: translateX(-50%); }

.service-inner { position: relative; padding-inline: 20px;}
.service-inner:before { content: ''; position: absolute; top: -100%; left: 0; background-image: url(images/blur-shape.svg); background-position: top 100px left -850px; background-repeat: no-repeat; background-size: cover; width: 1169px; height: 1284px; z-index: -1; }
.service-inner:after { content: ''; position: absolute; top: 60%; right: -20%; background-image: url(images/blur-shape.svg); background-position: top right; background-repeat: no-repeat; background-size: cover; width: 1169px; height: 1284px; z-index: -1; }
.service-inner .subtitle p { margin-bottom: 0; }

.services-grid { position: relative; margin-top: 30px;}
/* .services-grid:before { content: ''; position: absolute; top: calc(100% - 50px); left: 50%; transform: translateX(-50%) rotate(90deg); background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg);
    width: 180px; height: 400px; z-index: 0;  } */
.service-card { padding: 32px; background: rgba(0, 0, 0, 0.004); border-radius: 24px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.10); position: relative; transition: 0.5s all; overflow: hidden; }
.service-card:hover { transform: translateY(-20px); }
.service-card:before { content: ''; position: absolute; inset: 0; width: 100%; height: 100%; background: linear-gradient(150deg,rgba(86, 199, 153, 1) 0%, rgba(24, 25, 33, 1) 100%); opacity: 0;  visibility: hidden; transition: 0.3s all; transition-delay: .1s;}
.service-card:hover:before { opacity: 0.2; visibility: visible;}
.service-card .service-number .elementor-heading-title { font-weight: 200;  font-size: 64px; line-height: 74px; letter-spacing: -0.03em; color: var(--primary-color); }
.service-card h3.elementor-heading-title { font-weight: 400; font-size: 16px; line-height: 1.5; margin-bottom: -10px; }
.service-card .elementor-widget-text-editor,
.service-card .elementor-widget-text-editor p { font-weight: 200; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.75);}
.d-none { display:none; }

.service-link { border-top: 1px solid rgba(255 255 255 / 15%); padding-top: 24px; line-height: 1;   margin-top: auto; }
.service-link .elementor-button {     line-height: 1; padding: 0; position: relative; background-color: transparent; transition: 0.3s all ease-in-out; overflow: hidden; }
.service-link .elementor-button .elementor-button-content-wrapper { align-items: center; gap: 12px; }
.service-link .elementor-button .elementor-button-icon { padding: 15px 22px; line-height: 1.2; font-weight: 300; background-color: var(--primary-color); border-radius: 40px; height: 48px;
    transition: 0.3s all ease-in-out; transform: translateX(0); }
.service-link .elementor-button:hover .elementor-button-icon { background-color: #ffffff; }
.service-link .elementor-button .elementor-button-icon svg path { transition: 0.3s all ease-in-out;}
.service-link .elementor-button:hover .elementor-button-icon svg path { fill: var(--primary-color);}

.service-card.active-hover { transform: translateY(-20px); }
.service-card.active-hover:before { opacity: 0.2; visibility: visible; }
/*==================================
   Workflow Section
===================================*/
.workflow-section {  padding: 80px 20px; }
.workflow-content p { margin-bottom: 0;}

.workflow-table { background-color: #ffffff;  background: rgba(255, 255, 255, 0.55); border-radius: 32px; padding: 10px 48px; gap: 0; margin-top: 30px; }
.workflow-table-head { display: flex; padding-block: 24px; align-items: center; }
.workflow-table-head h4.elementor-heading-title {  font-weight: 400; font-size: 24px; line-height: 1.5; color: var(--heading-color);  margin-bottom: 0; }

.workflow-row { display: flex; flex-direction: row !important; padding-block:24px; border-top: 1px solid #E0E0E0; align-items: center; }
.workflow-col { flex: 0 0 calc((100% - 48px) / 3); max-width: calc((100% - 48px) / 3); width: 100%;  }

.workflow-category .elementor-heading-title { font-weight: 200; font-size: 20px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); margin-bottom: 0;}

.workflow-level { display: flex; gap: 8px; flex-direction: row !important; }
.workflow-level svg { width: 16px; height: 16px; fill: var(--primary-color); }
.workflow-level .no svg { fill: #dadada; }

.workflow-bottom { display: flex; align-items: center; gap: 16px; }
.workflow-bottom .workflow-button { width: auto; background-color: #ffffff; padding: 11px 16px; border-radius: 40px;}
.workflow-bottom .workflow-button .elementor-icon-wrapper { display: flex; align-items: center; }
.workflow-bottom .workflow-button .elementor-widget-heading .elementor-heading-title { margin-bottom: 0; font-weight: 200; font-size: 16px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }


/*==================================
   Experts Section
===================================*/
.experts-section { padding-block: 90px; position: relative;  overflow: hidden; padding-inline: 0; }

.experts-slider { }
.expert-card {  padding: 24px; background: rgba(0, 0, 0, 0.004); border-radius: 24px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.10); position: relative; transition: 0.5s all; overflow: hidden;min-width: 310px; max-width: 310px; width: 100%;  cursor: grab; overflow-x: auto; display: flex !important;}

.expert-card:hover { transform: translateY(-20px); }
.expert-card:before { content: ''; position: absolute; inset: 0; width: 100%; height: 100%; background: linear-gradient(150deg, rgba(86, 199, 153, 1) 0%, rgba(24, 25, 33, 1) 100%);
    opacity: 0; visibility: hidden; transition: 0.3s all; transition-delay: .1s; }
.expert-card:hover:before { opacity: 0.2; visibility: visible; }
.expert-card .elementor-widget-image-box .elementor-image-box-img img { object-fit: cover; height: 180px; width: auto; border-radius: 24px; }
.expert-card .elementor-widget-image-box .elementor-image-box-title { margin: 0;  font-weight: 200; font-size: 16px; line-height: 1.5; text-align: center;}
.expert-card .elementor-widget-image-box .elementor-image-box-description {  font-weight: 200; font-size: 14px; line-height: 1.5; text-align: center; color: rgba(255, 255, 255, 0.75); }

.expert-card .elementor-social-icons-wrapper { display: flex; gap: 4px; }
.expert-card .elementor-grid-item { width: 100%; }
.expert-card .elementor-grid-item a.elementor-icon { width: 100%; background-color: #ffffff; border-radius: 40px; transition: 0.3s all ease-in-out;}
.expert-card .elementor-grid-item a.elementor-icon:hover { background-color: var(--primary-color); }
.expert-card .elementor-grid-item a.elementor-icon svg path { fill:rgba(23 23 23 / 75%); transition: 0.3s all ease-in-out;}
.expert-card .elementor-grid-item a.elementor-icon:hover svg path { fill: #ffffff; }
.expert-card .site-button a.elementor-button { width: 100%; }

.experts-section:after { content: ''; position: absolute; top: -315px; right: 200px; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; z-index: 0; }
.experts-slider:before { content: ''; position: absolute; top: calc(100% - 60px); left: 50%; transform: translateX(-50%) rotate(90deg); background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg);
    width: 180px; height: 400px; z-index: 0; }
.experts-slider:after { content: ''; position: absolute; top: -1234px; left: calc(100% - 700px); background-image: url(images/blur-shape.svg); background-position: top right; background-repeat: no-repeat;
    background-size: cover; width: 1169px; height: 1284px; z-index: 0; }

.experts-track .expert-card { margin-right: 24px; } .experts-track .slick-track { display: flex !important; }

.experts-track .slick-slide {
    float: none !important;
    height: auto;
}
.experts-track .slick-list { overflow-Y: visible; padding-top: 20px; }

.experts-track .slick-track { display: flex; }

/* Card animation */
/* .experts-slider{ margin-top: 30px; gap: 0px; width: 100%; position: relative; flex-wrap: nowrap; display: flex; white-space: nowrap; }
.experts-track{ display: flex; animation: experts-marquee 15s linear infinite; animation-play-state: running; min-width: fit-content; gap: 24px; flex: none; padding-right: 24px;  }
.experts-slider:hover .experts-track{ animation-play-state: paused; }
@keyframes experts-marquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-100%); }
} */

/*==================================
   Abo Modal Section
===================================*/
/* Sections ABOVE abo must stack higher to cover the pinned (fixed) abo section */
.services-section,
.workflow-section,
.experts-section,
.abo-section .e-con:first-child { position: relative; z-index: 10; }
.workflow-section { background: #E8F5EF; }
.experts-section { background: #1a1a2e; }

.abo-section { position: relative; padding: 80px 20px 120px; background: #E8F5EF; z-index: 1; overflow: hidden;}

.abo-model-section { display: flex; align-items: center; justify-content: space-between; position: relative; overflow: visible; /* padding-right: 120px;*/ padding-top: 60px; background: #E8F5EF; }

/* LEFT TEXT */
.abo-left { flex: 0 0 20%; max-width: 20%; width: 100%;}
.abo-left h3 {  font-weight: 200; font-size: 16px; line-height: 1.5; color: #171717; }
.abo-left p { font-weight: 200; font-size: 14px; line-height: 1.5; color: rgba(23, 23, 23, 0.75);}
.abo-left .size {  font-weight: 200; font-size: 16px; line-height: 1.5; color: #171717; margin-bottom: 16px;}
.abo-left .size span:not(:last-child) { padding-right: 26px; position: relative;}
.abo-left .size span:not(:last-child):before { content: ''; position: absolute; top: 50%; right: 5px; background-image: url(images/long-arrow.svg); width: 14px; height: 8px; transform: translateY(-50%); background-repeat: no-repeat; }

.abo-left .abo-size { position: relative; margin-top: 30px; display: inline-flex; flex-direction: column; gap: 8px; padding: 24px; background-image: url(images/size-bg.svg); background-size: cover; }

.abo-left .abo-size .abo-size-btn { width: 62px; height: 62px; background-color: #ffffff; border-radius: 50%; font-size: 20px; font-weight: 200; line-height: 1.5; color: #171717; display: flex; align-items: center; justify-content: center; transition: 1s all ease-in-out; cursor: pointer;}
.abo-left .abo-size .abo-size-btn:nth-child(1) { animation-delay: 2.2s;}
.abo-left .abo-size .abo-size-btn:nth-child(2) { animation-delay: 2.4s;}
.abo-left .abo-size .abo-size-btn:nth-child(3) { animation-delay: 2.6s;}
.abo-left .abo-size .abo-size-btn:nth-child(4) { animation-delay: 2.8s;}
.abo-left .abo-size .abo-size-btn:nth-child(5) { animation-delay: 3s;}
.abo-left .abo-size .abo-size-btn:hover,
.abo-left .abo-size .abo-size-btn.active { background-color: var(--primary-color); color: #ffffff; }

     
/* RIGHT CIRCLE */
.abo-circle-wrapper { position: relative; width: 800px; height: 800px; overflow: visible; }

/* Scroll-driven circle items */
.scroll-items-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.scroll-circle-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; z-index: 5; transition: opacity 0.4s ease, transform 0.4s ease; }
.scroll-circle-item.label-left { flex-direction: row; transform-origin: right center; }
.scroll-circle-item.label-right { flex-direction: row; transform-origin: left center; }
.scroll-label { background: rgba(251, 251, 251, 0.9); padding: 10px 16px; border-radius: 30px; font-size: 15px; font-weight: 200; line-height: 1.5; color: #171717; backdrop-filter: blur(4px); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.scroll-dot { width: 32px; height: 32px; min-width: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.95); border: 2px solid rgba(86, 199, 153, 0.3); transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
.scroll-dot img { opacity: 0; transition: opacity 0.3s ease; filter: brightness(10); }
.scroll-dot.filled { background: #56C799; border-color: #56C799; box-shadow: 0 0 14px rgba(86, 199, 153, 0.5); }
.scroll-dot.filled img { opacity: 1; }

/* Hide original circle-items (replaced by scroll-driven items) */
/* .inner-circle .circle-item { display: none !important; } */

/* SVG LAYERS */
.circle-layer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) !important; }
.layer-4 { /* animation-delay: 1.1s; */ width: 508px; }
.layer-5 { /* animation-delay: 1.4s; */ width: 800px;}
.layer-6 { /* animation-delay: 1.7s; */ width: 800px;}
.layer-7 { width: 620px; }
.circle-layer img { width: 100%; display: block; }

/* CENTER */
.circle-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 200; font-size: 32px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }
.inner-circle { width: 620px; height: 620px; position: absolute;  left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 9; }

/* ITEMS */
.circle-item { position: absolute; display: flex; align-items: center; gap: 10px; opacity: 0;}
.circle-item.show { opacity: 1;}
.circle-item > div { display: flex; align-items: center; gap: 10px; }
.circle-item.reverse > div { flex-direction: row-reverse; }
.circle-item .dot { width: 32px; height: 32px; background: #56C799; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.circle-item .label { background-color: rgba(251 251 251 / 85%); padding: 12px 16px; border-radius: 30px; white-space: nowrap; font-size: 16px; font-weight: 200; line-height: 1.5;}

.item-1 > div { display: flex; flex-direction: column; }
.item-7 > div { display: flex; flex-direction: column-reverse; }


.item-1 { top: -58px; left: 50%; transform: translateX(-50%) !important; /* animation-delay: 2.2s; */  }
.item-2 { top: 31px; left: auto; right: calc(100% - 180px); /* animation-delay: 2.4s; */ }
.item-3 { top: 139px; left: auto; right: calc(100% - 72px); /* animation-delay: 2.6s; */ }
.item-4 { top: 50%; left: auto; right: calc(100% - 33px);transform: translateY(-50%) !important; /* animation-delay: 2.8s; */ }
.item-5 { top: calc(50% + 147px); left: auto;  right: calc(100% - 72px); transform: translateY(-50%) !important; /* animation-delay: 3s; */ }
.item-6 { top: auto; bottom:31px; left: auto; right: calc(100% - 180px);  }
/* .item-7 { top: auto; bottom:0px; left: 50%; right: auto; transform: translateX(-50%) !important; } */
/* .item-7 .label { position:absolute; top:calc(100% + 16px); bottom:auto; left:calc(-50% - 30px); right:auto; } */
.item-7 { top: auto; left: 50%; right: auto; transform: translateX(-50%) !important; bottom: -58px; }
.item-8 { top: auto; bottom: 31px; left: calc(100% - 180px); right: auto;  }
.item-9 { top: calc(50% + 147px); right: auto;  left: calc(100% - 72px); transform: translateY(-50%); }
.item-10 { top: 50%; right: auto; left: calc(100% - 33px); transform: translateY(-50%); /* animation-delay: 2.8s; */ }
.item-11 { top: 139px; right: auto; left: calc(100% - 72px); /* animation-delay: 2.6s; */ }
.item-12 { top: 31px; right: auto; left: calc(100% - 180px); /* animation-delay: 2.4s; */ }

.patern-shape { position: absolute; }
.bottom-right { bottom: -220px; right: 0px; }
.top-right { top: -300px; left: auto; right: -40px;}
.bottom-left { top:auto; bottom: -300px; left: 130px;}
.top-left { top: -300px; left: 180px;}

.gsap-text span{ display:inline-block; }

.scroll-circle-item { position: relative;}
.scroll-circle-item.label-top .scroll-label { position: absolute; top: calc(-100% - 20px); left: 0; transform: translateX(calc(-50% + 16px)); }
.scroll-circle-item.label-bottom .scroll-label { position: absolute; bottom: calc(-100% - 20px); left: 0; transform: translateX(calc(-50% + 16px)); }


/* using jquery only */
.abo-model-section { position: relative; padding-bottom: 3500px; }
.abo-sticky-inner { position: relative; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 100vh; padding-right: 50px; }
/*==================================
   Technology Section
===================================*/
.technology-section { position: relative; z-index: 10; /*padding: 60px 20px; */ background: linear-gradient(180deg, #FFFFFF 0%, rgba(86, 199, 153, 0) 100%);}
.technology-inner { padding-block: 60px; padding-inline: 20px; }
.technology-section:before { content: ''; position: absolute; inset: 0; width: calc(100% - 4px); height: 100%; background: linear-gradient(180deg, #FFFFFF 0%, rgba(221, 244, 235, 0.799486) 19.66%, rgba(175, 228, 206, 0.524038) 46.66%, rgba(135, 215, 183, 0.292649) 70.21%, rgba(86, 199, 153, 0) 100%); border-radius: 32px; margin-inline: auto;}

.technology-grid { display: flex; gap: 24px; margin-top: 30px;}
.technology-grid .technology-card { position: relative; overflow: hidden; flex: 0 0 calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2) ; width: 100%; background: linear-gradient(224.67deg, rgba(86, 199, 153, 0.2) 1.07%, rgba(0, 0, 0, 0.2) 75.14%), #181921; border-radius: 24px; padding: 32px; transition: 0.3s all ease;}
.technology-grid .technology-card h3.elementor-heading-title {  font-weight: 200; font-size: 36px; line-height: 1.5; color: rgba(255 255 255 / 50%); margin-bottom: 0;}

/* Hide H3 headings in technology cards */
/* .technology-grid .technology-card .elementor-element-8b1df4b,
.technology-grid .technology-card .elementor-element-80d8d8d { display: none !important; } */

/* Hide globe icons in technology cards */
.technology-grid .technology-card .elementor-element-3bbd4a8,
.technology-grid .technology-card .elementor-element-a493666 { display: none !important; }

.technologie-logo img { height: 50px;  width: auto; }

/* Hydro box (left) — #53c9cb cyan */
.e-con[data-id="8727f11"] {
    background: linear-gradient(224.67deg, rgba(83, 201, 203, 0.25) 1.07%, rgba(0, 0, 0, 0.2) 75.14%), #181921 !important;
}
.e-con[data-id="8727f11"]:before {
    background-image: none !important;
    background: radial-gradient(ellipse at bottom left, rgba(83, 201, 203, 0.35) 0%, transparent 70%) !important;
}
.e-con[data-id="8727f11"]:hover:before {
    background: radial-gradient(ellipse at bottom left, rgba(83, 201, 203, 0.5) 0%, transparent 70%) !important;
}

/* SBM box (right) — #b51f1f red */
.e-con[data-id="6a371ce"] {
    background: linear-gradient(224.67deg, rgba(181, 31, 31, 0.25) 1.07%, rgba(0, 0, 0, 0.2) 75.14%), #181921 !important;
}
.e-con[data-id="6a371ce"]:before {
    background-image: none !important;
    background: radial-gradient(ellipse at bottom left, rgba(181, 31, 31, 0.35) 0%, transparent 70%) !important;
}
.e-con[data-id="6a371ce"]:hover:before {
    background: radial-gradient(ellipse at bottom left, rgba(181, 31, 31, 0.5) 0%, transparent 70%) !important;
}

/* Hide globe icons in technology cards */
.elementor-widget[data-id="3bbd4a8"],
.elementor-widget[data-id="a493666"] { display: none !important; }

/* Hide H3 headings in technology cards */
/* .e-con[data-id="8727f11"] h3.elementor-heading-title,
.e-con[data-id="6a371ce"] h3.elementor-heading-title { display: none !important; } */

/* Replace brand text with logos */
.e-con[data-id="8727f11"] .elementor-widget[data-id="00aee30"] .elementor-heading-title,
.e-con[data-id="6a371ce"] .elementor-widget[data-id="3c0009b"] .elementor-heading-title {
    font-size: 0 !important; color: transparent !important;
    display: block !important;
    width: 160px; height: 50px;
    background-size: contain; background-repeat: no-repeat; background-position: left center;
    margin-left: 4px;
}
.e-con[data-id="8727f11"] .elementor-widget[data-id="00aee30"] .elementor-heading-title {
    background-image: url('/wp-content/uploads/2026/03/avh_white.png');
}
.e-con[data-id="6a371ce"] .elementor-widget[data-id="3c0009b"] .elementor-heading-title {
    background-image: url('/wp-content/uploads/2026/03/logo@x2.png');
}

/* "Mehr erfahren" button expand on hover */
.technology-grid .technology-card .technology-card--bottom .elementor-button .elementor-button-content-wrapper {
    transition: gap 0.3s ease;
}
.technology-grid .technology-card .technology-card--bottom .elementor-button:hover .elementor-button-content-wrapper {
    gap: 28px !important;
}

.technology-grid .technology-card span.elementor-heading-title { font-family: "Urbanist", sans-serif; font-style: normal; font-weight: 300; font-size: 24px; line-height: 29px;  letter-spacing: -0.03em; color: #FFFFFF; }
.technology-grid .technology-card span.elementor-heading-title strong { font-weight: 700;}
.technology-grid .technology-card span.elementor-heading-title strong span.text-primary { color: var(--primary-color);}

/* Replace AetasVerde text with logo in technology cards */
.technology-grid .technology-card .elementor-element-00aee30 span.elementor-heading-title,
.technology-grid .technology-card .elementor-element-3c0009b span.elementor-heading-title {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block;
    width: 160px;
    height: 45px;
    background: url(/wp-content/uploads/2026/03/aetasverde-white.svg) no-repeat left center;
    background-size: contain;
}
.technology-grid .technology-card .elementor-widget-text-editor,
.technology-grid .technology-card .elementor-widget-text-editor p { margin-bottom: 0; font-weight: 200; font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, 0.75); }
.technology-grid .technology-card .technology-card--bottom { margin-top: auto; position: relative; padding-top: 20px;}
.technology-grid .technology-card .technology-card--bottom:before { content: ''; position: absolute; top: calc(100% - 10px); right: -130px; left: auto; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; transition: 0.5s all ease-in-out; background-repeat: no-repeat;}
.technology-grid .technology-card:hover .technology-card--bottom:before { right: -40px; }


.technology-grid .technology-card:after { content: ''; position: absolute; top: -330px; right: 40px; left: auto; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; transition: 0.5s all ease-in-out; background-repeat: no-repeat; }
.technology-grid .technology-card:hover:after { right: -100px; }
.technology-grid .technology-card:before { content: ''; position: absolute; top: 0; left: auto; right: calc(100% - 150px); background-image: url(/wp-content/uploads/2026/03/technology-shape.png); background-position: top left;
    background-repeat: no-repeat; background-size: cover; width: 677px; height: 770px; z-index: 0; transition: 0.5s all ease;}
.technology-grid .technology-card:hover { transform: translateY(-20px);}
.technology-grid .technology-card:hover:before { top: 200px; right: calc(100% - 350px); }

/*==================================
   Packages Section
===================================*/
.packages-section { padding-top: 100px; padding-inline: 20px; }
.packages-grid { display: flex; gap: 24px; padding-block: 77px; }
.package-card { flex: 0 0 calc((100% - 48px) / 3); max-width: calc((100% - 48px) / 3); width: 100%; border-radius: 32px; padding: 32px; position: relative; background: linear-gradient(180deg, #FFFFFF 0%, rgba(86, 199, 153, 0) 50%); overflow: hidden; transition: 0.3s all ease-in-out;}
.package-card:hover { transform: translateY(-20px);}
.package-card:before { content: ''; position: absolute; inset: 0; width: calc(100% - 4px); height: 100%; margin-inline: auto;  background-position: 0% 0%; transition: all 0.3s ease-in-out;}
.green.package-card:before { background: linear-gradient(200deg, rgba(255, 255, 255, .5) 10%, rgba(86, 199, 153, 0.15) 50%, rgba(255, 255, 255, 0) 100%); background-size: 100% 100%; }
.blue.package-card:before { background: linear-gradient(200deg,rgba(255, 255, 255, .5) 10%, rgba(96, 182, 229, 0.15) 50%, rgba(255, 255, 255, 0) 100%); background-size: 100% 100%;}
.orange.package-card:before { background: linear-gradient(200deg,rgba(255, 255, 255, .5) 10%, rgba(229, 112, 96, 0.15) 50%, rgba(255, 255, 255, 0) 100%); background-size: 100% 100%;}

.package-card:hover::before { background-size: 200% 200%;}


.package-card--header { gap: 0; position: relative; }
.package-card--header .elementor-heading-title { font-weight: 200; font-size: 48px; line-height: 1.3; color: #171717; margin-bottom: 0; }
.green .package-card--header .elementor-heading-title span { color: #56C799; }
.blue .package-card--header .elementor-heading-title span { color: #60B6E5; }
.orange .package-card--header .elementor-heading-title span { color: #E57060; }

.gradient-border { position: relative; padding-bottom: 24px; }
.gradient-border:before { content: ''; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 1px; }
.green .gradient-border:before { background: linear-gradient(90deg,rgba(86, 199, 153, 0) 0%, rgba(86, 199, 153, 1) 50%, rgba(86, 199, 153, 0) 100%); }
.blue .gradient-border:before { background: linear-gradient(90deg,rgba(86, 199, 153, 0) 0%, rgba(96, 182, 229, 1) 50%, rgba(86, 199, 153, 0) 100%); }
.orange .gradient-border:before { background: linear-gradient(90deg,rgba(86, 199, 153, 0) 0%, rgba(229, 112, 96, 1) 50%, rgba(86, 199, 153, 0) 100%); }

.package-card--header .elementor-widget-text-editor,
.package-card--header .elementor-widget-text-editor p { font-weight: 200; font-size: 20px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }

.package-card--price .elementor-widget-text-editor,
.package-card--price .elementor-widget-text-editor p { font-weight: 200; font-size: 32px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }

.package-card--price .elementor-widget-text-editor span,
.package-card--price .elementor-widget-text-editor p span { font-weight: 200; font-size: 48px; line-height: 1.5;}

.green .package-card--price .elementor-widget-text-editor span,
.green .package-card--price .elementor-widget-text-editor p span { color: #56C799; }
.blue .package-card--price .elementor-widget-text-editor span,
.blue .package-card--price .elementor-widget-text-editor p span { color: #60B6E5; }
.orange .package-card--price .elementor-widget-text-editor span,
.orange .package-card--price .elementor-widget-text-editor p span { color: #E57060; }

.package-card--feature ul li { font-weight: 200; font-size: 16px !important; line-height: 1.2; color: #171717; gap: 10px;}
.package-card--feature ul li:not(:last-child) { margin-bottom: 12px; }
.package-card--feature ul li svg { margin: 0 !important; }
.green .package-card--feature ul li svg { fill: #56C799;}
.blue .package-card--feature ul li svg { fill: #60B6E5; }
.orange .package-card--feature ul li svg { fill: #E57060; }

.packages-grid .package-card .service-link .elementor-button { color: rgba(23 23 23 / 75%);}

.card-footer .elementor-social-icons-wrapper { display: flex; gap: 4px; justify-content: flex-start;}
.card-footer .elementor-grid-item { flex: 0 0 calc((100% - 8px) / 3); max-width: calc((100% - 8px) / 3); width: 100%; }
.card-footer .elementor-grid-item .elementor-social-icon { background-color: #ffffff; border-radius: 40px; transition: 0.3s all ease-in-out; width: 100%; }
.card-footer .elementor-grid-item .elementor-social-icon:hover { background-color: var(--primary-color); }
.card-footer .elementor-grid-item .elementor-social-icon svg path { fill: rgba(23 23 23 / 75%); transition: 0.3s all ease-in-out; }
.card-footer .elementor-grid-item .elementor-social-icon:hover svg path { fill: #ffffff; }
.card-footer .service-link { border-top: 0; padding-top: 0; }
.card-footer .service-link .elementor-button { color: rgba(255 255 255 / 75%); }

/*==================================
   Contact Section
===================================*/
.contact-section { padding: 60px 20px 120px; position: relative; margin-top:60px}
.contact-wrapper { max-width: 1130px; width:100%; margin-inline: auto; padding-block: 48px 0; padding-right: 40px;  position: relative;}
.contact-wrapper:before { content: ''; position: absolute; inset: 0; width: calc(100% - 90px); height: 100%; background: linear-gradient(180deg, #FFFFFF 0%, rgba(221, 244, 235, 0.799486) 19.66%, rgba(175, 228, 206, 0.524038) 46.66%, rgba(135, 215, 183, 0.292649) 70.21%, rgba(86, 199, 153, 0) 100%);
    border-radius: 32px; margin-inline: auto; transform: translateX(50px); }
.contact-map { position: relative; overflow: hidden; border-radius: 32px; }
.contact-map img { border-radius: 32px; /* min-height: 753px; object-fit: cover; object-position: center; */ }
.contact-map:before { content: ''; position: absolute; top: -50%; left: auto; right: calc(100% - 200px); background-image: url(/wp-content/uploads/2026/03/technology-shape.png); background-position: top left;
    background-repeat: no-repeat; background-size: cover; width: 677px; height: 770px; z-index: 1; transition: 0.5s all ease; }
p.subtitle {  font-weight: 200; font-size: 16px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }

.form .site-title h3 { margin-top: 0;}
.form .form-group { margin-top: 24px; }
.form label { font-weight: 200; font-size: 16px; line-height: 18px;  color: #171717; width: 100%; }
.form label span { color:rgba(23 23 23 / 35%); }
.form .wpcf7-form-control-wrap { margin-top: 8px; display: inline-block; width: 100%;}
.form .wpcf7-form-control-wrap .wpcf7-form-control { width: 100%; border-radius: 16px; background-color: rgba(255 255 255 / 100%); border: 0;  min-height: 48px; padding-block: 15px; padding-inline: 20px; color: rgba(23 23 23 / 75%); }
.form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder { color: rgba(23 23 23 / 40%); }
.form .wpcf7-form-control-wrap .wpcf7-form-control:focus { background-color: rgba(255 255 255 / 50%); }
.wpcf7-select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("images/select-arrow.svg"); background-repeat: no-repeat; background-position: right 20px center; background-size: 12px; }
.wpcf7-textarea { resize: none; }

.btn-submit { position: relative; max-width: 250px; overflow: hidden; margin-left: auto; }
.btn-submit input { width: calc(100% - 70px); font-size: 16px; color: #ffffff; padding: 15px 22px; line-height: 1.2; font-weight: 300; background-color: var(--primary-color); border-radius: 40px;
    height: 48px; transition: 0.3s all ease-in-out; transform: translateX(0); border: 0;}
.btn-submit:hover input { width: 100%; background-color: var(--primary-color);}
.btn-submit input:focus { background-color: var(--primary-color); }
.btn-submit span.btn-arrow { position: absolute; top: 0; right: 0; padding: 15px 22px; background-color: var(--primary-color); border-radius: 40px; height: 48px; transition: 0.3s all ease-in-out; transform: translateX(0);
    display: flex; align-items: center; justify-content: center; }
.btn-submit:hover span.btn-arrow { transform: translateX(100%); }
.btn-submit span.btn-arrow svg { width: 15px; height: 15px; }

.wpcf7 form .wpcf7-response-output { font-size: 16px; }

/*==================================
   Footer
===================================*/
.footer_inner { position:relative; }
.footer_inner:before { content:''; position: absolute; top: 50%; left: -120px; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; z-index: 3;  transform: translateY(-50%);}
.footer_inner:after { content:''; position: absolute; top: 100px; right: -120px; background-image: url(/wp-content/uploads/2026/03/pattern_dot.svg); width: 180px; height: 400px; z-index: 3; }

.footer{margin-bottom:24px; padding:50px 20px; position:relative; overflow:hidden; background-color: #181921; z-index: 2; }

.footer:before { content:''; position:absolute; top:0; left:0; background-image: url(/wp-content/uploads/2026/03/engineers-business-professionals.png); background-position: center right; background-repeat: no-repeat; background-size: auto; opacity:0.1; filter: saturate(0); z-index:0;}
.footer:after { content: ''; position: absolute; top: -100px; right: 0%; background-image: url(/wp-content/uploads/2026/03/footer-ellipse-shape.svg); background-position: top left 30%;  background-repeat: no-repeat; background-size: auto; width: 1524px; height: 1733px; z-index:-1; }

.footer_tagline { color:rgba(255 255 255 / 75%); font-size:20px; line-height:1.5; font-weight:200; }
.footer_contact { margin-top:15px; margin-bottom:10px; }
.footer_contact .elementor-icon-box-icon .elementor-icon { font-size:18px; width: 48px; height: 48px; background-color: var(--primary-color); display: flex; align-items: center;  justify-content: center; border-radius: 50%;}
.footer_contact .elementor-icon-box-icon .elementor-icon svg { fill:#ffffff; }
.footer_contact .elementor-icon-box-title { color: rgba(255 255 255 / 75%); font-size:14px; line-height:1.5; font-weight:200;  }

.footer_nav .elementor-nav-menu { background: rgba(23, 23, 23, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(6px); border-radius:40px; padding: 10px 20px; gap: 10px;}
.footer_nav .elementor-nav-menu li { padding: 13px 20px; }
.footer_nav .elementor-nav-menu li a { font-weight: 200; font-size: 14px; line-height: 16px; text-align: center; text-transform: uppercase; color: rgba(255 255 255 / 75%);  position:relative;  padding: 0; }
.footer_nav .elementor-nav-menu li a:hover { padding: 0; }
.footer_nav .elementor-nav-menu li a:before { content:''; position:absolute; bottom:-15px; left:0; transform:scale(0); width:100%; height:1px; background-color:var(--primary-color);  transition:0.3s all ease-in-out; opacity:0; }
.footer_nav .elementor-nav-menu li a:hover:before,
.footer_nav .elementor-nav-menu li.current-menu-item a:before { transform:scale(1); bottom:-5px; opacity:1; }

.copyright {  font-weight: 200; font-size: 14px; line-height: 150%; text-align: center; color: rgba(255, 255, 255, 0.75); margin-top: 20px;}

/*==================================
   Privacy Page
===================================*/
.privacy-left { width: calc((100% - 306px) - 150px);}

.privacy-section { margin-top: 24px; padding: 220px 20px 100px; background-color: rgba(24, 25, 33, 1);  position: relative; overflow: hidden; z-index: 1; color: #ffffff; margin-bottom: 60px;}
.privacy-section:before { content: ''; position: absolute; top: -900px; left: -400px; background-image: url(images/blur-shape.svg); background-position: top left; background-repeat: no-repeat; background-size: cover; width: 1169px; height: 1284px; z-index: 1;    }
.privacy-pagetitle h1.elementor-heading-title {  font-weight: bold; font-size: 40px; line-height: 1.1; color: #FFFFFF;  margin-bottom: 0;}

.summary { position: relative; padding: 32px; border-radius: 20px; background-image: url(images/summary-bg.svg); background-repeat: no-repeat; background-size: 100% auto; background-position: top; margin-top: 40px; }
.summary .elementor-heading-title { font-weight: 700; font-size: 25px; line-height: 1.1; color: #FFFFFF; margin-bottom: 0;}
.text-green { color: var(--primary-color);}

.privacy-content { gap: 40px; margin-top: 40px; counter-reset: section subsection;}
.privacy-content .elementor-heading-title { color: #ffffff; margin-bottom: 0;}
.privacy-content .elementor-heading-title .number { font-weight: 700; font-size: 30px; line-height: 1.2; color: var(--primary-color); margin-right: 8px; }
.privacy-content h2.elementor-heading-title { font-weight: 700; font-size: 30px; line-height: 1.1; color: #FFFFFF; counter-increment: section; counter-reset: subsection; }
.privacy-content h3.elementor-heading-title { font-weight: 200; font-size: 20px; line-height: 1.1; color: #FFFFFF; counter-increment: subsection;}
.privacy-content h2:before {  content: counter(section) ".";  font-weight: 700; font-size: 30px; line-height: 1.1; color: var(--primary-color); padding-right: 8px;}
.privacy-content h3:before { content: counter(section) "." counter(subsection);  font-weight: bold; font-size: 20px; line-height: 1.1; color: var(--primary-color); padding-right: 8px;}

.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content > .e-con-full { gap: 16px; }
.privacy-content .elementor-widget-text-editor,
.privacy-content .elementor-widget-text-editor p,
.privacy-content ul li  { font-size: 18px; font-weight: 200; line-height: 1.5; }


.contect-details ul li:not(:last-child) { margin-bottom: 16px; }
.contect-details ul li .elementor-icon-list-icon { min-width: 30px; width: 30px; height: 30px; background-color: var(--primary-color); border-radius: 50%; margin-right: 16px; display: flex; align-items: center; justify-content: center;}
.contect-details ul li .elementor-icon-list-icon svg { fill: #ffffff; margin-right: 0 !important; }
.contect-details ul li,
.contect-details ul li a { padding-left: 0; font-weight: 200; font-size: 18px; line-height: 1.5; color: #FFFFFF; transition: 0.3s all ease-in-out;}
.contect-details ul li a:hover { color: var(--primary-color);}

.contect-details ul li .elementor-icon-list-text { padding-left: 0; }

.check-list ul li { font-weight: 300; font-size: 18px; line-height: 1.1; }
.check-list ul li:not(:last-child) { margin-bottom: 16px;}
.check-list ul li.elementor-icon-list-item { align-items: flex-start; }
.check-list ul li .elementor-icon-list-icon { margin-right: 10px; width: 16px; height: 16px; top: 1px;}
.check-list ul li .elementor-icon-list-icon svg { fill: var(--primary-color); margin-right: 0 !important; }
.check-list ul li .elementor-icon-list-text { font-size: 18px; }

.privacy-inner { gap: 150px; }
.sidebar #ez-toc-container { position: relative; padding: 32px; border-radius: 20px; background-image: url(images/sidebar-bg.svg); background-repeat: no-repeat; background-position: top; background-color: transparent;
    border: 0; min-width: 306px; background-size: 100% auto; }
.sidebar #ez-toc-container ul li:not(:last-child) { margin-bottom: 24px; }
.sidebar #ez-toc-container ul li { position: relative; transition: 0.3s all ease-in-out;}
.sidebar #ez-toc-container ul li:before { content: ''; position: absolute; bottom: 0px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg,rgba(86, 199, 153, 0) 0%, rgba(86, 199, 153, 1) 50%, rgba(86, 199, 153, 0) 100%); opacity: 0; }
.sidebar #ez-toc-container ul li.active { padding-bottom: 8px;}
.sidebar #ez-toc-container ul li.active:before { opacity: 1; }
.sidebar #ez-toc-container ul li a { font-weight: 200; font-size: 20px; line-height: 1.1; color: #FFFFFF; }
.sidebar #ez-toc-container ul li a:hover { text-decoration: none;}
.sidebar #ez-toc-container ul li a:before { font-weight: bold; font-size: 20px; line-height: 1.1; color: var(--primary-color); }

.sidebar #ez-toc-container ul li ul { margin-left: 0;}
.sidebar #ez-toc-container ul li ul li { line-height: 1; }
.sidebar #ez-toc-container ul li ul li:not(:last-child) { margin-bottom: 8px;}
.sidebar #ez-toc-container ul li ul li a { font-weight: 200; font-size: 12px; line-height: 14px; color: #FFFFFF; }
.sidebar #ez-toc-container ul li ul li a:before { font-weight: 200; font-size: 12px; line-height: 14px; }


/*==================================
    Hydro Page
===================================*/
:root { --hydro-primary-color: rgba(86, 164, 199, 1); }

body.hydro-page { background-color: #ECF1F2}
.hydro-page .capsule { background: var(--hydro-primary-color);}
.hydro-page .site-button a.elementor-button .elementor-button-text, 
.hydro-page .site-button a.elementor-button .elementor-button-icon { background-color:var(--hydro-primary-color);}
.hydro-page .info-features ul li .elementor-icon-list-icon { background-color: var(--hydro-primary-color);}
.hydro-page .nav-dropdown { display: none; }
.hydro-page .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) { border-color: rgba(37, 211, 102, 1); }
.hydro-page .hero-wrapper > .e-con-inner { position: relative;}
.hydro-page .hero_section .elementor-widget-text-editor, 
.hydro-page .hero_section .elementor-widget-text-editor p { font-size: 16px; color: rgba(255, 255, 255, 0.75); }
.hydro-page .hero_section .elementor-heading-title { margin-bottom: 0; }
.hydro-page  .hero-wrapper { margin-top: 130px;}

.hydro-page .service-card .service-link { display: none;}
.hydro-page .service-inner:before,
.hydro-page .service-inner:after  { background-image: url(images/hydro-blur-shape.svg);}
.hydro-page .service-card .service-number .elementor-heading-title { color: rgba(255 255 255 / 75%);}
.hydro-page .service-card:before { background: linear-gradient(150deg, rgba(86, 164, 199, 1) 0%, rgba(24, 25, 33, 1) 100%);}
.hydro-page .workflow-list ul li { padding: 16px; background-color: #ffffff; border-radius: 10px; }
.hydro-page .workflow-list ul li:not(:last-child) { margin-bottom: 8px; }
.hydro-page .workflow-list ul li .elementor-icon-list-icon { width: 40px; height: 40px; min-width: 40px; display: flex; align-items: center; justify-content: center; background-color: rgba(86, 164, 199, 0.45); border-radius: 10px;  margin-right: 10px; }
.hydro-page .workflow-list ul li .elementor-icon-list-icon svg { width: 20px; height: 20px; margin-right: 0; }
.hydro-page .notice { padding: 24px 24px 24px 28px; background-color: #ffffff; border-left: 4px solid rgba(86, 164, 199, 0.45); border-radius: 0 10px 10px 0; margin-top: -8px; }
.hydro-page .workflow-section { background-color: transparent;}
.hydro-page .abo-section { background-color: transparent;}
.hydro-page .planning-section .services-grid { display: flex; gap: 24px; flex-flow: wrap;}
.hydro-page .planning-section .services-grid .service-card { flex: 0 0 calc((100% - 48px) / 3); max-width: calc((100% - 48px) / 3); width: 100%; }
.hydro-page .planning-section .services-grid .service-card.no-card { border: 0; justify-content: center; }
.hydro-page .planning-section .services-grid .service-card .elementor-icon { font-size: 20px; width: 40px; height: 40px; background-color: rgba(86, 164, 199, 0.25); border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.hydro-page .planning-section .site-title h2, 
.hydro-page .planning-section .site-title h2.elementor-heading-title { letter-spacing: -1.5px; }
.hydro-page .footer-logos { margin-block: 30px; }
.hydro-page .footer_contact .elementor-icon-box-icon .elementor-icon { background-color: var(--hydro-primary-color); }
.hydro-page .footer_nav .elementor-nav-menu li a:before { background-color: var(--hydro-primary-color); }
.hydro-page .footer_inner:before { background-image: url(/wp-content/uploads/2026/04/hydro-pattern.svg);}
.hydro-page .footer_inner:after { background-image: url(/wp-content/uploads/2026/04/hydro-pattern.svg);}
.hydro-page .footer:after { background-image: url(images/hydro-blur-shape.svg);}
.hydro-page .elementor-menu-toggle { background-color: var(--hydro-primary-color); }
.hydro-page .elementor-nav-menu--dropdown .elementor-nav-menu li a:hover, 
.hydro-page .elementor-nav-menu--dropdown .elementor-nav-menu li.current-menu-item a { background-color: var(--hydro-primary-color);}

/*==================================
    SBM Page
===================================*/
:root { --sbm-primary-color: rgba(184, 41, 46, 1); }

body.sbm-page { background-color: rgba(242, 236, 236, 1); }
.sbm-page .capsule { background: var(--sbm-primary-color);}
.sbm-page .site-button a.elementor-button .elementor-button-text, 
.sbm-page .site-button a.elementor-button .elementor-button-icon { background-color:var(--sbm-primary-color);}
.sbm-page .info-features ul li .elementor-icon-list-icon { background-color: var(--sbm-primary-color);}
.sbm-page .nav-dropdown { display: none; }
.sbm-page .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) { border-color: rgba(37, 211, 102, 1); }
.sbm-page .dark-section .elementor-widget-text-editor, 
.sbm-page .dark-section .elementor-widget-text-editor p { color: rgba(255 255 255 / 75%); }
/* .sbm-page .elementor-widget-text-editor, 
.sbm-page .elementor-widget-text-editor p { color: rgba(0 0 0 / 75%); } */
.sbm-page .hero-wrapper > .e-con-inner { position: relative;}
.sbm-page .hero_section .elementor-widget-text-editor, 
.sbm-page .hero_section .elementor-widget-text-editor p { font-size: 16px; color: rgba(255, 255, 255, 0.75); }
.sbm-page .hero_section .elementor-heading-title { margin-bottom: 0; }
.sbm-page  .hero-wrapper { margin-top: 130px;}

.sbm-page .service-card .service-link { display: none;}
.sbm-page .service-inner:before,
.sbm-page .service-inner:after  { background-image: url(images/sbm-blur-shape.svg); z-index: 0;}
.sbm-page .service-inner:before { background-position: top left -850px; top: -50%;}
.sbm-page .service-inner .elementor-widget-text-editor,
.sbm-page .service-inner .elementor-widget-text-editor p { font-size: 16px; line-height: 1.5; font-weight: 200;}
.sbm-page .services-grid { z-index: 1; }
.sbm-page .service-card .service-number .elementor-heading-title { color: rgba(255 255 255 / 75%);}
.sbm-page .service-card:before { background: linear-gradient(150deg, rgba(184, 41, 46, 1) 0%, rgba(24, 25, 33, 1) 100%);}
.sbm-page .workflow-list ul li { padding: 16px; background-color: #ffffff; border-radius: 10px; }
.sbm-page .workflow-list ul li:not(:last-child) { margin-bottom: 8px; }
.sbm-page .workflow-list ul li .elementor-icon-list-icon { width: 40px; height: 40px; min-width: 40px; display: flex; align-items: center; justify-content: center; background-color: rgba(184, 41, 46, 0.45); border-radius: 10px;  margin-right: 10px; }
.sbm-page .workflow-list ul li .elementor-icon-list-icon svg { width: 20px; height: 20px; margin-right: 0; }
.sbm-page .notice { padding: 24px 24px 24px 28px; background-color: #ffffff; border-left: 4px solid rgba(184, 41, 46, 0.45); border-radius: 0 10px 10px 0; margin-top: -8px; }

.sbm-page .recycling-section { padding-bottom: 80px; padding-inline: 20px; }
.sbm-page .recycling-section.pb-0 { padding-bottom: 0; }
.sbm-page .recycling-grid { display: flex; gap: 24px; flex-flow: wrap;}
.sbm-page .recycling-grid .recycling-box { flex: 0 0 calc((100% - 48px) / 3); max-width: calc((100% - 48px) / 3); width: 100%; background-color: #ffffff; border-radius: 24px; padding:32px; gap: 12px;}
.sbm-page .recycling-grid .recycling-box .elementor-heading-title {  font-weight: 400; font-size: 16px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); margin-bottom: 0;}
.sbm-page .recycling-grid .recycling-box .elementor-widget-text-editor { font-weight: 200; font-size: 14px; line-height: 1.5; color: rgba(23, 23, 23, 0.75); }
.sbm-page .planning-section .services-grid .service-card.single-card { flex: 0 0 100%; max-width: 850px; background: rgba(0, 0, 0, 0.004); border-radius: 24px; }
.sbm-page .planning-section .services-grid .service-card.single-card .elementor-widget-text-editor p { margin-bottom: 0; }
.sbm-page .planning-section .services-grid .service-card.single-card:hover { transform: translateY(0);}
.sbm-page .planning-section .services-grid .service-card.single-card:before { background: none;}

.sbm-page .workflow-section { background-color: transparent;}
.sbm-page .abo-section { background-color: transparent;}
.sbm-page .planning-section .services-grid { display: flex; gap: 24px; flex-flow: wrap;}
.sbm-page .planning-section .services-grid .service-card { flex: 0 0 calc((100% - 48px) / 3); max-width: calc((100% - 48px) / 3); width: 100%; }
.sbm-page .planning-section .services-grid .service-card.no-card { border: 0; justify-content: center; }
.sbm-page .planning-section .services-grid .service-card .elementor-icon { font-size: 20px; width: 40px; height: 40px; background-color: rgba(86, 164, 199, 0.25); border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.sbm-page .planning-section .site-title h2, 
.sbm-page .planning-section .site-title h2.elementor-heading-title { letter-spacing: -1.5px; }
.sbm-page .footer-logos { margin-block: 30px; }
.sbm-page .footer_contact .elementor-icon-box-icon .elementor-icon { background-color: var(--sbm-primary-color); }
.sbm-page .footer_nav .elementor-nav-menu li a:before { background-color: var(--sbm-primary-color); }
.sbm-page .footer_inner:before { background-image: url(/wp-content/uploads/2026/04/sbm-pattern.svg);}
.sbm-page .footer_inner:after { background-image: url(/wp-content/uploads/2026/04/sbm-pattern.svg);}
.sbm-page .footer:after { background-image: url(images/sbm-blur-shape.svg);}
.sbm-page .elementor-menu-toggle { background-color: var(--sbm-primary-color); }
.sbm-page .elementor-nav-menu--dropdown .elementor-nav-menu li a:hover, 
.sbm-page .elementor-nav-menu--dropdown .elementor-nav-menu li.current-menu-item a { background-color: var(--sbm-primary-color);}

/*==================================
   Responsive
===================================*/
@media only screen and (min-width:1920px) {
	.full-width { width: calc(100% - 120px); margin-inline: auto; border-radius: 32px;}
}

@media only screen and (max-width:1365px) {
	header .elementor-nav-menu--main .elementor-nav-menu li a { min-width: initial; padding: 0px 18px; height: 40px; line-height: 40px;}
    header .elementor-nav-menu--main .elementor-nav-menu li.current-menu-item a, { padding: 0px 18px; }
    header .elementor-nav-menu--main .elementor-nav-menu li a:hover { padding: 0px 18px; }
    
}
@media only screen and (max-width:1279px) {
	
}
@media only screen and (max-width:1169px) {	
    .service-card { padding: 20px;}
    .bottom-right { bottom: -300px; right: -70px; }
    .abo-model-section { padding-right: 0px;}
    .technology-grid .technology-card { padding: 20px; }
    .technology-grid .technology-card h3.elementor-heading-title { font-size: 30px; }
    .packages-section { padding-top: 50px;}
    .contact-section { padding: 30px 20px 70px; margin-top:40px }
    .contact-wrapper { padding-right: 20px; }
    .abo-section { padding: 80px 20px 80px; }
    .packages-grid { padding-block: 40px; }
    .package-card { padding: 24px; }
    .package-card--header .elementor-heading-title { font-size: 36px; }
    .package-card--price .elementor-widget-text-editor, 
    .package-card--price .elementor-widget-text-editor p { font-size: 28px;}
    .package-card--price .elementor-widget-text-editor span, 
    .package-card--price .elementor-widget-text-editor p span { font-size: 36px; }
    .contact-wrapper:before { width: calc(100% - 80px); transform: translateX(40px); }

    .privacy-inner { gap: 50px;}
    .privacy-left { width: calc((100% - 306px) - 50px); }

    /* Abo Modal */
    .abo-circle-wrapper{ width:600px; height:600px; margin-left: auto; margin-inline:auto; }
    .inner-circle{ width:460px; height:460px; }
    .circle-item .label { font-size: 14px; }
    .layer-5,
    .layer-6{ width:600px; }
    .layer-4{ width:380px; }
    .layer-7{ width:460px; }
    .circle-center{ font-size:26px; }
    .circle-item .dot { width: 24px; height: 24px; }
    .circle-item .dot img { width: 14px; height: auto; }
    .item-1 { top: -55px; }
    .item-2 { top: 19px; right: calc(100% - 133px); }
    .item-3 { top: 99px; right: calc(100% - 53px); }
    .item-4 { right: calc(100% - 24px); }
    .item-5 { top: calc(50% + 109px); right: calc(100% - 53px);}
    .item-6 { bottom: 18px; right: calc(100% - 133px); }
    .item-7 { bottom: -55px; }
    .item-8 { bottom: 19px; left: calc(100% - 133px); }
    .item-9 { top: calc(50% + 109px); left: calc(100% - 53px); }
    .item-10 { left: calc(100% - 24px); }
    .item-11 { top: 99px; left: calc(100% - 53px);}
    .item-12 { top: 19px; left: calc(100% - 133px);}
    .top-left { top: -350px; left: 0; }
    .top-right { top: -340px; right: 0px;}
    .bottom-left { left: 0; }
}
@media only screen and (max-width:1024px) {
    .hero_section .elementor-heading-title { font-size: 50px; line-height: 1.2; }	
    header { max-width: calc(100% - 80px); }
    .nav-dropdown { display: none; }
    .elementor-menu-toggle { background-color: var(--primary-color); padding: 10px; border-radius: 50%; }
    .elementor-menu-toggle .e-font-icon-svg { fill: #ffffff; }    
    .elementor-nav-menu--dropdown { background-color: transparent; font-size: 18px; }
    .elementor-nav-menu--dropdown .elementor-nav-menu { background-color: #ecf2ef; max-width: calc(100% - 80px); margin-inline: auto; margin-top: 20px; border-radius: 20px; padding: 50px 20px; }
    .elementor-nav-menu--dropdown .elementor-nav-menu li a { padding: 15px; border-radius: 30px; }
    .elementor-nav-menu--dropdown .elementor-nav-menu li a:hover,
    .elementor-nav-menu--dropdown .elementor-nav-menu li.current-menu-item a {  background-color: var(--primary-color); color: #ffffff; }

	.social-wrap{ bottom: 20px; right: 40px;}
	
    .services-section { padding: 50px 0px 100px; }
    .service-shape:before { top: -400px; }
    .service-shape:after { top: -400px; }
    .service-inner:after { top: calc(100% - 200px); }
/*     .technology-grid { flex-flow: wrap;}
    .technology-grid .technology-card { flex: 0 0 calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2); } */
	.technology-grid { flex-direction:column !important; }
	.technology-grid .technology-card { flex:0 0 100%; max-width:100%; }
    .packages-grid { flex-flow: wrap;}
    .packages-grid .package-card { flex: 0 0 calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2); }
    .contact-wrapper { padding: 0px 20px; flex-direction: column; }
    .contact-wrapper:before { width: 100%; transform: translateX(0px); transform: translateY(50px); }
    .contact-map { max-width: 516px; margin-inline: auto; }    
    .footer_nav .elementor-nav-menu { padding: 10px; gap: 0; }
    .footer_nav .elementor-nav-menu li { padding: 10px; }
    .footer_nav .elementor-nav-menu li a { padding: 0; }    

    .hydro-page .planning-section .services-grid .service-card { flex: 0 0 calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2);}
    .hydro-page .elementor-nav-menu--dropdown .elementor-nav-menu { background-color: rgba(236, 241, 242, 1); }
    .sbm-page .elementor-nav-menu--dropdown .elementor-nav-menu {background-color: rgba(242, 236, 236, 1); }
    .sbm-page .recycling-grid .recycling-box { flex: 0 0 calc((100% - 24px) / 2); max-width: calc((100% - 24px) / 2);}
    

    /* Abo Modal */
    .abo-sticky-inner { flex-direction: column; padding-right: 0; }
    .abo-model-section{ flex-direction:column; gap:30px;}
    .abo-left{ flex:0 0 100%; max-width:100%; text-align:center; }
    .abo-left .abo-size{ flex-direction:row; justify-content:center; background-image: url(images/size-bg-vertical.svg); padding: 15px; background-size: contain; background-repeat: no-repeat; margin-top: 0; }
    .abo-left .abo-size .abo-size-btn { width: 40px; height: 40px; font-size: 18px; }
	
	.abo-circle-wrapper{ width:550px; height:550px; }
    .inner-circle{ width:410px; height:410px; }    
    .layer-5,
    .layer-6{ width:550px; }
    .layer-4{ width:330px; }
    .layer-7{ width:410px; }
	
	.circle-item .label { padding:6px 10px; }
	
	.item-1 { top: -44px; }
	.item-2 { right: calc(100% - 119px); }
	.item-3 { top: 91px; right: calc(100% - 50px); }
	.item-5 { top: calc(50% + 98px); right: calc(100% - 49px); }
	.item-6 { bottom: 19px; right: calc(100% - 119px); }
	.item-7 { bottom: -44px; }
	.item-8 { bottom: 19px; left: calc(100% - 119px); }
	.item-9 { top: calc(50% + 98px); left: calc(100% - 49px); }
	.item-11 { top: 91px; left: calc(100% - 48px); }
	.item-12 { top: 19px; left: calc(100% - 119px); }

    .privacy-left { width: 100%; }
    .sidebar { display: none;}

}
@media only screen and (max-width:767px) {
    .site-title h2, .site-title h2.elementor-heading-title { font-size: 50px; }        
    .technology-grid .technology-card { flex: 0 0 100% !important; max-width: 100% !important; }
    .packages-grid .package-card { flex: 0 0 100%; max-width: 100%; }
    .service-shape:before { left: 0; }
    .service-shape:after { right: 0;}
	.workflow-section { padding: 40px 20px; }
	.workflow-content { padding-inline:0; }
    .footer { padding: 30px 20px; }
    .footer_nav .elementor-nav-menu { border-radius: 50px; }
    .footer_contact .elementor-icon-box-icon .elementor-icon { font-size: 16px; width: 36px; height: 36px; }
    .footer_contact .elementor-mobile-position-block-start .elementor-icon-box-wrapper { align-items: center !important;}
    .footer_contact { margin-top: 0; margin-bottom: 0; }
    .copyright { margin-top: 0; }

    /* Abo Modal */
    .abo-sticky-inner { justify-content: center; gap: 30px; }
    .abo-section{ padding:60px 20px 80px; }
    .abo-model-section { padding: 20px; }    
    .abo-left .abo-size{ padding:16px; gap:6px; background-size: contain; background-repeat: no-repeat; }
    .abo-left .abo-size .abo-size-btn{ width:48px; height:48px; font-size:16px; }
    
    .abo-circle-wrapper{  width:320px; height:320px;  }
    .layer-1 { width: 140px; height: 140px;} 
    .layer-5,
    .layer-6{ width:320px; }
    .layer-4{ width:200px; }
    .layer-7{ width:250px; }
    .inner-circle{ width:250px; height:250px; }    
    .circle-center{ font-size:18px; }

    .circle-item .label{ font-size:12px; padding:6px 10px; }
    .circle-item .dot{ width:13px; height:13px; }
    .circle-item .dot img{ width:7px; }

    /* reposition items */

    /* .circle-item .label { position: absolute; } */
    .item-1{ top:-40px;}
    .item-1 .label { top: -40px;}

    .item-2 { top: 7px; right: calc(100% - 72px); }
    .item-2 .label { left: auto; top: -10px; right: 20px;}

    .item-3 { top: 51px; right: calc(100% - 29px); }
    .item-3 .label { top: -10px; left: auto; right: 20px; }

    .item-4 { right: calc(100% - 13px); }
    .item-4 .label { left: auto; right: 20px;}

    .item-5 { top: calc(50% + 60px); right: calc(100% - 29px); }
    .item-5 .label { left: auto; right: 20px;}

    .item-6 { bottom: 7px; right: calc(100% - 72px); }
    .item-7 { bottom: -40px; }
    .item-8 { bottom: 7px; left: calc(100% - 72px); }
    .item-9 { top: calc(50% + 60px); left: calc(100% - 29px); right:auto; }
    .item-10 { left: calc(100% - 13px);  right:auto; }
    .item-11 { top: 51px; left: calc(100% - 29px); right:auto; }
    .item-12 { top: 7px; left: calc(100% - 72px); right:auto; }

    /* hide background pattern on mobile */

    .patern-shape{ display:none; }
    .summary { border-radius: 15px;}
    .summary .elementor-widget-text-editor,
    .summary .elementor-widget-text-editor p { font-size: 16px; } 
	.privacy-section { padding: 150px 20px 100px; }
    .privacy-content .elementor-widget-text-editor, .privacy-content .elementor-widget-text-editor p, .privacy-content ul li { font-size: 16px; }
    .contect-details ul li, .contect-details ul li a { font-size: 16px !important;}
    .contect-details ul li .elementor-icon-list-icon { margin-right: 8px; }
    .check-list ul li .elementor-icon-list-text { font-size: 16px; }

    .hydro-page .planning-section .services-grid .service-card { flex: 0 0 100%; max-width: 100%;}
    .hydro-page .workflow-list ul li .elementor-icon-list-text,
    .sbm-page .workflow-list ul li .elementor-icon-list-text { font-size: 16px; }
    .hydro-page .notice,
    .hydro-page .notice p,
    .sbm-page .notice,
    .sbm-page .notice p { font-size: 16px; }
    .sbm-page .recycling-grid .recycling-box { flex: 0 0 100%; max-width: 100%; }
}
@media only screen and (max-width:639px) {
	.site-title h2, .site-title h2.elementor-heading-title { font-size: 40px; }
    .experts-section { padding-block: 50px 90px; }
    .technology-inner { padding-block: 50px; }
    .technology-grid { margin-top: 0; }
    .packages-grid { padding-block: 20px; }
    .contact-section { padding: 20px 20px 20px; margin-top:30px}
    .footer_inner:after { top: 250px; }
    .workflow-table { padding: 10px 20px; border-radius: 24px; }
    .workflow-table-head { padding-block: 10px; }
    .workflow-table-head h4.elementor-heading-title { font-size: 18px; }
    .workflow-row { padding-block: 12px; }
    .workflow-category .elementor-heading-title { font-size: 16px; }
    .workflow-bottom .workflow-button { padding: 7px 12px; }
    .workflow-level svg { width: 13px; height: 13px; }
}
@media only screen and (max-width:575px) {
    .hero_section { padding: 150px 20px 50px; }
	.hero_section .elementor-heading-title { font-size: 40px; }
    /* .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) { width: 60px; height: 60px; } */
    .hero-bottom { flex-flow: wrap; }
    .hero-bottom .hero-info-card { width: 100%; }
/*     .social_links .elementor-social-icons-wrapper { flex-direction: row; }
    .hero-bottom .social-wrap { width: 100%;}
    .social_links .elementor-social-icons-wrapper { max-width: initial; } */
    .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) { width: 56px; height: 56px; border: 5px solid var(--primary-color);}
    .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin):hover { border-width: 10px; }
    .social_links .elementor-social-icons-wrapper a.elementor-social-icon:not(.elementor-social-icon-linkedin) svg { width: 20px; height: 20px; }    

    /* .item-1{ top:0px;}
    .item-1 .label { top: -40px;}

    .item-2 { top: 16px; right: calc(100% - 72px); }
    .item-2 .label { left: auto; top: -10px; right: calc(100% + 10px);}

    .item-3 { top: 60px; right: calc(100% - 29px); }
    .item-3 .label { top: -10px; left: 20px; right: auto;}

    .item-4 { right: calc(100% - 13px); }
    .item-4 .label { left: 20px; right: auto; }

    .item-5 { top: calc(50% + 60px); right: calc(100% - 29px); }
    .item-5 .label { left: 20px; right: auto;} */

    .hydro-page .hero-wrapper { margin-top: 0; }
    .sbm-page .hero-wrapper { margin-top: 0; }
		
	.contact-map:before { right: calc(100% - 100px); background-position: top -100px left;}
}
@media only screen and (max-width:479px) {
	p { font-size: 18px; }
	body { font-size:18px; }
    .elementor-nav-menu--dropdown .elementor-nav-menu{ padding: 30px 20px; }
    .elementor-nav-menu--dropdown .elementor-nav-menu li a { padding: 12px 15px; }
	.hero_section .elementor-heading-title { font-size: 36px; }
    .footer_nav .elementor-nav-menu { border-radius: 20px;}
    .hero-info-card { padding: 20px; }
    .info-features ul li { column-gap: 5px; }
    .info-features ul li .elementor-icon-list-icon { width: 36px; height: 36px; }
    .info-features ul li .elementor-icon-list-icon svg { width: 20px; height: 20px; }
	
	.technology-inner { padding-block: 20px; padding-inline: 10px; }
	.technology-grid .technology-card { padding: 15px; }
	
	.service-card .service-number .elementor-heading-title { font-size: 44px; line-height: 1; }
	.services-section { padding: 30px 0px 30px; }
	
	.workflow-col:first-child,
	.workflow-category { text-align: left; }
	.workflow-col,
	.workflow-level{ text-align: center; justify-content: center;}	
	
	.privacy-content h2.elementor-heading-title { font-size: 26px; }
	.privacy-content h2:before { font-size: 26px; }
    
    .summary { border-radius: 10px; }
    .hydro-page .site-title h2, 
    .hydro-page .site-title h2.elementor-heading-title  { word-break: break-word; }

    .circle-item .label { padding: 0px 5px; }
    .circle-item > div { gap: 5px;}

    .item-1 { top: -23px; }
    .item-2 { top: 16px; }    
    .item-3 { top: 59px; }
    .item-6 { bottom: 16px; }    
    .item-7 { bottom: -23px; }
    .item-8 { bottom: 16px; }
    .item-11 { top: 59px; }
    .item-12 { top: 16px; }

    .item-2 .label { position: absolute; /* bottom: calc(100% - 6px); top: auto; */  right: -10px;  top: calc(100% + 3px); }
    .item-3 .label { position: absolute; bottom: -22px; left: 50%; right: auto; top: auto; transform: translateX(-50%);  }    
    .item-4 .label { position: absolute; left: 50%; transform: translateX(-50%); right: auto; top: calc(100% + 3px); }
    .item-5 .label { position: absolute; left: 50%; transform: translateX(-50%); right: auto; top: calc(100% + 3px); }
    .item-6 .label { position: absolute; top: calc(100% + 3px); right: -10px; }
    .item-8 .label { position: absolute; left: 0; top: calc(100% + 3px); }
    .item-9 .label { position: absolute; left: 50%; right: auto; transform: translateX(-50%); top: calc(100% + 3px); }
    .item-10 .label { position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 3px);}
    .item-11 .label { position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 3px);}
    .item-12 .label { position: absolute; left: 15px; bottom: calc(100% - 6px); }
	    
}

