.close-modal{
    padding:0;
}
/*.metric-value{
	font-size:2.7rem;
}*/
.hero{
    display:block;
}
.hero h1{
    font-size: 70px;
    line-height: 70px;
}
.hero-content{
    padding-top: 100px;
    padding-bottom: 100px
}
.capabilities-visual{
    height:auto;
}
.hero::before{
    background:url('../images/container-1.png') no-repeat 0 -32px;
    background-size: 100%;
    width: 100%;
    height: 100%;
    animation: unset;
}
.metric-card{
    text-align:left;
}
.metric-value{
    font-size:35px;
}
#menu-footer-menu,
#menu-main-menu{
	list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.header-links{
	display:flex;
	gap:2.5rem;
}
.gfield {
    margin-bottom: 1.5rem;
}

.gfield label {
    display: block !important;
    color: var(--text-gray) !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
    font-weight:normal;
}

.gfield input,
.gfield select,
.gfield textarea {
    width: 100% !important;
    padding: 0.8rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
}
.gfield input,
.gfield select{
	height:45px !important;
}
.gfield select{
	padding-top: 2px !important;
}
.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
    outline: none !important;
    border-color: var(--secondary) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.gfield textarea {
    resize: vertical !important;
    min-height: 100px !important;
}

.gform-footer .gform_button {
    width: 100% !important;
    padding: 1rem !important;
    background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 1rem !important;
}

.gform-footer .gform_button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.4) !important;
}
.gform_required_legend{
	display:none;
}
#demoModal .gform-theme--foundation .gform_fields{
	row-gap: 25px;
}
/*.modal{
	top:-300px;
}*/
@media (max-width: 1024px) {
    .hero{
        min-height:55vh;
    }
    .stat-number{
        font-size: 24px;
    }
    .header-btn{
        display:none;
    }
    .hero::before{
        background-size: cover;
        background-position: -139px 34px;
    }
}
@media (max-width: 820px) {
    .hero{
        min-height:60vh;
    }
    .hero h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .hero::before{
        background-position:-239px 0px;
    }
}
@media (max-width: 768px) {
    .hero{
        min-height:90vh;
    }
    .stat-number{
        font-size: 22px;
    }
    .hero-buttons {
        flex-direction: row;
    }
    .hero::before{
        background-position:-378px 0px;
    }
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .hero-buttons .cta-button,
    .hero-buttons .btn-secondary{
        text-align:center;
    }
    .cta-buttons {
        flex-direction: column;
    }
    .cta-buttons a{
        width:100%;
    }
    .section-title{
        font-size:30px;
    }
    .metric-value{
        font-size:22px;
    }
    .cta-title{
        font-size:30px;
    }
    .hero::before{
        background-position: -698px 35px;
        background-size: cover;
    }
}
    