
* {
  box-sizing: border-box;
}

:root {
  --deep: #082f29;
  --deep-2: #0b3d35;
  --green: #146653;
  --green-light: #1b745e;

  --gold: #c8a45d; /*#c8a45d*/
  --gold-soft: #e5cf9c;
  --gold-pale: #fff8e8;

  --cream: #f8f4e9;
  --paper: #fffdf8;
  --white: #ffffff;

  --ink: #1f2b27;
  --muted: #71807a;
  --line: #e8e3d7;

  --success: #3c9875;

  --shadow: 0 18px 50px rgba(19, 50, 42, .10);
  --shadow-soft: 0 8px 25px rgba(19, 50, 42, .07);
}

/* =========================================================
   BASE
========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);

  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(200,164,93,.12),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      #f8f5ec 0%,
      #f4f1e8 100%
    );

  font-family: "Inter", Arial, sans-serif;
}

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}



/* =========================================================
   HEADER
========================================================= */
.topbar {
  height: 76px;
  padding: 0 clamp(18px, 5vw, 72px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: rgba(255,253,248,.94);

  border-bottom: 1px solid var(--line);

  position: sticky;
  top: 0;
  z-index: 100;

  backdrop-filter: blur(12px);
}


.brand {
    display: flex;
    align-items: center;
    gap: 8px;
	min-width: 0;
    color: var(--deep);
    text-decoration: none;
}


.brand-mark {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    flex: 0 0 40px;
}

.brand-mark img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}

.brand strong {
    display: block;

    font-family: Georgia, serif;
    font-size: 21px;

    white-space: nowrap;
	color: #D4AF37;
}

@media (max-width: 600px) {
    .brand strong {
        font-size: 17px;
        white-space: nowrap;
    }
}


.brand small {
    display: block;

    margin-top: 1px;

    color: var(--muted);

    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}




.top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.icon-btn,
.language-wrap select {
  height: 42px;

  border: 1px solid var(--line);

  background: var(--white);
  color: var(--deep);

  border-radius: 10px;
}

.icon-btn {
  width: 42px;

  font-size: 22px;

  transition:
    background .2s ease,
    border-color .2s ease,
    transform .1s ease;
}

.icon-btn:hover {
  background: var(--gold-pale);
  border-color: var(--gold-soft);
}

.icon-btn:active {
  transform: scale(.95);
}

.language-wrap select {
  min-width: 125px;
  padding: 0 12px;

  outline: none;

  cursor: pointer;
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;

  min-height: 330px;

  display: grid;
  place-items: center;

  text-align: center;

  color: white;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(200,164,93,.18),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      var(--deep),
      #10483e 55%,
      #082e28
    );
}

.hero::before,
.hero::after {
  content: "";

  position: absolute;

  width: 430px;
  height: 430px;

  border: 0px solid rgba(229,207,156,.15);

  transform: rotate(45deg);
}

.hero::before {
  left: -270px;
  top: -280px;
}

.hero::after {
  right: -270px;
  bottom: -280px;
}

.hero-pattern {
  position: absolute;
  inset: 0;

  opacity: .08;

  background-image:
    linear-gradient(
      45deg,
      transparent 48%,
      #e5cf9c 49%,
      #e5cf9c 51%,
      transparent 52%
    ),
    linear-gradient(
      -45deg,
      transparent 48%,
      #e5cf9c 49%,
      #e5cf9c 51%,
      transparent 52%
    );

  background-size: 42px 42px;
}

.hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    box-sizing: border-box;

    padding: 4px 2px;
}



.eyebrow {
  color: var(--gold);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2.5px;
}

.eyebrow_basearea {
  color: var(--gold);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2.5px;
}

@media (max-width: 600px) {

    .eyebrow_basearea {
		color: var(--gold);
		font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.2px;
}
}







/* =======================================================
   CAMPAIGN TARGET NUMBER
======================================================= */
.campaign-target-number {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 28px auto 30px;
    padding: 24px 28px 22px;

    width: calc(100% - 20px);
    max-width: 850px;

    box-sizing: border-box;

    text-align: center;

    border: 1px solid rgba(200, 164, 93, 0.45);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 253, 248, 0.96),
            rgba(247, 241, 225, 0.92)
        );

    box-shadow:
        0 12px 35px rgba(8, 47, 41, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);

    overflow: hidden;
}


/* =======================================================
   MAIN NUMBER
======================================================= */
/* =======================================================
   CAMPAIGN TARGET NUMBER
======================================================= */

.campaign-target-number {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: calc(100% - 20px);
    max-width: 850px;

    margin: 28px auto 30px;
    padding: 24px 28px 22px;

    box-sizing: border-box;

    text-align: center;

    border: 1px solid rgba(200, 164, 93, 0.45);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 253, 248, 0.96),
            rgba(247, 241, 225, 0.92)
        );

    box-shadow:
        0 12px 35px rgba(8, 47, 41, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);

    overflow: hidden;
}


/* =======================================================
   TOP DECORATION
======================================================= */

.campaign-target-number::before {
    content: "✦  ۞  ✦";

    position: absolute;
    top: 7px;
    left: 50%;

    transform: translateX(-50%);

    font-size: 11px;
    letter-spacing: 5px;

    color: #c8a45d;
    opacity: 0.65;

    white-space: nowrap;
}


/* =======================================================
   MAIN TARGET NUMBER
   h1-এর মতো appearance
======================================================= */

.campaign-target-value {
    display: block;

    width: 100%;
    max-width: 100%;

    margin: 14px 0 8px;

    box-sizing: border-box;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 68px;
    font-weight: 600;

    line-height: 1.05;

    letter-spacing: 1px;

    color: #083b34;

    text-shadow:
        0 2px 0 rgba(200, 164, 93, 0.15);

    text-align: center;

    white-space: nowrap;
}


/* =======================================================
   CAMPAIGN TITLE
======================================================= */

.campaign-target-title {
    display: block;

    width: 100%;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 3px;

    color: #a47d35;

    white-space: nowrap;
}


/* =======================================================
   SMALL TEXT
======================================================= */

.campaign-target-number small {
    display: block;

    margin-top: 6px;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: 0.8px;

    color: #66736e;
}


/* =======================================================
   BOTTOM ORNAMENTAL LINE
======================================================= */

.campaign-target-number::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 50%;

    width: 110px;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a45d,
            transparent
        );
}


/* =======================================================
   DESKTOP
======================================================= */

