.elementor-1464 .elementor-element.elementor-element-3a38f7c{text-align:center;font-size:20px;}/* Start custom CSS *//* Stylish Select Field */
.custom-select {
    width: 250px; /* Change width if needed */
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-select:hover {
    border-color: #888;
}

.custom-select:focus {
    border-color: #4a4aef;
    box-shadow: 0px 0px 4px rgba(74, 74, 239, 0.4);
    outline: none;
}


h3{
    margin-bottom: 10px !important;
}/* End custom CSS */