/* Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
html, body {
  overflow-x: hidden;
}
:root {
  --font-inter: 'Inter', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --theme-color: #662D92;
}
/* Global */
body { font-size: 16px; }
p,
input.form-control,
input.form-control:focus,
input.form-control:focus-visible {
  font-family: var(--font-inter);
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-color: #ffffff;
}
p {
  font-weight: 300;
  line-height: 22px;
}
h1, h2, h3, h4, h5, h6,
.nav-link,
button.btn-primary {
  font-family: var(--font-poppins);
}
.font-inter { font-family: var(--font-inter); }
.font-poppins { font-family: var(--font-poppins); }
.mb-12 { margin-bottom: 12px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.font-16 { font-size: 16px !important; }
/* Navbar */
.nav-link { color: #000000; }
.navbar-nav .nav-link.active {
  color: var(--theme-color);
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: var(--theme-color);
}
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm,
  .container-xl, .container-xxl {
    max-width: 1220px;
  }
}
.header-main { padding: 18px 0 24px; }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 4px 21px 7px 21px;
  }
  .navbar-nav { gap: 6px; }
}
/* Hero */
.hero-banner, .hero { height: 682px; overflow: hidden; }
.hero {
  background-image: url(../images/slider.png);
}
.hero .carousel-control-prev { left: 40px; }
.hero .carousel-control-next { right: 40px; }
.hero .carousel-control-next,
.hero .carousel-control-prev,
.courses_section .carousel-control-next,
.courses_section .carousel-control-prev,
.blog_section .carousel-control-next,
.blog_section .carousel-control-prev,
.about_section .carousel-control-next,
.about_section .carousel-control-prev {
  width: auto;
}
.slider_overlay::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(44.11deg, rgba(255, 255, 255, 0) 12.47%, #FFFFFF 47.4%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
#heroslider .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.hero-content { margin-top: 142px; }
.main-title {
  line-height: 48px;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-content .para { margin-bottom: 52px; }
/* Buttons */
button.btn-primary,
button.btn-primary:hover,
button.btn-primary:focus {
  background-color: var(--theme-color);
  border: 0;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 500;
  height: 52px;
  gap: 10px;
}
button.btn-primary.white,
button.btn-primary.white:hover,
button.btn-primary.white:focus {
  background-color: #ffffff;
  color: var(--theme-color);
  margin-top: 42px;
}
.w-254px { width: 254px; }
/* Sections */
.know_more_content, .blog_section { margin: 65px 0; }
.know_more_content p { color: #434343; }
.know_more_content .main-title {
  width: 631px;
  margin: 0 auto 24px;
}
/* Enroll */
.enroll_section {
  background-image: url('../images/kids-group.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 69px 0 67px;
}
.enroll_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007A;
  opacity: 4.8;
}
.enroll_section .row {
  position: relative;
  z-index: 9;
}
.enroll_form {
  padding: 45px 34px 62px;
  background-color: #662D92;
}
/* Inputs */
input.form-control {
  border: 0;
  border-bottom: 1px solid #9C9C9C;
  background: transparent;
  padding-bottom: 16px;
  box-shadow: none;
}
input.form-control::placeholder { color: #ffffff; }
/* Hands */
.hands_section { padding: 78px 0 70px; }
.common-list li {
  gap: 14px;
  margin-bottom: 14px;
}
.hands_overlay {
  top: -12px;
  left: -11px;
  width: 272px;
  height: calc(100% + 24px);
  background-color: var(--theme-color);
  z-index: -1;
}
/* Savings, Project, Courses */
.project_section, .savings_section, .courses_section {
  padding: 65px 0;
}
.project_section { background: #662D920D; }
.savings_section {
  background-image: url('../images/rays.png');
  background-size: cover;
  background-position: center;
}
/* Courses */
.course-banner {
  height: 344px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.course-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.17%, #000000 95.19%);
  z-index: 1;
}
.course-content {
  z-index: 2;
  margin: 40px;
}
#courseslider,
#blogSlider { padding: 0 40px; }
/* Slider Icons */
.project_title_wrapper {
  margin-bottom: 70px;
}
.hero .carousel-control-prev-icon, .blog_section .carousel-control-prev-icon, .courses_section .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000000"><path d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l\-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>');
}
.hero .carousel-control-next-icon, .blog_section .carousel-control-next-icon, .courses_section .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"><path d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l\-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
}
/* About */
.about_section {
  background-image: url('../images/about.png');
  background-size: cover;
  background-position: center;
  margin-top: 54px;
}
#aboutslider .carousel-item { height: 498px; }
.about_section .carousel-control-prev { left: -40px; }
.about_section .carousel-control-next { right: -40px; }
.about_section_outer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: #2D2F92C9;
  z-index: 0;
}
.about-content {
  width: 60%;
  margin-left: auto;
  padding: 63px 87px 67px 0;
  position: relative;
  z-index: 1;
}
.about_section .carousel-inner {
  height: 100%;
  overflow: visible;
}
.profile-image { bottom: 0; z-index: 9; }
/* Awards */
.award-content {
  background-image: url('../images/map.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 135px;
  margin-bottom: 123px;
}
.award-year {
  background-image: url('../images/awards.svg');
  width: 259px;
  height: 196px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.award-year span {
  position: absolute;
  top: calc(50% - 17px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}
.award-title {
  margin: 18px 0;
  font-size: 24px;
  line-height: 30px;
}
/* Contact */
.contact_section {
  background-image: url('../images/contact-banner.png');
}
.contact_section::after { background-color: #000000C7; }
@media screen and (min-width: 992px) {
  .contact_section .enroll_form {
    position: relative;
    top: -123px;
  }
  .enroll_content p { width: 500px; }
.footer-link {
  width: fit-content;
  margin: 0 auto;
}
}
/* Footer */
footer {
  background: #2D2F92;
  padding: 46px 0 22px;
}
/* Go To Top Button */
#goTopBtn {
  position: fixed;
  bottom: 25px;
  right: 6%;
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 999;
  transition: opacity 0.3s ease;
}
/* Floating Sidebar */
.floating-sidebar {
  position: fixed;
  bottom: 180px;
  right: 0;
  width: 40px;
  transition: right 0.35s ease;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: transparent;
}
.floating-sidebar.open { right: 0; }
.toggle-btn {
  background: #fff;
  width: 50px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 28px;
  border-radius: 10px 0 0 0;
}
.sidebar-item {
  width: 50px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-item { background: var(--theme-color); }
.whatsapp-item {
  background: #4CAF50;
  border-radius: 0 0 0 10px;
}
.sidebar-item img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.floating-sidebar.open .toggle-btn img { transform: rotate(180deg); }
.floating-sidebar.open .sidebar-item {
  right: -100px;
}
.floating-sidebar.open .toggle-btn {
  border-radius: 10px 10px 10px 10px;
}
.sidebar-item, .toggle-btn {
  transition: transform 0.35s ease;
}
.floating-sidebar.open .sidebar-item {
  transform: translateX(70px);
}
@media screen and (max-width: 992px) {
  .slider_overlay::after {
    width: 100%;
    height: 100%;
    clip-path: none;
    background: linear-gradient(to bottom, rgb(255 255 255 / 97%) 0%, #ffffff9c 100%);
  }
  .hero .carousel-control-prev {
    left: 0;
  }
  .hero .carousel-control-next {
    right: 0;
  }
  .main-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .hero-content {
    padding: 0 40px;
    margin-top: 0;
  }
  .hero-banner > .position-absolute {
    top: 50% !important;
    transform: translateY(-50%);
  }
  .hero, .hero-banner {
    height: 600px;
  }
  button.btn-primary, button.btn-primary:hover {
    height: 47px;
    gap: 6px;
  }
  .hero-content .para {
    margin-bottom: 36px;
  }
  .know_more_content .main-title {
    width: 100%;
  }
  .hands_overlay {
    width: 70%;
    height: calc(100% + 30px);
  }
  .hands_content {
    margin-top: 48px;
  }
  .savings_content {
    margin-bottom: 48px;
  }
  .course-content {
    margin: 24px;
  }
  .courseslider {
    padding: 20px;
  }
  #courseslider .carousel-item .row {
    gap: 20px;
  }
  .profile-image {
    width: 200px;
    height: auto;
    margin: 0 auto;
    position: relative !important;
  }
  .about-content {
    padding: 24px;
    width: 100%;
  }
  .about_section_outer::after {
    width: 100%;
  }
  #aboutslider .carousel-item {
    height: auto;
  }
  .about_section .carousel-control-prev {
    left: 0;
  }
  .about_section .carousel-control-next {
    right: 0;
  }
  #aboutslider {
    padding: 32px;
  }
  #aboutslider .col-lg-10 {
    text-align: center;
  }
  .project_title_wrapper {
    margin-bottom: 48px;
  }
  .award-content .row {
    gap: 32px;
  }
  .award-content {
        padding-bottom: 75px;
    margin-bottom: 0;
  }
  .enroll_section {
    padding: 48px 0;
  }
  .enroll_form {
    padding: 35px 24px 32px;
  }
  .footer .row {
    gap: 32px;
  }
  .img-fluid {
    width: 100%;
  }
  .blog-inner-content, .hero-content,.enroll_content, .hands_content, .savings_content {
    text-align: center;
  }
  .blog-inner-content .btn-primary, .hero-content .btn-primary {
    margin: 0 auto;
  }
  button.btn-primary.white, button.btn-primary.white:hover, button.btn-primary.white:focus {
    background-color: #ffffff;
    color: var(--theme-color);
    margin-top: 12px;
  }
  .header-main img {
    width: 170px;
    height: auto;
  }
  .course-content {
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ About page css ------------------------------------------------------ */
.common-banner, .mission-section::after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 479px;
}
.common-banner.about {
  background-image:
  linear-gradient(180deg, rgba(0, 0, 0, 0.67) 8.17%, rgba(0, 0, 0, 0.67) 95.19%),
  url('../images/about/about.png');
  height: 479px;
  color: #ffffff;
}
.inner-title {
  font-size: 40px;
  line-height: 48px;
}
.inner-title {
  position: relative;
  display: inline-block;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.inner-title::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  background-color: #662D92;
  bottom: 0;
  left: 0;
}
.inner-para {
  font-size: 16px;
  line-height: 22px;
}
.banner-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.common-banner div {
  height: 100%;
}
.mission-section:not(.contact-page) {
  background: linear-gradient(270deg, rgba(102, 45, 146, 0) 0%, rgba(102, 45, 146, 0.21) 100%);
}
.mission-section {
  padding: 68px 0;
  position: relative;
  height: auto;
}
.mission-section::after {
  content: '';
  background-image: url('../images/about/line.svg');
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}
.tag-text {
  font-family: var(--font-poppins);
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2px;
  color: var(--theme-color);
  font-weight: 600;
}
.mission-content ul li {
  font-weight: 300;
}
.vision-content {
  background-color: var(--theme-color);
  padding: 59px 22px;
  height: 292px;
}
.vision-content.top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.vision-content img {
  top: 25px;
  left: 22px;
}
.mt-20 {
  margin-top: 20px;
}
.vision-section {
  padding: 118px 0 107px;
}
.team-card > img {
  width: 100%;
  height: auto;
}
/* .team-content {
  background-color: rgba(102, 45, 146, 0.722);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  color: #fff;
  text-align: center;
  padding: 0 30px 25px;
  opacity: 0;
}
.team-card:hover .team-content { opacity: 1; } */
.team-card {
  overflow: hidden;
}
.team-content {
  background-color: rgba(102, 45, 146, 0.72);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 0 30px 25px;
  text-align: center;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
}
.team-content h5,
.team-content p,
.team-content ul li {
  transform: none;
  opacity: 1;
}

@media (min-width: 992px) {
  .team-content {
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .team-content a {
    pointer-events: auto;
  }
  .team-content h5,
  .team-content p {
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .team-content ul li {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .team-card:hover .team-content {
    opacity: 1;
  }
  .team-card:hover .team-content h5,
  .team-card:hover .team-content p {
    transform: translateY(0);
    opacity: 1;
  }
  .team-content p {
    transition-delay: 0.1s;
  }
  .team-card:hover .team-content ul li {
    transform: translateY(0);
    opacity: 1;
  }
  .team-content ul li:nth-child(1) { transition-delay: 0.2s; }
  .team-content ul li:nth-child(2) { transition-delay: 0.3s; }
  .team-content ul li:nth-child(3) { transition-delay: 0.4s; }
  .team-content ul li:nth-child(4) { transition-delay: 0.5s; }
  .team-content ul li a img {
    transition: transform 0.3s ease;
  }
  .team-content ul li a:hover img {
    transform: scale(1.15);
  }
}
@media (max-width: 992px) {
  .mission-content {
    margin-top: 42px;
  }
  .mission-section {
    padding: 32px 0;
  }
  .mission-image img:last-child, .mission-image img:first-child {
    width: 80%;
  }
  .vision-section {
    padding: 48px 0;
  }
  .vision-content img {
    width: 150px;
  }
  .vision-section .row .row {
    margin-bottom: 32px;
  }
  .tag-text {
    font-size: 20px;
  }
  .team-row {
    gap: 20px;
  }
  .about-page.award_section {
    margin: 48px 0 0;
  }
  .award-title {
    font-size: 20px;
  }
  .award-year span {
    font-size: 24px;
  }
  .footer .row {
    gap: 32px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- Contact page css ----------------------------------------------------- */
.common-banner.contact {
  background-image:
  linear-gradient(180deg, rgba(0, 0, 0, 0.67) 8.17%, rgba(0, 0, 0, 0.67) 95.19%),
  url('../images/contact/banner.png');
  color: #ffffff;
}
.mt-40 {
  margin-top: 40px;
}
.map-section {
  background: #C2C2C21F;
  padding: 56px 0;
}
.map-content iframe {
  width: 100%;
  height: 524px;
}
@media (max-width: 992px) {
  .map-section {
    padding: 32px 0;
  }
  .map-content iframe {
    height: 400px;
  }
  .contact-page .img-fluid {
    max-width: 100%;
    width: auto;
  }
  .navbar-nav {
    margin-top: 24px;
  }
}
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
.project-section {
  background-image: url(../images/projects/line.svg);
  padding: 85px 0 100px;
}
.project-image::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 8px;
  width: 332px;
  height: 383px;
  background-color: #2D2F92;
  z-index: -1;
}
.project-count {
  font-size: 40px;
  width: 142px;
  height: 120px;
  background-color: #2D2F92;
}
.project-list {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 38px;
  column-gap: 48px;
  margin-top: 46px;
}
.project-list li img {
  width: 70px;
  min-width: 70px;
  height: auto;
}
.project-list li span {
  font-size: 24px;
  font-weight: 600;
}
.pj_block_2_main {
  background-color: #662D920D;
  padding: 68px 0 86px;
}
.pj_block_2_main .main-title {
  width: 80%;
  margin: auto;
  text-align: center;
}
.pj_block_2_content {
  padding: 58px 30px;
  border: 1px solid #2D2F92;
  border-radius: 10px;
  text-align: center;
  margin-top: 80px;
  transition: all 0.2s ease;
}
.pj_block_2_inner_title {
  width: 90%;
  margin: 0 auto 30px;
}
.pj_block_2_content .para { color: #434343; }
.pj_block_2_content:hover {
  color: #ffffff;
  background-color: var(--theme-color);
}
.pj_block_2_content:hover .para, .pj_block_2_content:hover .pj_block_2_inner_title {
  color: #ffffff !important;
}
.cc-list {
  display: flex;
  gap: 34px;
  flex-direction: column;
}
.charity-section {
  padding: 57px 0 118px;
}
.charity-image {
  position: relative;
}
.charity-image::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -16px;
  width: 80%;
  height: calc(100% + 40px);
  background-color: #2D2F92;
  z-index: -1;
}
.donate-head {
  margin-bottom: 55px;
}
.d-title {
  font-size: 40px;
  line-height: 48px;
  color: var(--theme-color);
  font-weight: 600;
}
.d-para {
  font-size: 24px;
  font-weight: 600;
}
.donate-form-section {
  padding: 0 0 131px;
}
.donate-form-box {
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  padding: 30px;
}
.amount-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.amount-btn {
  background: var(--theme-color);
  color: #fff;
  border: none;
  padding: 15px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 30px;
}
.amount-btn.active {
  background: #4e2c7f;
}
.custom-input {
  border: 1px solid var(--theme-color) !important;
  border-radius: 6px;
  padding: 12px !important;
}
.donate-row {
  row-gap: 24px;
  margin-top: 24px;
}
.custom-input:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}
.donate-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.donate-note span {
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  margin-top: 6px;
}
.donate-note p {
  font-size: 14px;
  margin: 0;
}
.donate-submit-btn {
  width: 100%;
  background: var(--theme-color);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
}
.qr-donate-box {
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  padding: 30px 18px;
}
.qr-donate-box-title {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
.qr-info, .qr-info a {
  font-size: 16px;
  color: #434343;
  text-decoration: none;
}
.donate-cta-box {
  background: #2f3b8f;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.donate-cta-box h5 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}
.donate-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.donate-checkbox input {
  display: none;
}
.donate-checkbox .checkmark {
  width: 14px;
  height: 14px;
  border: 2px solid var(--theme-color);
  margin-top: 4px;
  position: relative;
}
.donate-checkbox input:checked + .checkmark {
  background: var(--theme-color);
}
.donate-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.donate-checkbox p {
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.5;
}
.testimonial-section {
  padding: 80px 0;
  background-image:
  linear-gradient(180deg, #f7f4f992 8.17%, #f7f4f997 95.19%),
  url('../images/projects/gray-line.svg');
}
.testimonial-card {
  background: var(--theme-color);
  border-radius: 16px;
  padding: 35px;
  color: #ffffff;
  position: relative;
  height: 100%;
}

.testimonial-rating {
  margin-bottom: 16px;
}

.testimonial-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-role {
  font-size: 16px;
  opacity: 0.8;
}
.join_section {
  background-image: linear-gradient(270deg, rgba(45, 47, 146, 0) 0%, #2D2F92 97.92%),
 url(../images/projects/join.png);
 background-size: cover;
 padding: 85px 0;
}
.btn-bordered, .btn-bordered:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 254px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 52px;
}
.accordion-body {
  color: #434343;
  padding: 28px 35px 17px;
}
.accordion-button {
  border: 1.5px solid #6b3fa0;
  border-radius: 10px !important;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 35px !important;
  box-shadow: none !important;
}
.accordion-item {
  border: none;
}
.accordion-button:not(.collapsed) {
  background-color: #6b3fa0;
  color: #fff;
}
.accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.accordion-button[aria-expanded="true"]::after, .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.45739 12.3411V0.000222206H7.89205V12.3411H4.45739ZM0 7.89227V4.45761H12.3409V7.89227H0Z" fill="white"/></svg>') !important;
}
.accordion-button[aria-expanded="false"]::after, .accordion-button.collapsed::after {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-image: url('data:image/svg+xml,<svg width="9" height="4" viewBox="0 0 9 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.07972 -0.000133753V3.21293H0.000177622V-0.000133753H8.07972Z" fill="%23662D92"/></svg>') !important;
}
.cta-strip {
  background-image: url(../images/projects/strip.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 52px 20px;
}
.faq-section {
  padding-top: 70px;
}
.cta-item {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.cta-text {
  display: block;
  font-size: 18px;
  margin-top: 12px;
}
.projectblog_section {
  padding: 100px 0;
}
.projectblog-content p {
  line-height: 30px;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .project-content {
    margin-top: 42px;
  }
  .project-section {
    padding: 85px 0 50px;
  }
  .pj_block_2_content {
    margin-top: 32px;
    padding: 28px 20px;
  }
  .project-list {
    display: flex;
    flex-direction: column;
  }
  .project-list li span {
    font-size: 18px;
  }
  .project-list li {
    gap: 8px !important;
  }
  .project-list li img {
    width: 50px;
    min-width: 50px;
    height: auto;
  }
  .charity-section {
    padding-bottom: 70px;
  }
  .charity-image {
    margin: 42px 0 0;
    position: relative;
  }
  .charity-image img {
    border-radius: 30px;
  }
  .charity-image::after {
    bottom: -14px;
    right: 15px;
    border-radius: 30px;
    width: calc(100% - 30px);
    height: calc(100% + 10px);
  }
  .d-title, .qr-donate-box-title, .donate-cta-box h5 {
    font-size: 26px;
  }
  .donate-head p {
    font-size: 20px;
  }
  .amount-btn {
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 24px;
  }
  .donate-form-box {
    padding: 20px;
  }
  .donate-form-section {
    padding: 0 0 70px;
  }
  .testimonial-section {
    padding: 60px 0 80px;
  }
  .testimonial-card {
    padding: 22px;
  }
  .testimonial-quote img {
    width: 30px;
  }
  .accordion-button {
    padding: 12px 18px !important;
    font-size: 16px;
    gap: 12px;
  }
  .accordion-body {
    padding: 20px 15px 10px;
  }
  .cta-strip .row {
    gap: 42px;
  }
  .projectblog_section {
    padding: 60px 0 40px;
  }
  .projectblog-content {
    margin-bottom: 40px;
  }
  .projectblog-content p {
    font-size: 20px;
  }
}