body,
* {
  font-family: "Noto Sans Bengali", sans-serif;
}
body {
    margin: 0;
  padding: 0;
}
h2{
  margin: 0 !important;
}
:root {
  --light-yellow: #fef3c7;
  --light-purple: #ede9fe;
  --light-red: #fee2e2;
  --light-green: #ecfdf5;


  --light-lin-green: background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  --light-lin-purple: background: linear-gradient(135deg, #EDE9FE 0%, #DDD6FE 100%);
  --light-lin-blue: background: linear-gradient(135deg, rgba(14, 165, 233, 0.10) 0%, rgba(2, 132, 199, 0.20) 100%);


  --deep-lin-green: background: linear-gradient(180deg, #006747 0%, #004D35 100%);
  --deep-lin-blue: background: linear-gradient(180deg, #0EA5E9 0%, #0284C7 100%);
  --deep-lin-red: background: linear-gradient(180deg, #DA291C 0%, #B01E14 100%);
  --deep-lin-brown: background: linear-gradient(180deg, #D4A50A 0%, #B89009 100%);
  --deep-lin-orange: background: linear-gradient(180deg, #FF9756 0%, #F97316 100%);
}
p,
a {
  font-size: 16px;
}

.bg-light-lin-green{
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  
}
.bg-deep-lin-green{
  background: linear-gradient(180deg, #006747 0%, #004D35 100%);
}
.bg-light-lin-blue{
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.10) 0%, rgba(2, 132, 199, 0.20) 100%);
}
.bg-deep-lin-blue{
  background: linear-gradient(180deg, #0EA5E9 0%, #0284C7 100%);
}
.bg-light-lin-red{
  background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
}
.bg-deep-lin-red{
  background: linear-gradient(180deg, #DA291C 0%, #B01E14 100%);
}
.bg-light-lin-brown{
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
}
.bg-deep-lin-brown{
  background: linear-gradient(180deg, #D4A50A 0%, #B89009 100%);
}
.bg-light-lin-orange{
  background: linear-gradient(135deg, #FFEDD5 0%, #FED7AA 100%);
}
.bg-deep-lin-orange{
  background: linear-gradient(180deg, #FF9756 0%, #F97316 100%);
}
.bg-light-lin-purple{
  background: linear-gradient(135deg, #EDE9FE 0%, #DDD6FE 100%);
}
.bg-deep-lin-purple{
  background: linear-gradient(180deg, #BE89FF 0%, #8B5CF6 100%);
}



.bg-sm-light-paste{
  padding: 30px 40px;
  border-radius: 8px;
border: 2px solid rgba(0, 106, 78, 0.13);
background: #ECFDF5;
}
.bg-sm-light-paste h2{
color: #006A4E;
text-align: center;
font-family: "Noto Sans Bengali";
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px;
letter-spacing: -0.8px;
}


.bg-sm-light-red{
  border-radius: 8px;
border: 2px solid rgba(244, 42, 65, 0.13);
background: #FEE2E2;
}
.bg-sm-light-red h2{
color: #F42A41;
text-align: center;
font-family: "Noto Sans Bengali";
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px; /* 120% */
letter-spacing: -0.8px;
}

.bg-sm-light-yellow{
  border-radius: 8px;
border: 2px solid rgba(245, 158, 11, 0.13);
background: #FEF3C7;
}
.bg-sm-light-yellow h2{
color: #F59E0B;
text-align: center;
font-family: "Noto Sans Bengali";
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px; /* 120% */
letter-spacing: -0.8px;
}

.bg-sm-light-green{
  border-radius: 8px;
border: 2px solid rgba(16, 185, 129, 0.13);
background: #D1FAE5;
}
.bg-sm-light-green h2{
color: #10B981;
text-align: center;
font-family: "Noto Sans Bengali";
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px; /* 120% */
letter-spacing: -0.8px;
}


.bls-light-green{
  background: #E7F0ED;
}
.bls-light-red{
  background: #F8ECEA;
}
.bls-light-yellow{
  background: #F8F5E8;
}
.bls-light-blue{
  background: #E6F4F8;
}

.voter_search_area :is(input,select) {
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgb(229, 231, 235);
  font-size: 1rem;
  font-weight: 500;

}



.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.navbar {
  background: #fff;
}
.navbar.sticky {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.banner-sec {
  background: linear-gradient(135deg, #e6ffe6 0%, #fff 100%);
  padding-bottom: 95px;
}

.sab-txt {
  color: #006a4e;
  font-family: "Noto Sans Bengali";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.bj-txt {
  color: #f42a41;
  font-family: "Noto Sans Bengali";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.bogura-txt {
  color: #212529;
  font-family: "Noto Sans Bengali";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.2px; /* 120% */
  letter-spacing: -1.12px;
}

.bini-txt {
  color: #f42a41;
  font-family: "Noto Sans Bengali";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.2px; /* 120% */
  letter-spacing: -1.12px;
}

.bann-ptext {
  color: #495057;
  font-family: "Noto Sans Bengali";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.ssp-bann {
  color: #006a4e;
  font-family: "Noto Sans Bengali";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 120% */
  letter-spacing: -0.64px;
}

.trxt-bnn {
  color: #f42a41;
  font-family: "Noto Sans Bengali";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
}

.img-bann {
  width: 350px;
  height: 450px;
}

.vs-apnr {
  color: #1f2937;
  text-align: center;
  font-family: "Noto Sans Bengali";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px; /* 120% */
  letter-spacing: -0.96px;
}
.vs-slip {
  color: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
  text-align: center;
  font-family: "Noto Sans Bengali";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px; /* 120% */
  letter-spacing: -0.96px;
}
.vs-dld {
  color: #1f2937;
  text-align: center;
  font-family: "Noto Sans Bengali";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px; /* 120% */
  letter-spacing: -0.96px;
}

.header-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  padding: 35px 20px;
  border-radius: 40px;
  text-align: center;
}
.header-box-voter-slip {
  padding-bottom: 30px;
  text-align: center;
}
.header-box h1 {
  color: #1f2937;
  text-align: center;
  font-family: "Noto Sans Bengali";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px; /* 120% */
  letter-spacing: -0.96px;
}
.header-box .vs-bdg {
  border-radius: 50px;
}
.vs-bdg {
  border-radius: 50px;
}
.header-box span.highlight {
  border-radius: 50px;
  background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vs-btn {
  border-radius: 12px;
  background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
  box-shadow: 0 4px 16px 0 rgba(0, 106, 78, 0.15);
  color: #fff;
  padding: 7px 25px;
  font-weight: 600;
  gap: 6px;
}
.download-btn i {
  font-size: 18px;
}
.form-section {
  position: relative;
  z-index: 20 !important;
  margin-top: -170px;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
/* vertical scroll  card css start*/
.card-custom {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.section-title {
  font-size: 24px;
  font-weight: 600;
}
.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f05a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.icon-box-ro {
  padding: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f05a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.icon-box-bl {
  padding: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #854FF3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.icon-box-logo-mini {
  padding: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #019161;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
/* default: show DOWN, hide UP */
.ic-rotate .icon-up { display: none; }
.ic-rotate .icon-down { display: inline; }

/* when collapse is OPEN → header loses .collapsed */
.card-qas-a .card-header:not(.collapsed) .ic-rotate .icon-down {
    display: none;
}

.card-qas-a .card-header:not(.collapsed) .ic-rotate .icon-up {
    display: inline;
}

.question_answer_section{
  background-color: #FFF6F7;
}

.btn-outline-danger {
  width: 100%;
}
.voter-label {
  font-weight: 600;
}
/* vertical scroll  card css end*/
.profile-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.candidate-img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.stat-box {
  padding: 18px;
  border-radius: 16px;
  font-weight: 600;
  background: #f8f9ff;
  border: 1px solid #eee;
}
.stat-box-q {
  flex: 1 1 150px;
  padding: 25px 30px;
  text-align: center;
  border-radius: 16px;
  font-weight: 600;
  background: #f8f9ff;
  border: 1px solid #eee;
}
.stat-box.red {
  background: #ffe8e8;
}
.stat-box.green {
  background: #e8fff2;
}
.stat-box.blue {
  background: #eceaff;
}
.contact-btn {
  padding: 18px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
}
.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.wrapper {
  margin: auto;
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.wrapper-voter-slip {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.left {
  flex: 1 1 330px;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right {
  flex: 1 1 500px;
}

.name {
  font-size: 32px;
  font-weight: 700;
}

.tag {
  background: #ffd45a;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}

/* STAT SECTION */
.stats {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.stats-q {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-box {
  flex: 1 1 150px;
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
}

.stat-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stat-number {
  font-size: 26px;
  margin-bottom: 4px;
}

.g {
  background: #e8fff0;
  color: #128341;
}
.r {
  background: #ffe8e8;
  color: #c23d3d;
}
.p {
  background: #eee3ff;
  color: #5a30c4;
}

/* CONTACT */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.contact-box {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  gap: 15px;
}

.call {
  background: #e8fff0;
}
.mail {
  background: #ffe8e8;
}

/* SOCIAL ICONS */
.social {
  margin-top: 30px;
}
.icons {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.sicon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fb {
  background: #0d6efd;
}
.yt {
  background: #ff0000;
}
.tw {
  background: #1da1f2;
}

/* footer section css start */

.footer {
  background: #121619;
  padding: 40px 20px 20px;
  font-size: 14px;
}
.footer .logo-section {
  color: white;
}
.footer .logo-section svg {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
.footer .logo-text {
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
}
.footer .description {
  margin-top: 8px;
  color: #616161;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.4;
}

.footer .footer-links h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul li {
  margin-bottom: 10px;
}

.footer .footer-links ul li {
  color: #616161;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links ul li a {
  color: #616161;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links ul li a:hover {
  color: white;
}
.footer .footer-links ul li:hover {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .contact-info h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer .contact-info i {
  color: #00af5e;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 16px;
  width: 18px;
  display: inline-block;
  text-align: center;
}
.footer .contact-info div {
  margin-bottom: 12px;
  color: white;
  line-height: 1.3;
}
.footer .contact-info a {
  color: #a0a0a0;
  text-decoration: none;
}
.footer .footer-links img {
  margin-top: -6px;
}

.footer .contact-info a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid #2c2f34;
  padding: 20px 0 0;
  margin-top: 20px;
  color: #666666;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .policy-links {
  display: flex;
  gap: 15px;
  font-weight: 500;
}
.footer-bottom .policy-links a {
  color: #a0a0a0;
  text-decoration: none;
}
.footer-bottom .policy-links a:hover {
  color: white;
}

.ft-comm .ft-comm-c div {
  margin-bottom: 1px;
}

/* Red notification bar */
.notification-bar {
  background: linear-gradient(90deg, #ff4b5c, #ff1f35);
  margin-top: 20px;
  border-radius: 8px;
  padding: 14px 20px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.notification-bar svg {
  width: 20px;
  height: 20px;
  fill: white;
  flex-shrink: 0;
}
/* footer section css end */

/* tab section css start */
.custom-tabs {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.custom-tab {
  padding: 10px 22px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  border: 0;
  background: #fff;
  color: #444;
}
.custom-tab.active {
  background: #0b9f6f !important;
  color: #fff !important;
}

.info-box {
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #dce7dc;
  background: #e8f9ef;
}
.info-box.orange {
  background: #fff6ec;
  border: 1px solid #f3d4b7;
}
.info-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

/* tab section css end */

/* voting guide section css start */
.guide-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #0a8f47;
}

.guide-subtitle {
  color: #555;
}

.guide-card {
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.3s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 15px;
}

/* Color themes */
.green-bg {
  background: linear-gradient(
    135deg,
    rgba(0, 106, 78, 0.03) 0%,
    rgba(0, 106, 78, 0.01) 100%
  );
}
.blue-bg {
  background: linear-gradient(
    135deg,
    rgba(244, 42, 65, 0.03) 0%,
    rgba(244, 42, 65, 0.01) 100%
  );
}
.yellow-bg {
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.03) 0%,
    rgba(245, 158, 11, 0.01) 100%
  );
}
.green-card-bg {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}
.red-card-bg {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

.list-check i {
  color: #0fa958;
  margin-right: 8px;
}
.list-cross i {
  color: #d63d3d;
  margin-right: 8px;
}

/* voting guide section css end */

/* faq section css start */
.faq-title {
  font-size: 32px;
  font-weight: 700;
}

.faq-sub {
  color: #7d7d7d;
  margin-bottom: 40px;
}

.faq-card {
  background: #ffffff;
  margin-bottom: 15px;
  border: none;
}
.accordion-item {
  border-radius: 16px;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type ,
.accordion-item:last-of-type {
    border-radius: 16px;
}
.accordion-button {
    background: #fff;
    padding: 18px 22px;
    border-radius: 16px;
    font-weight: 500;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 16px !important;
}
/* Remove Bootstrap default shadow */
.accordion-button:not(.collapsed) {
  color: #fff;
  background: #8b46ff !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 16px 16px 0 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #f9fafb;
  border-radius: 0 0 16px 16px;
  padding: 20px;
  color: #333;
  font-size: 15px;
}

/* Right arrow icon style */
.accordion-button::after {
  background-size: 14px;
  color: white !important;
}
/* faq section css end */

/* css all effect css start */

.btn-effect {
  color: white;
  border: none;
  padding: 16px 24px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-effect:hover {
  transform: translateY(-2px);
  overflow: hidden;
}
.btn-effect:hover::before {
  left: 100%;
}
.btn-effect::before {
  content: "";
  z-index: -10;
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  width: 100%;
  height: 100%;
  transition: left 0.5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.hover-eff-card{
  transition: 0.3s;
}

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

.hover-eff-scale-up{
  transition: 0.3s;
}

.hover-eff-scale-up:hover{
  transform: translateY(-4px);
}

.hover-card-g-eff{
  transition: 0.3s;
}

.hover-card-g-eff:hover{
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
}

.dv_card_g {
    transition: all 0.3s ease-in-out;
}
.dv_card_g:hover {
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* css all effect css end */

/* scrollbar css start */
.scrl-bar::-webkit-scrollbar {
  width: 10px;
}
.scrl-bar::-webkit-scrollbar-thumb {
  background: #006a4e;
  border-radius: 50px;
}
.scrl-bar::-webkit-scrollbar-button {
  display: none;
}
.scrl-bar::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
/* scrollbar css end */

/* election area css start */
.sm-span-size{
  font-size: 12px;
}

.elec-area .custom-card {
  border-radius: 16px 16px 16px 16px;
  padding: 30px 30px;
  color: #fff;
  position: relative;
}

.elec-area .card-img {
  position: absolute;
  right: 20px;
}

.elec-area .icon-box-g{
  background-color: #016042;
}
.elec-area .icon-box-r{
  background-color: #D1271A;
}
.elec-area .icon-box-y{
  background-color: #CEA00A;
}
.elec-area .icon-box-b{
  background-color: #0C9EE2;
}

.elec-area .txt-4{
color: #101828;
font-size: 38px;
font-style: normal;
font-weight: 400;
}
.elec-area .txt-s{
  color: #101828;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.ec-h4{
 font-size: 18px;
 font-weight: 900;
}
.ec-p{
font-size: 14px;
}

/* election area css end */

/* voting card css start */
.bp_istehar .custom-card {
  border-radius: 16px 16px 0px 0px;
  padding: 30px 30px;
  color: #fff;
  position: relative;
}

.bp_istehar .card-img {
  position: absolute;
  right: 0;
}

.custom-inner {
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
}

.icon-box {
  background: rgba(255, 255, 255, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 32px;
}

.list-check i {
  color: #0d7c66;
  margin-right: 8px;
}
/* voting card css end */

.bg-voting {
  background: linear-gradient(
    180deg,
    rgba(244, 42, 65, 0) 0%,
    rgba(244, 42, 65, 0.05) 100%
  );
}

.pdf-body {
  border-radius: 24px;
  background: linear-gradient(135deg, #006a4e 0%, #00a86b 100%);
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.18);
}

.pdf-body h2,p{
  margin: 0px !important;
}

/* Responsive */


@media (max-width: 991.98px) {
  .footer .desc {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer .desc {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom .policy-links {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .form-section {
    margin-top: -120px;
  }
  .footer {
    padding: 30px 15px 50px;
    font-size: 13px;
  }
  .footer .logo-text {
    font-size: 16px;
  }
  .footer .footer-links h5,
  .footer .contact-info h5 {
    font-size: 15px;
  }
  .notification-bar {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .name {
    font-size: 26px;
  }
  .wrapper {
    padding: 20px;
  }
  .guide-card {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .img-bann {
    width: 100%;
  }

  .sab-txt,
  .bj-txt {
    font-size: 15px;
  }

  .bogura-txt,
  .bini-txt {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .img-bann {
    width: 100%;
  }
  .sab-txt,
  .bj-txt {
    font-size: 15px;
  }

  .bogura-txt,
  .bini-txt {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .img-bann {
    width: 350px;
  }
}
