/*
Theme Name: Greatlines Child
Theme URI: http://underscores.me/
Template: greatlines
Author: Lezarts digital
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1771199972
Updated: 2026-02-15 23:59:32

*/

        .custom-form-container {
        }

        .custom-form-group {
            margin-bottom: 15px;
        }

        .custom-form-container input[type="text"],
        .custom-form-container input[type="email"],
        .custom-form-container textarea {
            width: 100%;
            padding: 10px 25px;
            border: 1px solid #b2c2bf;
            border-radius: 30px; /* Highly rounded corners */
            font-size: 16px;
            color: #777;
            outline: none;
            box-sizing: border-box;
            background-color: transparent;
            margin-bottom: 10px;
        }

        .custom-form-container textarea {
            border-radius: 20px;
            height: 150px;
            resize: none;
        }
.custom-form-container .drop-css{
                padding: 10px 25px;
            border: 1px solid #b2c2bf;
            border-radius: 30px; /* Highly rounded corners */
            font-size: 16px;
            color: #777;
            outline: none;
            box-sizing: border-box;
            background-color: transparent;
            margin-bottom: 10px;
            width: 100%;

}
        /* Placeholder styling to match the light grey in image */
        .custom-form-container ::placeholder {
            color: #aaa;
            font-weight: 300;
        }

        .custom-submit-btn {
            display: block;
            width: 100% !important;
            margin: 20px auto 0;
            padding: 12px 0;
            background-color: #002d23 !important; /* Dark forest green */
            color: white !important;
            border: none;
            border-radius: 50px !important;
            font-size: 18px !important;
            cursor: pointer;
            transition: background-color 0.3s ease !important;
            text-align: center;
            height: 50px;
        }

        .custom-submit-btn:hover {
            background-color: #004234;
        }
        .custom-form-container label{
                font-family: "Century Gothic Paneuropean";
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: #000;
    opacity: 0.49;
    padding-bottom: 10px;
        }