@media (min-width: 601px) {

    .campaign-target-number {
        width: calc(100% - 20px);
        max-width: 850px;

        margin: 28px auto 30px;

        padding: 24px 28px 22px;
    }

    .campaign-target-value {
        font-size: 68px;
        line-height: 1.05;
        letter-spacing: 1px;
    }

    .campaign-target-title {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .campaign-target-number small {
        font-size: 12px;
    }
}


/* =======================================================
   MOBILE
======================================================= */

@media (max-width: 600px) {

    .hero-content {
        width: 100%;
        padding-left: 3;
        padding-right: 3;
    }

    .campaign-target-number {
        width: 100%;
        max-width: none;

        margin: 18px 0 20px;

        padding: 18px 5px 16px;

        box-sizing: border-box;

        border-radius: 15px;
    }


    .campaign-target-value {
        /*
         * h1-এর মতো বড় appearance
         * কিন্তু mobile width-এর মধ্যে থাকবে
         */
        font-size: 32px;

        line-height: 1.05;

        letter-spacing: 0;

        margin: 10px 0 5px;
    }


    .campaign-target-title {
        font-size: 11px;

        letter-spacing: 2px;
    }


    .campaign-target-number small {
        font-size: 10px;
    }
}




/*campaig end deadline*/
/* =======================================================
   CAMPAIGN END — GOLDEN TEXT STYLE
======================================================= */

.campaign-end {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 24px auto 28px;
    padding: 0;

    width: 100%;
    max-width: 700px;

    box-sizing: border-box;

    text-align: center;

    /* No box */
    background: none;
    border: none;
    box-shadow: none;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* =======================================================
   EID MOON — POLISHED GOLDEN CRESCENT
======================================================= */

.campaign-end::before {
    content: "";

    position: absolute;
    top: -12px;
    right: 22px;

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #d8b866;

    /*
     * Crescent shape
     * The transparent radial area cuts
     * the inner part of the moon.
     */
    -webkit-mask:
        radial-gradient(
            circle at 68% 38%,
            transparent 0 52%,
            #000 53%
        );

    mask:
        radial-gradient(
            circle at 68% 38%,
            transparent 0 52%,
            #000 53%
        );

    z-index: 1;

    /*
     * Soft breathing / twinkling effect
     */
    animation: eidMoonTwinkle 7s ease-in-out infinite;

    transform-origin: center center;
}


/* =======================================================
   EID MOON — SOFT TWINKLE
======================================================= */
@keyframes eidMoonTwinkle {

    /* ===================================================
       FADE IN — VERY SLOW
    =================================================== */

    0% {
        opacity: 0;

        transform: scale(0.88);

        filter: brightness(0.70);

        box-shadow:
            0 0 0 rgba(216, 184, 102, 0),
            0 0 0 rgba(216, 184, 102, 0);
    }

    8% {
        opacity: 0.08;

        transform: scale(0.90);

        filter: brightness(0.74);

        box-shadow:
            0 0 2px rgba(216, 184, 102, 0.06),
            0 0 5px rgba(216, 184, 102, 0.02);
    }

    16% {
        opacity: 0.18;

        transform: scale(0.92);

        filter: brightness(0.80);

        box-shadow:
            0 0 3px rgba(216, 184, 102, 0.10),
            0 0 8px rgba(216, 184, 102, 0.04);
    }

    24% {
        opacity: 0.30;

        transform: scale(0.94);

        filter: brightness(0.86);

        box-shadow:
            0 0 4px rgba(216, 184, 102, 0.15),
            0 0 10px rgba(216, 184, 102, 0.06);
    }

    32% {
        opacity: 0.44;

        transform: scale(0.96);

        filter: brightness(0.91);

        box-shadow:
            0 0 5px rgba(216, 184, 102, 0.22),
            0 0 13px rgba(216, 184, 102, 0.08);
    }

    40% {
        opacity: 0.60;

        transform: scale(0.98);

        filter: brightness(0.97);

        box-shadow:
            0 0 7px rgba(216, 184, 102, 0.30),
            0 0 16px rgba(216, 184, 102, 0.11);
    }


    /* ===================================================
       PEAK — SOFT GOLDEN GLOW
    =================================================== */

    50% {
        opacity: 1;

        transform: scale(1);

        filter: brightness(1.12);

        box-shadow:
            0 0 9px rgba(216, 184, 102, 0.50),
            0 0 20px rgba(216, 184, 102, 0.22),
            0 0 32px rgba(216, 184, 102, 0.10);
    }


    /* ===================================================
       FADE OUT — VERY SLOW
    =================================================== */

    58% {
        opacity: 0.84;

        transform: scale(0.99);

        filter: brightness(1.07);

        box-shadow:
            0 0 8px rgba(216, 184, 102, 0.42),
            0 0 18px rgba(216, 184, 102, 0.17),
            0 0 28px rgba(216, 184, 102, 0.07);
    }

    66% {
        opacity: 0.66;

        transform: scale(0.98);

        filter: brightness(1.01);

        box-shadow:
            0 0 7px rgba(216, 184, 102, 0.32),
            0 0 16px rgba(216, 184, 102, 0.12);
    }

    74% {
        opacity: 0.48;

        transform: scale(0.96);

        filter: brightness(0.94);

        box-shadow:
            0 0 5px rgba(216, 184, 102, 0.23),
            0 0 12px rgba(216, 184, 102, 0.08);
    }

    82% {
        opacity: 0.31;

        transform: scale(0.94);

        filter: brightness(0.87);

        box-shadow:
            0 0 4px rgba(216, 184, 102, 0.15),
            0 0 9px rgba(216, 184, 102, 0.05);
    }

    90% {
        opacity: 0.15;

        transform: scale(0.91);

        filter: brightness(0.79);

        box-shadow:
            0 0 2px rgba(216, 184, 102, 0.08),
            0 0 6px rgba(216, 184, 102, 0.03);
    }

    96% {
        opacity: 0.05;

        transform: scale(0.89);

        filter: brightness(0.73);

        box-shadow:
            0 0 1px rgba(216, 184, 102, 0.03),
            0 0 3px rgba(216, 184, 102, 0.01);
    }

    /* ===================================================
       COMPLETELY DISAPPEAR
    =================================================== */

    100% {
        opacity: 0;

        transform: scale(0.88);

        filter: brightness(0.70);

        box-shadow:
            0 0 0 rgba(216, 184, 102, 0),
            0 0 0 rgba(216, 184, 102, 0);
    }
}







/* =======================================================
   SMALL EID STAR
======================================================= */

.campaign-end::after {
    content: "✦";

    position: absolute;

    top: -7px;
    right: 8px;

    font-family: Georgia, serif;
    font-size: 10px;

    color: #e5cf9c;

    z-index: 2;

    animation: eidStarTwinkle 5s ease-in-out infinite;

    transform-origin: center;
}


/* =======================================================
   STAR — VERY SUBTLE TWINKLE
======================================================= */

@keyframes eidStarTwinkle {

    0% {
        opacity: 0.25;

        transform:
            scale(0.75)
            rotate(0deg);

        text-shadow:
            0 0 2px rgba(229, 207, 156, 0.15);
    }

    30% {
        opacity: 0.55;

        transform:
            scale(0.90)
            rotate(8deg);

        text-shadow:
            0 0 5px rgba(229, 207, 156, 0.30);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.08)
            rotate(15deg);

        text-shadow:
            0 0 7px rgba(229, 207, 156, 0.55),
            0 0 14px rgba(229, 207, 156, 0.25);
    }

    72% {
        opacity: 0.55;

        transform:
            scale(0.90)
            rotate(8deg);

        text-shadow:
            0 0 5px rgba(229, 207, 156, 0.30);
    }

    100% {
        opacity: 0.25;

        transform:
            scale(0.75)
            rotate(0deg);

        text-shadow:
            0 0 2px rgba(229, 207, 156, 0.15);
    }
}





/* =======================================================
   SMALL LABEL
======================================================= */

.campaign-end-label {
    margin-bottom: 7px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #c8a45d;

    text-shadow:
        0 1px 5px rgba(200, 164, 93, 0.25);
}


/* =======================================================
   MAIN DATE
======================================================= */

.campaign-end-date {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(25px, 4vw, 40px);
    font-weight: 700;

    line-height: 1.15;

    color: #d2ae5b;

    letter-spacing: 0.5px;

    text-shadow:
        0 1px 0 rgba(255, 245, 210, 0.35),
        0 2px 10px rgba(200, 164, 93, 0.20);
}


/* =======================================================
   GOLD ORNAMENT
======================================================= */

.campaign-end-date::after {
    content: "✦";

    display: block;

    margin: 8px auto 5px;

    font-family: Georgia, serif;

    font-size: 11px;

    color: #c8a45d;

    text-shadow:
        0 0 8px rgba(200, 164, 93, 0.35);
}


/* =======================================================
   UNTIL EID
======================================================= */

.campaign-end-until {
    font-size: 14px;
    font-weight: 600;

    color: rgba(255, 253, 248, 0.82);

    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.15);
}


/* =======================================================
   EXPECTED DATE HINT
======================================================= */

.campaign-end-hint {
    margin-top: 5px;

    font-size: 10px;

    color: rgba(200, 164, 93, 0.78);

    letter-spacing: 0.4px;
}


/* =======================================================
   MOBILE
======================================================= */

@media (max-width: 600px) {
	
	    .campaign-end::before {
        top: -9px;
        right: 12px;

        width: 27px;
        height: 27px;
    }

    .campaign-end::after {
        top: -5px;
        right: 1px;

        font-size: 8px;
    }
	

    .campaign-end {
        margin: 20px auto 24px;
    }

    .campaign-end-label {
        margin-bottom: 6px;

        font-size: 9px;
        letter-spacing: 2.3px;
    }

    .campaign-end-date {
        font-size: 23px;
        letter-spacing: 0;
    }

    .campaign-end-date::after {
        margin-top: 7px;
        margin-bottom: 4px;

        font-size: 10px;
    }

    .campaign-end-until {
        font-size: 12px;
    }

    .campaign-end-hint {
        margin-top: 5px;

        font-size: 9px;
    }
}



/* =======================================================
   REDUCED MOTION
   Respect users who disable animations.
======================================================= */

