body {
    font-weight: 500;
    background-color: #333 !important;
}

.elementor-2501 .elementor-element.elementor-element-16b5185 .tp-mobile-menu .tp-loop-inner, .elementor-2501 .elementor-element.elementor-element-16b5185 .tp-mobile-menu .tp-mm-c-wrapper, .elementor-2501 .elementor-element.elementor-element-16b5185 .tp-mobile-menu .tp-mm-c-wrapper .tp-loop-inner, .elementor-2501 .elementor-element.elementor-element-16b5185 .tp-mobile-menu .tp-mm-et-wrapper {
    /*background-color: rgba(0,0,0,0.2);*/
    background-color: #555A4D;
}

.rz-card.rz-variant-filled {
    background-color: #fff;
}

header {
    background-color: #1F1F1F;
    color: #fff;
}

.transparent-dropdown {
    color: #fff !important;
}

select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
}

.ddlvalue {
    color: #000;
}

.GradientBG {
    position: absolute; /* Positioning to allow for covering */
    background-color: #111111 !important;
    /*background-image: url("../images/5/home_page.png");*/
    left: 50%; /* Center the video */
    top: 50%; /* Center the video */
    min-width: 100%;
    min-height: 100%;
    width: auto; /* Maintain aspect ratio */
    height: 100vh; /* Maintain aspect ratio */
    margin: 0;
    transform: translate(-50%, -50%); /* Center the video */
    object-fit: contain; /* Ensure the video covers the container */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

h5, .rz-text-h5 .rz-m-0 {
    color: #000 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.RadzenCardCustomClass {
    /*         background: rgba(204, 214, 180, .6);*/
    background-color: #fff !important;
}
/*     #video-container {
                                        position: fixed;
                                        left: 0;
                                        top: 0;
                                        height: 100%;
                                        width: 100%;
                                        background-image: url("images/2/videos/RamadanHomeBG_LQ.gif");
                                        background-color: transparent;
                                        position: absolute;
                                        background-repeat: no-repeat;
                                        object-fit: cover;
                                        z-index: -1;
                                    }
                                 */
#video-container {
    position: absolute; /* Positioning to allow for covering */
    /* For Ramadan Only*/
    /* background-image: url("images/2/videos/RamadanHomeBG_LQ.gif"); */

    background-image: url("/images/7/videos/Home_BG.gif");
    left: 50%; /* Center the video */
    top: 50%; /* Center the video */
    min-width: 100%; /* Ensure it covers full width */
    min-height: 100%; /* Ensure it covers full height */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    transform: translate(-50%, -50%); /* Center the video */
    object-fit: cover; /* Ensure the video covers the container */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.line {
    width: 40px;
    height: 25px;
    border-bottom: 1px solid white;
    position: absolute;
    margin-left: 30px;
}


/*#video-container {
    position: absolute;*/ /* Positioning to allow for covering */
/* For Ramadan Only*/
/* background-image: url("images/2/videos/RamadanHomeBG_LQ.gif"); */

/*background-image: url("images/2/videos/background-video.gif");
    left: 50%;*/ /* Center the video */
/*top: 50%;*/ /* Center the video */
/*min-width: 100%;*/ /* Ensure it covers full width */
/*min-height: 100%;*/ /* Ensure it covers full height */
/*width: auto;*/ /* Maintain aspect ratio */
/*height: auto;*/ /* Maintain aspect ratio */
/*transform: translate(-50%, -50%);*/ /* Center the video */
/*object-fit: cover;*/ /* Ensure the video covers the container */
/*background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
}*/
.back-btn svg {
    fill: #fff;
}

.rz-card {
    padding: unset !important;
    /* max-width: 190px; */
}

.rz-card img {
    width: 150px;
    height: 120px;
    /* border-radius: 10%; */
    transition: transform 1.5s;
    height: auto;max-width: 100%;border: none;border-radius: 0;box-shadow: none;vertical-align: middle; text-align: center;z-index:10;
}

.rz-card img:hover {
    transform: scale(1.2);
}
.headerlogo {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    z-index: 10;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.more-details {
    color: #000;
    background-color: #fff;
}
.rz-carousel-items {
    background-color: #000 !important;
    border: 10px solid #fff !important;
    max-height: 150px !important;
}

.rz-badge-primary.rz-shade-light {
    background-color: #424F83 !important;
    color: #fff !important;
}


.rz-background-color-secondary-dark{
    background-color: unset !important;
}
.MainButton {
    background-color: #EC448C !important;
    color: #fff !important;
}

    .MainButton:hover {
        background-color: unset !important;
        color: unset !important;
    }
.rz-g > div {
    padding-left: 10px !important;
}


.DialogItemMainColor {
    color: #142d56;
}

button[disabled] {
    pointer-events: none;
}

a:hover {
}

/*.Background-color-white{
    background-color: white !important;
}
*/
.InsidePage_Category {
    background-image: url('/images/1/PrimaryLogo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 180px;
    padding-bottom: 10px;
}

.rz-badge-primary.rz-shade-light {
    background-color: #424F83 !important;
    color: #fff !important;
}

.VideoListText {
    color: #555A4D !important;
}

.bodySubComponent {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /*    background: radial-gradient(ellipse at bottom, #ccd6b4 0%, #0c0d13 160%);*/
    overflow: hidden;
}

.cardTextDetails {
    color: #222222;
    background-color: rgba(255, 255, 255, 0);
}

.TextInsideCard {
    padding-left: 10px;
}

.RightArror {
    background-color: #ffffff !important;
    color: #000 !important;
}

.footer {
    /* Semi-transparent background */
    background-color: #000;
    opacity: 0.8;
    /*background-color: #e7d4c2;*/
    color: black;
}

.footer {
    /*background-color: rgba(0,0,0,0.3);*/
    //margin-top: 50px;
    /*height: 60px;*/
    z-index: 999;
    a span {
        color: #EC448C !important;
    }
}

.rz-body {
    padding: unset !important;
}

.FooterSVGColor {
    /*fill: #f27678;*/
    fill: #EC448C;
}
