

/** Start Block Kit CSS: 33-3-f2d4515681d0cdeb2a000d0405e47669 **/

.envato-kit-30-phone-overlay {
	position: absolute !important;
	display: block !important;
	top: 0%;
	left: 0%;
	right: 0%;
	margin: auto;
	z-index: 1;
}
.envato-kit-30-div-rotate{
	transform: rotate(90deg);
}

/** End Block Kit CSS: 33-3-f2d4515681d0cdeb2a000d0405e47669 **/


body, html {
    background-color: #f5f5f5; /* Replace with your desired hex code */
}

.elementor-section {
    background-color: transparent;
}

/* Form container styling */
.wpforms-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9; /* Light background */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Form field labels */
.wpforms-form label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

/* Input fields */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"] {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: border 0.3s ease;
}

.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus {
    border-color: #d4a373; /* Your brand color (adjust as needed) */
    outline: none;
}

/* Submit button */
.wpforms-submit {
    background-color: #d4a373; /* Your brand color */
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
    background-color: #b37a50; /* Slightly darker on hover */
}

/* Confirmation message */
.wpforms-confirmation-container {
    background-color: #e6f5ea;
    border-left: 4px solid #4CAF50;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    color: #333333;
}

header.site-header {
    display: none;
}


}
