.quick-donate-mobile-btn {
    background: #ee3048;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.quick-donate-mobile-btn-wrapper {
    display: none;
}

.quick-donate-mobile-btn.active svg {
    transform: rotate(180deg);
    transition: 0.3s;
}

.quick-donate-mobile-btn svg {
    transform: rotate(0deg);
    transition: 0.3s;
}

.breadcrumbs-section {
    height: 32rem !important;
}

@media (max-width: 767px) {
    #quickDonateForm {
        display: none;
        border-top: 1px solid #e9455a;
    }

    .quick-donate-mobile-btn-wrapper {
        display: block;
    }

    .breadcrumbs-section .breadcrumb-bg-img {
        background-position: center;
    }

    .breadcrumbs-section {
        height: 18rem !important;
    }
}

/* Sticky */
.quick-donate-sticky.active {
    left: 0;
    right: 0;
    top: 58px;
    position: fixed;
    z-index: 999;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}

/* Home Redesign CSS Start*/
.custom_vh {
    width: 90% !important;
    margin: 0 auto;
    border-radius: 36px;
    overflow: hidden;
}

.horizontal-form-sec {
    background: #ee3048;
    /*background: linear-gradient(90deg, rgba(218, 39, 56, 1) 0%, rgba(255, 255, 255, 1) 95%);*/
    padding: 30px 0;
}

/* Main Row */
.grownex-donation-row {
    display: flex;
    gap: 16px;
}

/* Amount Section */
.grownex-amount-section {
    display: flex;
    gap: 12px;
    flex: 1 1 45%;
}

.grownex-amount-input {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
    width: 45%;
}

