.elementor-21837 .elementor-element.elementor-element-4a0f905{--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;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#DDDDDD;--border-color:#DDDDDD;--padding-top:70px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-21837 .elementor-element.elementor-element-4b344fd{text-align:left;}.elementor-21837 .elementor-element.elementor-element-4b344fd .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;color:#000000;}.elementor-21837 .elementor-element.elementor-element-73bea64{--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:50px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-21837 .elementor-element.elementor-element-4a0f905{--padding-top:50px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-21837 .elementor-element.elementor-element-4a0f905{--content-width:1280px;}.elementor-21837 .elementor-element.elementor-element-73bea64{--content-width:1280px;}}/* Start custom CSS */.feedback_sec{
    display: none !important;
}

#custom-review-form label {display:block;margin:5px 0;}
#custom-review-form input[type="radio"],
#custom-review-form input[type="checkbox"] {margin-right:5px;}
#custom-review-form textarea {width:100%;}
#custom-review-form input[type="submit"] {
  background:#ff6600;color:#fff;padding:10px 20px;border:none;cursor:pointer;
}




/* ===== Review Form Wrapper ===== */
#custom-review-form {
    
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
}

/* Headings */
#custom-review-form h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Labels & Text */
#custom-review-form span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
}

/* Inputs General */
#custom-review-form input[type="text"],
#custom-review-form input[type="email"],
#custom-review-form input[type="date"],
#custom-review-form textarea {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s;
    font-size: 14px;
}
#custom-review-form input:focus,
#custom-review-form textarea:focus {
    border-color: #0077cc;
    outline: none;
    box-shadow: 0 0 6px rgba(0,119,204,0.2);
}

/* ===== Tabs (Radio/Checkbox as buttons) ===== */


#custom-review-form input[type="radio"]:checked {
    border: 5px solid #7e014b;
}

#custom-review-form input:checked ~ label {
    transform: scale(1);
    color: #7e014b !important;
    border: 1px solid #7e014b !important;
    background-color: #fff !important;
    font-weight: bold !important;
}

#custom-review-form input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 3px solid #7e014b;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

#custom-review-form input[type="radio"] {
    right: 0;
    top: 0;
    z-index: 999;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    /* visibility: hidden; */
    opacity: 0;
}

#custom-review-form label {
    width: auto;
    padding: 6px 12px;
    margin-right: 0.375rem;
    display: block;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    transition: all 0.3s 
ease;
    transform: scale(0.95);
}


#custom-review-form label {
    display: inline-block;
    margin: 5px 8px 10px 0;
    cursor: pointer;
    font-size: 14px;
}

#custom-review-form label.active {
    background-color: #359fcd !important;
    color: #fff !important;
    border-color: #359fcd !important;
    transform: scale(1.05);
}

@media(min-width:991px){
.input_flex_div{
    display: flex;
    gap: 20px;
}
.input_flex_div .flex_inner{
    width: 100%;
}
}

.confirmation_div label {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

/* ===== Submit Button ===== */
#custom-review-form input[type="submit"] {
    background-color: #D81C34;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 6px 15px 0px rgba(216, 27.999999999999957, 51.9999999999998, 0.52);
    border-radius: 30px 30px 30px 30px;
    padding: 15px 35px 15px 35px;
    cursor: pointer;
    transition: all 0.3s;
}
#custom-review-form input[type="submit"]:hover {
    background: #D81C34;
}

/* ===== Success Redirect Notice ===== */
.review-success {
    max-width: 800px;
    margin: 20px auto;
    padding: 15px;
    background: #e6f7f1;
    border: 1px solid #b7ebd5;
    color: #237804;
    border-radius: 8px;
    font-size: 14px;
}/* End custom CSS */