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

:root{
	--cityErgonWhite: #FFFFFF;
	--cityErgonBlack: #000000;
	--cityErgonGold: #beff01;
	--cityErgonDarkBlue: #000000;
}
/*--cityErgonGold: #FC9C26;*/

.ce-web-img-reveal{ width: 100%;}

/* Global Classes */
/* Displays */
.ce_web_disp_block{ display: block;}
.ce_web_disp_iblock{ display: inline-block;}
.ce_web_disp_flex{ display: flex;}
.ce_web_disp_grid3{ 
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
  	margin-top: 50px;
}

.ce_web_disp_flex_col_sb{ 
	flex-direction: column;
    justify-content: space-between;
}

/* Fonts */
.ce_web_ff_geologica{ font-family: "Geologica", sans-serif;}

.ce_web_fs_16{ font-size: 16px;}
.ce_web_fs_20{ font-size: 20px;}
.ce_web_fs_36{ font-size: 36px;}
.ce_web_fs_80{ font-size: 80px;}
.ce_web_fs_90{ font-size: 90px;}

.ce_web_fw_400{ font-weight: 400;}
.ce_web_fw_600{ font-weight: 600;}

/* Text Alignment */
.ce_web_text_center{ text-align: center;}

/* Margin/Padding */
.ce_padding_10-32{padding: 10px 32px;}

/* Positions */
.ce_web_pos_rel{ position: relative;}
.ce_web_pos_abs{ position: absolute;}
.ce_web_pos_fxd{ position: fixed;}

/* Width/Height */
.ce_web_width_0{ width: 0;}
.ce_web_width_100cpt{ width: 100%;}
.ce_web_width_70cpt{ width: 70%;}
.ce_web_width_50cpt{ width: 50%;}

.ce_web_width_120{ width: 120px;}

.ce_web_height_0{ height: 0;}
.ce_web_height_100cpt{ height: 100%;}

/* Colors */
.ce_web_color_white{ color: var(--cityErgonWhite);}
.ce_web_color_black{ color: var(--cityErgonBlack);}
.ce_web_color_gold{ color: var(--cityErgonGold);}
.ce_web_color_dblue{ color: var(--cityErgonDarkBlue);}

.ce_web_back_white{ background: var(--cityErgonWhite);}
.ce_web_back_black{ background: var(--cityErgonBlack);}
.ce_web_back_gold{ background: var(--cityErgonGold);}
.ce_web_back_dblue{ background: var(--cityErgonDarkBlue);}
.ce_web_back_trnsp{ background: transparent;}

/* Border Radius */
.ce_web_bradius_50cpt{ border-radius: 50%;}

/* Cursor */
.ce_web_cpointer{ cursor: pointer;}

/* Translate */
.ce_web_transfor_translate_50cpt_neg_y{ transform: translate(50%, -50%);}

/* Transitions */
.ce_web_transition_03{ transition: all 0.3s ease;}

/* Overflows/Visibility */
.ce_web_overflow_hidden{ overflow: hidden;}
.ce_web_overflow_visible{ overflow: visible;}

.ce_web_visib_hidden{  visibility: hidden;}
.ce_web_visib_visible{ visibility: visible;}

/* Header Navigation */
.ast-theme-transparent-header .main-header-menu .menu-link{ color: var(--cityErgonDarkBlue) !important;}
.ast-theme-transparent-header .main-header-menu .menu-link:hover{ color: var(--cityErgonGold) !important;}

.circular-menu-container .elementor-menu-toggle .hamburger:hover,
.circular-menu-container .elementor-menu-toggle .hamburger:focus,
.circular-menu-container .elementor-menu-toggle .hamburger:active,
.elementor-menu-toggle.ce_web_cpointer:hover,
.elementor-menu-toggle.ce_web_cpointer:focus,
.elementor-menu-toggle.ce_web_cpointer:active{
	background: transparent !important;
}

/* Homepage Carousel */
#ce_owl_imgs{ height: 900px !important;}
#ce_owl_imgs *{ height: 100%;}
#ce_owl_imgs img{ object-fit: cover;}

.owce-carousel .owl-stage-outer{ padding-top: 0 !important;}

/* Custom Buttons */
.ce_cta {
	position: relative;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
	cursor: pointer;
}

.ce_cta:hover,
.ce_cta:focus{ background-color: transparent !important;}

.ce_cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: var(--cityErgonGold);
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
}