.grownex-currency {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border-right: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.grownex-currency img {
    width: 20px;
}

.grownex-amount-input input {
    border: none;
    padding: 0 12px;
    width: 100%;
    font-size: 16px;
    outline: none;
}

/* Amount Buttons */
.grownex-amount-buttons {
    display: flex;
    gap: 8px;
    width: 55%;
}

.grownex-amount-buttons button {
    flex: 1;
    border: none;
    background: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.grownex-amount-buttons button:hover {
    background: #f1f5f9;
}

.grownex-active {
    background: #fbbf24;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

/* Campaign */
.grownex-campaign-section {
    flex: 1 1 25%;
}

.grownex-campaign-section select {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    padding: 0 10px;
}

/* Actions */
.grownex-action-section {
    display: flex;
    gap: 12px;
    flex: 1 1 30%;
}

.grownex-action-section button,
.grownex-action-section .grownex-zakat-btn {
    flex: 1;
    height: 46px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 4px;
}

.grownex-zakat-btn {
    background: #fed1d3;
    color: #ee3048;
}

.grownex-donate-btn {
    background: #ff9a9d;
}

.custom-svg-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.25rem;
}

.grownex-campaign-section select,
.grownex-amount-input input,
.grownex-amount-buttons button {
    color: #ee3048;
}

.grownex-amount-buttons button.selected {
    background-color: #ff9a9d;
    color: #1f2937;
}

@media only screen and (max-width: 1279px) {
    .grownex-donation-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .grownex-amount-input {
        padding: 11px;
    }

    .grownex-donation-row {
        flex-direction: column;
    }

    /* .hero-slider-img {
        height: auto !important;
    } */
}

/* Home Redesign CSS End*/



/* Add to your common.css file */
.slider-wrapper {
    transition: transform 0.7s ease-in-out;
}

.custom-shape-clip {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
}

/* Styles for the lightbox functionality */
body.lightbox-open {
    overflow: hidden;
}

.lightbox-img {
    transition: opacity 0.3s ease-in-out;
}

.animate-fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* faq-section -- REBUILT FOR SMOOTH TOGGLE */
.faq-item .faq-question {
    cursor: pointer;
}

.faq-item .faq-question-text.active {
    color: #14B8A6;
}

.faq-item .faq-minus-icon {
    display: none;
}

.faq-item.active .faq-minus-icon {
    display: inline-block;
}

.faq-item.active .faq-plus-icon {
    display: none;
}

/* Hide answer by default */
.faq-answer-content {
    display: none;
}



/* home page hero section */
.custom_vh {
    /* height: 87.2vh !important; */
    /* height: auto; */
    margin-top: 20px;
}


section.d-none.max-w-7xl.mx-auto.px-4.py-3 {
    display: none !important;
}



@media only screen and (max-width: 1024px) {

    /* single campaign hero section */
    /* .custom_vh {
        height: auto !important;
    } */

}

/* close */

/* header logo responsive  */
@media only screen and (max-width: 767px) {
    img.custom-logo {
        width: 60% !important;
        object-fit: contain;
        object-position: left;
    }
}

/* Countdown Timer Styles */
.gn-countdown-timer {
    gap: 100px;
}

.countdown-label {
    font-size: 12px;
}

.countdown-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.countdown-container {
    display: flex;
    justify-content: center;
    color: var(--color-white);
    padding: 9px;
    gap: 32px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gn-countdown-timer-donate-btn {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 12px;
}

.header-has-countdown {
    top: 66px;
}

.cd-reponsive-btn {
    display: none !important;
}

.countdown-title-wrapper {
    gap: 12px;
}

.gn-countdown-timer-donate-btn {
    background: #DA2738;
}

@media (max-width: 1024px) {
    .gn-countdown-timer {
        flex-direction: column;
        gap: 6px;
        padding: 8px;
        justify-content: center;
        padding-bottom: 0;
    }

    .countdown-title {
        text-align: center;
    }

    .gn-countdown-timer-donate-btn {
        display: none;
    }

    .cd-reponsive-btn {
        display: flex !important;
        font-size: 14px;
        font-weight: 500;
        color: #DA2738;
        text-decoration: underline;
    }

    .countdown-title {
        max-width: 100%;
    }

    .countdown-title-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

}

.slider-form {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    background: white;
}

.hero-img,
.hero-img img {
    height: 100%;
}

.hero-slide-wrapper {
    height: 705px;
}

/* .hero-slide-wrapper img {
    height: 100%;
} */

@media only screen and (max-width: 1024px) {
    .hero-slide-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-form {
        position: static;
        transform: unset;
        margin-top: 20px;
        margin-bottom: 20px;

    }
}

/* @media only screen and (max-width: 1240px) {
    #hero-slider .hero-slide-wrapper {
        height: 650px;
    }
} */

@media only screen and (max-width: 768px) {
    .hero-slider-img {
        height: 100%;
    }

    .hero-slide-wrapper .slider-form {
        padding: 0;
    }

    .custom_vh {
        border-radius: 16px;
    }

    #hero-slider button svg path {
        color: black;
    }
}

@media only screen and (max-width: 450px) {

    .hero-img {
        height: 200px;
        width: 100%;
    }
}

/* GAza emergency  */
:root {
    --background: #ffffff;
    --foreground: #212121;
    --card: #ffffff;
    --card-foreground: #212121;
    --primary: hsl(352, 82%, 55%);
    /* Red */
    --primary-fg: #ffffff;
    --secondary: hsl(220, 96%, 22%);
    /* Navy */
    --secondary-fg: #ffffff;
    --muted: hsl(220, 14%, 96%);
    --muted-fg: hsl(220, 9%, 46%);
    --accent: hsl(38, 92%, 60%);
    /* Gold */
    --accent-fg: #212121;
    --destructive: hsl(0, 84%, 60%);
    --destructive-fg: #ffffff;
    --border: hsl(220, 13%, 91%);
    --emerald: hsl(152, 69%, 31%);
    --emerald-bg: hsla(152, 69%, 40%, 0.1);
    --emerald-border: hsla(152, 69%, 40%, 0.2);
    --radius: 0.5rem;
}

/* ===== UTILITIES ===== */
/* .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
} */
/* 
.text-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.grid {
    display: grid;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
} */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* ===== BUTTONS ===== */

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 56px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: #000000b3;
}

.hero .container {
    position: relative;
    z-index: 10;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}

.hero-copy {
    text-align: center;
    color: var(--primary-fg);
}

.hero h1,
.em-hero h1 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.hero h1 .accent,
.em-hero h1 .accent {
    color: var(--accent);
}

.hero p {
    font-size: 1rem;
    opacity: 0.9;
    max-width: 560px;
}

/* .hero p strong {
    color: var(--accent);
} */

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: hsla(0, 84%, 60%, 0.9);
    border: 1px solid hsla(0, 84%, 60%, 0.3);
    border-radius: 9999px;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--destructive-fg);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.8
    }
}

.trust-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: hsla(0, 0%, 100%, 0.8);
    margin-bottom: 1.5rem;
}

