.elementor-2210 .elementor-element.elementor-element-f6fd40b{--display:flex;--overflow:hidden;--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2210 .elementor-element.elementor-element-08dea0f{background-color:#FFFFFF;padding:32px 32px 32px 32px;border-radius:24px 24px 24px 24px;}#elementor-popup-modal-2210{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2210 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2210 .dialog-close-button{display:flex;}#elementor-popup-modal-2210 .dialog-widget-content{border-radius:32px 32px 32px 32px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-2210 .elementor-element.elementor-element-08dea0f{padding:32px 32px 32px 32px;}}/* Start custom CSS for shortcode, class: .elementor-element-08dea0f */.cc-result-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 28px;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: center;
    direction: rtl;
}

.cc-result-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.cc-result-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
}

.cc-result-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cc-result-item {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 20px 15px;
    min-width: 120px;
    flex: 1;
}

.cc-result-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.cc-result-label {
    font-size: 13px;
    color: #666;
}

.cc-result-note {
    background: #fafafa;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.cc-result-cta {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.cc-result-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.cc-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9998;
}

.cc-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 20px;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

#cc-modal {
    display: none;
}

#cc-modal.active {
    display: block;
}

.cc-modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.cc-result-cta {
    display: inline-block;
    margin-top: 20px;
    background: #C2E39E;
    color: #111;
    padding: 14px 28px;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

.cc-result-cta:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}



#cc-width {
    
    margin-bottom: 15px!important;
}

#cc-calculate {
    background: #9D2540;
    width: 100%;
    border-radius: 99px;
    color: white;
}

@media screen and (max-width: 600px) {

.cc-result-grid {
flex-direction: row!important;
}

.cc-result-item {
min-width: 30px!important;
padding: 4px!important
}

.cc-option {
display: flex!important;
flex-direction: column!important;
flex-grow: 0!important;
  justify-content: center;
  align-items: center;
padding: 8px;

}

.cc-option img {
margin: 0px
}

.cc-option-text {

text-align: center!important;
}
}

.cc-radio-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cc-option {
    border: 2px solid #eee;
    padding-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    width: 100%;
        display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.cc-option img {
    width: 70px;

}

.cc-option span {
   text-align: right;

}

.cc-option input {
    display: none;
}

/* selected state */
.cc-option input:checked {
    outline: 2px solid #9D2540;
}

.cc-option:has(input:checked) {
    border-color: #9D2540;
    transform: scale(1.03);
}/* End custom CSS */