.sub_title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-self: center;
    align-self: center;
    gap: 8px;
    padding: 12px 24px 8px;
    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);
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    height: 50px;
}
.search_res_reset {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
    height: 50px;
}
.section_title {
    color: #1f2937;
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    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  */
#videoSection {
    min-height: 500px;
    border-radius: 20px;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.18);
}
#videoSection .my-video-dimensions {
    width: 100%;
    max-width: 1440px;
    height: 500px;
    border-radius: 24px;
}
#videoSection .vjs-poster img {
    border-radius: 20px;
    object-fit: cover !important;
}
.video_card.no_video {
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}
#videoSection .video-js .vjs-control-bar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 5px;
}
#videoSection .video-js .vjs-big-play-button {
    height: 65px;
    width: 65px;
    text-decoration: none;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    padding: 5px;
    border: none;
    border-radius: 50%;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
    transform: translate(calc(-50% + 65px), calc(-50% + 65px));
    margin: 0;
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 106, 78, 0.25);
    animation: popup 2s linear infinite;
}
@keyframes popup {
    0% {
        transform: translate(calc(-50% + 65px), calc(-50% + 65px)) scale(1);
    }
    50% {
        transform: translate(calc(-50% + 65px), calc(-50% + 65px)) scale(1.2);
    }
    100% {
        transform: translate(calc(-50% + 65px), calc(-50% + 65px)) scale(1);
    }
}
#videoSection .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 {
    position: relative;
}
.dofa_cards .owl-stage {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dofa_cards :is(.owl-prev, .owl-next) {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 25px;
    height: 45px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    border: 1px solid #007e57;
    background: linear-gradient(135deg, #006a4e5e 0%, #00a86b57 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 106, 78, 0.25);
}
.dofa_cards :is(.owl-prev, .owl-next):hover {
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
}
.dofa_cards .owl-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.dofa_cards .owl-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.dofa_cards :is(.owl-prev, .owl-next) span {
    line-height: 26px;
}
.dofa_cards .owl-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}
@keyframes dofa_scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes dofa_scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.dofa_wrapper {
    height: 100%;
}
.dofa_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 230px;
    height: auto !important;
    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 .dofa_title {
    color: #374151;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.dofa_card p {
    color: #374151;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.view_hide_btn {
    cursor: pointer;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 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;
    outline: none;
    border: none;
    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 .owl-stage {
    display: flex;
    align-items: center;
}
.gallery_cards :is(.owl-prev, .owl-next) {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 25px;
    height: 45px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    border: 1px solid #f42a41;
    background: linear-gradient(135deg, #f42a4271 0%, #ff6b6b80 100%);
    box-shadow: 0 4px 12px 0 rgba(244, 42, 65, 0.25);
}
.gallery_cards :is(.owl-prev, .owl-next):hover {
    background: linear-gradient(135deg, #f42a41 0%, #ff6b6b 100%);
}
.gallery_cards .owl-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.gallery_cards .owl-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.gallery_cards :is(.owl-prev, .owl-next) span {
    line-height: 26px;
}
.gallery_cards .owl-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

@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) 0%,
        rgba(0, 106, 78, 0.05) 100%
    );
}

.phone-save input[type="text"] {
    border-radius: 0px;
    width: 100%;
    padding: 9px 5px;
    border: 1px solid #dad9d9;
    outline: none;
}

.d-sl-none {
    display: none;
}
.vote_card_modal .modal-header {
    background: linear-gradient(
        135deg,
        rgb(0, 106, 78) 0%,
        rgb(0, 168, 107) 100%
    );
    color: white;
    border-bottom: none;
    padding: 20px 15px;
}
.vote_card_modal .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%);
}
.vote_card_modal .modal-header .modal_close {
    background: transparent;
    outline: none;
    border: none;
}
.vote_card_modal .input_warning {
    margin-top: 5px;
    font-size: 14px;
}
.vote_card_modal .modal-content {
    border-radius: 20px !important;
    border: none !important;
}
.vote_card_modal .modal-header {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.vote_card_modal .modal-footer {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.vote_card_modal .modal-body {
    padding: 25px 20px;
}
.vote_card_modal .modal-body :is(input, select, textarea) {
    padding: 6px 12px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.vote_card_modal .modal-body .input-group-text {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.select2-container--default .select2-selection--single:hover {
    border-color: #667eea;
}
.select2-container--default.select2-container--focus
    .select2-selection--single {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 41px;
    padding-left: 15px;
    color: #333;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 41px;
    right: 10px;
}
.icon-box .first_icon {
    filter: brightness(100);
}
/* Video Playlist design  */
/* Playlist Container */
.video_playlist {
    border-radius: 24px;
    padding: 0 10px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.video_playlist .vjs-playlist-item-list {
    padding: 0;
}

/* Remove default Video.js playlist styling */
.vjs-playlist {
    background: transparent !important;
    padding: 0 !important;
}
.vjs-playlist .vjs-playlist-thumbnail img {
    width: 100%;
}
/* Individual Playlist Item */
.vjs-playlist .vjs-playlist-item {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    background: transparent !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
}

.vjs-playlist .vjs-playlist-item:hover {
    transform: scale(1.02);
}

/* Thumbnail Container */
.vjs-playlist .vjs-playlist-thumbnail {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin: 0 !important;
    display: block !important;
}

/* Dark Overlay on Thumbnail */
.vjs-playlist .vjs-playlist-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 8px;
    pointer-events: none;
}

/* Video Title */
.vjs-playlist .vjs-playlist-name {
    position: absolute !important;
    bottom: 35px !important;
    left: 12px !important;
    right: 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    z-index: 2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Duration Badge (Top Left) */
.vjs-playlist .vjs-playlist-duration {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    z-index: 2 !important;
}

/* Status Badge - "Now Playing" */
.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-name::before {
    content: "Now Playing";
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #e50914;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status Badge - "Up Next" for non-selected items */
.vjs-playlist .vjs-playlist-item:not(.vjs-selected) .vjs-playlist-name::before {
    content: "Up Next";
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Currently Playing - Add Red Border */
.vjs-playlist .vjs-playlist-item.vjs-selected {
    border: 3px solid #e50914 !important;
}

/* Hide description if you don't need it */
.vjs-playlist .vjs-playlist-description {
    display: none !important;
}

/* Scrollbar Styling */
.video_playlist::-webkit-scrollbar {
    width: 6px;
}

.video_playlist::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.video_playlist::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
    border-radius: 4px;
}

.video_playlist::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #005a42 0%, #008f5a 100%);
}
span.vjs-playlist-now-playing-text {
    display: none;
}
span.vjs-up-next-text {
    display: none;
}
.vjs-playlist-ad-overlay {
    display: none;
}
.dv_details_btn {
    display: block;
    padding: 10px 0;
    cursor: pointer;
}
.dv_images img {
    width: 80px;
    height: 50px;
    object-fit: cover;
}
.dv_details_content {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
    .video_playlist {
        padding: 0;
        max-height: 170px;
        overflow-y: hidden;
        overflow-x: auto;
        margin-top: 10px;
    }
    .video_playlist .vjs-playlist-item-list {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }
    .vjs-playlist .vjs-playlist-thumbnail {
        height: 140px !important;
    }
    .vjs-playlist .vjs-playlist-item {
        flex-grow: 1;
        width: 100%;
        min-width: 200px;
    }
    .vjs-playlist .vjs-playlist-name {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    .section_title {
        font-size: 35px;
        line-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    #videoSection {
        min-height: 250px;
    }
    #videoSection .my-video-dimensions {
        height: 250px;
    }
    #videoSection .vjs-poster img {
        border-radius: 10px;
    }
    .navbar .navbar-brand img {
        width: 50px;
        height: auto;
    }
}