.trust-checks span {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.trust-checks svg {
    color: var(--accent);
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.avatar-stack {
    display: flex;
}

.avatar-stack .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: hsla(38, 92%, 60%, 0.3);
    border: 2px solid var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
}

.avatar-stack .avatar:first-child {
    margin-left: 0;
}

.social-proof p {
    font-size: 0.875rem;
    color: hsla(0, 0%, 100%, 0.7);
}

.social-proof strong {
    color: var(--primary-fg);
}

.form-placeholder {
    background: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 0.875rem;
    width: 62%;
    margin: auto;
}

/* ===== TRUST STICKER BAR ===== */
.trust-bar {
    padding: 1rem 0;
    background: hsla(220, 14%, 96%, 0.4);
    border-bottom: 1px solid var(--border);
}

.trust-bar .stickers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.sticker {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: var(--emerald-bg);
    color: var(--emerald);
    border: 1px solid var(--emerald-border);
    border-radius: 9999px;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.sticker i {
    width: 14px;
    height: 14px;
}

/* ===== PRODUCT GRID ===== */
.products-section {
    padding: 2.5rem 0;
}

.section-heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-heading h2 .highlight {
    color: var(--primary);
}

.section-heading p {
    color: var(--muted-fg);
    font-size: 0.875rem;
    max-width: 640px;
    margin: 0 auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 1280px;
    margin: 0 auto;
}

.product-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--card);
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-card .card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.product-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .card-img img {
    transform: scale(1.05);
}

.product-card .card-body {
    padding: 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card h3 {
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card .price {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.product-card .price .amount {
    font-size: 1.25rem;
    color: var(--primary);
}

.product-card .desc {
    color: var(--muted-fg);
    font-size: 0.75rem;
    flex: 1;
    margin-bottom: 0.75rem;
}

/* ===== VIDEO SECTION ===== */
.video-section {
    padding: 2.5rem 0;
    background: hsla(220, 14%, 96%, 0.3);
}

.video-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.video-tab {
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    background: var(--background);
    color: var(--muted-fg);
    cursor: pointer;
    transition: all 0.2s;
}

.video-tab.active {
    background: var(--primary);
    color: var(--primary-fg);
    border-color: var(--primary);
}

.video-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 0.5rem 1rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.video-carousel::-webkit-scrollbar {
    display: none;
}

.video-thumb {
    flex-shrink: 0;
    /* width: 280px; */
    height: 280px;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #000;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.video-thumb:hover .overlay {
    background: rgba(0, 0, 0, 0.4);
}

.play-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--destructive);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
}

.video-thumb:hover .play-btn {
    transform: scale(1.1);
}

.play-btn svg {
    width: 24px;
    height: 24px;
    color: var(--destructive-fg);
    fill: currentColor;
    margin-left: 2px;
}

.video-thumb iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
    padding: 2.5rem 0;
    background: hsla(220, 14%, 96%, 0.3);
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.step-card {
    text-align: center;
    background: var(--background);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}

.step-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--primary-fg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.step-card h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-card p {
    font-size: 0.875rem;
    color: var(--muted-fg);
}

/* ===== IMPACT COUNTER ===== */
.impact-counter {
    padding: 2rem 0;
    background: var(--primary);
    color: var(--primary-fg);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: center;
}

.stat-val {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.75rem;
    opacity: 0.8;
}

/* ===== CTA SECTIONS ===== */
.cta-section {
    padding: 2.5rem 0;
}

.cta-secondary-bg {
    background: var(--secondary);
    color: var(--secondary-fg);
}

.cta-primary-bg {
    background: var(--primary);
    color: var(--primary-fg);
}

.cta-section p {
    opacity: 0.8;
    max-width: 640px;
    margin: 0 auto 1.5rem;
    font-size: 0.875rem;
}

.cta-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section h2 .accent {
    color: var(--accent);
}

/* ===== WHY GAZA ===== */
.why-gaza {
    padding: 2.5rem 0;
    background: hsla(220, 14%, 96%, 0.3);
}

.why-gaza .content {
    max-width: 960px;
    margin: 0 auto;
}

.why-gaza p {
    color: var(--muted-fg);
    margin-bottom: 1.5rem;
}

.why-gaza strong {
    color: var(--foreground);
}

.impact-box {
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 2rem 0;
}

.impact-box .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.impact-box .val {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.impact-box .lbl {
    font-size: 0.875rem;
    color: var(--muted-fg);
}

/* ===== TRUST SECTION ===== */
.trust-section {
    padding: 4rem 0;
    background: hsla(220, 14%, 96%, 0.5);
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.trust-card {
    background: var(--background);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border);
    text-align: center;
    transition: box-shadow 0.2s;
}

.trust-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: hsla(352, 82%, 55%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.trust-icon svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
}

.trust-card h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.trust-card p {
    font-size: 0.875rem;
    color: var(--muted-fg);
}

.acnc-box {
    max-width: 768px;
    margin: 0 auto;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.acnc-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.acnc-box p {
    color: var(--muted-fg);
    margin-bottom: 1rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.acnc-box .abn {
    font-size: 0.875rem;
    font-weight: 600;
}

.acnc-box .abn span {
    color: var(--primary);
}

/* ===== FAQ ===== */
/* .faq-section {
    padding: 2.5rem 0;
}

.faq-list {
    max-width: 768px;
    margin: 0 auto;
}

.faq-item {
    background: hsla(220, 14%, 96%, 0.3);
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
}

.faq-question {
    width: 100%;
    padding: 1.25rem 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: var(--foreground);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.2s;
}

.faq-item.open .faq-question::after {
    content: '−';
}

.faq-answer {
    padding: 0 1.5rem 1.25rem;
    color: var(--muted-fg);
    line-height: 1.7;
    display: none;
} */

.faq-item.open .faq-answer {
    display: block;
}

.text-black {
    color: #000;
}

.cta-btn {
    transition: all .3s ease-in-out;
}

.cta-btn:hover {
    background: #DA2738;
}

/* ===== FOOTER ===== */
.site-footer {
    background: var(--secondary);
    color: hsla(0, 0%, 100%, 0.7);
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.75rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.footer-links a {
    color: hsla(0, 0%, 100%, 0.7);
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

/* ===== STICKY MOBILE CTA ===== */
.sticky-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: hsla(0, 0%, 100%, 0.95);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--border);
    padding: 0.75rem;
}

.pd-btn {
    width: fit-content;
}

.page-template-template-gaza-emergency .horizontal-form-sec,
.page-template-template-gaza-emergency .quick-donate-sticky,
.page-template-template-zakat-al-fitr-page .horizontal-form-sec,
.page-template-template-zakat-al-fitr-page .quick-donate-sticky,
.page-template-template-zakat-landing-page .horizontal-form-sec,
.page-template-template-zakat-landing-page .quick-donate-sticky,
.page-template-template-ramadan-donation .quick-donate-sticky,
.page-template-template-ramadan-donation .horizontal-form-se {
    display: none;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
    .product-card .desc {
        display: block;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .trust-checks {
        justify-content: center;
    }

    .form-placeholder {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .hero {
        min-height: 90vh;
    }

    .hero h1,
    .em-hero h1 {
        font-size: 3rem;
    }

    .hero .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-grid {
        gap: 2.5rem;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .product-grid {
        gap: 1.5rem;
    }

    .product-card .card-body {
        padding: 1.5rem;
    }

    .product-card h3 {
        font-size: 1rem;
    }

    .product-card .price .amount {
        font-size: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .stat-val {
        font-size: 2rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .video-thumb {
        width: 320px;
        height: 320px;
    }

    .sticky-mobile-cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-card .desc {
        display: none;
    }

    .impact-box .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .trust-section {
        padding: 2rem 0;
        background: hsla(220, 14%, 96%, 0.5);
    }
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-copy {
        text-align: left;
    }

    .hero h1,
    .em-hero h1 {
        font-size: 3.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}




.em-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
    color: #fff;
}

.em-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.em-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.em-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.em-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.em-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ee3048;
    border: 1px solid rgba(255, 0, 0, 0.4);
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.em-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.em-trust span {
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    border-radius: 10px;
}

.em-social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.em-avatar-stack {
    display: flex;
}

.em-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    margin-left: -10px;
}

.em-avatar:first-child {
    margin-left: 0;
}

.em-form-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 18px;
    backdrop-filter: blur(10px);
}

.em-avatar svg {
    margin-left: 10px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .em-grid {
        grid-template-columns: 1fr;
    }
}



.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.qb-tooltip-wrap {
    margin-top: 4px;
}

/* Tablet */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .qb-tooltip-trigger {
        padding: 4px;
        margin-top: 8px;
    }

    .qb-tooltip-trigger .tooltip-label {
        font-size: 8px;
        line-height: 8px;
        margin-left: 4px;
        margin-top: 2px;
    }

    .qb-tooltip-trigger .gift-wrapper {
        height: 15px;
        width: 15px;
        padding: 0;
    }

    .qb-tooltip-wrap {
        margin-top: 2px;
    }

    /* .qb-tooltip-trigger svg {
        height: 15px;
        width: 15px;
    } */

    .qb-bundle-wrapper .products-grid.bundle-grid>.qb-product-card .product-body .tooltip-heading {
        font-size: 12px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 200px;
    }
}

#breadcrumbs {
    display: none !important;
}


.lo6-quantity {
    width: 100px !important;
    ;
}

/* pulse */
.pulse-animate {
    animation: pulse 2s infinite;
    background-color: #DA2738;
}

.gn-zakat-icon .pulse-animate {
    padding: 4px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #DA2738;
        border-radius: 50px;
    }

    70% {
        box-shadow: 0 0 0 20px #fff0;
        border-radius: 50px;
    }

    100% {
        box-shadow: 0 0 0 0 #fff0;
        border-radius: 50px;
    }
}

/* body{
        padding-bottom: 50px;
} */

/* Qurbani Countdown */
.countdown-card {
    background: #ffff;
    border-radius: 20px;
    padding: 2rem 1.75rem 1.5rem;
    width: 100%;
    max-width: 430px;
    text-align: center;
    margin: auto;
    border: 2px solid var(--color-border);
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px; */
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
    letter-spacing: -0.3px;
}

/* Subtitle */
.card-sub {
    font-size: 16px;
    color: #888888;
    line-height: 1.45;
    margin-bottom: 1.4rem;
}

.card-divider {
    height: 1px;
    background: #eeeeee;
    margin-bottom: 1.4rem;
}

.timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 1.25rem;
}

.timer-cell {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 14px 6px 10px;
    position: relative;
    overflow: hidden;
}

.timer-cell::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #DA2738;
    border-radius: 0 0 12px 12px;
}

.timer-num {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
}

.timer-lbl {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #DA2738;
    margin-top: 6px;
}

.card-deadline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #888888;
    margin-bottom: 1.1rem;
}

.card-deadline svg {
    width: 15px;
    height: 15px;
    stroke: #DA2738;
    flex-shrink: 0;
}

.card-btn {
    display: block;
    width: 100%;
    background: #ffffff;
    color: #1a1a1a;
    border: 1.5px solid rgb(229 231 235 / var(--tw-border-opacity, 1));
    border-radius: 12px;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    margin-bottom: 0.9rem;
}

.card-btn:hover {
    background: #DA2738;
    color: #ffffff;
    border-color: #DA2738;
}

.card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    color: #aaaaaa;
}

.card-note svg {
    width: 13px;
    height: 13px;
    stroke: #aaaaaa;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    /* .countdown-card {
        position: inherit;
        top: auto;
        transform: inherit;
        right: auto;
        padding: 2rem 1.75rem 1.5rem;
    } */

    .card-title {
        font-size: 20px;
    }

}