@media (prefers-reduced-motion: reduce) {

    .campaign-end::before,
    .campaign-end::after {
        animation: none;
    }
}



.campaign-overview {
	margin: 24px 16px;
	padding: 20px;
	border-radius: 16px;
	color: #c8a45d;
	background: #fffdf8;
	border: 1px solid #e8e3d7;
	box-shadow: 0 6px 20px rgba(8, 47, 41, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.overview-card {
    flex: 1;
    min-width: 220px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .overview-card {
        flex: 100%;
        min-width: 100%;
    }
}



/* overview-card 2 */
.overview-card.progress-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;

    background: radial-gradient(
        circle,
        #ffffff 0%,
        #fcfbfa 100%
    );

    border: 1px solid #e8e3d7;
    border-radius: 14px;
    padding: 16px 8px;

    box-shadow:
        0 4px 14px rgba(8, 47, 41, 0.05);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.overview-card.progress-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 6px 18px rgba(8, 47, 41, 0.08);
}


.overview-card.progress-card .overview-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #8c7341;
    margin-bottom: 2px;
    display: block;
}


/* =========================================
   Footer / Average Bar
========================================= */

.progress-average-bar {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 7px 10px;

    background: linear-gradient(
        90deg,
        #eef8f2,
        #edf7fb,
        #f1f8f4
    );

    border: 1px solid rgba(94, 173, 144, 0.22);
    border-radius: 9px;
}


/* Average Counts */

.progress-average-bar .average-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #5b7770;
}


/* Average Number */

.progress-average-bar strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: #287b68;
}


/* / day */

.progress-average-bar .average-unit {
    font-size: 9px;
    color: #7b8985;
}







/* =========================================
Overview Card 3 : Participants
========================================= */

.overview-card.participant-card {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;


background: radial-gradient(
    circle,
    #ffffff 0%,
    #fcfbfa 100%
);

border: 1px solid #e8e3d7;
border-radius: 14px;

padding: 16px 18px;

box-shadow:
    0 4px 14px rgba(8, 47, 41, 0.05);

transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;


}

.overview-card.participant-card:hover {
transform: translateY(-2px);


box-shadow:
    0 6px 18px rgba(8, 47, 41, 0.08);


}

/* =========================================
Main Row
========================================= */

.participant-main {
display: flex;
align-items: center;
gap: 12px;


width: 100%;
min-width: 0;


}

/* =========================================
Icon
========================================= */

.participant-icon-wrap {
display: flex;
align-items: center;
justify-content: center;


width: 42px;
height: 42px;

background: rgba(16, 124, 65, 0.08);
color: #107C41;

border-radius: 10px;

flex-shrink: 0;


}

/* =========================================
Participant Content
========================================= */

.participant-content {
display: flex;
flex-direction: column;


min-width: 0;
flex: 1;


}

.overview-card.participant-card .overview-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.8px;


color: #8c7341;

margin-bottom: 2px;


}

.overview-card.participant-card strong {
font-size: 18px;
font-weight: 700;


color: #1a1a1a;

line-height: 1.2;

margin-bottom: 2px;


}

.overview-card.participant-card small {
font-size: 11px;
color: #666666;
}

/* =========================================
Target
========================================= */

.participant-target {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;


flex-shrink: 0;

text-align: right;


}

.target-label {
font-size: 9px;
font-weight: 700;


color: #9a7b3f;

margin-bottom: 2px;


}

.participant-target strong {
font-size: 14px !important;
font-weight: 800;


color: #85682f !important;

line-height: 1.2;


}

/* =========================================
Footer : Average Counts Bar
========================================= */

.participant-average-bar {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;


width: 100%;

padding: 7px 10px;

box-sizing: border-box;

background: linear-gradient(
    90deg,
    #eef8f2,
    #edf7fb,
    #f1f8f4
);

border: 1px solid rgba(94, 173, 144, 0.22);

border-radius: 9px;


}

.participant-average-bar .average-label {
font-size: 9px;
font-weight: 700;


color: #5b7770;

letter-spacing: 0.3px;


}

.participant-average-bar strong {
font-size: 14px !important;
font-weight: 800;


color: #287b68 !important;

line-height: 1;
margin: 0 !important;


}

.participant-average-bar .average-unit {
font-size: 9px;
color: #7b8985;
}

/* =========================================
Mobile
========================================= */

@media (max-width: 600px) {

.overview-card.participant-card {
    padding: 14px;
    gap: 9px;
}

.participant-main {
    gap: 10px;
}

.participant-icon-wrap {
    width: 38px;
    height: 38px;
}

.overview-card.participant-card strong {
    font-size: 17px;
}

.participant-target strong {
    font-size: 13px !important;
}

.participant-average-bar {
    padding: 7px 8px;
}

.participant-average-bar .average-label {
    font-size: 8.5px;
}

.participant-average-bar strong {
    font-size: 13px !important;
}


}












/*overview-card 4*/
.card-title-label-4 {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 6px;

    /* Multicolor gradient text */
    background: linear-gradient(
        90deg,
        #6fcf97,
        #72c9c9,
        #74b9e8,
        #79aee8,
        #6fcf97
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Same gradient underline */
.card-title-label-4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    border-radius: 3px;

    background: linear-gradient(
        90deg,
        #6fcf97,
        #72c9c9,
        #74b9e8,
        #79aee8,
        #6fcf97
    );
}


.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 7px;
}

#countdownStatus {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #527f7d;
    text-align: center;
}

#countdownToStart {
    display: inline-block;
    max-width: 100%;
    padding: 7px 13px;
    box-sizing: border-box;

    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #72b99b,
        #70b7c9,
        #7ca8d4
    );

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50px;

    box-shadow:
        0 4px 12px rgba(70, 130, 145, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);

    white-space: normal;
}

@media (max-width: 600px) {

    #countdownStatus {
        font-size: 10px;
    }

    #countdownToStart {
        max-width: 95%;
        padding: 6px 11px;
        font-size: 11px;
        line-height: 1.6;
        border-radius: 13px;
    }
}
/*time zone*/
.timezone-name {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    color: #4f8f8a;
}



.hero h1 {
  margin: 14px 0 10px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(38px, 6vw, 64px);

  font-weight: 400;
}

.hero p {
  margin: 0 auto;

  max-width: 680px;

  color: #dce8e4;

  font-size: 16px;
  line-height: 1.7;
}

.ornament {
  margin-top: 25px;

  color: var(--gold-soft);

  letter-spacing: 12px;
}

.ornament span {
  letter-spacing: 0;
  font-size: 20px;
}

/* =========================================================
   CAMPAIGN SECTION
========================================================= */

.counter-section {
  width: min(1100px, calc(100% - 32px));

  margin: -35px auto 0;

  position: relative;
  z-index: 5;
}

.section-heading {
  display: flex;

  justify-content: space-between;
  align-items: end;

  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 7px 0 0;

  font-family: Georgia, serif;

  font-size: 30px;
  font-weight: 400;

  color: var(--deep);
}

/* .session-pill {
  background: rgba(255,253,248,.9);

  border: 1px solid var(--line);

  padding: 8px 12px;

  border-radius: 30px;

  color: var(--muted);

  font-size: 12px;
} */



/* LIVE ব্যাজটিকে ওপরের ডান কোণায় সেট করা */
.live-counter-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 30px;
  color: var(--muted);
  font-size: 11px;
  color: var(--success);
}



.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ff3b30; /* উজ্জ্বল লাল রঙ */
  box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.4);
  animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 59, 48, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
  }
}

/* =========================================================
   DHIKR NAVIGATION
========================================================= */

.dhikr-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 12px;
}

