.faqCategoryCards>section {
    padding: 50px 0px;
}

.faqCategoryCards .containerWrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.faqCategoryCards .mb-10 {
    margin-bottom: 10px;
}

.faqCategoryCards .search-bar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 25px;
    border-radius: 2.5rem;
    max-width: 800px;
    width: 100%;
}

.loader-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 25px;
    border-radius: 2.5rem;
    max-width: 800px;
    width: 100%;
    position: relative;
}

.faqCategoryCards  .loader {
	position: absolute;
    top: 50%;
    left: 50%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: conic-gradient(rgb(187, 187, 187) 0deg, rgb(187, 187, 187) 90deg, rgb(230, 230, 230) 90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	animation: rotate 1s linear infinite;
}

.faqCategoryCards .loader::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	0% {
		transform: rotate(-360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.faqCategoryCards .search-input {
    width: 80%;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #006FA7;
    padding-left: 20px;
    box-shadow: -4px 0px 4px #0000001C, 0px 6px 4px #0000001C;

}

.faqCategoryCards .search-button {
    width: 20%;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.8rem;
    border: 1px solid #006FA7;
    color: #027EBC;
    background-color: rgb(255, 255, 255);
    box-shadow: 4px 0px 4px #0000001C, 0px 6px 4px #0000001C;
    cursor: pointer;
}

.faqCategoryCards .search-bar.text .search-input {
    width: 70%;
}

.faqCategoryCards .search-bar.text .search-button {
    width: 30%;
}

.faqCategoryCards .search-bar.icon .search-input {
    width: 90%;
}

.faqCategoryCards .search-bar.icon .search-button {
    width: 10%;
}

.faqCategoryCards .search-button img {
    width: 25px;
    height: auto;
}

.faqCategoryCards .search-button:active {
    box-shadow: 4px 0px 4px #006fa740, 0px 4px 4px #006fa740, 0px -4px 4px #006fa740;
}

.faqCategoryCards .search-bar .error-txt {
    margin-top: 10px;
    margin-left: 20px;
}

.faqCategoryCards .search-button:disabled {
    cursor: not-allowed;
}

.faqCategoryCards .content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

.faqCategoryCards .content p {
    margin-bottom: 20px;
    text-align: center;
}

.faqCategoryCards .categoryCards__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 44px;
    margin-bottom: 25px;
}

/* card */
.faqCategoryCards .categoryCards__wrapper--card {
    display: flex;
    padding: 20px 25px;
    border-radius: 20px;
    border: 1px solid #04ADFF;
    width: 48%;
}

@media screen and (min-width: 768px) {
    .faqCategoryCards .categoryCards__wrapper--card:hover {
        box-shadow: 0px 4px 4px 8px #0083C31F;
    }
}


/* image */
.faqCategoryCards .categoryCards__wrapper--imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding: 14px;
    padding-right: 20px;
    flex: none;
}

.faqCategoryCards .categoryCards__wrapper--imgContainer img {
    width: 100%;
    height: auto;
}


/* text container */
.faqCategoryCards .categoryCards__wrapper--textContainer {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    border-left: 2px dashed transparent;
    border-image: repeating-linear-gradient(to bottom,
            #04ADFF 0,
            #04ADFF 5px,
            transparent 5px,
            transparent 10px
        ) 2;
}

.faqCategoryCards .categoryCards__wrapper--title,
.faqCategoryCards .categoryCards__wrapper--title * {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #233253;
}

.faqCategoryCards .categoryCards__wrapper--description,
.faqCategoryCards .categoryCards__wrapper--description * {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    height: 80px;
}

.faqCategoryCards .redbutton,
.faqCategoryCards .redirectionBtn,
.faqCategoryCards .accordion-content-button a {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    outline: 0;
    width: max-content;
    display: block;
}

.faqCategoryCards .redbutton:hover,
.faqCategoryCards .redirectionBtn:hover,
.faqCategoryCards .accordion-content-button a:hover {
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.faqCategoryCards .viewLess,
.faqCategoryCards .viewMore{
    color: #233253;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.faqCategoryCards .redirectionBtn:hover {
    background: #ff3038;
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
    color: #ffffff;
}

.faqCategoryCards .viewButtonWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.faqCategoryCards .viewButtonWrapper .viewButton {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    outline: 0;
    cursor: pointer;
}

.faqCategoryCards .faqSearchList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

/* Accordion styles */
.faqCategoryCards .accordion-item {
    border: 1px solid #e5e7eb;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faqCategoryCards .accordion-header {
    width: 100%;
    padding: 1rem 1rem 1rem 0.75rem;
    background-color: #ffffff;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    position: relative;
}

.faqCategoryCards .accordion-item .accordion-header::before {
    content: "";
    display: block;
    width: 4px;
    height: 0%;
    background-color: #ED1C24;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s linear;
}

.faqCategoryCards .accordion-item.active .accordion-header::before {
    height: 100%;
}

.faqCategoryCards .accordion-header .numQuestion {
    display: flex;
    align-items: center;
    gap: 6px;
}

.faqCategoryCards .question-text {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.faqCategoryCards .accordion-item.active .accordion-header .question-text {
    font-weight: 600;
}

.faqCategoryCards .accordion-header .arrow {
    flex: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ED1C24;
    background: #ffffff;
}

.faqCategoryCards .accordion-item.active .accordion-header .arrow {
    background: #ED1C24;
}

.faqCategoryCards .accordion-number {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0, #edf8ff, rgba(237, 248, 255, 0));
    text-align: center;
    color: #005e9e;
    margin-right: 6px;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.faqCategoryCards .accordion-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: white;
}

.faqCategoryCards .accordion-item.active .accordion-content {
    max-height: 3000px;
}

.faqCategoryCards .accordion-content-inner,
.faqCategoryCards .accordion-content-button {
    padding: 0 70px 20px 63px;
}

.faqCategoryCards .accordion-content-inner p {
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
}

/* Chevron icon styles */
.faqCategoryCards .accordion-header .chevron {
    transition: transform 0.3s ease;
    stroke: #ED1C24;
}

.faqCategoryCards .accordion-item.active .accordion-header .chevron {
    stroke: #ffffff;
}

.faqCategoryCards .accordion-item.active .accordion-header .chevron {
    transform: rotate(180deg);
}

.faqCategoryCards .no-results {
    text-align: center;
    padding: 2rem;
    color: #4b5563;
    font-style: italic;
}

.faqCategoryCards .highlight {
    background-color: #fef08a;
    padding: 0 2px;
    border-radius: 2px;
}

.faqCategoryCards table {
    width: 100%
}

.faqCategoryCards table th,
.faqCategoryCards table td {
    min-width: 100px;
    padding: 10px;
    font-size: 14px;
}

.faqCategoryCards table tr {
    background: #eaf1f8
}

.faqCategoryCards table th {
    vertical-align: middle;
    background: #005e9e;
    border: 1px solid #fff;
    color: #fff
}

.faqCategoryCards table td {
    vertical-align: top;
    border: 1px solid #fff;
    color: #5a5a5a
}

.faqCategoryCards table tr:nth-child(even) {
    background-color: #f2f2f2
}

.faqCategoryCards .showBullet {
    list-style: unset;
    padding-left: 20px;
}

.faqCategoryCards .queryTag {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 25px;
}

.faqCategoryCards .queryTag .query {
    display: block;
    background: none;
    border: 1px solid #006FA7;
    border-radius: 16px;
    cursor: pointer;
    font-size: 12px;
    color: #4b5563;
    padding: 5px 8px;
}
@media screen and (max-width:767px) {
    .faqCategoryCards > section {
        padding: 20px 0px;
    }

    .faqCategoryCards .containerWrapper {
        padding: 0px 15px;
    }

    .faqCategoryCards .search-bar {
        margin: -35px auto 25px;
        width: 100%;
    }

    .faqCategoryCards .search-input {
        font-size: 12px;
    }

    .faqCategoryCards .search-button {
        font-size: 10px;
    }

    .faqCategoryCards .search-bar.icon .search-input {
        width: 80%;
    }
    
    .faqCategoryCards .search-bar.icon .search-button {
        width: 20%;
    }

    .faqCategoryCards .content h2 {
        font-size: 24px;
    }

    .faqCategoryCards .search-button img {
        width: 15px;
    }

    .faqCategoryCards .categoryCards__wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    
    .faqCategoryCards .categoryCards__wrapper--card{
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding: 10px;
    }

    .faqCategoryCards .categoryCards__wrapper--textContainer{
        text-align: center;
        border: none;
        align-items: center;
        justify-content: center;
    }

    .faqCategoryCards .categoryCards__wrapper--textContainer {
        border-left: none;
        padding-left: unset;
    }

    .faqCategoryCards table td {
        vertical-align: top;
        border: 1px solid #fff;
        color: #5a5a5a;
    }

    .faqCategoryCards table td,
    .faqCategoryCards table th {
        min-width: 100px;
        padding: 10px;
    }

    .faqCategoryCards table tr {
        background: #eaf1f8;
    }

    .faqCategoryCards .accordion-content-inner, .faqCategoryCards .accordion-content-button {
        padding: 0 20px 20px 20px;
    }
}