/* .qurbani-campaign-countdown .countdown-card {
  display: none;
} */
/* .campaign-details-breadcrumb .countdown-card {
  display: none;
} */

/* .qurbani-campaign-countdown .countdown-card {
    top: 40%;
} */

/* @media (max-width: 768px) {


   .qurbani-campaign-countdown .countdown-card {
    display: block;
  } 
} */

.slider-form {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-count .countdown-card {
    display: none;
}

.single-countdown .countdown-card,
.qb.countdown-card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
}

.qb.countdown-card {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    left: 43px;
}

@media (max-width: 768px) {

    .slider-form,
    .single-countdown .countdown-card,
    .qb.countdown-card {
        display: none;
    }

    .mobile-count .countdown-card {
        display: block;
        border: 2px solid rgb(229 231 235 / var(--tw-border-opacity, 1));
        margin-top: 20px;
    }

    .mobile-count.home-count .countdown-card {
        width: 90%;
    }

    .slider-wrapper .slider-form {
        display: none;
    }
}


/* .qurbani-campaign-countdown .countdown-card {
  display: none;
} */
/* .campaign-details-breadcrumb .countdown-card {
  display: none;
} */

/* .qurbani-campaign-countdown .countdown-card {
    top: 40%;
} */

/* @media (max-width: 768px) {


   .qurbani-campaign-countdown .countdown-card {
    display: block;
  } 
} */