.dhikr-option {
  width: 100%;

  border: 1px solid var(--line);

  background: var(--paper);

  border-radius: 15px;

  padding: 17px 15px;

  text-align: left;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.dhikr-option:hover {
  transform: translateY(-2px);

  box-shadow:
    0 10px 25px rgba(0,0,0,.07);
}

.dhikr-option.active {
  border-color: var(--gold);

  background: var(--gold-pale);

  box-shadow:
    0 8px 25px rgba(200,164,93,.12);
}

.option-icon {
    color: var(--gold);
    font-size: 20px;
    line-height: 1;
    position: apsolute;
	top: 0px;
	right: 0px;
}

.option-name {
  margin-top: 9px;

  color: var(--deep);

  font-weight: 700;

  font-size: 14px;

  line-height: 1.35;
}

.option-arabic {
  margin-top: 7px;

  font-family: "Amiri", serif;

  font-size: 22px;

  direction: rtl;

  line-height: 1.6;
}

.option-target {
  margin-top: 5px;

  color: var(--muted);

  font-size: 11px;
}

/* =========================================================
   INDIVIDUAL DHIKR CARDS
========================================================= */

.campaign-dhikr-card{
	margin: 24px 16px;
    padding: 20px;
    border-radius: 16px;
    background: #fffdf8;
    border: 0px solid #e8e3d7;
    box-shadow: 0 6px 20px rgba(8, 47, 41, 0.08);
	position: relative;
	
}


.dhikr-container {
  margin-top: 24px;
}

.dhikr-card {
  position: relative;

  max-width: 900px;

  margin: 0 auto 28px;

  padding: clamp(25px, 5vw, 48px);

  border-radius: 24px;

  background: var(--paper);

  border: 1px solid rgba(232,227,215,.9);

  box-shadow: var(--shadow);

  text-align: center;

  scroll-margin-top: 100px;

  transition:
    box-shadow .35s ease,
    border-color .35s ease,
    transform .35s ease;
}

.dhikr-card.focused {
  border-color: var(--gold);

  box-shadow:
    0 0 0 3px rgba(200,164,93,.10),
    var(--shadow);
}

.dhikr-card:last-child {
  margin-bottom: 0;
}

/* =========================================================
   DHIKR CARD HEADER
========================================================= */
.dhikr-card-header{
	margin-bottom: 12px;
	
}



.counter-top {
  display: flex;

  align-items: start;
  justify-content: space-between;

  text-align: left;

  gap: 15px;
}

.counter-label {
  color: var(--gold);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 2px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.counter-top h2 {
  margin: 7px 0 0;

  font-family: Georgia, serif;

  font-weight: 400;

  font-size: 28px;

  color: var(--deep);
}

.target-btn {
  border: 1px solid var(--line);

  background: #fff;

  border-radius: 30px;

  padding: 8px 13px;

  color: var(--muted);

  font-size: 12px;

  white-space: nowrap;
}

/* =========================================================
   ARABIC DHIKR
========================================================= */

.arabic-display {
  margin: 30px 0 5px;

  color: var(--deep);

  font-family: "Amiri", serif;

  font-size: clamp(34px, 7vw, 52px);

  direction: rtl;

  line-height: 1.65;

  overflow-wrap: anywhere;
}

.dhikr-card.long-dhikr .arabic-display {
  font-size: clamp(28px, 5vw, 43px);

  line-height: 1.8;
}

.meaning {
  color: var(--muted);

  font-size: 13px;

  line-height: 1.6;
}

.other-dhikr-note {
    display: block;
    width: fit-content;
    max-width: 90%;
    margin: 8px auto;
    padding: 6px 16px;
    box-sizing: border-box;

    background: linear-gradient(
        90deg,
        #fffaf0,
        #fdf5df,
        #fffaf0
    );

    border: 1px solid rgba(200, 164, 93, 0.35);
    border-radius: 999px;

    box-shadow: 0 2px 7px rgba(200, 164, 93, 0.08);
}

.other-dhikr-note p {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #9a7a3a;
    line-height: 1.4;
}











/* =========================================================
   GLOBAL CAMPAIGN COUNT
========================================================= */

.global-count-box {
  margin: 22px auto 0;

  padding: 15px 18px;

  max-width: 650px;

  background: #faf7ed;

  border: 1px solid #eee5d1;

  border-radius: 14px;
}

.global-count-label {
  color: var(--muted);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}

.global-count {
  margin-top: 5px;

  color: var(--deep);

  font-size: clamp(23px, 5vw, 34px);

  font-weight: 700;

  font-variant-numeric: tabular-nums;
}

.global-target {
  margin-top: 3px;

  color: var(--muted);

  font-size: 11px;
}

/* =========================================================
   LOCAL COUNTER
========================================================= */

.counter-number {
  margin: 22px 0 13px;

  color: var(--deep);

  font-size: clamp(58px, 10vw, 88px);

  line-height: 1;

  font-weight: 600;

  font-variant-numeric: tabular-nums;
}

.progress-track {
  height: 7px;

  background: #eeeae0;

  border-radius: 20px;

  overflow: hidden;
}

.progress-bar {
  width: 0%;

  height: 100%;

  background: var(--gold);

  transition: width .25s ease;
}

.progress-meta {
  display: flex;

  justify-content: space-between;

  margin-top: 8px;

  color: var(--muted);

  font-size: 11px;
}



/* =========================================================
   COUNT BUTTON
========================================================= */

.count-btn {
  width: min(310px, 100%);

  margin: 27px auto 15px;

  min-height: 68px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  border: 0;

  border-radius: 18px;

  color: white;

  background:
    linear-gradient(
      135deg,
      #0b3d35,
      #176a55
    );

  box-shadow:
    0 12px 28px rgba(8,47,41,.22);

  font-weight: 700;

  transition:
    transform .08s ease,
    box-shadow .15s ease;
}

.count-btn:hover {
  box-shadow:
    0 15px 32px rgba(8,47,41,.27);
}

.count-btn:active {
  transform: scale(.97);

  box-shadow:
    0 5px 15px rgba(8,47,41,.18);
}

.count-icon {
  font-size: 27px;

  font-weight: 400;
}

/* =========================================================
   COUNTER FOOTER
========================================================= */

.counter-footer {
  display: flex;

  justify-content: center;

  gap: 9px;
}

.small-action {
  border: 1px solid var(--line);

  background: white;

  color: var(--muted);

  border-radius: 9px;

  padding: 8px 13px;

  font-size: 12px;

  transition:
    background .2s ease,
    border-color .2s ease;
}

.small-action:hover {
  background: #faf7ed;

  border-color: var(--gold-soft);
}

/* =========================================================
   INFORMATION CARDS
========================================================= */

.info-grid {
  width: min(1050px, calc(100% - 32px));

  margin: 40px auto 65px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 15px;
}

.info-card {
  display: flex;

  gap: 15px;

  padding: 22px;

  background: rgba(255,253,248,.78);

  border: 1px solid var(--line);

  border-radius: 15px;
}

.info-icon {
  flex: 0 0 42px;

  height: 42px;

  display: grid;
  place-items: center;

  color: var(--gold);

  border: 1px solid #e5dcc8;

  border-radius: 50%;
}

.info-card h3 {
  margin: 2px 0 7px;

  color: var(--deep);

  font-size: 15px;
}

.info-card p {
  margin: 0;

  color: var(--muted);

  font-size: 12px;

  line-height: 1.65;
}

/* =========================================================
   FOOTER
========================================================= */

footer {
  padding: 35px 20px 45px;

  text-align: center;

  background: var(--deep);

  color: #b8cbc5;

  font-size: 12px;
}

.footer-ornament {
  color: var(--gold);

  margin-bottom: 10px;

  letter-spacing: 3px;
}

.footer-ornament-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.footer-ornament-img img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

/* =========================================================
   RTL
========================================================= */

[dir="rtl"] body {
  font-family: "Inter", Arial, sans-serif;
}

[dir="rtl"] .counter-top,
[dir="rtl"] .dhikr-option {
  text-align: right;
}

[dir="rtl"] .hero-content,
[dir="rtl"] .section-heading,
[dir="rtl"] .info-card {
  direction: rtl;
}

[dir="rtl"] .live-dot {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] .counter-top {
  flex-direction: row-reverse;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

button:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gold);

  outline-offset: 3px;
}

.sr-only {
  position: absolute;

  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;

  overflow: hidden;

  clip: rect(0,0,0,0);

  white-space: nowrap;

  border: 0;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .dhikr-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

  .topbar {
    height: 68px;

    padding: 0 6px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;

    font-size: 20px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 8px;
  }

  .language-wrap select {
    min-width: 105px;

    height: 38px;
  }

  .icon-btn {
    width: 38px;
    height: 38px;
  }

  /* HERO */

  .hero {
    min-height: 300px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero p {
    font-size: 14px;
  }

  /* SECTION */

  .counter-section {
    width: min(100% - 22px, 1100px);

    margin-top: -24px;
  }

  .section-heading h2 {
    font-size: 25px;
  }

  /* NAVIGATION */

  .dhikr-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 9px;
  }

  .dhikr-option {
    padding: 14px 12px;
  }

  .option-name {
    font-size: 13px;
  }

  .option-arabic {
    font-size: 17px;
  }

  /* CARDS */

  .dhikr-card {
    border-radius: 20px;

    padding: 24px 16px;

    margin-bottom: 20px;
  }

  .counter-top h2 {
    font-size: 24px;
  }

  .arabic-display {
    margin-top: 25px;

    font-size: 36px;
  }

  .dhikr-card.long-dhikr .arabic-display {
    font-size: 28px;
  }

  /* INFO */

  .info-grid {
    width: calc(100% - 22px);

    grid-template-columns: 1fr;

    margin-bottom: 45px;
  }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .top-actions {
    gap: 6px;
  }

  .language-wrap select {
    min-width: 80px;

    padding: 0 6px;

    font-size: 10px;
  }

  .session-pill {
    display: none;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .target-btn {
    padding: 7px 9px;

    font-size: 11px;
  }

  .dhikr-option {
    min-height: 115px;
  }

  .option-arabic {
    font-size: 16px;
  }

  .counter-number {
    font-size: 64px;
  }

  .count-btn {
    min-height: 64px;
  }

}

/* =========================================================
   VERY LONG ARABIC TEXT
========================================================= */

@media (max-width: 600px) {

  .dhikr-card.long-dhikr {
    padding-left: 13px;
    padding-right: 13px;
  }

  .dhikr-card.long-dhikr .arabic-display {
    font-size: 25px;

    line-height: 2;

    word-break: normal;

    overflow-wrap: break-word;
  }

}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

}



/* =======================================================
   SCROLL TO TOP
======================================================= */

.scroll-top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(200, 164, 93, 0.55);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      #0b5147,
      #083b34
    );

  color: #f4d58a;

  box-shadow:
    0 8px 24px rgba(8, 47, 41, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;

  z-index: 9999;
}


