.doc-options img {
  width: 30px;
}

.doc-options button {
  margin: 10px 0;
  border: none;
  outline: none;
  background: none;
  padding: 10px 10px 5px;
  width: 100%;
}

.doc-options p {
  margin: .5em 0 .5em 1em;
  color: var(--grey);
}

.doc-section {
  background: #f3faff;
  padding: 2em 1em;
}

.doc-section h4 {
  font-weight: 700;
}

.doc-row {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr 0.8fr;
    gap: 15px 10px;
    overflow-x: auto;
    padding: 14px 14px 0px 14px;
    align-items: center;
}
.fpetiton{
 font-family: Montserrat, sans-serif;
  justify-content: center;
  border-radius: 40px;
  border-color: rgba(23, 25, 92, 1);
  border-style: solid;
  border-width: 2px;
  background-color:var(--green);
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}
button.active-tab {
  background: #f4f4f4;
  border-right: 4px solid var(--green);
}

.doc-section .form--inline.clearfix {
  display: flex;
  align-items: center;
}

.doc-section .form-submit {
  margin: 20px 0 0 10px;
  background: var(--green);
  border: none;
}
.how-to-entry-point {
  border-radius: 8px;
  background-color: rgba(212, 175, 55, 0.05);
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Montserrat, sans-serif;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 32px;
  border: 1px solid #d4af37;
}

.entry-point-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
  align-self: stretch;
  margin: auto 0;
}

.entry-point-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.entry-point-title {
  color: #131313;
  font-size: 18px;
  font-weight: 500;
}

.entry-point-description {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  justify-content: start;
  flex-wrap: wrap;
}

.description-text {
  color: #000;
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
}

.learn-more-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d4af37;
  font-weight: 600;
  justify-content: center;
  margin: auto 0;
  text-decoration: none;
}

.learn-more-text {
  align-self: stretch;
  margin: auto 0;
}

