/* Auto-extracted from health_assistance.blade.php */

/* ----- block 1 ----- */
.image{
            object-fit:contain;
            height:-webkit-fill-available;
        }
       #videoModal .btn-close{
        float:right;
        position: absolute;
        right: 15px;
        top: 15px;
        background-color: #eeeeee;
       }
        li{
            list-style-type: none;
        }
        .course_details_area .title:after {
                content: "";
                position: absolute;
                left: 0;
                bottom:-1px;
                height: 1px;
                width: 74px;
                background:#fcb037;
            }
            .course_details_area .title {
                font-size: 21px;
                border: none;
                cursor: pointer;
                margin-top: 24px;
                border-bottom: 1px solid #eeeeee;
                position: relative;
                padding-bottom: 10px;
                margin-bottom: 22px;
            }
            .reviews .star {
                width: 31%;
                margin-bottom: 10px;
            }
            .ti-star:before {
                        content: "☆";
                    }
             .reviews span,  .reviews .star {
                        width: 31%;
                        margin-bottom: 10px;
             }
             .star .checked {
                color:#fcb037;
            }
            .video{
                min-height: 110px !important;
            }
           .text-black{
            color:black !important;
           }
        body{
            text-transform:initial;
        }
        .btn-social:hover{
                color:red;
            }
            /* Force 4 article cards per row on desktop (overrides Bootstrap .row > *) */
            .row > .column,
            .column{
                flex: 0 0 calc(25% - 1rem) !important;
                max-width: calc(25% - 1rem) !important;
                width: calc(25% - 1rem) !important;
            }
            /* Mobile: stack cards one per row at full width */
            @media (max-width: 768px) {
                .row > .column,
                .column{
                    flex: 0 0 calc(100% - 1rem) !important;
                    max-width: calc(100% - 1rem) !important;
                    width: calc(100% - 1rem) !important;
                }
            }
            .language_dropdown{
            background: transparent !important;
            border: none;cursor: pointer;
            margin-top: -3px !important;
            color: var(--light) !important;
            text-transform: uppercase;
            font-weight: 600;
            outline: none;
            transition: .5s;
        }

        .dropdown-toggle::after {
            display: none !important;
        }

        .loader {
            position: fixed;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            background:rgb(1 3 31 / 50%);
            padding-top: 17%;
            z-index: 22222;
         }
               
         @media (max-width: 460px) {
            .loader {
            position: fixed;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            background:rgb(1 3 31 / 50%);
            padding-top: 90%;
            z-index: 22222;
            }
            .language_dropdown{
                color: #000 !important;
                background: transparent !important;
            }
         }

         .dropdown-item{
                color: #fff;
                font-size: 18px;
                text-overflow: ellipsis;
            }