/* Visible state */

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* Arrow */

.scroll-top-icon {
  font-size: 25px;
  line-height: 1;

  font-weight: 600;

  transform: translateY(-1px);

  transition: transform 0.25s ease;
}


/* Hover */

.scroll-top-btn:hover {
  box-shadow:
    0 10px 28px rgba(8, 47, 41, 0.32),
    0 0 0 4px rgba(200, 164, 93, 0.10);

  border-color: #c8a45d;
}


.scroll-top-btn:hover .scroll-top-icon {
  transform: translateY(-3px);
}


/* Active / click */

.scroll-top-btn:active {
  transform: translateY(1px) scale(0.95);
}


/* Mobile */

@media (max-width: 600px) {

  .scroll-top-btn {
    right: 16px;
    bottom: 16px;

    width: 44px;
    height: 44px;
  }

  .scroll-top-icon {
    font-size: 23px;
  }

}





/* =======================================================
   SHARE OPTIONS
======================================================= */

.share-section {
    width: 100%;
    margin: 24px auto 32px;
    padding: 0 16px;
    box-sizing: border-box;
}

.share-container {
    width: 100%;
    margin: 0 auto;
    padding: 16px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid rgba(200, 164, 93, 0.30);
    border-radius: 16px;

    box-shadow:
        0 10px 25px rgba(8, 47, 41, 0.08);

    font-family: sans-serif;
    text-align: center;
}

.share-title {
    margin-bottom: 12px;

    font-size: 14px;
    font-weight: 600;

    color: #111111;
}

.share-buttons-grid {
    display: flex;

    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    gap: 8px;
	margin-bottom:22px;
}

.share-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    padding: 0;

    box-sizing: border-box;

    color: #111111;

    background: #f8f9fa;

    border: 1px solid #e5e7eb;
    border-radius: 10px;

    cursor: pointer;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.share-btn:hover {
    color: #000000;

    background: #f1f3f5;

    border-color: #cbd5e1;

    transform: translateY(-2px);

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.05);
}

.share-btn:active {
    transform: translateY(0);
}


/* Copy Link */

.share-btn.copy {
    background: #fdfbf7;

    border-color:
        rgba(200, 164, 93, 0.30);
}

.share-btn.copy:hover {
    background: #faebd7;

    border-color:
        rgba(200, 164, 93, 0.50);
}


/* ========== SOCIAL PLUGINS ============= */
.social-plugins-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin: 0px 0;
	padding: 0px 0;
	box-sizing: border-box;}
	
/* ======== COMMON PLUGIN BOX ============ */
.plugin-box {
	flex: 1 1 0;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	padding: 0px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;}
	
/* =========== FACEBOOK PAGE ========== */
.facebook-page-box { 
	min-width: 0;
	max-width: 100%;
	overflow: hidden;}
	
.facebook-page-box .fb-page {
	max-width: 100%;
	}
	
/*========== FACEBOOK POST =========== */
.facebook-comments-box {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;}
	
.facebook-post-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;}
	
.facebook-post-wrapper iframe {
	display: block;
	width: 500px;
	max-width: 100%;
	height: 533px;
	border: none;}
	
/* =========== MOBILE / SMALL SCREENS ========= */
@media (max-width: 768px) {
	.social-plugins-wrapper { 
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		gap: 20px;}
		
	.plugin-box {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding: 15px;
		box-sizing: border-box;}
		
	.facebook-page-box, .facebook-comments-box {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		overflow: hidden;}
		
	.facebook-post-wrapper {
		width: 100%;
		max-width: 100%;
		overflow: hidden;}
		
	.facebook-post-wrapper iframe {
		width: 500px;
		max-width: 100%;}
}




/* =======================================================
   20 TRILLION DHIKR
   PREMIUM CAMPAIGN MESSAGE
======================================================= */

.dhikr-message-section {
    width: 100%;

    margin: 32px auto 24px;

    padding: 0 16px;

    box-sizing: border-box;
}

.dhikr-message-card {
    position: relative;

    width: 100%;
    
    margin: 0 auto;
    padding: 34px 34px 38px;

    box-sizing: border-box;

    background:
        linear-gradient(
            145deg,
            #fffdf8 0%,
            #faf7ed 52%,
            #fffdf9 100%
        );

    border: 1px solid
        rgba(200, 164, 93, 0.28);

    border-radius: 22px;

    box-shadow:
        0 14px 40px rgba(8, 47, 41, 0.09),
        0 3px 12px rgba(8, 47, 41, 0.05);

    overflow: hidden;
}


/* =======================================================
   GOLDEN TOP EDGE
======================================================= */

.dhikr-message-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 12%;
    right: 12%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(200, 164, 93, 0.65),
            transparent
        );
}


/* =======================================================
   HEADER
======================================================= */

.dhikr-message-header {
    margin-bottom: 26px;

    text-align: center;
}

.dhikr-message-moon {
    margin-bottom: 8px;

    font-family: Georgia, serif;

    font-size: 25px;

    color: #c8a45d;

    text-shadow:
        0 0 10px rgba(200, 164, 93, 0.25);
}

.dhikr-message-title {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(24px, 4vw, 34px);

    line-height: 1.35;

    font-weight: 700;

    color: #16463f;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7);
}


/* =======================================================
   DIVIDER
======================================================= */

.dhikr-message-divider {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    width: 170px;

    margin: 15px auto 0;
}

.dhikr-message-divider span {
    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(200, 164, 93, 0.55)
        );
}

.dhikr-message-divider span:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(200, 164, 93, 0.55),
            transparent
        );
}

.dhikr-message-divider i {
    font-style: normal;

    font-size: 11px;

    color: #c8a45d;
}


/* =======================================================
   OPENING
======================================================= */

.dhikr-message-opening {
    margin-bottom: 22px;
    padding: 22px 20px;

    text-align: center;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            rgba(200, 164, 93, 0.075),
            rgba(200, 164, 93, 0.025)
        );

    border: 1px solid
        rgba(200, 164, 93, 0.16);
}

.dhikr-message-number {
    margin-bottom: 10px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(25px, 5vw, 38px);

    line-height: 1.2;

    font-weight: 700;

    color: #c19a4d;

    letter-spacing: 0.3px;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8),
        0 3px 12px rgba(200, 164, 93, 0.16);
}

.dhikr-message-opening p {
    margin: 0;

    font-size: 15px;

    line-height: 1.9;

    color: #40504d;
}


/* =======================================================
   MAIN BODY
======================================================= */

.dhikr-message-body {
    font-size: 15px;
    line-height: 1.95;
    color: #3e4d4a;
    text-align: start;
}