.learn-more-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}
.billpdiv2{
align-self: stretch; 
justify-content: flex-start;
 align-items: flex-start;
  gap: 22px; 
  display: inline-flex;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .billpdiv2 {
    gap: 18px;
    display: flex; /* Changes to flex for better wrapping */
    align-items: center;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billpdiv2 {
    gap: 15px;
    align-items: center;
    flex-direction: column; /* Stacks items vertically */
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .billpdiv2 {
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; /* Stretches to fit mobile width */
  }
}
.billpdiv3{
width: 48px; 
align-self: stretch; 
flex-direction: column; 
justify-content: flex-start;
align-items: center;
gap: 5px; 
display: inline-flex;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .billpdiv3 {
    width: 40px;
    gap: 4px;
  }
}
/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billpdiv3 {
    width: 32px;
    gap: 3px;
  }
}
/* Mobile adjustments */
@media (max-width: 480px) {
  .billpdiv3 {
    width: 100%; /* Takes full width on mobile */
    gap: 8px;     /* Slightly larger gap for better spacing on small screens */
    flex-direction: row; /* Switches to row for horizontal layout on mobile */
    justify-content: center;
  }
}
.billpdiv4{
padding-top: 12px; 
padding-bottom: 11px;
padding-left: 13px; 
padding-right: 13px; 
background: white;
border-radius: 100%; 
overflow: hidden; 
border: 2px #006810 solid; 
justify-content: center; 
align-items: center;
display: inline-flex
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .billpdiv4 {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 60px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billpdiv4 {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50px;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .billpdiv4 {
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 40px;
    width: auto; /* Allows it to adjust width automatically on small screens */
  }
}
.billpdiv5{
width: 743px;
flex-direction: column; j
ustify-content: flex-start; 
align-items: flex-start;
gap: 16px; 
display: inline-flex
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .billpdiv5 {
    width: 600px;
    gap: 14px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billpdiv5 {
    width: 100%;
    gap: 12px;
    align-items: center;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .billpdiv5 {
    width: 100%;
    gap: 10px;
    flex-direction: column; /* Keeps items stacked */
    padding: 10px; /* Adds padding for spacing */
  }
}
.billstitle{
salign-self:stretch; 
color: #131313;
font-size: 16px;
font-family: Montserrat;
font-weight: 600; 
line-height: 25px; 
word-wrap: break-word
}
.billstitle2{
align-self: stretch; 
color: #131313;
font-size: 14px; 
font-family: Montserrat;
font-weight: 400;
line-height: 20px; 
word-wrap: break-word
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .billstitle {
    font-size: 18px;
    line-height: 23px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billstitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center; /* Centers text on smaller screens */
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .billstitle {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px; /* Adds horizontal padding for better fit */
  }
}
.processing-of-a-bill-national-assembly {
  color: #131313;
  text-align: left;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: clamp(18px, 2.5vw, 28px); /* Responsive font size */
  line-height: 1.25;
  font-weight: 600;
  position: absolute;
  left: 6%;
  top: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 80%; /* Ensures it adapts better on different screens */
}

/* Tablet View */
@media (max-width: 1024px) {
  .processing-of-a-bill-national-assembly {
    left: 5%;
    top: 35%;
    font-size: clamp(16px, 2vw, 24px);
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .processing-of-a-bill-national-assembly {
    position: relative; /* Change to relative for better stacking */
    left: auto;
    top: auto;
    text-align: center; /* Center align on smaller screens */
    justify-content: center;
    font-size: clamp(14px, 3vw, 20px);
    width: 100%;
  }
}

.divnumber{
color: #131313; 
font-size: 20px;
font-family: Montserrat; 
font-weight: 600; 
line-height: 25px;
word-wrap: break-word;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .divnumber {
    font-size: 18px;
    line-height: 23px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .divnumber {
    font-size: 16px;
    line-height: 20px;
    text-align: center; /* Centers text for narrower screens */
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .divnumber {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px; /* Adds horizontal padding for better fit */
  }
}
.Vector25{
width: 0px;
flex: 1 1 0;
border: 2px #006810 solid;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .Vector25 {
    width: 100%; /* Expands to full width for tablet */
    border-width: 1.5px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .Vector25 {
    width: 80%; /* Adjusts to 80% width on smaller screens */
    border-width: 1px;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .Vector25 {
    width: 60%; /* Reduces width to fit smaller screens */
    border-width: 0.5px;
  }
}
.FreepikCharacterInject107 {
 width: 188.07px;
 height: 239.50px; 
 left: 60%; 
 top: 8%;
position: absolute;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .FreepikCharacterInject107 {
    width: 150px;
    height: 190px;
    left: 50%;
    top: 10%;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .FreepikCharacterInject107 {
    width: 120px;
    height: 150px;
    left: 45%;
    top: 12%;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .FreepikCharacterInject107 {
    width: 100px;
    height: 125px;
    left: 40%;
    top: 15%;
  }
}
.Frame1171276573{
width:351.56px;
 height: 261.95px; 
 left: 60%; 
 top: 40%; 
 position: absolute
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .Frame1171276573 {
    width: 300px;
    height: 220px;
    left: 50%;
    top: 1500px;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .Frame1171276573 {
    width: 250px;
    height: 180px;
    left: 45%;
    top: 1300px;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .Frame1171276573 {
    width: 200px;
    height: 150px;
    left: 40%;
    top: 1200px;
  }
}
.DiscussionBro1{
width: 431.50px; 
height: 287.67px; 
left: 60%; 
top: 70%;
position: absolute
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
  .DiscussionBro1 {
    width: 350px;
    height: 230px;
    left: 50%;
    top: 85%;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .DiscussionBro1 {
    width: 280px;
    height: 184px;
    left: 45%;
    top: 80%;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .DiscussionBro1 {
    width: 200px;
    height: 130px;
    left: 40%;
    top: 75%;
  }
}
.billpdiv1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  position:relative;
  left:5%;
  top:2%;
  height:100%;
}
@media (max-width: 1024px) {
  .billpdiv1 {
    left: 100px;
    gap: 24px;
    top: 5%;
  }
}

/* Small tablet and large phone adjustments */
@media (max-width: 768px) {
  .billpdiv1 {
    left: 50px;
    gap: 20px;
    top: 6%;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .billpdiv1 {
    left: 0;
    gap: 16px;
    align-items: center;
    justify-content: center;
    top: auto;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .how-to-entry-point {
    padding: 0 20px;
  }
  .entry-point-content,
  .entry-point-title,
  .entry-point-description,
  .description-text {
    max-width: 100%;
  }
}
}
.accordion {
  width: 460px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-header {
 width: 100%;
  padding: 15px;
  background-color: #f4f4f4;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  outline: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow {
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.accordion-header.active .arrow {
  transform: rotate(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background-color: #fff;
}

.accordion-item:first-of-type .accordion-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* When the accordion content is active */
.accordion-header.active + .accordion-content {
  max-height: 150px;
  padding: 15px;
}

.billcontainer {
  display: flex;
  justify-content: space-between;
}

.billcolumn {
  flex: 1; /* Each column will take equal space */
  padding: 20px;
  box-sizing: border-box; /* Includes padding in the width calculation */
}

.billleft {
  background-color: #fff;
}

.billright {
  background-color: #fff;
}ound-color: #fff;
}ea;
}r: #fff;
}ound-color: #fff;
}ea;
}