.elementor-1803 .elementor-element.elementor-element-f743960{--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:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;overflow:visible;}.elementor-1803 .elementor-element.elementor-element-023a6bc{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#DFE1E3;--border-color:#DFE1E3;--border-radius:16px 16px 16px 16px;box-shadow:0px 4px 48px 0px rgba(56, 72, 88, 0.10196078431372549);--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;overflow:visible;}.elementor-1803 .elementor-element.elementor-element-023a6bc:not(.elementor-motion-effects-element-type-background), .elementor-1803 .elementor-element.elementor-element-023a6bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-1803 .elementor-element.elementor-element-023a6bc{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-1803 .elementor-element.elementor-element-023a6bc{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for container, class: .elementor-element-023a6bc *//* Container styling */
.ff_list_3col .ff-el-input--content {
    display: flex !important;
    width: 100% !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 20px;
    margin-bottom: 20px;;
}

/* Har tab ka default style */
.ff_list_3col .ff-el-form-check {
    flex: 1 1 33.33% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    border-right: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
}

.ff_list_3col .ff-el-form-check:last-child {
    border-right: none !important;
}

/* Circle radio button ko hide karna */
.ff_list_3col .ff-el-form-check-input {
    display: none !important;
}

/* Text (Label) ki styling: Font Size 18px */
.ff_list_3col .ff-el-form-check-label {
    display: block !important;
    padding: 15px 5px !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 18px !important; /* As requested */
    font-weight: 400 !important; /* Default weight */
    color: #4a5568 !important;
    transition: all 0.3s ease;
}

/* Jo Tab ACTIVE (Selected) hoga uska background aur font weight 600 */
.ff_list_3col .ff-el-form-check.ff_item_selected {
    background-color: #f0f0f0 !important; /* Light Gray */
}

.ff_list_3col .ff-el-form-check.ff_item_selected .ff-el-form-check-label {
    font-weight: 600 !important; /* As requested */
    color: #1a202c !important;
}

/* Hover effect */
.ff_list_3col .ff-el-form-check-label:hover {
    background-color: #f7fafc !important;
}/* End custom CSS */