.dhikr-message-body p {
    margin: 0 0 18px;
}

.dhikr-message-body p:last-child {
    margin-bottom: 0;
}

.dhikr-message-body strong {
    color: #174d44;

    font-weight: 700;
}


/* =======================================================
   INVITATION
======================================================= */

.dhikr-message-invitation {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 30px 0 17px;

    text-align: center;
}

.dhikr-message-invitation-icon {
    font-size: 21px;
}

.dhikr-message-invitation h3 {
    margin: 0;

    font-size: 18px;

    font-weight: 700;

    color: #16463f;
}


/* =======================================================
   PEOPLE TAGS
======================================================= */

.dhikr-message-people {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 8px;

    margin-bottom: 30px;
}

.dhikr-message-people span {
    padding: 7px 13px;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 600;

    color: #315650;

    background:
        rgba(22, 70, 63, 0.055);

    border: 1px solid
        rgba(22, 70, 63, 0.10);

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.dhikr-message-people span:hover {
    transform: translateY(-1px);

    background:
        rgba(200, 164, 93, 0.10);
}


/* =======================================================
   SHARE IMPACT
======================================================= */

.dhikr-message-share {
    position: relative;

    margin: 28px 0;

    padding: 25px 25px 23px;

    box-sizing: border-box;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            rgba(22, 70, 63, 0.055),
            rgba(200, 164, 93, 0.055)
        );

    border: 1px solid
        rgba(22, 70, 63, 0.11);

    text-align: center;
}

.dhikr-share-icon {
    margin-bottom: 7px;

    font-size: 24px;
}

.dhikr-message-share h3 {
    margin: 0 0 12px;

    font-size: 19px;

    color: #16463f;
}

.dhikr-message-share p {
    margin: 7px 0;

    font-size: 14px;

    line-height: 1.9;

    color: #465552;
}

.dhikr-message-share strong {
    color: #174d44;
}


/* =======================================================
   HIGHLIGHT
======================================================= */

.dhikr-message-highlight {
    margin: 28px 0;

    padding: 21px 24px;

    box-sizing: border-box;

    border-left: 3px solid #c8a45d;

    border-radius: 0 13px 13px 0;

    background:
        rgba(200, 164, 93, 0.065);
}

.dhikr-message-highlight p {
    margin: 0 0 13px;

    font-size: 14px;

    line-height: 1.9;

    color: #46514f;
}

.dhikr-message-highlight p:last-child {
    margin-bottom: 0;
}

.dhikr-message-highlight strong {
    color: #16463f;
}


/* =======================================================
   ACTION SECTION
======================================================= */

.dhikr-message-actions {
    margin: 32px 0 28px;

    text-align: center;
}

.dhikr-action-title {
    margin-bottom: 17px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    font-weight: 700;

    color: #16463f;
}

.dhikr-action-grid {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 10px;
}

.dhikr-action-item {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 13px;

    border-radius: 10px;

    background: #ffffff;

    border: 1px solid
        rgba(200, 164, 93, 0.20);

    box-shadow:
        0 3px 10px
        rgba(8, 47, 41, 0.045);

    font-size: 12px;

    font-weight: 600;

    color: #3e514d;
}

.dhikr-action-icon {
    font-size: 15px;
}


/* =======================================================
   CLOSING
======================================================= */

.dhikr-message-closing {
    max-width: 650px;

    margin: 32px auto;

    text-align: center;
}

.dhikr-closing-main {
    margin: 0 0 8px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    font-weight: 700;

    color: #16463f;
}

.dhikr-closing-sub {
    margin: 0;

    font-size: 15px;

    line-height: 1.8;

    color: #586561;
}

.dhikr-closing-sub strong {
    color: #b08b43;
}


/* =======================================================
   FINAL CTA
======================================================= */

.dhikr-message-final {
    margin-top: 35px;

    padding-top: 28px;

    text-align: center;

    border-top: 1px solid
        rgba(200, 164, 93, 0.22);
}

.dhikr-final-icon {
    margin-bottom: 7px;

    font-size: 23px;
}

.dhikr-message-final h3 {
    max-width: 600px;

    margin: 0 auto 18px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    line-height: 1.6;

    color: #16463f;
}

.dhikr-final-line {
    display: flex;

    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    gap: 6px 9px;

    margin-bottom: 23px;

    font-size: 12px;

    font-weight: 600;

    color: #6b6d66;
}

.dhikr-final-line i {
    font-style: normal;

    color: #c8a45d;
}


/* =======================================================
   FINAL SHARE CTA
======================================================= */

.dhikr-final-share {
    display: inline-block;

    padding: 11px 19px;

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            rgba(200, 164, 93, 0.11),
            rgba(200, 164, 93, 0.045)
        );

    border: 1px solid
        rgba(200, 164, 93, 0.22);

    font-size: 13px;

    font-weight: 700;

    color: #a27d38;

    box-shadow:
        0 4px 14px
        rgba(200, 164, 93, 0.08);
}

.dhikr-final-share span {
    font-weight: 500;
}


/* =======================================================
   MOBILE
======================================================= */

