/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.iconbox_blue .elementor-icon{
	background: var(--e-global-color-secondary) !important;
    color: #fff !important;
}
/* new home page css start*/
.svc-card:hover::after {
    width: 100%;
}
.svc-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #0B4B9C, #0B4B9C);
    transition: width .4s cubic-bezier(.25, .46, .45, .94);
}
.hero-card:before{
	  content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0B4B9C, #0B4B9C);
}
.marquee-wrap {
    white-space: nowrap;
}
.marquee-track {
    display: inline-flex;
    gap: 2.5rem;
    animation: marquee 22s linear infinite;
}
.marquee-item {
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
@keyframes marquee{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.marquee-item b {
    font-weight: 500;
}
.sticky_section{
	position:fixed;
	top:0;
	width:100%;
	background: rgba(255, 255, 255, .92) !important;
/*     backdrop-filter: blur(18px); */
    box-shadow: 0 1px 0 #E4DDD2;
}
/** contact form css start**/
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--foundation .gfield textarea {
    border-radius: 15px;
    min-height: 50px;
    border: 1px solid #E4DDD2;
    box-shadow: none;
	  padding: 20px 20px;
	  width: 100%;
    background: #F8F4EE;
    border-radius: 3px;
    padding: .9rem 1rem;
    color: var( --e-global-color-e493c05 );
    font-family: 'Outfit', sans-serif;
    font-size: .9rem;
    font-weight: 300;
    transition: border-color .2s, background .2s;
    appearance: none;
	  border-radius:0;
}	
p.gform_required_legend {
    display: none !important;
}	
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #6b7280;
    font-weight: 400;
    letter-spacing: 0.3px;
}
input#gform_submit_button_1 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    padding-inline-start: 2.4rem;
    padding-inline-end: 2.4rem;
    background-color: var(--Ink);
	  text-transform: uppercase;
    line-height: 1.3em;
    border-style: none;
	     height: 54px;
	 width:100% !important;
	border-radius:0;
}
	.contactform label, .contactform legend{
		font-family: "DM Mono", Sans-serif !important; 
		text-transform: uppercase !important;
		letter-spacing:1px !important;
	}
input#gform_submit_button_1:hover {
    background: #0B4B9C;
}
.gform-theme--foundation .gform_fields {
    row-gap: 30px;
}
/** contact form css End**/

@media(max-width: 1024px) {
    .navigationcol nav {
        position: fixed !important;
        width: 100% !important;
        height: 100vh;
        margin-top: 0 !important;
        border: 0;
        left: 0 !important;
        top: 0 !important;
        max-width: 280px;
        height: 100% !important;
        flex-direction: column;
        box-shadow: 0 0 9px 0 #dbdbdb;
        transform: translatex(-350px) scaleY(1) !important;
        transition-duration: 0.5s;
        opacity: 1 !important;
        z-index: 99999 !important;
        --menu-height: 1000vmax !important;
        max-height: 100% !important;
    }
   .navigationcol .elementor-menu-toggle.elementor-active + nav {
  transform: translateX(0) !important;
}
}
