.elementor-279 .elementor-element.elementor-element-4e5c059{--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;}.elementor-279 .elementor-element.elementor-element-9f9f2e2{--spacer-size:50px;}.elementor-279 .elementor-element.elementor-element-267664e{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-279 .elementor-element.elementor-element-b531e28{padding:0px 0px 0px 0px;text-align:center;font-family:"Tahoma", Sans-serif;font-size:22px;font-weight:400;line-height:8px;}.elementor-279 .elementor-element.elementor-element-f7f7ea4{--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;}.elementor-279 .elementor-element.elementor-element-55841af.elementor-element{--align-self:center;}.elementor-279 .elementor-element.elementor-element-25810e5{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-279 .elementor-element.elementor-element-a49732a{text-align:center;}.elementor-279 .elementor-element.elementor-element-a49732a .elementor-heading-title{font-family:"Tahoma", Sans-serif;font-size:27px;font-weight:600;}@media(max-width:767px){.elementor-279 .elementor-element.elementor-element-b531e28{font-size:20px;line-height:1.5em;}}/* Start custom CSS for ds_donation_form, class: .elementor-element-55841af *//* Donation Form Wrapper */
.ds-form {
    max-width: 420px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 22px;
    font-family: Tahoma, Bangla1059, sans-serif;
}

/* Form Inputs */
.ds-form input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Input Focus */
.ds-form input[type="text"]:focus {
    border-color: #1B1B1B;
    box-shadow: 0 0 0 2px rgba(27, 27, 27, 0.08);
}

/* Placeholder */
.ds-form input::placeholder {
    color: #999;
    font-size: 13px;
}

/* Submit Button */
.ds-form button {
    width: 100%;
    padding: 12px;
    background: #1B1B1B;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
}

/* Button Hover */
.ds-form button:hover {
    background: #000000;
}

/* Button Active */
.ds-form button:active {
    transform: scale(0.98);
}

.ds-form + p {
    color: #ffffff;
    font-size: 17px;
    margin-top: 12px;
    text-align: center;
}


/* Mobile Friendly */
@media (max-width: 480px) {
    .ds-form {
        padding: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for ds_donation_leaderboard, class: .elementor-element-c557379 *//* Leaderboard Wrapper */
.ds-leaderboard {
    max-width: 600px;
    font-family: Tahoma, Bangla1059, sans-serif;
    width: 100%;
    margin: 0 auto;
}

/* Individual Card */
.ds-card {
    background: #1B1B1B;
    color: #ffffff;
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;

    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Hover Effect (subtle) */
.ds-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

/* Rank Number */
.ds-rank {
    min-width: 28px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.85;
}

/* Donor Name */
.ds-name {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Donation Amount */
.ds-amount {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}

/* Top 3 Highlight (optional but nice) */
.ds-card:nth-child(1) {
    box-shadow: 0 0 0 2px rgba(255, 223, 0, 0.9);
}

.ds-card:nth-child(2) {
    box-shadow: 0 0 0 2px rgba(217, 218, 219, 0.9);
}

.ds-card:nth-child(3) {
    box-shadow: 0 0 0 2px rgba(205, 127, 50, 0.9);
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .ds-card {
        padding: 12px 14px;
    }

    .ds-name {
        font-size: 13px;
    }

    .ds-amount {
        font-size: 13px;
    }
}
    .ds-amount::after {
    content: " BDT";
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
    margin-left: 1.5px;
}/* End custom CSS */