
.filter-img{
width:24px;
}

.input{
position:relative;
}
.icon-container{
    width: 50px;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12px;

}



.filtericon {
    display: flex;
    align-items: center;
    gap: .5rem;
}


.dropdown-head:hover h4 {
    text-decoration: underline;
}

.dropdown-head:hover{
  cursor:pointer;

}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* padding-top: 20px; */
    gap: 20px;
    border: 1px solid #012169;
    /* width: 219px; */
    border-radius: 5px;
}
button#prevBtn {
    background: transparent;
    border-right: 1px solid #012169;
    border-radius: 0px !important;
  
    margin-right: 6px;
    padding: 10px 14px;
    border: none;
    border-right: 1px solid #012169;
}

p.text-atom.body-2 {
    margin: 0;
}
button#nextBtn {
    color:#012169;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-left: 1px solid #012169 ;
    border-radius: 0px !important;
}
div#pageInfo {
    display: flex;
    gap: 20px;
    color: #012169;
}

.outer {
    align-items: center;
    background: #e6e9f3;
    display: flex;
    gap: 38px;
    padding: 16px 40px;
  border-radius: 8px;
}

.filter{
margin:0;
}

.lists {
  display: flex;
    gap: 38px;
  align-items: center;
}

.header-top-faq {
/*   background-color: lightgray; */
  width: 100%;
}

#nextBtn:hover:not(:disabled),
#prevBtn:hover:not(:disabled) {
    background-color: #012169;
    color: white !important;
    cursor: pointer;
}

/* Style for disabled buttons */
#nextBtn:disabled,
#prevBtn:disabled {
    background-color: transparent !important; /* Light gray background */
    color: #666 !important; /* Dark gray text */
    cursor: default;
}


select {
      color: #585953;
min-width : 370px;
    width: 100%;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  background-image: url(https://8918950.fs1.hubspotusercontent-na1.net/hubfs/8918950/jamspathway/FAQ/arrow-down-blue.svg);
    background-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

select:focus {
   outline-color: #d7d9d2;
    box-shadow: 0 0 0 3px #d7d9d2;
}

p.radio, .radio {
color: #012169 !important;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

p {
    color: #012169;
}
.item{
    padding: 22px 0px;
    border-bottom: 1px solid #05c4dd;
    /* border-bottom: #05c4dd; */
}


.text-atom.body-2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 16px 0px;
    font-weight: 400;
    font-family: proxima-nova-condensed, sans-serif;
}

h4.heading.h4.faq-title {
/*     padding: 0px 16px; */
        margin:0 !important;
/*     font-size: 1.6rem; */
    color: #012169;
/*     font-weight: 700; */
/*     font-family: korolev-condensed, sans-serif; */
}
p.text-atom.body-2 {
    color: black;
}
.inner {
    display: flex;
    flex-direction: column;
/*     padding: 50px 250px; */
    align-items: center;
}
i.fa-solid.fa-circle-chevron-down {
    color: #012169;
    font-size: 24px;
}

.divs{
  padding-top:20px;
    margin: 0 auto;
 
}
.dropdown-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.description {
/*     display: none; /* Hide only the description */ */
}

.description.active {
    display: block; /* Show description when active */
}

.fa-circle-chevron-down {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.description.active + .fa-circle-chevron-down {
    transform: rotate(180deg); /* Rotate icon when active */
}
.fa-circle-chevron-down.rotated {
    transform: rotate(180deg);
}
.description {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
}

.description.active {
    max-height: 235px; /* Adjust height based on content */
    opacity: 1;
}
.pagination-outer {
    display: flex;
    justify-content: center;
}

.radio-input-div {
    display: flex;
    gap: 38px;
}
@media screen and (max-width: 768px) {  
  .radio-input-div {
    display: flex;
    gap: 10px;
}
  
  .faq-title{
    margin:0;
    font-size: 31px;
    line-height: 20px !important;
}
   .outer {
    align-items: center;
    background: #e6e9f3;
    display: block;
    gap: 38px;
    padding: 10px 8px 8px;
    border-radius: 8px;
}

    .lists {
      align-items:start;
     display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
    }

    .inner {
        padding: 15px;
    }

    .header-top-faq {
        width: 100%; 
        margin-bottom: 15px;
    }

    select {   
      font-size: 13px;
      background-size: 15px;
      min-width: 184px;/* Reduce width for smaller screens */
    }

    h4.heading.h4.faq-title {
      font-size:1.125rem
    }

    i.fa-solid.fa-circle-chevron-down {
        font-size: 24px;
    }

    .description.active {
        max-height: 700px; /* Reduce height for better fit on mobile */
    }
}

.fltr-svg{
    width: 20px;
    height: 20px;
    fill: #012169;

}


input[type="radio"]::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(https://8918950.fs1.hubspotusercontent-na1.net/hubfs/8918950/jamspathway/download.svg);
  
/*     background-image: url(https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/airsense-11-enquiry/download%20-radio.svg); */
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    width: 27px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    transition: opacity 0.1s;
    background-size: cover;
}
 
input[type="radio"] {
    height: 1.5rem;
    width: 1.5rem;
    border: 2px solid #012169;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
    appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: white;
}
 
/* Show the background image when radio is checked */
input[type="radio"]:checked::after {
    opacity: 1;
}
@media screen and (max-width: 374px) {
    .radio-input-div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
    }
      select {
        font-size: 13px;
        background-size: 15px;
        min-width: 160px;
    }
}
