.elementor-1283 .elementor-element.elementor-element-0242da9{--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;--margin-top:-133px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-1283 .elementor-element.elementor-element-0242da9{--margin-top:-168px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-ec2e338 *//* Ensure dropdown text is fully visible */
.scc-form__select {
    width: 100%;
    padding: 12px 16px;           /* More padding for visibility */
    font-size: 18px;              /* Make text readable */
    line-height: 1.5;             /* Proper spacing */
    font-family: "Arial", "Tahoma", sans-serif; /* Arabic compatible */
    direction: rtl;               /* Right-to-left */
    text-align: right;            /* Align text right */
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    appearance: none;             /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;                 /* Let browser handle height */
    min-height: 50px;             /* Ensure enough height for Arabic text */
    box-sizing: border-box;       /* Include padding in height */
    overflow: visible;            /* Ensure text is not clipped */
}

/* Placeholder styling */
.scc-form__select option[disabled] {
    color: #999;
}

/* Optional: Custom arrow */
.scc-form__select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
}

/* Focus effect */
.scc-form__select:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}/* End custom CSS */