fieldset.captcha.captcha-type-challenge--recaptcha {
    border: none;
    padding:0;
}
.featured-bottom {
    background-color: var(--bg-gray);
}
.featured-bottom p {
    margin: 0;
}
#edit-form-container.webform-flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    margin-top: 20px;
}

#edit-form-container > .webform-flex:first-child {
    flex: 2;
    min-width: 300px;
}

#edit-form-container > .webform-flex:last-child {
    flex: 1;
    min-width: 280px;
    background-color: transparent;
    padding-left: 20px;
}

#edit-flexbox.webform-flexbox {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    #edit-form-container.webform-flexbox {
        flex-direction: column;
    }
    
    #edit-form-container > .webform-flex:first-child,
    #edit-form-container > .webform-flex:last-child {
        width: 100%;
        flex: none;
        padding-left: 0;
    }
}

.webform-flex--1{
  flex:auto;
}
.webform-flex--container {
    margin: 0!important;
}
div#edit-flexbox-02{
  flex-direction:column;
}
div#edit-form-container{
  justify-content:space-between
}
#edit-markup p{
    font-size:17px;
}

.webform-submission-form input,
.webform-submission-form textarea,
.webform-submission-form select,
.webform-submission-form .form-control{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.webform-submission-form {
    background: transparent;
    max-width: 1280px;
    width: 100%;
    justify-self:center;
    box-sizing:border-box;
}

#edit-flexbox.webform-flexbox {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.webform-flex {
    flex: 1;
    margin: 0 !important;
}
@media (min-width: 768px) {
    .webform-flexbox {
        display: flex;
        margin: 1em 0em !important;
    }
}
@media (max-width: 768px) {
    #edit-flexbox.webform-flexbox {
        flex-direction: column;
        gap: 0;
    }
    .webform-flex {
        width: 100%;
        margin-bottom: 15px !important;
    }
}

input.form-control,
textarea.form-control {
    width: 100%;
    padding: 12px 20px; 
    border: 1px solid #e0e0e0; 
    border-radius: 8px; 
    background-color: #fff;
    font-size: 15px;
    color: #495057;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

input.form-control:focus,
textarea.form-control:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 68, 148, 0.1);
}

.form-item-nume label,
.form-item-email label {
    display: none;
}

.form-item-mesaj {
    margin-top: 0;
}

textarea.form-control {
    min-height: 180px;
    resize: vertical;
    background-color: #fff !important;
}

.text-count-wrapper {
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
    color: #888;
}

.text-count-message {
    background: transparent !important;
    color: inherit !important;
}

.form-actions {
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px; /* Spațiu între blocuri */
}

/* Iconița (Stânga) */
.icon-wrapper {
    width: 24px;
    height: 24px;
    margin-right: 15px; /* Spațiu între iconiță și text */
    flex-shrink: 0;
    margin-top: 2px; /* Aliniere fină cu titlul */
}

.icon-wrapper svg {
    width: 100%;
    height: 100%;
    stroke: #004494; /* Albastru Guvern */
    stroke-width: 2;
}

/* Conținutul Text (Dreapta) */
.info-content h4 {
    font-size: 18px;
    font-weight: 700; /* Bold puternic */
    color: #333; /* Negru închis */
    margin: 0 0 8px 0; /* Spațiu sub titlu */
}

.info-content p,
.info-content a {
    font-size: 15px;
    color: #555; /* Gri închis pentru text */
    margin: 0 0 5px 0;
    line-height: 1.5;
    text-decoration: none;
    display: block;
}

/* Link-uri (Telefon & Email) */
.info-content a {
    color: #004494; /* Albastru pentru linkuri */
    font-weight: 500;
}

.info-content a:hover {
    text-decoration: underline;
}
.contact-info-list {
    padding: 30px;
    margin-left:10px;
}