.slider-form {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-count .countdown-card {
    display: none;
}

.single-countdown .countdown-card,
.qb.countdown-card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
}

.qb.countdown-card {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    left: 43px;
}

@media (max-width: 768px) {

    .slider-form,
    .single-countdown .countdown-card,
    .qb.countdown-card {
        display: none;
    }

    .mobile-count .countdown-card {
        display: block;
        border: 2px solid rgb(229 231 235 / var(--tw-border-opacity, 1));
        margin-top: 20px;
    }

    .mobile-count.home-count .countdown-card {
        width: 90%;
    }

    .slider-wrapper .slider-form {
        display: none;
    }
}

/* countdown stripe */

.qurban-strip {
    display: flex;
    align-items: center;
    background: #e03030;
    width: 90%;
    position: relative;
    top: 0;
    z-index: 999;
    overflow: hidden;
    min-height: 46px;
}

/* ── DESKTOP: normal static layout ── */
.desktop-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    flex: 1;
    gap: 12px;
    min-height: 46px;
}

.strip-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

/* ── MOBILE: ticker / marquee layout ── */
.mobile-ticker {
    display: none;
    align-items: center;
    width: 100%;
    min-height: 42px;
    overflow: hidden;
    position: relative;
}

/* Fade edges on mobile */
.mobile-ticker::before,
.mobile-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    z-index: 2;
    pointer-events: none;
}