.ce_cta span {
	position: relative;
	font-family: "Ubuntu Sans", sans-serif;
	color: var(--cityErgonWhite);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

.ce_cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #234567;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}

.ce_cta:hover:before {
	width: 100%;
	background: var(--cityErgonGold);
}
.ce_cta:hover span{ color: var(--cityErgonBlack);}
.ce_cta:hover svg { transform: translateX(0);}
.ce_cta:active { transform: scale(0.95);}

/* Forms Button */
.wpforms-submit{
	color: var(--cityErgonGold);
	border-color: var(--cityErgonGold);
	line-height: 1.5em;
	transition: all 350ms ease-in-out;
}

.wpforms-submit:hover{
	background: var(--cityErgonGold);
	border-color: var(--cityErgonGold);
	color: var(--cityErgonBlack);
}

input[type="text"],
input[type="email"],
.wpforms-form textarea{ color: var(--cityErgonWhite);}

.ce_form input,
.ce_form textarea{ background: transparent;}

/* Reveal Animation */
.ce_animate{
	--speed: 1s;
	animation: none !important;
}
.ce_animate *{
	clip-path: polygon (0 0, 100 % 0, 100 % 0, 0 0);
	transition: all var (--speed) ease-in-out;
}
.ce_animate.animated > *{
	clip-path: polygon (0 0, 100 % 0, 100% 100%, 0% 100%);
}

/* Cursor styling */
.cursor-circle {
	position: fixed;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(190, 250, 10, 0);
	border: 3px solid rgba(190, 250, 10, 0.7);
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: width 0.3s, height 0.3s;
	z-index: 9999;
}


.ce-web-hero::before {
	animation: zoom_in 15s alternate linear;
	will-change: transform;
}

@keyframes zoom_in {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.8);
	}
}

/* Custom Button Style */
.ce-web-btn a {
    background: var(--cityErgonGold);
    position: relative;
    text-align: center;
    border-radius: 8px !important;
    font-family: "Geologica", sans-serif;
    transition: all 0.3s;
	width: 100%;
	max-width: 180px;
	height: 45px;
}

.ce-web-btn a .premium-button-text-icon-wrapper span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-web-btn a .premium-button-text-icon-wrapper,
.ce-web-btn a .premium-button-text-icon-wrapper span,
.premium-button-text-icon-wrapper .ce-message {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    color: var(--cityErgonBlack);
}

.ce-web-btn a .premium-button-text-icon-wrapper span { top: 0}
.ce-web-btn a .premium-button-text-icon-wrapper span,
.ce-message { transition: top 0.5s;}

.ce-web-btn a .premium-button-text-icon-wrapper span::after,
.ce-web-btn a:hover .premium-button-text-icon-wrapper .ce-message::after {
  content: url('/wp-content/uploads/2025/11/upper-right-arrow1.png');
  display: block;
  margin-top: 6px;
  margin-left: 8px;
}

.premium-button-text-icon-wrapper .ce-message {
    color: var(--cityErgonBlack);
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
}

.ce-web-btn a:hover { 
	background: var(--cityErgonGold);
	transform: scale(1.1);
}

.ce-web-btn a:hover .premium-button-text-icon-wrapper span { top: -100%;}
.ce-web-btn a:hover .premium-button-text-icon-wrapper .ce-message { top: 0;}

.ce-web-btn a:hover .premium-button-text-icon-wrapper .ce-message {
    opacity: 1;
    visibility: visible;
}

.ce-web-btn a:hover .ce-message{ background: var(--cityErgonGold);}

/* Services */
.ce-web-service-hor-box{ transition: padding 0.3s ease-in-out;}
.ce-web-service-hor-box:hover{ padding: 32px 48px;}

/* Circular Message */
.circular-msg{
    opacity: .9;
    margin: 0 auto;
    animation: spin-clockwise 18s infinite linear;
}

@keyframes spin-clockwise {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);};
}

/* Contact Form */
.ce_form label{
	font-family: "Geologica", sans-serif !important;
	font-size: 19px;
	color: var(--cityErgonBlack);
	font-weight: 200 !important;
	margin-bottom: 8px;
}

.ce_form input,
.ce_form textarea,
.ce_form select{
	font-family: "Geologica", sans-serif !important;
	font-size: 19px;
	color: var(--cityErgonBlack);
	font-weight: 200 !important;
	border: 1px solid #1f1f1f !important;
	background: var(--cityErgonWhite);
}
.ce_form select{ padding: 18px !important;}

.ce_submit_form_btn{
	color: var(--cityErgonWhite) !important;
	background: var(--cityErgonBlack);
	border-color: var(--cityErgonBlack) !important;
	font-family: "Geologica", sans-serif !important;
	font-size: 13px;
	font-weight: 400 !important;
	border-radius: 4px;
}

.ce_submit_form_btn:hover{
	color: var(--cityErgonBlack) !important;
	border-color: var(--cityErgonGold) !important;
}

/* Services */
.fixed-left-column {
    position: sticky;
	top: 40% !important;
    align-self: flex-start;
}

#badge1,
#badge4,
#path2{ fill: var(--cityErgonGold) !important;}

#badge2 path,
#badge3 path,
#badge5 path{ stroke: var(--cityErgonGold) !important;}

/* Project Card */
.ce_project{
	background-color: var(--cityErgonWhite);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: transform 350ms ease-in-out;
}
.ce_project:hover { transform: translateY(-20px);}

.ce_project img{
	margin-top: -32px;
	margin-bottom: 20px;
}

.ce_project_topbar{ height: 60px;}

.ce_project_details > div p:last-child{ font-weight: 300;}

.ce_project_details div{
	display: flex;
	justify-content: space-between;
}
/* Endo of Project card */