@media (max-width: 600px) {

    .share-section {
        margin: 20px auto 26px;

        padding: 0 11px;
    }

    .share-container {
        padding: 14px;
    }

    .share-btn {
        flex-basis: 36px;

        width: 36px;
        height: 36px;
    }


    .dhikr-message-section {
        margin: 24px auto 28px;

        padding: 0 11px;
    }

    .dhikr-message-card {
        padding: 26px 18px 29px;

        border-radius: 18px;
    }

    .dhikr-message-title {
        font-size: 23px;

        line-height: 1.45;
    }

    .dhikr-message-opening {
        padding: 18px 14px;
    }

    .dhikr-message-number {
        font-size: 27px;
    }

    .dhikr-message-opening p {
        font-size: 13px;

        line-height: 1.85;
    }

    .dhikr-message-body {
        font-size: 14px;

        line-height: 1.9;

        text-align: right;
    }

    .dhikr-message-invitation h3 {
        font-size: 16px;
    }

    .dhikr-message-people {
        gap: 6px;
    }

    .dhikr-message-people span {
        padding: 6px 10px;

        font-size: 11px;
    }

    .dhikr-message-share {
        padding: 21px 16px;
    }

    .dhikr-message-share h3 {
        font-size: 17px;
    }

    .dhikr-message-share p {
        font-size: 13px;
    }

    .dhikr-message-highlight {
        padding: 18px 17px;
    }

    .dhikr-message-highlight p {
        font-size: 13px;
    }

    .dhikr-action-item {
        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

    .dhikr-closing-main {
        font-size: 18px;
    }

    .dhikr-closing-sub {
        font-size: 13px;
    }

    .dhikr-message-final h3 {
        font-size: 17px;
    }

    .dhikr-final-line {
        gap: 3px 6px;

        line-height: 1.8;
    }

    .dhikr-final-share {
        padding: 10px 15px;

        border-radius: 13px;

        line-height: 1.7;
    }
}


/* =======================================================
   REDUCED MOTION
======================================================= */

@media (prefers-reduced-motion: reduce) {

    .share-btn,
    .dhikr-message-people span {
        transition: none;
    }

}




/* =========================================================
   PARTICIPATION MESSAGE
   ========================================================= */

.participation-section {
    margin: 24px 16px;
    padding: 20px;
    border-radius: 16px;
    background: #fffdf8;
    border: 1px solid #e8e3d7;
    box-shadow: 0 6px 20px rgba(8, 47, 41, 0.08);
}

.participation-card {
    /* max-width: 900px;*/
    margin: 0 auto;
    color: #26332f;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================
   Eyebrow
   ========================= */

.participation-card .eyebrow_basearea {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    color: #8a6d2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================
   Main Heading
   ========================= */

.participation-card h2 {
    margin: 0 0 18px;
    text-align: center;
    color: #17483f;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================
   Paragraph
   ========================= */

.participation-card p {
    margin: 0 0 18px;
}

.participation-card p:last-child {
    margin-bottom: 0;
}


/* =========================
   Strong Text
   ========================= */

.participation-card strong {
    color: #17483f;
    font-weight: 700;
}


/* =========================
   Emphasis
   ========================= */

.participation-card em {
    color: #765f2d;
    font-style: normal;
    font-weight: 600;
}


/* =========================
   Highlight Span
   ========================= */

.participation-card span:not(.eyebrow_basearea) {
    color: #3c514b;
    font-weight: 600;
}


/* =========================
   Inner Content Blocks
   ========================= */

.participation-card > div {
    margin: 22px 0;
    padding: 18px 20px;
    border-radius: 12px;
    background: #faf7ef;
    border: 1px solid #ebe4d5;
}

.participation-card > div:first-of-type {
    margin-top: 20px;
}

.participation-card > div:last-of-type {
    margin-bottom: 0;
}


/* =========================
   Calculation Area
   ========================= */

.participation-card br + strong {
    display: inline-block;
    margin-top: 6px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #f1ead8;
}


/* =========================
   Last CTA Paragraph
   ========================= */

.participation-card [data-i18n="participationText"] {
    margin-top: 24px;
    padding: 16px 18px;
    border-left: 4px solid #b9974a;
    border-radius: 0 10px 10px 0;
    background: #f8f3e7;
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 600px) {

    .participation-section {
        margin: 18px 10px;
        padding: 16px;
        border-radius: 14px;
    }

    .participation-card {
        font-size: 15px;
        line-height: 1.75;
    }

    .participation-card .eyebrow_basearea {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .participation-card h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .participation-card > div {
        margin: 18px 0;
        padding: 15px;
        border-radius: 10px;
    }

    .participation-card [data-i18n="participationText"] {
        padding: 14px 15px;
    }
}

/* =========================
   Small Mobile
   ========================= */

@media (max-width: 380px) {

    .participation-section {
        margin: 14px 8px;
        padding: 13px;
    }

    .participation-card {
        font-size: 14px;
    }

    .participation-card h2 {
        font-size: 21px;
    }

    .participation-card > div {
        padding: 13px;
    }
}





/* =============== PER DHIKR COUNT CARD ================== */
.statistics-dashboard-wrapper-peritem{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
	margin-top: 10px;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: radial-gradient(circle, #ffffff 0%, #fcfbfa 100%);
    border: 1px solid #e8e3d7;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 4px 14px rgba(8, 47, 41, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(8, 47, 41, 0.08);
}

.stat-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(16, 124, 65, 0.08);
    color: #107C41;
    border-radius: 10px;
    flex-shrink: 0;
}

.stat-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.stat-line {
    font-size: 11px;
    color: #555555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}

.stat-line strong {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 700;
}

.average-label-peritem {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #8c7341;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.stat-value-group {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.stat-box strong#averageParticipantCount,
.stat-box strong#averageCampaignCount {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.average-unit-peritem {
    font-size: 11px;
    color: #666666;
}

/* রেস্পন্সিভ লেআউট: মোবাইল স্ক্রিনে ১ কলামে দেখানোর জন্য */
@media (max-width: 768px) {
    .statistics-dashboard-wrapper-peritem {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}




/**/
.personal-counter-dashboard {
    background: radial-gradient(circle, #ffffff 0%, #fcfbfa 100%);
    border: 1px solid #e8e3d7;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(8, 47, 41, 0.06);
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

/* ডেস্কটপে স্ট্যাটস এবং সেভ বাটন পাশাপাশি (হাফ-হাফ উইথ) রাখার লেআউট */
.counter-action-layout {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    width: 100%;
    align-items: stretch;
}

/* টপ স্ট্যাট ট্যাগ স্টাইল */
.counter-stats-tags {
    display: flex;
    gap: 10px;
    flex: 1;
}

.stat-tag {
    flex: 1;
    background: rgba(200, 164, 93, 0.08);
    border: 1px solid rgba(200, 164, 93, 0.25);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.tag-label {
    font-size: 10px;
    font-weight: 600;
    color: #8c7341;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.stat-tag strong {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.stat-tag small {
    font-size: 9.5px;
    color: #777777;
    margin-top: 1px;
}

.personal-counter-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



/* ৮টি প্রিমিয়াম চিপ/বাটন গ্রিড */
.quick-increment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
}

.increment-chip {
    background: #edf4f1; /* নিখুঁত সলিড হালকা সবুজাভ ব্যাকগ্রাউন্ড */
    border: 1px solid #c7dcd4; /* ব্যাকগ্রাউন্ডের সাথে মানানসই হালকা সবুজ বর্ডার */
    border-radius: 10px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    color: #0b3d35;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    -webkit-tap-highlight-color: transparent;
}

/* ডেস্কটপের জন্য সাধারণ হোভার */
@media (hover: hover) {
    .increment-chip:hover {
        background: #d4e7e0; /* হোভারে আরেকটু ডিপ সবুজাভ ব্যাকগ্রাউন্ড */
        border-color: #9cbdae; /* হোভারে বর্ডারও একটু ডিপ হবে */
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(11, 61, 53, 0.08);
    }
}

/* মোবাইলে বা টাচ ডিভাইসে যখন আঙুল দিয়ে চেপে ধরা হবে */
.increment-chip:active,
.increment-chip.is-active {
    background: #d4e7e0;
    border-color: #9cbdae;
    transform: scale(0.96);
}




/* Save Your Count বাটন ডিজাইন (হাফ উইথ) */
.save-count-btn {
    flex: 1;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid #dfc691; /* ব্যাকগ্রাউন্ডের সাথে মানানসই হালকা গোল্ডেন বর্ডার */
    border-radius: 12px;
    background: #fbf8f0; /* একদম হালকা গোল্ডেন/সলিড অফ-হোয়াইট ব্যাকগ্রাউন্ড */
    color: #8c7341;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    padding: 10px 14px;
    -webkit-tap-highlight-color: transparent;
}

/* ডেস্কটপের জন্য হোভার স্টেট */
@media (hover: hover) {
    .save-count-btn:hover {
        background: #f2e8d0; /* হোভারে আগের থেকে একটু ডিপ কিন্তু হালকা গোল্ডেন টোন */
        border-color: #c8a45d;
        color: #6f582f;
        box-shadow: 0 4px 12px rgba(200, 164, 93, 0.15);
        transform: translateY(-1px);
    }
}

/* মোবাইলে বা টাচ ডিভাইসে আঙুল দিয়ে চেপে ধরলে এবং স্টিকি হোভার ঠিক করার জন্য */
.save-count-btn:active,
.save-count-btn.is-active {
    background: #f2e8d0;
    border-color: #c8a45d;
    color: #6f582f;
    transform: scale(0.98);
}




/* রেস্পন্সিভ মোবাইল অপ্টিমাইজেশান */
@media (max-width: 768px) {
    .counter-action-layout {
        flex-direction: column;
        gap: 8px;
    }
    
    .counter-stats-tags {
        width: 100%;
    }
    
    .save-count-btn {
        width: 100%;
        min-height: 44px;
    }
}

@media (max-width: 480px) {
    .personal-counter-dashboard {
        padding: 14px;
        border-radius: 16px;
        margin-top: 16px;
    }
    
    .counter-stats-tags {
        gap: 6px;
        margin-bottom: 0;
    }
    
    .stat-tag {
        padding: 8px 6px;
    }
    
    .tag-label {
        font-size: 9px;
    }
    
    .stat-tag strong {
        font-size: 12px;
    }

    .stat-tag small {
        font-size: 8.5px;
    }
    
    .quick-increment-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    
    .increment-chip {
        padding: 10px 0;
        font-size: 13px;
        border-radius: 8px;
    }
    
    .save-count-btn {
        min-height: 42px;
        font-size: 12px;
        border-radius: 10px;
    }
}






/* Your total counts (20 dhikr) */
.total-counts-section {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.total-counts-card {
    display: flex;
    align-items: center;
    gap: 16px;

    width: 100%;
    box-sizing: border-box;

    background: radial-gradient(circle, #ffffff 0%, #fcfbfa 100%);
    border: 1px solid #e8e3d7;
    border-radius: 20px;
    padding: 18px 22px;

    box-shadow: 0 8px 24px rgba(8, 47, 41, 0.06);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.total-counts-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(8, 47, 41, 0.09);
}

.total-counts-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background: rgba(200, 164, 93, 0.1);
    color: #c8a45d;

    border-radius: 14px;
    flex-shrink: 0;
}

.total-counts-content {
    display: flex;
    flex-direction: column;

    flex: 1 1 auto;
    min-width: 0;
}

.total-counts-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #8c7341;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.total-counts-card strong {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 3px;
}

.total-counts-card small {
    font-size: 11.5px;
    color: #666666;
}


/* Country Report Button */
.country-report-button {
    flex: 0 0 auto;

    display: inline-block;

    padding: 10px 20px;

    background: #146653;
    color: #f8f4e9;

    border: 1px solid #c8a45d;
    border-radius: 8px;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.country-report-button:hover {
    background: #0b3d35;
    transform: translateY(-2px);
}

.country-report-button:focus-visible {
    outline: 2px solid #c8a45d;
    outline-offset: 3px;
}


/* Mobile */
@media (max-width: 480px) {

    .total-counts-section {
        margin-top: 16px;
    }

    .total-counts-card {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 16px;
        border-radius: 16px;
        gap: 12px;
    }

    .total-counts-icon-wrap {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .total-counts-card strong {
        font-size: 18px;
    }

    .total-counts-label {
        font-size: 10px;
    }

    .total-counts-card small {
        font-size: 11px;
    }

    .country-report-button {
        width: 100%;
        box-sizing: border-box;
    }

}




/*country data loader*/
.country-result-table {
    width: 100%;
    border-collapse: collapse;
}

.country-result-table th,
.country-result-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.country-result-table th {
    font-weight: 600;
}

.country-result-table th:nth-child(1),
.country-result-table td:nth-child(1) {
    width: 70px;
    text-align: center;
}

.country-result-table th:nth-child(3),
.country-result-table td:nth-child(3),
.country-result-table th:nth-child(4),
.country-result-table td:nth-child(4) {
    text-align: right;
}

.country-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag {
    font-size: 22px;
    line-height: 1;
}

.country-table-loading,
.country-table-error,
.country-table-empty {
    padding: 20px;
    text-align: center;
}

#country-table-holder {
    width: 100%;
    max-height: 600px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Table must retain enough width for horizontal scrolling */
#country-table-holder table {
    width: 100%;
    /* min-width: 650px;*/
}

/* Mobile */
@media (max-width: 600px) {
    #country-table-holder {
        max-height: 400px;
    }
}


/*opinion*/
@media (max-width:600px) {

    #dhikr-opinion-form > div:first-child > div {

        width:100% !important;

    }

}



/*Cookie Consent Banner*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: none;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.cookie-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}
.cookie-content a {
    color: #4da6ff;
    text-decoration: underline;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
}
.cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.cookie-btn.accept {
    background-color: #28a745;
    color: white;
}
.cookie-btn.accept:hover {
    background-color: #218838;
}
.cookie-btn.reject {
    background-color: #6c757d;
    color: white;
}
.cookie-btn.reject:hover {
    background-color: #5a6268;
}
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}




/* Privacy Policy */
.home-privacy-section {
    background-color: #f8f9fa;
    padding: 50px 20px;
    border-top: 1px solid #e2e8f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2d3748;
    line-height: 1.7;
    box-sizing: border-box;
}

.home-privacy-section .privacy-content-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.home-privacy-section h2 {
    color: #1a365d;
    font-size: 24px;
    margin: 0 0 5px;
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 10px;
}

.home-privacy-section .effective-date {
    color: #718096;
    font-size: 13px;
    margin-bottom: 20px;
}

.home-privacy-section h3 {
    color: #2b6cb0;
    font-size: 17px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.home-privacy-section p,
.home-privacy-section li {
    font-size: 14px;
    margin-bottom: 10px;
}

.home-privacy-section ul {
    padding-left: 22px;
    margin-bottom: 15px;
}

.home-privacy-section li {
    padding-left: 3px;
}

.home-privacy-section a {
    color: #3182ce;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.home-privacy-section a:hover {
    text-decoration: underline;
}

.home-privacy-section .privacy-footer-note {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #edf2f7;
    font-size: 12px;
    color: #a0aec0;
    text-align: center;
}


/* Mobile */
@media (max-width: 768px) {

    .home-privacy-section {
        padding: 25px 10px;
    }

    .home-privacy-section .privacy-content-wrapper {
        padding: 22px 18px;
        border-radius: 6px;
    }

    .home-privacy-section h2 {
        font-size: 21px;
    }

    .home-privacy-section h3 {
        font-size: 16px;
        margin-top: 24px;
    }

    .home-privacy-section p,
    .home-privacy-section li {
        font-size: 14px;
        line-height: 1.7;
    }

    .home-privacy-section ul {
        padding-left: 20px;
    }
}



/*Reward calculation*/
/* =========================
   Reward / Ajr Section
========================= */

.dhikr-reward-section {
    width: 100%;
    margin: 0px 0;
    padding: 0;
    box-sizing: border-box;
}

.dhikr-reward-card {
    background: #f8f4e9;
    border: 1px solid rgba(200, 164, 93, 0.45);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(8, 47, 41, 0.08);
}

.dhikr-reward-header {
    background: linear-gradient(
        135deg,
        #082f29 0%,
        #0b3d35 60%,
        #146653 100%
    );
    padding: 24px 22px;
    text-align: center;
    color: #f8f4e9;
}

.dhikr-reward-header .reward-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dhikr-reward-header h2 {
    margin: 0;
    color: #f8f4e9;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.4;
}

.dhikr-reward-header p {
    max-width: 760px;
    margin: 10px auto 0;
    color: rgba(248, 244, 233, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.dhikr-reward-intro {
    padding: 22px 22px 8px;
    color: #243b36;
    font-size: 16px;
    line-height: 2;
}

.dhikr-reward-intro strong {
    color: #0b4d40;
}

.reward-point {
    margin: 18px;
    padding: 20px 20px 18px;
    background: #fffdf7;
    border: 1px solid rgba(200, 164, 93, 0.32);
    border-radius: 14px;
    position: relative;
}

.reward-point::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #c8a45d;
    border-radius: 0 14px 14px 0;
}

.reward-point-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #0b4d40;
    font-size: 18px;
    font-weight: 700;
}

.reward-number {
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b3d35;
    color: #c8a45d;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

.reward-point p {
    margin: 0 0 10px;
    color: #304640;
    font-size: 15.5px;
    line-height: 2;
}

.reward-point p:last-child {
    margin-bottom: 0;
}

.reward-point .hadith-box {
    margin-top: 14px;
    padding: 13px 15px;
    background: #f3eee1;
    border-right: 3px solid #c8a45d;
    border-radius: 8px;
    color: #53645f;
    font-size: 14px;
    line-height: 1.9;
}

.reward-point .source {
    display: block;
    margin-top: 7px;
    color: #0b5b4b;
    font-size: 12.5px;
    font-weight: 600;
}

.reward-highlight {
    margin: 22px 0 0;
    padding: 22px 20px;
    background: linear-gradient(
        135deg,
        rgba(11, 61, 53, 0.97),
        rgba(20, 102, 83, 0.97)
    );
    border: 1px solid rgba(200, 164, 93, 0.65);
    border-radius: 14px;
    text-align: center;
    color: #f8f4e9;
}

.reward-highlight .highlight-title {
    color: #c8a45d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.reward-highlight p {
    margin: 0;
    color: #f8f4e9;
    font-size: 17px;
    line-height: 2;
}

.reward-highlight strong {
    color: #f8f4e9;
}

.reward-note {
    margin: 22px 18px 24px;
    padding: 17px 18px;
    background: rgba(200, 164, 93, 0.09);
    border: 1px dashed rgba(200, 164, 93, 0.7);
    border-radius: 12px;
    color: #53645f;
    font-size: 13.5px;
    line-height: 1.9;
}

.reward-note strong {
    color: #0b4d40;
}


/* =========================
   Mobile
========================= */

@media (max-width: 600px) {

    .dhikr-reward-header {
        padding: 21px 16px;
    }

    .dhikr-reward-header h2 {
        font-size: 24px;
    }

    .dhikr-reward-header p {
        font-size: 14px;
    }

    .dhikr-reward-intro {
        padding: 19px 16px 5px;
        font-size: 15px;
    }

    .reward-point {
        margin: 14px 12px;
        padding: 17px 15px;
    }

    .reward-point-title {
        font-size: 16px;
    }

    .reward-point p {
        font-size: 15px;
    }

    .reward-point .hadith-box {
        font-size: 13.5px;
    }

    .reward-highlight {
        margin: 18px 0 0;
        padding: 19px 15px;
    }

    .reward-highlight p {
        font-size: 15.5px;
    }

    .reward-note {
        margin: 18px 12px 20px;
    }
}