.mobile-ticker::before {
    left: 0;
    background: linear-gradient(to right, #e03030, transparent);
}

.mobile-ticker::after {
    right: 60px;
    background: linear-gradient(to left, #e03030, transparent);
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    animation: ticker-scroll 18s linear infinite;
    will-change: transform;
}

.ticker-track:hover {
    animation-play-state: paused;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-segment {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

/* Donate btn pinned right on mobile */
.mobile-donate-wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    padding-right: 10px;
    background: #e03030;
    z-index: 3;
}

/* ── SHARED ELEMENTS ── */
.last-chance {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    color: #e03030;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    white-space: nowrap;
    flex-shrink: 0;
    animation: pulse-badge 1.8s ease-in-out infinite;
}

.last-chance .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e03030;
    flex-shrink: 0;
    animation: blink 1s step-start infinite;
}

@keyframes pulse-badge {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.qurban-tag {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}

.vdiv {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.countdown {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.unit {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.num {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
    min-width: 24px;
    text-align: right;
    line-height: 1;
}

.lbl {
    font-family: sans-serif;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.colon {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    padding: 0 2px;
    align-self: center;
    margin-bottom: 3px;
}

.eid-text {
    font-family: sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

.star {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #e03030;
    border: none;
    padding: 8px 16px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.15s;
}

.donate-btn:hover {
    background: rgba(255, 255, 255, 0.85);
}

.donate-btn-sm {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    color: #e03030;
    border: none;
    padding: 6px 12px;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s;
}

.donate-btn-sm:hover {
    background: rgba(255, 255, 255, 0.85);
}

.mobile.qurban-strip {
    display: none;
}

.qurban-cart-btn {
    font-size: 16px;
}

@media (max-width: 768px) {
    .desktop.qurban-strip {
        display: none;
    }

    .mobile.qurban-strip {
        display: inline-block;
    }


    .qurban-cart-btn,
    .bundle-btn {
        font-size: 10px;
    }
}

/* Giveaway Page Styles */

#giveaway-hero {
    padding-bottom: 60px;
}

#giveaway-hero .hero-slider-img {
    height: 800px;
}

/* Desktop Image - Show on screens 768px and larger */
#giveaway-hero .hero-slider-img-desktop {
    display: block;
}

/* Mobile Image - Hide on screens 768px and larger */
#giveaway-hero .hero-slider-img-mobile {
    display: none;
}

#giveaway-hero .custom_vh {
    width: 80% !important;
}

.page-template-template-giveaway .slider-form {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 767px) {

    /* Desktop Image - Hide on mobile */
    #giveaway-hero .hero-slider-img-desktop {
        display: none;
    }

    /* Mobile Image - Show on mobile */
    #giveaway-hero .hero-slider-img-mobile {
        display: block;
    }

    /* Adjust hero image height for mobile */
    #giveaway-hero .hero-slider-img {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .page-template-template-giveaway .slider-form {
        position: static;
        transform: unset;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-template-template-giveaway .custom_vh {
        border-radius: 16px;
    }
}

@media (max-width: 768px) {
    #giveaway-hero {
        padding-bottom: 30px;
    }

    #giveaway-hero .hero-slider-img {
        height: auto;
    }
}


/* ── RESPONSIVE SWITCH ── */
@media (max-width: 540px) {
    .desktop-inner {
        display: none;
    }

    .mobile-ticker {
        display: flex;
    }

    .mobile-donate-wrap {
        display: flex;
    }

    .num {
        font-size: 15px;
        min-width: 20px;
    }

    .lbl {
        font-size: 8px;
    }

    .colon {
        font-size: 13px;
    }

    .last-chance {
        font-size: 9px;
        padding: 3px 7px;
    }

    .qurban-tag {
        font-size: 10px;
    }
}

/* How to Enter Section Styles */
#giveaway-how-to-enter {
    background-color: #f9fafb;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-how-to-enter {
        padding: 96px 0;
    }
}

#giveaway-how-to-enter .giveaway-how-to-enter-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-how-to-enter .giveaway-how-to-enter-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-how-to-enter .giveaway-how-to-enter-container {
        padding: 0 32px;
    }
}

#giveaway-how-to-enter .giveaway-how-to-enter-header {
    text-align: center;
    margin-bottom: 48px;
}

#giveaway-how-to-enter .giveaway-how-to-enter-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-how-to-enter .giveaway-how-to-enter-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
}

#giveaway-how-to-enter .giveaway-how-to-enter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    #giveaway-how-to-enter .giveaway-how-to-enter-grid {
        grid-template-columns: 1fr 1fr;
    }
}

#giveaway-how-to-enter .giveaway-how-to-enter-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
}

@media (max-width: 767px) {
    #giveaway-how-to-enter .giveaway-how-to-enter-card {
        gap: 16px;
        padding: 24px;
    }
}

#giveaway-how-to-enter .giveaway-how-to-enter-step {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #DA2738;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    #giveaway-how-to-enter .giveaway-how-to-enter-step {
        width: 48px;
        height: 48px;
        font-size: 1.125rem;
    }
}

