/* Change 01/04/25 Change full File */

.about-section {
     background: #F2F5F7;
     padding: 50px 0 200px 0;
}

.about-section .about-us {
     background: var(--white);
     width: 100%;
     padding: 30px;
     border-radius: 15px;
     box-shadow: 0px 4px 4px 0px rgba(53, 18, 91, 0.15);
}

.about-section .about-us .about-title {
     color: var(--black);
     font-size: 1.125rem;
     font-weight: bold;
     text-align: center;
}

.about-section .about-us .about-title span {
     color: var(--primary-color);
}

.about-section .about-us .about-content {
     color: var(--black);
     font-size: 1rem;
     padding: 40px 0 20px 0;
}

.about-section .about-us .heading-style {
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     gap: 10px;
     padding: 5px 0;
}

.about-section .about-us .heading-style .abt-title-img img {
     width: 29px;
}

.about-section .about-us .heading-style span {
     font-size: 1.1rem;
     font-weight: 700;
}

.about-section .about-us .why-choose-us .why-us-cards {
     margin: 40px 0 20px 0;
}

.about-section .about-us .card-wrapper {
     display: flex;
     justify-content: center;
     margin-bottom: 20px;
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card {
     display: flex;
     margin-top: 30px;
     position: relative;
     width: 100%;
     max-width: 275px;
     height: auto;
     max-height: 275px;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     object-fit: cover;
     background: #E6DFFF;
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card .why-us-icon {
     position: absolute;
     left: 50%;
     transform: translate(-50%, -50%);
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card .why-us-icon img {
     width: 85px;
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card .why-us-body {
     padding: 10px 20px 10px 20px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card .why-us-body .why-us-title{
     font-weight: bold;
     margin-bottom: 5px;
     font-size: 1.1rem;
     padding: 0 10px;
}

.about-section .about-us .why-choose-us .why-us-cards .why-us-card .why-us-body .why-us-content,
.about-section .about-us .publish-rfp .publish-rfp-cards .publish-card .publish-content {
     font-size: 0.875rem;
}

.about-section .about-us p span {
     font-weight: bold;
     color: var(--primary-color);
}

.about-section .about-us .publish-rfp {
     margin: 10px 0;
}

.about-section .about-us .publish-rfp .publish-rfp-cards {
     margin: 15px 0 0 0;
}

.about-section .about-us .publish-rfp .publish-rfp-cards .publish-card {
     margin-top: 10px;
     position: relative;
     width: 100%;
     max-width: 300px;
     height: auto;
     max-height: 300px;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     object-fit: cover;
     background: #EFF1F9;
     display: flex;
     align-items: center;
     flex-direction: column;
     gap: 20px;
     padding:  30px 20px 30px 20px;
     text-align: center;
}

.about-section .about-us .publish-rfp .publish-rfp-cards .publish-card .publish-icon img {
     width: 80px;
}

.about-section .about-us .publish-rfp .publish-rfp-cards .publish-card .publish-title{ 
     font-weight: bold;
     margin-bottom: 5px;
     font-size: 1rem;
}

.about-section .about-us .about-point p {
     padding-top: 10px;
     font-size: 0.975rem;
}

.about-section .about-us .about-cards {
     padding: 60px 0 0 0;
}

.about-section .about-us .about-cards .about-card {
     border-radius: 10px;
     background: rgba(255, 152, 1, 0.20);
     min-height: 279px;
     position: relative;
     text-align: center;
     padding: 20px;
}

.about-section .about-us .about-cards .about-card .icon-box {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translate(-50%, -50%);
}

.about-section .about-us .about-cards .about-card .about-card-body {
     padding-top: 30px;
}

.about-section .about-us .about-cards .about-card .about-card-body .about-card-title {
     font-size: 1.1rem;
     font-weight: bold;
     padding-bottom: 20px;
}

.about-section .about-us .about-cards .about-card .about-card-body .about-card-description {
     font-size: 0.975rem;
     font-weight: 500;
}

/* faq section */

.faq-section{
     background: #F2F5F7;
     padding: 0 0 200px 0;
}

.faq-section .accordion-button {
     padding: 25px 20px;
     font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
     background: rgba(69, 48, 186, 0.80);
     color: var(--white);
}

.faq-section .accordion-button:focus {
     box-shadow: none;
}

.terms-conditions-section .terms-conditions {
     background: var(--white);
     width: 100%;
     padding: 30px;
     border-radius: 15px;
     box-shadow: 0px 4px 4px 0px rgba(53, 18, 91, 0.15);
}

.terms-conditions-section {
     padding: 50px 0 150px 0;
     background: #F2F5F7;
     position: relative;
}

.terms-conditions-section h4 {
     color: var(--primary-color);
     font-weight: bold;
}

.terms-conditions-section h5 {
     font-weight: 600;
}

.terms-conditions-section ul {
     padding-left: 20px;
}

.terms-conditions-section ul li {
     margin-bottom: 5px;
     font-size: 1rem;
     font-weight: 500;
}

.terms-conditions-section ul li a,
.terms-conditions-section p a {
     color: var(--primary-color);
}

.terms-conditions-section .section .first {
     font-size: 1rem;
}

.terms-conditions-section .section .first a{
     color: var(--primary-color);
     text-decoration: none;
     font-weight: 600;
}

.terms-conditions-section .section {
     margin-bottom: 20px;
     border-bottom: 1px solid #00000062;
}

.terms-conditions-section .container .section:last-child {
     border-bottom: none;
}

.terms-conditions-section .contact {
     font-weight: bold;
}