/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor
*/

.ceo-message:before {
    content: '';
    background: var(--e-global-color-accent);
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 0px;
    top: auto;
    left: -52px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.footer-menu .menu-item {
    display: flex;
    align-items: center;
}
.footer-menu .menu-item:before {
    content: '';
    background: url(http://orbistechno.local/wp-content/uploads/2025/01/arrow.png);
    width: 16px;
    height: 8px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.portfolio-cont h1.elementor-heading-title {
    opacity: 0;
    transition: all ease 0.5s;
}
.portfolio-cont:hover h1.elementor-heading-title {
    opacity: 1;
}

/* Footer Subscribe Form */
.footer-subscribe .tnp.tnp-subscription form .tnp-field-email label {
    display: none;
}

.footer-subscribe .tnp.tnp-subscription form .tnp-field-email input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #A2A2A229;
    border-radius: 0px;
    height: 42px;
    padding: 0px 0px 0px 24px;
    color: #fff;
}
.footer-subscribe .tnp.tnp-subscription form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-subscribe .tnp.tnp-subscription form .tnp-privacy-field {
    position: absolute;
    left: 0;
    bottom: -24px;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-button:before {
    content: url('http://orbistechno.local/wp-content/uploads/2025/01/arrow-1.png');
    position: absolute;
    width: 30px;
    background: transparent;
    height: 46px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-subscribe .tnp.tnp-subscription form .tnp-field-button input {
    position: absolute;
    width: 30px;
    height: 46px;
    opacity: 0;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-email:before {
    content: url('http://orbistechno.local/wp-content/uploads/2025/01/foundation_mail.png');
    position: absolute;
    height: 46px;
    align-items: center;
    display: flex;
    width: 24px;
    background: transparent;
    justify-content: center;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-email {
    width: 65%;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-button {
    margin-left: -24px;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-email input:focus {
    outline: none;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-privacy-field input[type='checkbox'] {
    appearance: none;
    width: 20px !important;
    height: 20px;
    margin: 0px;
    max-width: 20px;
    border: 1px solid #A2A2A229;
    background: transparent;
    border-radius: 0px;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-privacy-field label {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 12px;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-privacy-field input[type='checkbox']:checked {
    background: #fff;
    content: '✓';
}
.footer-subscribe .tnp.tnp-subscription form .tnp-privacy-field input[type='checkbox']:checked:before {
    content: '✓';
    margin-left: 3px;
}
.elementor-location-header.sticky-header {
    position: sticky;
    top: 0px;
    background: rgb(255, 255, 255, 0.5);
    z-index: 99;
    backdrop-filter: blur(5px);
}
.elementor-location-header.sticky-header .menu-item a{
	color: #000!important;
}
.page-id-34 .lets-talk-button {
    display: none!important;
}
button.swal2-close {
    color: #fff;
    font-size: 40px;
    font-family: inherit;
}
.footer-subscribe .tnp.tnp-subscription form .tnp-field-button input {
    color: rgb(255, 255, 255, 0);
    opacity: 1;
    background: transparent;
	z-index: 2;
}

.footer-subscribe .tnp.tnp-subscription form .tnp-field-button:after {
    content: url(https://cookie.offerkcha.com/wp-content/uploads/2025/05/arrow-right-long-solid-1.svg);
    width: 12px;
    display: block;
    position: absolute;
    bottom: 34px;
    margin-left: 10px;
    z-index: 1;
}
@media only screen and (max-width: 670px){
	.elementor-location-header.sticky-header{
		backdrop-filter: none;
		background: #fff;
		
	}
	.sticky-header .jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu i {
    color: #000;
}
	.elementor-widget-theme-site-logo img {
    height: 50px !important;
    width: auto !important;
}
}