#giveaway-how-to-enter .giveaway-how-to-enter-card-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #111827;
}

#giveaway-how-to-enter .giveaway-how-to-enter-card-desc {
    color: #4b5563;
    line-height: 1.6;
}

#giveaway-how-to-enter .giveaway-how-to-enter-card-desc p {
    margin: 0 0 12px 0;
}

#giveaway-how-to-enter .giveaway-how-to-enter-card-desc p:last-child {
    margin-bottom: 0;
}

#giveaway-how-to-enter .giveaway-how-to-enter-quote {
    font-weight: 600;
    color: #0d9488;
    font-style: italic;
}

/* What's Included Section Styles */
#giveaway-whats-included {
    background-color: #ffffff;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-whats-included {
        padding: 96px 0;
    }
}

#giveaway-whats-included .giveaway-whats-included-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-whats-included .giveaway-whats-included-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-whats-included .giveaway-whats-included-container {
        padding: 0 32px;
    }
}

#giveaway-whats-included .giveaway-whats-included-header {
    text-align: center;
    margin-bottom: 48px;
}

#giveaway-whats-included .giveaway-whats-included-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-whats-included .giveaway-whats-included-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
}

#giveaway-whats-included .giveaway-whats-included-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    #giveaway-whats-included .giveaway-whats-included-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    #giveaway-whats-included .giveaway-whats-included-cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

#giveaway-whats-included .giveaway-whats-included-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

#giveaway-whats-included .giveaway-whats-included-card:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#giveaway-whats-included .giveaway-whats-included-card-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #DA2738;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
}

#giveaway-whats-included .giveaway-whats-included-card-text {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

#giveaway-whats-included .giveaway-whats-included-disclaimer {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

/* What We're Looking For Section Styles */
#giveaway-what-looking {
    background-color: #ffffff;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-what-looking {
        padding: 96px 0;
    }
}

#giveaway-what-looking .giveaway-what-looking-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-what-looking .giveaway-what-looking-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-what-looking .giveaway-what-looking-container {
        padding: 0 32px;
    }
}

#giveaway-what-looking .giveaway-what-looking-header {
    text-align: center;
}

#giveaway-what-looking .giveaway-what-looking-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-what-looking .giveaway-what-looking-text {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
}

/* Enter Now Section Styles */
#giveaway-enter-now {
    background-color: #f9fafb;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-enter-now {
        padding: 96px 0;
    }
}

#giveaway-enter-now .giveaway-enter-now-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

@media (min-width: 640px) {
    #giveaway-enter-now .giveaway-enter-now-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-enter-now .giveaway-enter-now-container {
        padding: 0 32px;
    }
}

#giveaway-enter-now .giveaway-enter-now-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-enter-now .giveaway-enter-now-text {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
}

/* What's Included Section Styles */
#giveaway-whats-included {
    background-color: #ffffff;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-whats-included {
        padding: 96px 0;
    }
}

#giveaway-whats-included .giveaway-whats-included-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-whats-included .giveaway-whats-included-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-whats-included .giveaway-whats-included-container {
        padding: 0 32px;
    }
}

#giveaway-whats-included .giveaway-whats-included-header {
    text-align: center;
    margin-bottom: 48px;
}

#giveaway-whats-included .giveaway-whats-included-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-whats-included .giveaway-whats-included-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
}

#giveaway-whats-included .giveaway-whats-included-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    #giveaway-whats-included .giveaway-whats-included-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    #giveaway-whats-included .giveaway-whats-included-cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

#giveaway-whats-included .giveaway-whats-included-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

#giveaway-whats-included .giveaway-whats-included-card:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#giveaway-whats-included .giveaway-whats-included-card-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #DA2738;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
}

#giveaway-whats-included .giveaway-whats-included-card-text {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

#giveaway-whats-included .giveaway-whats-included-disclaimer {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

/* What We're Looking For Section Styles */
#giveaway-what-looking {
    background-color: #ffffff;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-what-looking {
        padding: 96px 0;
    }
}

#giveaway-what-looking .giveaway-what-looking-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-what-looking .giveaway-what-looking-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-what-looking .giveaway-what-looking-container {
        padding: 0 32px;
    }
}

#giveaway-what-looking .giveaway-what-looking-header {
    text-align: center;
}

#giveaway-what-looking .giveaway-what-looking-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-what-looking .giveaway-what-looking-text {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
}

/* Enter Now Section Styles */
#giveaway-enter-now {
    background-color: #f9fafb;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-enter-now {
        padding: 96px 0;
    }
}

#giveaway-enter-now .giveaway-enter-now-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

@media (min-width: 640px) {
    #giveaway-enter-now .giveaway-enter-now-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-enter-now .giveaway-enter-now-container {
        padding: 0 32px;
    }
}

