.elementor-5915 .elementor-element.elementor-element-48a5116{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-5915 .elementor-element.elementor-element-48a5116.e-con{--align-self:center;}#elementor-popup-modal-5915{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5915 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5915 .dialog-close-button{display:flex;}#elementor-popup-modal-5915 .dialog-widget-content{border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-5915 .elementor-element.elementor-element-48a5116{--padding-top:0.5em;--padding-bottom:0.5em;--padding-left:0.5em;--padding-right:0.5em;}}@media(min-width:768px){.elementor-5915 .elementor-element.elementor-element-48a5116{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-48a5116 */.texture {
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}




.texture input {
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 10px !important;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 15px;
        direction: ltr;
    }
    
.texture button {
        margin-top: 20px;
        padding: 10px 20px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 15px !important;
        width: 100% !important;
    }

    #result {
        margin-top: 20px;
        font-size: 18px;
        color: #333;
        text-align: center;
        direction: rtl;
    }
.texture body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f4f4f9;
            margin: 0;
            padding: 0 20px;
            box-sizing: border-box;
        }
.texture calculator {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            width: 100%;
            box-sizing: border-box;
        }
.texture calculator h2 {
            margin-bottom: 20px;
            font-size: 24px;
            color: #333;
            text-align: center;
        }
.texture calculator label {
            display: block;
            margin-bottom: 5px;
            color: #555;
            font-weight: bold;
        }
.texture calculator input {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 16px;
        }

.texture result {
            margin-top: 20px;
            font-size: 18px;
            color: #333;
            text-align: center;
        }
        @media (max-width: 600px) {
            .calculator {
                padding: 15px;
            }
            .calculator h2 {
                font-size: 20px;
            }
            .calculator input, .calculator button {
                padding: 8px;
                font-size: 14px;
            }
            .result {
                font-size: 16px;
            }
        }/* End custom CSS */