
   .landing-page-faqs .accordion-button::after {
    display: none !important;
}

.landing-page-faqs .toggle-icon {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
}

.landing-page-faqs .accordion-button {
    display: flex;
    align-items: center;
}

.awareness-pg .complain,
.landing-page-faqs .head-sec {
    background-color: #101f37;
    padding: 40px 30px;
    border-radius: 15px;
}

.landing-page-faqs {
    background-color: #101f37;
}

.landing-page-faqs .accordion-item.custom-accordion {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.landing-page-faqs .accordion-button {
    background: none;
    color: inherit;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-weight: 600;
    padding: 1rem 1.25rem;
}

.landing-page-faqs .accordion-button:focus {
    box-shadow: none;
}

.landing-page-faqs .accordion-button::after {
    display: none !important;
}

.landing-page-faqs .toggle-icon {
    font-weight: bold;
    font-size: 1.5rem;
}

.landing-page-faqs .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
}

.landing-page-faqs .accordion-button-custom {
    display: flex;
    align-items: center;
    background: transparent !important;
    color: inherit !important;
    border: none;
    box-shadow: none !important;
    font-weight: 600;
    padding: 1rem 1.25rem;
    width: 100%;
    text-align: left;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.landing-page-faqs .accordion-button-custom.collapsed-custom {
    background: transparent !important;
    color: inherit !important;
}

.landing-page-faqs .accordion-button-custom::after {
    display: none !important;
}

.landing-page-faqs .toggle-icon {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
}

.landing-page-faqs .accordion-item.custom-accordion {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.landing-page-faqs .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
}

.landing-page-faqs .text-faqs {
    font-size: 35px;
}

.ways-to-pay {
    background-color: #EBEBEB;
}


.ways-to-pay .head-sec {
    background-color: #101f37;
    padding: 40px 30px;
    border-radius: 15px;
}

.send-money-card-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.send-money-card-ul li {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 10px;
}

.send-money-card-ul li:hover {
    background-color: #F26230;
    transition: background-color 0.3s ease;

}

.send-money-card-ul li a {
    background-color: #fff;
    cursor: pointer;
    padding: 5px 10px;
}

.send-money-card-ul li img {
    max-height: 20px;
    vertical-align: middle;
}




.beneficial {
    background-color: rgb(174, 184, 199);
    padding: 40px 30px;
}

.section-title {
    background-color: rgb(239, 243, 248);
    padding: 40px 30px;
}

.send-money {
    background-color: #101f37;
}


.send-money .head-sec {
    background-color: #101f37;
    padding: 40px 30px;
    border-radius: 15px;
}

.card-simple {
    background-color: #543fe7;
}

.benificial-text {
    font-size: 14px;
}

.card {
    background-color: white;
    color: black;
    border: 1px solid #ddd;
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.section-title-text {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-section {
    background-color: rgba(110, 117, 128, 0.34);
    padding: 40px 30px;
}

.review-title-scroll {
    max-height: 148px;
    min-height: 148px;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.review-title-scroll:hover {
    overflow-y: auto;
}

.custom-carousel-indicators {
    text-align: center;
    margin-top: 18px;
}

.custom-carousel-indicators .custom-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: #bbb;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-carousel-indicators .custom-dot.active {
    background-color: #ff6f61;
    transform: scale(1.3);
}

.custom-carousel-indicators .custom-dot:hover {
    background-color: #333;
    transform: scale(1.3);
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #101F37;
    font-weight: bold;
    font-size: 16px;
    text-transform: lowercase;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
    background: #F26230;
    color: #fff;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
}

.custom-email-input {
    flex: 1;
    padding: 12px;
    border: none;
    font-size: 16px;
    outline: 0;
}

.custom-submit-btn {
    background: #f25c40;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: .3s;
}

.custom-submit-btn:hover {
    background: #d94e32;
}

.custom-email-form {
    display: flex;
    width: 100%;
    overflow: hidden;
 
}
.main-discript-section {

    border-radius: 6px;
    display: inline-block;
}

.transition {
    transition: transform 0.3s ease-in-out;
  }
  .transition:hover {
    transform: scale(1.05);
  }
  
  .animated-section {
    transform: translateY(50px);
    transition: all 0.5s ease-out;
    background-color: #111827;
  }
  .animated-section-one {
    transform: translateY(50px);
    transition: all 0.5s ease-out;
    background-color: #fff;
  }
  .animated-section.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  
