.elementor-1005 .elementor-element.elementor-element-72fdce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:104px;--padding-right:108px;}.elementor-1005 .elementor-element.elementor-element-72fdce6:not(.elementor-motion-effects-element-type-background), .elementor-1005 .elementor-element.elementor-element-72fdce6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141820;}.elementor-1005 .elementor-element.elementor-element-e3be02d{--display:flex;--margin-top:20%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1005 .elementor-element.elementor-element-91b4a66 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;line-height:32px;color:#424141;}.elementor-1005 .elementor-element.elementor-element-f9f3038 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:56px;font-weight:700;text-transform:capitalize;line-height:64px;color:#EFF2F6;}.elementor-1005 .elementor-element.elementor-element-a9bde5d .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:20px;font-weight:400;line-height:32px;color:#EFF2F6;}.elementor-1005 .elementor-element.elementor-element-a9bde5d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 470px) 0px;width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-1005 .elementor-element.elementor-element-b330d94{--display:flex;--margin-top:20%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1005 .elementor-element.elementor-element-698a233{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:110px;--padding-right:110px;}.elementor-1005 .elementor-element.elementor-element-698a233:not(.elementor-motion-effects-element-type-background), .elementor-1005 .elementor-element.elementor-element-698a233 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141820;}.elementor-1005 .elementor-element.elementor-element-5c93b36 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:40px;font-weight:600;text-transform:capitalize;line-height:48px;color:#EFF2F6;}.elementor-1005 .elementor-element.elementor-element-5c93b36{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1005 .elementor-element.elementor-element-d6b5d45 .elementor-button-content-wrapper{flex-direction:row;}.elementor-1005 .elementor-element.elementor-element-d6b5d45 .elementor-button{font-family:"Sora", Sans-serif;font-size:16px;font-weight:500;line-height:28px;fill:#5A9EC8;color:#5A9EC8;background-color:#61CE7000;}.elementor-1005 .elementor-element.elementor-element-d6b5d45{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1005 .elementor-element.elementor-element-d6b5d45.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-1005 .elementor-element.elementor-element-07b94a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:115px;--padding-right:115px;}.elementor-1005 .elementor-element.elementor-element-07b94a8:not(.elementor-motion-effects-element-type-background), .elementor-1005 .elementor-element.elementor-element-07b94a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141820;}.elementor-1005 .elementor-element.elementor-element-241c381 iframe{height:460px;}.elementor-1005 .elementor-element.elementor-element-241c381{margin:030px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-1005 .elementor-element.elementor-element-e3be02d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-edffbc8 *//* Fundalul și containerul general */
.form-container-vlaikon {
    background-color: #1E2430; /* Culoarea închisă din imagine */
    padding: 40px;
    border: 1px solid #C8D4E04D;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Aranjarea pe coloane */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.full-width {
    margin-bottom: 20px;
}

/* Stilul etichetelor (Labels) */
.form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #a0a5ad;
}

/* Stilul câmpurilor de input și textarea */
.form-container-vlaikon input[type="text"],
.form-container-vlaikon input[type="email"],
.form-container-vlaikon input[type="tel"],
.form-container-vlaikon textarea {
    background-color: #141820;
    border: 1px solid #C8D4E04D;
    padding: 12px 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.form-container-vlaikon input:focus,
.form-container-vlaikon textarea:focus {
    border-color: #3170a3;
}

/* Stilul textului de tip placeholder */
.form-container-vlaikon ::placeholder {
    color: #484f58;
}

/* Checkbox-ul pentru acceptare termeni */
.form-acceptance {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #a0a5ad;
}

.form-acceptance a {
    color: #3170a3;
    text-decoration: underline;
}

/* Butonul de trimitere */
.form-submit {
    text-align: center;
}

.form-container-vlaikon input[type="submit"] {
    background-color: #3170a3;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    width: auto;
}

.form-container-vlaikon input[type="submit"]:hover {
    background-color: #265a85;
}

/* Adaptare pentru mobil */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */