.content-area {
  background-color: #FFFFFF;
}

.content-details, 
.layout-shell, 
section.constituency-details,
.border-constituencies,
.constituency-result {
       user-select: none;
}

.herobanner-candidate {
  padding: 153px 0px;
  background-color: #ffffff;
  background-image: url("../images/bg-img-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title-section-img {
  position: absolute;
  bottom: -25%;
  left: -6%;
}

.kerala-png-section {
  position: absolute;
  top: 12%;
  right: 18%;
}

.kerala-png-section img {
  width: 100%;
  height: auto;
}


.top-card {
  display: flex;
  margin: 0 15%;
  border: 1px solid #93C5FD;
  border-radius: 28px;
  overflow: visible;
  background: #fff;
  position: relative;
  gap: 68px;
}

/* LEFT IMAGE */
.left-section {
  width: 40%;
}

.left-section img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.right-section {
  padding: 0px 67px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.right-section h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #475569;
  margin-top: 32px;
  margin-bottom: 14px;
}

.right-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: #2E86DE;
  margin: 14px 0px;
}

/* PARTY BADGE */
.party-name {
  width: fit-content;
  padding: 10px 40px;
  background: #2E86DE;
  color: #fff;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  /* letter-spacing: 5px; */
  margin-bottom: 14px;
}


.divider {
  width: 200%;
  max-width: 100%;
  border-top: 1px solid #93C5FD;
  margin: 10px 0;
  /* position: absolute;
  top: 60%;
  left: 20%; */
}

.score {
  width: fit-content;
  padding: 8px 50px 0px;
  background: #FACC15;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  border-radius: 12px;
  margin-bottom: 50px;
  font-family: "Manjari", sans-serif;
}

.new-questions-section {
  margin: 0 10%;
}

.new-questions-section h4 {
  font-size: 30px;
  /* letter-spacing: 2px; */
  padding-left: 20px;
}

.quiz-form {
  max-width: 1800px;
  margin: 10px auto 50px;
  padding: 30px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-family: "Manjari", sans-serif;
}

.question {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.question-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.option {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
}

.option input {
  margin-right: 8px;
}

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  justify-content: center;
}

.form-actions button {
      padding: 15px 40px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: green;
    border-color: green;
    color: #fff;
    cursor: pointer;
     transition: all 0.2s ease;
    font-size: 20px;
}

.form-actions button[type="submit"] {
  background: #ffffff;
  border-color: #000000;
}

.form-actions button:hover {
  transition: all 0.2s ease;
   background: #fff;
   color: green;
   border-color:green ;
}



.ad-shell {
  background-color: #FFFFFF;
  padding: 60px 20%;
  overflow: hidden;
}

.ad-shell-two {
  background-color: #ffffff;
  padding: 20px 0;
  overflow: hidden;
}

.ad-area {
  text-align: center;
}

.ad-area p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.mla-container {
  background-color: #F8F8F8;
  text-align: center;
  align-items: center;
  padding: 36px;
}

.new-container-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.small-img-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.main-ad.only-mob-ad {
    width: auto;
    margin: 0 auto;
    text-align: center;
    max-height: 400px;
    max-width: 100%;
    overflow: hidden;
    display: none;
}

.party-design {
  width: fit-content;
  padding: 7px 15px;
  background: #2E86DE;
  color: #fff;
  max-height: fit-content;
  border-radius: 12px;
  font-weight: 900;
  font-size: 15px;
  /* letter-spacing: 2px; */
}

.mla-container p {
  margin: 0px;
  color: #FF0000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Manjari", sans-serif;
}

.table-ad {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ad-content {
  padding: 250px 0px;
  overflow: hidden;
}

.ad-content p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* Table rating */
.table-wrapper {
  width: 50%;
  margin: 0 48px;
  border-radius: 14px;
}

.score-list {
  width: fit-content;
  padding: 5px 5px 5px 5px;
  background: #FACC15;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  border-radius: 12px;
}

.score-table {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.rating-row {
  margin-bottom: 22px;
}

.row-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.label {
  font-size: 25px;
  padding-right: 20px;
}

.score-list {
  width: fit-content;
  padding: 5px 5px 5px 5px;
  background: #FACC15;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  border-radius: 12px;
}

/* .score {
    font-weight: 600;
    color: #1e40af;
  } */

input[type="range"] {
  width: 100%;
  height: 6px;
  appearance: none;
  background: #FFEFEF;
  border-radius: 6px;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #FF1010;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #FF1010;
  border-radius: 50%;
}

/* Submission area */

.vote-section {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}

.vote-question {
  color: #FF1010;
  font-size: 22px;
  margin-bottom: 16px;
}

.vote-options {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.vote-btn {
  border: none;
  padding: 14px 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ldf {
  background: #D64541;
}

.udf {
  background: #2E86DE;
}

.nda {
  background: #F5A623;
}

.others {
  background: #A0A0A0;
}

.vote-submit {
  width: 100%;
  max-width: 520px;
  background: #16a34a;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 26px;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.vote-submit:enabled {
  opacity: 1;
}

/* Yellow hover */
.vote-btn:hover {
  box-shadow: 0 0 0 4px #facc15;
  /* yellow */
}

/* Yellow when selected */
.vote-btn.active {
  box-shadow: 0 0 0 4px #facc15;
}


/* next section - content section */
.head-section {
  display: flex;
  flex-direction: row;
  background-color: #475569;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.head-section p {
  font-size: 25px;
  font-weight: 900;
  color: #FFFFFF;
}

.down-arrow {
  position: relative;
  width: 5px;
  height: 30px;
  background: white;
  margin: 50px;
}


.down-arrow::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
  background: white;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.details-container {
  margin: 0 10%;
}

.content-details {
  display: flex;
  flex-direction: column;
}

.content-details h3 {
  font-size: 30px;
  font-weight: 900;
  color: #0F172A;
  margin-bottom: 16px;
}

.content-details p {
  font-size: 24px;
  color: #475569;
  margin-bottom: 36px;
  line-height: 41px;
}

.details-table h3 {
  color: #0F172A;
  font-size: 30px;
  margin-bottom: 11px;
}

/* Table content styles broooo */

.layout-shell {
  display: flex;
  gap: 20px;
  justify-content: center;
  /* margin-bottom: 37px; */
}

section.constituency-details,
section.constituency-result {
  background-color: #FFFFFF;
  padding-bottom: 37px;
}

section.border-constituencies {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}

.column-west,
.column-east {
  width: 100%;
}

/* BASE ROW */
.row-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFEFEF;
  padding: 14px 16px;
  font-size: 24px;
}

/* REMOVE DETAILS DEFAULTS */
.row-expand summary {
  list-style: none;
}

.row-expand summary::-webkit-details-marker {
  display: none;
}

/* BADGES */
.badge {
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.badge.udf {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blue {
  background: #2f86de;
  color: #fff;
}

.red {
  background: #e74c3c;
  color: #fff;
}

.yellow {
  background: #f5a623;
  color: #fff;
}

.ldf {
  background: #D64541;
}

.udf {
  background: #2E86DE;
}

.nda {
  background: #F5A623;
}

.others {
  background: #A0A0A0;
}

/* HEADER ROW */
.row-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFEFEF;
  padding: 16px;
  font-size: 18px;
}

.row-expand summary {
  list-style: none;
}

.row-expand summary::-webkit-details-marker {
  display: none;
}

.chevron {
  background: #2f86de;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* EXPAND AREA */
.expand-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#ward-expand-text {
  padding: 35px 0px 0px 15%;
}

/* LEFT TEXT */
.expand-left div {
  font-size: 25px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.row-label {
  font-size: 24px;
}

/* RIGHT PARTY STACK */
.expand-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* PARTY ROW */
.party-row {
  display: flex;
  align-items: stretch;
  font-weight: 700;
  font-size: 16px;
}

/* LABEL SIDE */
.party-label {
  padding: 10px 18px;
  min-width: 90px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
}

/* COUNT SIDE */
.party-count {
  padding: 10px 14px;
  min-width: 44px;
  text-align: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

/* COLOR THEMES */
.ldf-bg {
  background: #fdecea;
  color: #c0392b;
}

.ldf-count {
  background: #d8433e;
}

.udf-bg {
  background: #eaf4ff;
  color: #2c3e50;
}

.udf-count {
  background: #2f86de;
}

.nda-bg {
  background: #fff3e0;
  color: #d35400;
}

.nda-count {
  background: #f5a623;
}

.oth-bg {
  background: #f1f1f1;
  color: #555;
}

.oth-count {
  background: #9e9e9e;
}

.details-container h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 16px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.timeline-row {
  display: grid;
  grid-template-columns: 1fr 2px 2fr 2px 2fr;
  align-items: center;
  background: #FFEFEF;
  padding: 14px 18px;
  border-radius: 8px;
  text-align: center;
}

.col {
  font-size: 25px;
  color: #334155;
}

.year {
  font-weight: 600;
  color: #475569;
}

.constituency-divider {
  width: 1px;
  height: 24px;
  background: #FF1010;
}

.span-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 36px;
}

.span-area span {
  font-size: 24px;
  color: #475569;
  background-color: #FFEFEF;
  padding: 15px 100px;
  text-align: center;
  border-radius: 8px;
  margin-top: 21px;
}

.assembly-election-result-wrapper {
  margin: 0 8%;
  padding: 0 36px;
  background: #ffffff;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-bottom: 10px;
  /* margin-bottom: 36px; */

}

.assembly-election-result-heading {
  font-size: 30px;
  margin-bottom: 26px;
  margin-top: 10px;
}

.assembly-election-result-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.assembly-election-result-item {
  display: grid;
  grid-template-columns: 1fr 2px 2fr 2px 2fr;
  align-items: center;
  background: #FFEFEF;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 25px;
}

.result-vertical-separator {
  width: 1px;
  height: 100%;
  background: #FF1010;
}

.assembly-election-candidate {
  font-weight: 500;
}

.assembly-election-party {
  color: #475569;
  text-align: center;
}

.assembly-election-votes {
  color: #FF1010;
  text-align: center;
}

.assembly-election-summary-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.assembly-election-summary-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  color: #464646;
  gap: 38px;
  margin: 0px 0 35px 0;
}

.assembly-election-summary-pill {
  background: #FF1010;
  color: #ffffff;
  padding: 8px 60px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 24px;
}


.share-button-area{
   text-align: center;
  padding: 20px 20px 0px;
}

.share-button-area h3{
font-size: 33px;
  font-weight: 600;
  margin-bottom: 30px;
}
.social-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.social-btn {
  width: 120px;
  height: 55px;
  border: 1px solid #999;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-btn i {
  font-size: 24px;
  color: red;
}

.social-btn:hover {
  background: red;
  border-color: red;
   transform: translateY(-3px);
}
.social-btn:hover i {
  color: white;
}


@media screen and (max-width: 1800px) {
  .left-section img {
    width: 90%;
  }

  .mla-container p {
    font-size: 22px;
  }

  .kerala-png-section {
    top: 15%;
  }

  .left-section {
    width: 45%;
  }

  .label {
    font-size: 22px;
    padding-right: 20px;
  }

  .details-container h3 {
    font-size: 25px;
  }

  .content-details p {
    font-size: 20px;
  }

  .span-area span {
    font-size: 20px;
  }

  .col {
    font-size: 20px;
    color: #334155;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 20px;
  }

  .assembly-election-summary-row {
    font-size: 22px;
  }
}

@media screen and (max-width: 1700px) {
  .left-section img {
    width: 80%;
  }

  .left-section {
    width: 50%;
  }

  .kerala-png-section {
    position: absolute;
    top: 18%;
    right: 25%;
  }

  .kerala-png-section img {
    width: 90%;
  }

  .right-section {
    padding: 25px;
  }

  .top-card {
    margin: 0 22%;
    gap: 30px;
  }

  .right-section h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 22px;
  }

  .right-section h2 {
    font-size: 32px;
    margin: 10px 0px;
  }

  .score {
    width: fit-content;
    padding: 2px 20px;
  }

  .down-arrow {
    margin: 20px;
  }

  .head-section {

    gap: 15px;
  }

  .details-container h3 {
    padding-top: 25px;
  }

  .vote-question {
    font-size: 20px;
  }

  .vote-submit {
    max-width: 350px;
    padding: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .right-section {
    padding: 22px 20px;
  }

  .top-card {
    margin: 0 10%;
    gap: 30px;
  }

  .score {
    padding: 10px 25px 2px;
  }

  .label {
    font-size: 20px;
    padding-right: 20px;
  }

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

  .new-questions-section h4 {
    font-size: 22px;
  }

  .option {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .vote-question {
    font-size: 18px;
  }

  .vote-btn {
    padding: 14px 65px;
    font-size: 15px;
  }

  .vote-submit {
    max-width: 270px;
    padding: 12px;
    font-size: 18px;
  }

  .down-arrow {
    margin: 35px;
  }

  .head-section p {
    font-size: 20px;
  }

  .content-details p {
    font-size: 16px;
    line-height: 30px;
  }

  .details-container h3 {
    font-size: 20px;
  }

  .row-label {
    font-size: 20px;
  }

  .expand-left div {
    font-size: 20px;
  }

  .party-label {
    font-size: 15px;
  }

  .col {
    font-size: 18px;
  }

  .span-area span {
    font-size: 18px;
  }

  .assembly-election-result-heading {
    font-size: 25px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 18px;
  }

  .assembly-election-summary-row {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .top-card {
    margin: 0px 10%;
    gap: 0px;
  }

  .kerala-png-section {
    right: 10%;
  }
}

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

   .share-button-area{
    padding: 120px 20px 0px;
}
.social-btn {
  width: 90px;
  height: 45px;
}
.share-button-area h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

  .right-section {
    padding: 0px 60px 100px 20%;
    text-align: center;
  }

  .title-section-img {
    bottom: -14%;
    left: 10%;
  }

  .quiz-form {
    padding: 20px;
  }

  .ad-shell {
    padding: 100px 0px 20px;
    overflow: hidden;
  }

  .left-section img {
    width: 100%;
  }

  .top-card {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 55%;
  }

  .herobanner-candidate {
    padding: 150px 0 0px 25%;
  }

  .right-section h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
  }

  .party-name {
    width: unset;
  }

  .kerala-png-section {
    right: 25%;
  }

  .kerala-png-section img {
    width: 100%;
  }


  .top-card {
    width: 45%;
  }

  .right-section h2 {
    font-size: 25px;
  }

  .score {
    font-size: 25px;
    width: unset;
    margin-bottom: 20px;
  }

  .table-wrapper {
    width: 90%;
    margin: 0 40px;
  }

  .left-section {
    width: 100%;
  }

  .ad-content {

    display: none;
  }

  .content-details p {
    font-size: 16px;
  }

  .details-container h3 {
    font-size: 20px;
  }

  .timeline-row {
    grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr;
  }

  .row-label,
  .col {
    font-size: 18px;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    font-size: 18px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 16px;
  }

  .divider {
    display: none;
  }

  #ward-expand-text {
    padding: 35px 0px 0px 0%;
  }

  .expand-left div {
    font-size: 18px;
  }

  .mla-container p {
    font-size: 18px;
  }

  .label {
    font-size: 16px;
    padding-right: 20px;
  }

  .score-list {
    font-size: 20px;
  }

  .vote-question {
    font-size: 18px;
  }

  .vote-btn {
    padding: 14px 50px;
    font-size: 14px;
  }

  .down-arrow {
    width: 4px;
    height: 18px;
  }

  .vote-submit {
    max-width: 200px;
    padding: 12px;
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .share-button-area {
    padding: 25px 20px 0px;
  }
    .social-btn {
    width: 80px;
    height: 40px;
  }
  .social-btn i {
  font-size: 20px;
  }
  .social-buttons {
  gap: 15px;
}
  .share-button-area h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .right-section h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
  }

  .top-card {
    width: 50%;
  }

  .title-section-img img {
    width: 90%;
  }

  .kerala-png-section {
    top: 4%;
  }

  .kerala-png-section img {
    width: 100%;
    transform: rotate(-12deg);
  }

  .title-section-img {
    left: 15%;
  }

  .herobanner-candidate {
    padding: 30px 0 90px 25%;
  }

  .expand-left div {
    font-size: 16px;
  }

  .ad-shell {
    padding: 40px 0px 20px;
    overflow: hidden;
  }

  .ad-area {
    padding: 0px;
  }

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

  .vote-question {
    font-size: 16px;
  }

  .vote-btn {
    padding: 10px 40px;
    font-size: 12px;
  }

  .vote-submit {
    max-width: 130px;
    padding: 10px;
    font-size: 12px;
  }

  .head-section p {
    font-size: 16px;
  }

  .details-container h3 {
    font-size: 18px;
  }

  .content-details p {
    font-size: 14px;
  }

  .row-label,
  .col {
    font-size: 16px;
  }

  .span-area span {
    font-size: 16px;
    padding: 10px 65px;
    margin-top: 10px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 14px;
  }

  .assembly-election-result-heading {
    font-size: 16px;
  }

  .assembly-election-summary-row {
    font-size: 16px;
    margin: 0px 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
    .social-btn {
    width: 70px;
    height: 30px;
  }
    .social-btn i {
    font-size: 16px;
  }
    .share-button-area {
    padding: 20px 20px 30px;
  }

  .right-section {
    padding: 0px 35px 35px 10%;
    text-align: center;
  }
  .main-ad.only-mob-ad {
    display: block;
  }

  .details-container h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .new-container-section {
    flex-direction: column;
  }

  .right-section h3 {
    font-size: 16px;
    margin: 5px 0px;
  }

  .kerala-png-section img {
    width: 80%;
    transform: rotate(-12deg);
  }

  .ad-shell {
    padding: 0;
  }

  .ad-area {
    overflow: hidden;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .score {
    font-size: 20px;
  }

  .title-section-img img {
    width: 70%;
  }

  .mla-container {
    margin-top: 30px;
  }

  .title-section-img {
    bottom: -14%;
    left: 25%;
  }

  .kerala-png-section {
    position: absolute;
    top: 16%;
    right: 15%;
  }

  .form-actions {
    margin-top: 20px;
  }

  .option {
    font-size: 14px;
    width: 100%;
    padding: 5px 10px;
  }

  .question-title {
    font-size: 18px;
  }

  .label {
    font-size: 16px;
    padding-right: 20px;
    text-align: left;
  }

  .vote-btn {
    font-size: 15px;
  }

  .vote-submit {
    max-width: 120px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .row-label {
    font-size: 16px;
  }

  .expand-shell {
    padding: 10px;
  }

  .party-label {
    padding: 10px 18px;
    min-width: 90px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
  }

  .vote-btn {
    padding: 14px 30px;
  }

  .score-list {
    font-size: 18px;
  }

  .top-card {
    width: 50%;
    justify-content: center;
    align-items: center;
  }

  .table-wrapper {
    width: 90%;
  }

  .head-section p {
    font-size: 20px;
  }

  .content-details p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .right-section h2 {
    font-size: 24px;
  }

  #ward-expand-text {
    padding: 20px 0 0 0;
  }

  .expand-left div {
    font-size: 16px;
  }

  .badge.udf {
    font-size: 12px;
  }

  .badge {
    font-size: 10px;
  }

  .col {
    font-size: 15px;
  }

  .chevron {
    padding: 8px 25px;
  }

  .span-area span {
    font-size: 15px;
    padding: 10px 20px;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .assembly-election-summary-pill {
    padding: 8px 20px;
    font-size: 24px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 15px;
  }

  .assembly-election-result-item {
    grid-template-columns: 2fr 2px 2fr 2px 2fr;
  }

  .party-name {
    padding: 8px 0px;
    font-size: 20px;
    /* letter-spacing: 2px; */
  }

  .layout-shell {
    flex-direction: column;
  }
.modal-right-section h2 {
    font-size: 16px;
}
.modal-right-section h3 {
    font-size: 12px;
}
.modal-party {
    font-size: 12px;
}
.otp-modal-header h2 {
    font-size: 1.2rem;
}
.otp-score-display {
    font-size: 2rem;
}
.otp-digit-info {
    font-size: 0.5rem;
}
.otp-btn {
    font-size: 0.8rem;
}

}

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

      .share-button-area {
    padding: 70px 20px 10px;
  }

  .right-section h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .right-section h2 {
    font-size: 20px;
  }

  .party-name {
    padding: 5px 0px;
    font-size: 15px;
    /* letter-spacing: 2px; */
  }

  .score {
    font-size: 18px;
  }

  .mla-container p {
    font-size: 16px;
  }

  .label {
    font-size: 14px;
  }

  .score-list {
    font-size: 16px;
  }

  .vote-question {
    font-size: 14px;
  }

  .vote-btn {
    padding: 6px 21px;
  }

  .vote-submit {
    max-width: 100px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .head-section p {
    font-size: 18px;
  }

  .details-container h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .new-questions-section {
    margin: 0 5%;
  }

  .kerala-png-section {
    top: 12%;
    right: 5%;
  }

  .kerala-png-section img {
    width: 65%;
    display: none;
  }

  .ad-shell {
    padding: 10px 0px 0px;
    overflow: hidden;
  }

  .herobanner-candidate {
    padding: 40px 0 0px 25%;
  }

  .col {
    font-size: 14px;
  }

  .span-area span {
    font-size: 14px;
    padding: 8px 20px;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 12px;
  }

  .party-label {
    padding: 10px 10px;
    font-size: 14px;
  }

  .expand-left {
    padding-top: 18%;
  }

  .expand-left div {
    font-size: 14px;
  }
}

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

    .share-button-area h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
    .social-btn {
    width: 50px;
    height: 25px;
  }
.social-btn i {
    font-size: 14px;
  }
   .share-button-area {
    padding: 80px 20px 10px;
  }

  .top-card {
    width: 70%;
  }

  .herobanner-candidate {
    padding: 40px 0 0px 10%;
  }

  .right-section h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .table-wrapper {
    width: 100%;
  }

  .right-section h2 {
    font-size: 22px;
  }

  .mla-container {
    padding: 20px 5px;
  }

  .vote-question {
    font-size: 12px;
  }

  .right-section {
    padding: 0px 35px 45px 10%;
  }

  .kerala-png-section {
    top: 15%;
    right: -6%;
  }

  .kerala-png-section img {
    width: 75%;
  }

  /* .question {
    padding: 0;
  } */

  .option {
    font-size: 12px;
  }

  .vote-btn {
    font-size: 12px;
  }

  .question-title {
    font-size: 16px;
  }

  .vote-options {
    gap: 8px;
    margin-bottom: 10px;
  }

  .vote-submit {
    padding: 9px;
    font-size: 14px;
  }

  .label {
    font-size: 12px;
    padding-right: 0px;
  }

  .score-list {
    font-size: 14px;
  }

  .head-section p {
    font-size: 16px;
  }

  .down-arrow::after {
    width: 12px;
    height: 10px;
  }

  .header-logo img {
    height: 30px;
  }

  .header-content {
    height: 50px;
  }

  .form-actions button {
      padding: 10px 15px;
      border-radius: 5px;
      font-size: 14px;
  }

  .party-label {
    padding: 10px 10px;
    font-size: 12px;
  }

  .down-arrow {
    width: 4px;
    height: 12px;
  }

  .content-details p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .details-container h3 {
    font-size: 14px;
    padding-bottom: 0px;
  }

  .row-label {
    font-size: 14px;
  }

  .badge.udf {
    font-size: 10px;
  }

  .badge {
    padding: 7px 15px;
  }

  .chevron {
    padding: 5px 16px;
    font-size: 10px;
  }

  .span-area {
    gap: 8px;
  }

  .col {
    font-size: 12px;
    padding-right: 10px;
  }

  .span-area span {
    font-size: 12px;
    padding: 5px 15px;
  }

  .assembly-election-result-item,
  .assembly-election-summary-pill {
    font-size: 11px;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .assembly-election-result-wrapper {
    margin: 0 8%;
    padding: 0 15px;
  }


}

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

   .share-button-area h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
    .social-buttons {
    gap: 10px;
  }

  .label {
    font-size: 10px;
    padding-right: 0px;
  }

  .herobanner-candidate {
    padding: 70px 0 0px 0%;
  }

  .top-card {
    width: 80%;
  }

  .mla-container {
    padding: 15px 0px;
  }

  .label {
    font-size: 11px;
    padding-right: 0px;
  }

  .mla-container p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .vote-question {
    font-size: 10px;
  }

  .vote-btn {
    font-size: 10px;
  }

  .head-section p {
    font-size: 14px;
  }

  .details-container h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .question-title {
    font-size: 15px;
    font-weight: 600;
  }

  .content-details p {
    font-size: 10px;
    line-height: 20px;
  }

  .row-label {
    font-size: 10px;
  }

  .col {
    font-size: 10px;
  }

  .assembly-election-summary-pill {
    font-size: 10px;
  }

  .assembly-election-result-item {
    padding: 12px 5px;
    font-size: 10px;
  }

  .assembly-election-summary-wrapper {
    margin-top: 15px;
  }

  .assembly-election-result-list {
    gap: 8px;
  }

  .expand-left div {
    font-size: 10px;
  }

  .party-label {
    font-size: 10px;
  }

  .layout-shell {
    gap: 5px;
  }

  .expand-right {
    width: 65%;
  }

  .party-name {
    border-radius: 5px;
  }

  .score {
    font-size: 18px;
    border-radius: 6px;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .timeline-row {
    padding: 9px 11px;
  }
}

@media screen and (max-width: 360px) {
  .assembly-election-result-wrapper {
    margin: 0 4%;
    padding: 0 15px;
  }

  .herobanner-candidate {
    padding: 60px 0 0px 0%;
  }

  .top-card {
    width: 80%;
  }

  .mla-container {
    padding: 8px 0px;
  }

  .score-table {
    padding: 8px;
  }

  .head-section {
    gap: 0px;
  }

  .label {
    font-size: 10px;
    padding-right: 0px;
  }

  .header-logo img {
    height: 25px;
  }

  .assembly-election-summary-pill {
    padding: 4px 15px;
    font-size: 10px;
  }

  .kerala-png-section img {
    width: 85%;
  }

  .assembly-election-result-heading,
  .assembly-election-summary-row {
    gap: 15px;
  }

}

@media screen and (max-width: 320px) {
  .right-section h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .right-section h2 {
    font-size: 18px;
  }

  .right-section {
    padding: 0px 25px 30px 10%;
    text-align: center;
  }

  .row-header {
    margin-bottom: 0px;
  }

  .score-list {
    padding: 0px 5px 0px 5px;
  }

  .label {
    font-size: 8px;
    padding-right: 0px;
  }

  .vote-btn {
    font-size: 8px;
  }

  .vote-options {
    gap: 6px;
  }

  .header-logo img {
    height: 25px;
  }

  .header-content {
    height: 45px;
  }

  .vote-submit {
    padding: 5px;
    font-size: 10px;
  }

  .head-section p {
    font-size: 12px;
  }

  .details-container h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .assembly-election-result-item {
    font-size: 8px;
  }

  section.constituency-details,
  section.constituency-result {
    padding-bottom: 18px;
  }
}