﻿
.custom-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" 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 10px center;
    background-size: 16px 16px;
    cursor: pointer;
}

.custom-dropdown:focus {
    border-color: #1CB098;
    box-shadow: 0 0 0 3px rgba(28, 176, 152, 0.2);
    outline: none;
}

.error-msg {
    color: red;
    font-size: 13px;
    margin-top: 3px;
    display: block;
}

.captcha-container {
    position: relative;
    z-index: 10;
}

.contact-form-style-one {
    overflow: visible !important;
    position: relative;
}
@media (max-width: 767px) {
    .captcha-container {
        flex-direction: column;
        align-items: center;
    }

    .captcha-image-wrapper {
        width: 100% !important;
        max-width: 220px !important; /* Mobile size */
        margin-bottom: 10px;
    }

    .captcha-image-wrapper {
        max-width: 250px;
    }

    @media (max-width: 767px) {
        .captcha-container {
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .captcha-image-wrapper {
            max-width: 100% !important;
            margin-bottom: 10px;
        }

        cap\\:CaptchaControl {
            width: 100% !important;
            height: auto !important;
            max-height: 80px !important;
        }
    }