#giveaway-enter-now .giveaway-enter-now-title {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 16px;
    color: #111827;
}

#giveaway-enter-now .giveaway-enter-now-text {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
}

/* Giveaway Form Section Styles */
#giveaway-form {
    background-color: #ffffff;
    padding: 64px 0;
}

@media (min-width: 1024px) {
    #giveaway-form {
        padding: 96px 0;
    }
}

#giveaway-form .giveaway-form-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #giveaway-form .giveaway-form-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #giveaway-form .giveaway-form-container {
        padding: 0 32px;
    }
}

#giveaway-form .giveaway-form-header {
    text-align: center;
    margin-bottom: 48px;
}

#giveaway-form .giveaway-form-title {
    font-weight: 800;
    font-size: 2.25rem;
    color: #111827;
}

#giveaway-form .giveaway-form-wrapper {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#giveaway-form .giveaway-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#giveaway-form .giveaway-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#giveaway-form .giveaway-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

#giveaway-form .giveaway-form-input,
#giveaway-form .giveaway-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#giveaway-form .giveaway-form-input:focus,
#giveaway-form .giveaway-form-textarea:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
}

#giveaway-form .giveaway-form-textarea {
    resize: vertical;
}

#giveaway-form .giveaway-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#giveaway-form .giveaway-radio-options {
    display: flex;
    gap: 24px;
}

#giveaway-form .giveaway-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

#giveaway-form .giveaway-radio-input {
    width: 18px;
    height: 18px;
    accent-color: #0d9488;
}

#giveaway-form .giveaway-radio-text {
    font-size: 0.875rem;
    color: #374151;
}

#giveaway-form .giveaway-consent-field {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

#giveaway-form .giveaway-checkbox-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #0d9488;
}

#giveaway-form .giveaway-checkbox-label {
    font-size: 0.875rem;
    color: #4b5563;
}

#giveaway-form .giveaway-submit-btn {
    width: 100%;
    padding: 16px 32px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#giveaway-form .giveaway-submit-btn:hover {
    opacity: 0.9;
}

/* Success Popup Styles */
.giveaway-success-popup {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.giveaway-success-popup.show {
    opacity: 1;
    visibility: visible;
}

.giveaway-popup-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.giveaway-popup-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 448px;
    width: 91.666667%;
    padding: 32px;
    text-align: center;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.giveaway-success-popup.show .giveaway-popup-content {
    transform: scale(1);
}

.giveaway-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.giveaway-popup-close:hover {
    color: #374151;
}

.giveaway-popup-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #d1fae5;
}

.giveaway-popup-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 12px;
}

.giveaway-popup-message {
    color: #4b5563;
    margin-bottom: 24px;
}

.giveaway-popup-ok {
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.giveaway-popup-ok:hover {
    opacity: 0.9;
}

.giveaway-popup-state-hidden {
    display: none !important;
}

.giveaway-popup-loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e7eb;
    border-top-color: #0d9488;
    border-radius: 50%;
    animation: giveaway-spin 1s linear infinite;
    margin: 0 auto 24px;
}

@keyframes giveaway-spin {
    to {
        transform: rotate(360deg);
    }
}

.mobile-content {
    display: none;
}

/* Giveaway Form Styles */
#giveaway-form .giveaway-form-wrapper {
    max-width: 100%;
}

#giveaway-form .giveaway-form {
    gap: 24px;
}

#giveaway-form .giveaway-form-field {
    width: 100%;
}

#giveaway-form .giveaway-radio-group .flex {
    flex-wrap: wrap;
}

#giveaway-form .giveaway-form-field input[type="text"],
#giveaway-form .giveaway-form-field input[type="email"],
#giveaway-form .giveaway-form-field input[type="tel"],
#giveaway-form .giveaway-form-field input[type="number"],
#giveaway-form .giveaway-form-field textarea {
    transition: all 0.3s ease;
}

#giveaway-form .giveaway-form-field input:focus,
#giveaway-form .giveaway-form-field textarea:focus {
    outline: none;
}

/* Responsive Form Styles */
@media (max-width: 767px) {
    #giveaway-form .giveaway-form-wrapper {
        padding: 24px;
    }

    #giveaway-form .giveaway-radio-group .flex {
        gap: 24px;
    }

    .mobile-content {
        display: block;
        margin-top: 36px;
    }

    #giveaway-hero .custom_vh {
        width: 93% !important;
    }

    #giveaway-how-to-enter .giveaway-how-to-enter-title,
    #giveaway-what-looking .giveaway-what-looking-title,
    #giveaway-form .giveaway-form-title,
    #giveaway-whats-included .giveaway-whats-included-title{
        font-size: 30px;
    }
}