/*
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

*/

@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: inherit ; -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; }

/*==================================
  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: 36px; font-weight: 700; line-height: 1.2; color: var(--heading-color); margin-bottom: 0;}


/*==================================
  General CSS
===================================*/
.section-space { padding: 80px 20px; }

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

.max-width-800 { max-width: 800px; width: 100%; margin-inline: auto;}

.full-width { width: calc(100% - 48px); 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%;}


/*==================================
   title & Subtitle
===================================*/
.subtitle-plane .elementor-icon-box-wrapper {  width: fit-content; background-color: var(--primary-color); border-radius: 40px; padding: 7px 15px 7px 7px;  gap: 10px !important;}
.subtitle-plane .elementor-icon-box-wrapper .elementor-icon { width: 30px; height: 30px; background-color: #FFF7EF; padding: 0; display: flex; align-items: center; justify-content: center; }
.subtitle-plane .elementor-icon-box-wrapper .elementor-icon svg { width: 18px; height: 18px;}
.subtitle-plane .elementor-icon-box-wrapper .elementor-icon-box-title { color: #ffffff; font-size: 20px; line-height: 1.5; font-weight: 500; text-transform: uppercase; }

.bg-blue .subtitle-plane .elementor-icon-box-wrapper { background-color: #FFF7EF; }
.bg-blue .subtitle-plane .elementor-icon-box-wrapper .elementor-icon { background-color: var(--primary-color);}
.bg-blue .subtitle-plane .elementor-icon-box-wrapper .elementor-icon-box-title { color: var(--heading-color);}

.subtitle,
.subtitle p { font-size: 24px; font-weight: 500; line-height: 1.4; margin-bottom: 0; color: var(--primary-color);  }

.bg-blue .subtitle,
.bg-blue .subtitle p { color: #ffffff; }


/*==================================
   Header
===================================*/
header { position: absolute; top: 60px; left: 0; width: 100%; z-index: 1000; }
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; }

/*==================================
   Hero Section
===================================*/
.hero_section { background-color:rgba(23 23 23 / 75%); margin-top:24px; padding:180px 20px 50px;  }
.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:0; }
.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); }

.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; }

/*==================================
   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;}


/*==================================
   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) {
	
}
@media only screen and (max-width:1279px) {
	
}
@media only screen and (max-width:1169px) {
	
}
@media only screen and (max-width:1023px) {
	
}
@media only screen and (max-width:767px) {
	
}
@media only screen and (max-width:639px) {
	
}
@media only screen and (max-width:575px) {
	
}
@media only screen and (max-width:479px) {
	
}
