/*Start Influencer Step Form CSS*/
#gn-influencer-form .wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #ff0000 !important;
}
.gn-influencer-form-control-btn p {
    display: inline-flex;
    gap: 5px;
}
.gn-influencer-form-submit-btn{
	    display: block;
    padding: 14px 12px;
    border: none;
    border-radius: 12px;
    background: #DA2738;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(218, 39, 56, 0.3);
}
.gn-influencer-form-step { display: none; }
.gn-influencer-form-step.active { display: block; }
.gn-error { border-color: red !important; background-color: #ffe6e6; }
.gn-error-msg { /* already styled inline in JS */ }
/*End Influencer Step Form CSS*/
.hero-text-shadow {
            text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
        }
        .map-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding-top: 45%; 
        }
        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        /* Style for validation error messages */
        .error-message {
            color: #EF4444; /* Red-500 */
            font-size: 0.875rem; /* text-sm */
            margin-top: 0.5rem; /* mt-2 */
        }
        /* Simple loader style */
        .ajax-loader {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #14B8A6; /* brand-teal */
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            margin: 20px auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
 #contact-form > br, #contact-form > label {display: none !important}