/*
Theme Name: Elara Global 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.9.1781591954
Updated: 2026-06-16 06:39:14

*/
.hero_bg:before {
	content:"";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 65% 35%, rgba(40, 65, 57, 0.7) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 15% 85%, rgba(191, 159, 76, 0.06) 0%, transparent 60%), linear-gradient(160deg, #0d1f10 0%, #152C18 40%, #1a3520 100%);
	opacity:0.12;
}
.card:hover .card__label p {
    color: rgba(255, 255, 255, 0.5);
}
.card:hover .card__title h3{
    color: #fff !important;
}
.card:hover .card__desc p{
    color: rgba(255, 255, 255, 0.75);
}
.card:hover .card__link  a{
    color: #B9B59F;
}
.cta-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #bf9f4c, transparent);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-field--full {
    grid-column: 1 / -1;
}
.form-field p {
    margin: 0;
}

div#char-counter  {
    font-size: 11px;
    color: #6f634d;
    text-align: right;
    margin-top: -9px;
}
.form-field input[type="text"], .form-field input[type="email"], .form-field textarea, .form-field select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 0;
    transition: border-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
    appearance: none;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--gold);
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field select option {
    background: #152d19;
    color: #fff;
}
.frm-radio label {
    display: block;
    margin-bottom: 12px !important;
}
.frm-radio span.wpcf7-form-control.wpcf7-radio {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    width: 100% !important;
}
.frm-radio span.wpcf7-list-item.first {
    margin-left: 0;
}
.form-field.txt-btm label, .wpcf7 form .wpcf7-response-output {
    text-transform: inherit !important;
	    color: #000!important;
}
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}


