.sub_title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-self: center;
    align-self: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
}
.sub_title svg {
    height: 18px;
    width: 18px;
}
.bg_linear_green {
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 4px 14px 0 rgba(0, 106, 78, 0.25);
}
.bg_linear_purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 14px 0 rgba(139, 92, 246, 0.25);
}
.bg_linear_blue {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    box-shadow: 0 4px 14px 0 rgba(14, 165, 233, 0.25);
}
.bg_linear_red {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 4px 14px 0 rgba(244, 42, 65, 0.25);
}
.highlight_red_green {
    background: linear-gradient(135deg, #006a4e 0%, #f42a41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.highlight_purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.highlight_blue {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.highlight_red {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slip_download_search {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    margin-top: 28px;
    height: 50px;
}
.section_title {
    color: #1f2937;
    text-align: center;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}
.pre_section p {
    color: #6b7280;
}
.our_candidte .highlight_red {
    background: linear-gradient(135deg, #006a4e 0%, #f42a41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.voter_slip_btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    gap: 6px;
    display: flex;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.slip_sms {
    color: #006a4e;
    background: rgb(255, 255, 255);
    border: 1px solid #006a4e;
}
.slip_sms:hover {
    color: #fff;
    background: linear-gradient(
        135deg,
        #006a4e 0%,
        #008061 50%,
        #006a4e 100%
    ) !important;
    border: 1px solid #006a4e;
}
.slip_sms:hover svg path {
    stroke: #fff;
}

.slip_download {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
}
.slip_comment {
    color: #dc3545;
    background: rgb(255, 255, 255);
    border: 1px solid #dc3545;
}
.slip_comment:hover {
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
}
.slip_comment:hover svg path {
    stroke: #fff;
}
/* Navbar  */

.navbar .nav-item .nav-link {
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    color: #158a37;
}
.slip_btn {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 106, 78, 0.25);
}
.live_btn {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 4px 12px 0 rgba(244, 42, 65, 0.25);
}
.btn_hover_effect {
    position: relative;
    overflow: hidden;
}
.btn_hover_effect::before {
    content: "";
    background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
    width: 100%;
    height: 100%;
    transition: left 0.5s;
    position: absolute;
    top: 0;
    left: -100%;
}
.btn_hover_effect:hover::before {
    left: 100%;
}
/* Video section style  */
.video_section .video_card {
    padding: 90px 50px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.18);
}
.light-green {
    border-radius: 20px;
    border: 2px solid rgba(0, 106, 78, 0.13);
    background: #ecfdf5;
}
.light-yellow {
    border-radius: 20px;
    border: 2px solid rgba(245, 158, 11, 0.13);
    background: #fef3c7;
}
.light-red {
    border-radius: 20px;
    border: 2px solid rgba(244, 42, 65, 0.13);
    background: #fee2e2;
}
.light-purple {
    border-radius: 20px;
    border: 2px solid rgba(139, 92, 246, 0.13);
    background: #ede9fe;
}
.video_card .video_icon {
    height: 80px;
    width: 80px;
    padding: 5px;
    border-radius: 50px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 12px 40px 0 rgba(244, 42, 65, 0.4);
}
.video_card .video_icon svg {
    height: 30px;
    width: 30px;
}
.video_card .red_btn {
    text-decoration: none;
    color: #fff;
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 8px 24px 0 rgba(244, 42, 65, 0.4);
}
.video_card .red_btn svg {
    height: 20px;
    width: 20px;
}
/* 31 dofa styel  */
.dofa_section {
    background: linear-gradient(
        180deg,
        rgba(244, 42, 65, 0) 0%,
        rgba(244, 42, 65, 0.05) 100%
    );
}
.dofa_cards {
    display: inline-flex;
    align-items: stretch;
    gap: 12px;
    animation: scroll 150s linear infinite;
    -webkit-animation: dofa_scroll 150s linear infinite;
}
.dofa_cards:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes dofa_scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes dofa_scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.dofa_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 400px;
    max-width: 400px;
    gap: 25px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
}
.dofa_card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dofa_card .dofa_count {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-self: center;
    justify-self: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 25px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 106, 78, 0.25);
}
.dofa_card p {
    color: #374151;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* Project section style  */
.prokolpo_section {
    background: #ffffff;
}
.prokolpo_section .highlight {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prokolpo_tabs .nav-pills {
    padding: 10px;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    justify-self: center;
}
.prokolpo_tabs .nav-pills .nav-link {
    color: #6b7280;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    padding: 15px 25px;
}
.prokolpo_tabs .nav-pills .nav-link svg path {
    stroke: #6b7280;
}
.prokolpo_tabs .nav-pills .nav-link.active,
.prokolpo_tabs .nav-pills .show > .nav-link {
    color: #fff !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
    box-shadow: 0 4px 12px 0 rgba(139, 92, 246, 0.25) !important;
}
.prokolpo_tabs .nav-pills .nav-link.active svg path,
.prokolpo_tabs .nav-pills .show > .nav-link svg path {
    stroke: #fff !important;
}

.dv_card {
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
    transition: all 0.3s ease-in-out;
}
.dv_card:hover {
    transform: translateY(-10px);
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.card-title.text-green {
    color: #059669;
}
.card-title.text-orange {
    color: #ea580c;
}
.card-title.text-cyan {
    color: #0891b2;
}
.card-title.text-purple {
    color: #9333ea;
}
.badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.badge-green {
    background-color: #d1fae5;
    color: #065f46;
}

.badge-orange {
    background-color: #fed7aa;
    color: #9a3412;
}

.badge-cyan {
    background-color: #cffafe;
    color: #164e63;
}

.badge-purple {
    background-color: #f3e8ff;
    color: #6b21a8;
}

.progress-label {
    font-size: 13px;
    color: #6b7280;
}

.progress-percentage {
    font-size: 14px;
    font-weight: 600;
}

.progress-percentage.text-green {
    color: #059669;
}
.progress-percentage.text-orange {
    color: #ea580c;
}
.progress-percentage.text-cyan {
    color: #0891b2;
}
.progress-percentage.text-purple {
    color: #9333ea;
}

.progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e5e7eb;
}

.progress-bar {
    border-radius: 4px;
}

.bg-green {
    background-color: #059669;
}
.bg-orange {
    background-color: #ea580c;
}
.bg-cyan {
    background-color: #0891b2;
}
.bg-purple {
    background-color: #9333ea;
}
/* Future Prokolpo  */
.project-card {
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
    transition: all 0.3s ease-in-out;
}
.project-card:hover {
    transform: translateY(-10px);
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.card-title.text-green {
    color: #059669;
}

.card-title.text-pink {
    color: #ec4899;
}

.card-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.meta-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 16px;
}

.meta-icon {
    width: 16px;
    height: 16px;
}

.section-label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
    font-weight: 500;
}

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ftag {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: none;
}

.tag-cyan {
    background-color: #cffafe;
    color: #0e7490;
}

.tag-pink {
    background-color: #fce7f3;
    color: #be185d;
}
/* Live interaction section  */
.live_interaction_section {
    background: linear-gradient(
        180deg,
        rgba(244, 42, 65, 0) 0%,
        rgba(244, 42, 65, 0.05) 100%
    );
}
.live_wrapper {
    background-color: #fff;
    border-radius: 15px;
}
.live_interaction_section .highlight {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.election_area_section .highlight-b {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.voting_section .highlight-c {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.live-banner-header {
    padding: 24px 24px 5px 24px;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
}
.motamot_header p,
.live-banner-header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.join-button {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.motamot_header {
    padding: 24px 24px 5px 24px;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
}
.submit_btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
    border: none;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 4px 12px 0 rgba(244, 42, 65, 0.25);
}
.ask-tabs .nav-pills .nav-item {
    flex-grow: 1;
}
.ask-tabs .nav-pills .nav-item .nav-link {
    color: #6b7280;
    font-size: 16px;
    padding: 12px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    background: #fff;
    width: 100%;
}
.ask-tabs .nav-pills .nav-item .nav-link.active {
    color: #f42a41;
    border: 2px solid #f42a41;
    background: #fee2e2;
}
/* File preview  */
.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 1px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 100px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
.dropzone-desc p {
    margin-bottom: 0px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
/* Campaign style  */
.campaign_section .highlight {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.next_card .next_icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 106, 78, 0.15);
}
.notify_card .notify_icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    box-shadow: 0 2px 8px 0 rgba(244, 42, 65, 0.15);
}
.notify_card p,
.next_card p {
    color: #6b7280;
    font-size: 15px;
    font-weight: 400;
}
.notify_card h4,
.next_card h4 {
    color: #1f2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.coming_event_card {
    margin: 0 auto;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease-in-out;
}

.coming_event_card:hover {
    background-color: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.status-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.badge-custom {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: none;
}

.badge-active {
    background-color: #e8eef3;
    color: rgb(22, 22, 22);
}

.badge-upcoming {
    background-color: #dcf3e7;
    color: #065f46;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 24px;
}

.event-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #374151;
}

.detail-icon {
    width: 20px;
    height: 20px;
    color: #6b7280;
    flex-shrink: 0;
}

.detail-text {
    font-size: 15px;
    line-height: 1.4;
}

.view-details-btn {
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.view-details-btn:hover {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.view-details-btn:active {
    transform: translateY(0);
}

.arrow-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.view-details-btn:hover .arrow-icon {
    transform: translateX(4px);
}
.notification_card {
    padding: 15px;
    border-radius: 16px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.notification_card h3 {
    color: #1f2937;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.notification_card p {
    color: #6b7280;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.ntime {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #f3f4f6;
    color: #6b7280;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}

/* Photo gallery section  */
.photo_gallery_section {
    background: linear-gradient(
        180deg,
        rgba(244, 42, 65, 0) 0%,
        rgba(244, 42, 65, 0.05) 100%
    );
}
.photo_gallery_section .highlight {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gallery_cards {
    display: inline-flex;
    animation: scroll 30s linear infinite;
    -webkit-animation: scroll 30s linear infinite;
}
.gallery_cards:hover {
    animation-play-state: paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.gallery_card {
    text-decoration: none;
    min-width: 400px;
    max-width: 400px;
    height: 300px;
    flex-shrink: 0;
    background-image: url("../../admin/assets/images/gallery_img.png");
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.gallery_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.gallery_card .gallery_text {
    padding: 20px 20px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.gallery_card .gallery_text h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.gallery_card .gallery_text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.lightbox-overlay {
    z-index: 9999 !important;
}
.election_area_section {
    background: linear-gradient(180deg, rgba(0, 106, 78, 0.00) 0%, rgba(0, 106, 78, 0.05) 100%);
}
@media screen and (max-width: 768px) {
    .video_section .video_card {
        padding: 65px 40px;
    }
    .section_title {
        font-size: 35px;
        line-height: 42px;
    }
    .gallery_card {
        min-width: 350px;
        max-width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .slip_download_search {
        margin-top: 0px;
    }
}
