@charset "UTF-8";
body {
  font-family: "Schibsted Grotesk", sans-serif;
  margin: auto;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.email {
  text-transform: lowercase;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

ul {
  padding: 0px;
  margin: 0px;
}

.page-header {
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding: 103px 60px;
  background: #f3f4f2;
}
.page-header h1 {
  text-transform: capitalize;
}
.page-header .bgtl {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  background-color: #422e2e;
}
.page-header .oui {
  color: #fff;
  position: relative;
  z-index: 9;
}
.page-header .oui a {
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}
.page-header .page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-header .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-header .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
.page-header .page-breadcrumb li:last-child {
  margin: 0px;
  padding: 0px;
}
.page-header .page-breadcrumb li:last-child:after {
  display: none;
}

section {
  overflow: hidden;
}

.dimg {
  display: block !important;
}

.mimg {
  display: none !important;
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  background-color: #f8f9fa;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #000;
}

header {
  border-bottom: 1px solid #eee;
  background: #faf8fd;
  /* NAV LINKS */
  /* DROPDOWN */
  /* DONATE BUTTON */
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #505051 !important;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  text-transform: uppercase;
}
header ul li a:hover {
  color: #673ab7 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  width: 200px;
  transition: 0.4s;
  text-align: left;
  border-radius: 8px;
  border: 0px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12);
  margin-top: -10px !important;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-line;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #673ab7;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #673ab7 !important;
}
header .navbar-brand {
  width: 100px;
}
header .cninfo {
  margin-left: 10px;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #000;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
header .cninfo li:nth-child(2) a {
  text-transform: capitalize;
}
header .ctaccount {
  border: 1px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #fff;
  font-weight: bold;
  background-color: #673ab7;
}
header .ctaccount:hover {
  background-color: #ad77ee;
}
header .navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  font-family: "Arial", sans-serif;
}
header .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .navbar-brand:hover {
  color: #673ab7;
}
header .navbar-nav .nav-link {
  color: #333;
  padding: 0.75rem 1rem;
  font-size: 15px;
  transition: color 0.3s ease;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
  color: #673ab7;
}
header .nav-item.dropdown .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: unset;
  padding: 1rem;
  min-width: 250px;
  background: #faf8fd;
}
header .nav-item.dropdown .dropdown-menu .ulinner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-item.dropdown .dropdown-menu .ulinner ul li {
  padding: 0.5rem 0;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
  color: #333;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #673ab7;
}
header .navbar-toggler {
  border: none;
  font-size: 1.25rem;
}
header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .ctaccount {
  background-color: #673ab7;
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 1rem;
  transition: background-color 0.3s ease;
}
header .ctaccount:hover {
  background-color: #ac72f3;
  color: white;
}
@media (max-width: 992px) {
  header .navbar-nav {
    background: #fff;
    padding: 1rem;
  }
  header .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eee;
  }
  header .ctaccount {
    display: inline-block;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .dropdown ul.subdropdown-menu {
    position: absolute;
    right: -158px;
    background: #eee;
    width: 158px;
    top: 0px;
    display: none;
  }
  header .dropdown .submenuparent:hover .subdropdown-menu {
    display: block;
  }
  header .dropdown .dropdown-toggle i {
    font-size: 14px;
  }
  header .dropdown .dropdown-toggle:after {
    display: none;
  }
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

main .slidermain {
  overflow: unset;
  overflow-x: hidden;
}
main .bnabout {
  overflow: unset;
  background: #f8f9fa;
}
main .bnabout .nav-tabs .nav-link.active {
  background-color: #2c3e50;
  color: #fff;
}
main .bnabout .tab-content {
  background: white;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  border: 0px;
}
main .bnabout h2 {
  color: #2c3e50;
}
main .bnabout .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 0.5rem;
  gap: 0.5rem;
}
main .bnabout .nav-tabs .nav-link {
  border: none;
  border-radius: 6px;
  background-color: transparent;
  color: #333;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
main .bnabout .nav-tabs .nav-link:hover {
  background-color: #e9ecef;
  color: #673ab7;
}
main .bnabout .nav-tabs .nav-link.active {
  background-color: #673ab7;
  color: white;
  font-weight: 600;
}
main .bnabout .tab-content {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  top: -37px;
  background: #fff;
}
main .bnabout .tab-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
main .bnabout .tab-content h3 {
  font-size: 13px;
  color: #4b2b7f;
  margin-top: 30px;
  margin-bottom: 15px;
  background: #efeaf7;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 25px;
  border-radius: 100px;
}
main .bnabout .tab-content p {
  margin-bottom: 15px;
  font-size: 16px;
}
main .bnabout .tab-content ul {
  list-style: none;
  padding-left: 0;
}
main .bnabout .tab-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
main .bnabout .tab-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #673ab7;
  font-size: 16px;
}
main .bnabout .tab-content blockquote.blockquote {
  background: #f9f6fd;
  padding: 15px 20px;
  border-left: 5px solid #673ab7;
  font-style: italic;
  color: #2c3e50;
  margin: 20px 0;
}
main .bnabout .tab-content .tab-pane {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
main .bnabout .tab-content .tab-pane.active.show {
  opacity: 1;
}
main .funfact-block {
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
main .funfact-block .icon-box {
  font-size: 40px;
  color: #673ab7;
  margin-bottom: 15px;
}
main .funfact-block h4 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
main .count-outer {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
main .jjn {
  background: #f8f9fa;
}
main .jjn .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
main .jjn .intro,
main .jjn .conclusion {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
main .jjn .milestones {
  list-style: none;
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #673ab7;
}
main .jjn .milestones li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
}
main .jjn .milestones .dot {
  position: absolute;
  left: -37px;
  top: 0px;
  height: 12px;
  width: 12px;
  background-color: #673ab7;
  border-radius: 50%;
}
main .jjn .mtyuiop {
  grid-gap: 5px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
main .jjn .mtyuiop li {
  border: 3px solid #ddcbf4;
}
main .prvxjct h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #000;
}
main .prvxjct h3 {
  font-size: 18px;
  font-weight: bold;
}
main .prvxjct .project {
  background: #f8f9fa;
  border-left: 3px solid #673ab7;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
main .prvxjct .project i {
  font-size: 18px;
  font-weight: bold;
}
main .prvxjct .project h2 {
  margin-top: 0;
  color: #673ab7;
}
main .prvxjct .project ul {
  padding-left: 1.5rem;
}
main .prvxjct .project ul li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  main .prvxjct .project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  main .prvxjct .project {
    margin-bottom: 0;
  }
}
main .cdonvold .top-banner {
  background: #673ab7;
  color: white;
  padding: 2rem;
  text-align: center;
}
main .cdonvold .top-banner h1 {
  margin: 0;
  font-size: 2rem;
}
main .cdonvold .content-wrapper {
  padding: 2rem;
  margin: auto;
}
main .cdonvold .mdsec {
  margin-bottom: 2.5rem;
}
main .cdonvold h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
main .cdonvold ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
main .cdonvold ul li {
  margin: 0.5rem 0;
}
main .cdonvold .impact-message {
  background: #e8f5e9;
  padding: 1.5rem;
  background: #f9f6fd;
  border-left: 5px solid #673ab7;
  margin-top: 2rem;
  font-style: italic;
  margin-bottom: 20px;
}
main .bgtins {
  background: #fff;
  max-width: 50%;
  margin: auto;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
main .bgtins .message {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
}
main .bgtins .message small {
  font-size: 18px;
}
main .bgtins .message .highlight {
  font-weight: bold;
  color: #000;
}
main .bgtins .buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
main .bgtins .btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 1rem;
  transition: background 0.3s ease;
  color: #fff;
}
main .bgtins .btn.donate {
  background-color: #ff7043;
  color: #fff;
}
main .bgtins .btn.donate:hover {
  opacity: 0.8;
}
main .bgtins .btn.partner {
  background-color: #673ab7;
  color: #fff;
}
main .bgtins .btn.partner:hover {
  opacity: 0.8;
}
main .ptsense {
  background: #f8f9fa;
  /* Optional: Adjust position if necessary */
}
main .ptsense h2 {
  font-weight: bold;
  text-align: center;
}
main .ptsense .desc {
  text-align: center;
}
main .ptsense .owl-nav button {
  background: #ff7043 !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
main .ptsense .owl-nav .owl-prev {
  left: 10px;
}
main .ptsense .owl-nav .owl-next {
  right: 10px;
}
main .ptsense .owl-nav button:hover {
  background: #202020; /* Darker blue on hover */
}
main .ptsense a.btn {
  background-color: #fac829;
  color: #000;
  width: -moz-max-content;
  width: max-content;
}
main .ptsense a.btn:hover {
  background: #422e2e;
  color: #fff;
}
main .ptsense .owl-carousel {
  position: relative;
}
main .stboards .board-section {
  margin: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
main .stboards .board-section h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
main .stboards .member {
  margin-bottom: 15px;
  padding: 10px;
  border-left: 4px solid #673ab7;
  background-color: #f9f9f9;
  border-radius: 4px;
}
main .stboards .name {
  font-weight: bold;
  color: #222;
}
main .stboards .role {
  color: #666;
  font-style: italic;
}
main .stboards .mtred {
  grid-gap: 5px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

.legacy-footer {
  background-color: #8b2dfe;
  color: #fff;
  padding: 30px 0 20px;
  padding-bottom: 0px;
}
.legacy-footer h3 {
  font-size: 21px;
  border-bottom: 1px solid #a669f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.legacy-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.legacy-footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.legacy-footer .pillar-story, .legacy-footer .pillar-navigation, .legacy-footer .pillar-sitemap, .legacy-footer .pillar-contact {
  flex: 1 1 220px;
}
.legacy-footer .widget-soul .story-text p {
  line-height: 1.6;
}
.legacy-footer .footer-nav-list {
  list-style: none;
  padding: 0;
}
.legacy-footer .footer-nav-list li {
  margin-bottom: 10px;
}
.legacy-footer .footer-nav-list a, .legacy-footer .contact-details a {
  color: #fff;
  text-decoration: none;
}
.legacy-footer .social-media-icons {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.legacy-footer .social-media-icons li a {
  color: #fff;
  font-size: 16px;
}
.legacy-footer .cta-button {
  background-color: #ff7043;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  text-decoration: none;
}
.legacy-footer .footer-credits {
  background-color: #7e28e7;
  padding: 10px 0;
  margin-top: 30px;
}
.legacy-footer .footer-credits p {
  margin: 0px;
}
.legacy-footer .footer-credits a {
  color: #ff7043;
}
.legacy-footer .credit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.legacy-footer .payment-icons {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

:root {
  --primary-color: #673AB7;
  --primary-hover: #5e35b1;
  --text-color: #333;
  --light-bg: #f4f7f9;
}

.contactpfg .contactus {
  padding: 60px 0;
  background: linear-gradient(to right, #f9fafb, #eef1f4);
}
.contactpfg .sec-title {
  margin-bottom: 30px;
}
.contactpfg .sub-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.contactpfg .sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
}
.contactpfg form input,
.contactpfg form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}
.contactpfg form input:focus,
.contactpfg form textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}
.contactpfg .theme-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 15px;
  margin-right: 10px;
}
.contactpfg .theme-btn:hover {
  background-color: var(--primary-hover);
}
.contactpfg .bg-theme-color5 {
  background-color: #757575;
}
.contactpfg .contact-details__right {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.contactpfg .contact-details__info {
  list-style: none;
  margin-top: 20px;
}
.contactpfg .contact-details__info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contactpfg .contact-details__info .icon {
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 15px;
  margin-top: 5px;
}
.contactpfg .contact-details__info .text h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.contactpfg .contact-details__info a {
  color: var(--text-color);
  text-decoration: none;
}
.contactpfg textarea {
  resize: vertical;
}

.donttyy .feature-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.donttyy .head-b h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
.donttyy .head-b p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}
.donttyy .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.donttyy .feature-block {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  min-height: 285px;
}
.donttyy .inner-box h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}
.donttyy .inner-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.dntfirst .top-do-box {
  margin-bottom: 30px;
}
.dntfirst .pricingTable {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.dntfirst .pricingTable:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.dntfirst .pricingTable img.don-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.dntfirst .pricingTable-header {
  text-align: center;
  margin-bottom: 15px;
}
.dntfirst .pricingTable .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.dntfirst .price-value {
  font-size: 1.6rem;
  font-weight: bold;
  color: #673ab7;
}
.dntfirst .scroll-p {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
  min-height: 90px;
}
.dntfirst .theme-btn {
  background-color: #f26522;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.dntfirst .theme-btn:hover {
  background-color: #d9510d;
}

.donttyy .modal-dialog.modal-dialog-centered .feature-block {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  min-height: auto;
  margin-bottom: 10px;
}

#bankDetailsModal button.btn.btn-secondary.mt-3 {
  position: absolute;
  right: 12px;
  top: 0px;
  border-radius: 100px;
  background: #eb9393;
  border: 0px;
}

#bankDetailsModal .email {
  text-transform: lowercase;
  color: #673AB7;
}

#bankDetailsModal p {
  margin-bottom: 0px;
}

.head-b {
  text-align: center;
}

#bankDetailsModal .inner-box h3 {
  font-size: 15px;
  color: #222;
  margin-bottom: 15px;
  font-weight: bold;
}

.mtyui {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contactpfg .contactus {
    padding: 20px 0;
  }
  .contactpfg .sec-title h2 {
    font-size: 24px;
  }
  form#contact_form {
    margin-bottom: 15px;
  }
  .donttyy .feature-block {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-height: auto;
    margin-bottom: 15px;
  }
  .page-header {
    padding: 35px;
  }
  section.projects.py-5.prvxjct {
    padding-bottom: 0px !important;
  }
  section.getinvolved.pt-5.cdonvold {
    padding-top: 0px !important;
  }
  main .cdonvold .content-wrapper {
    padding-bottom: 0px;
  }
  .legacy-footer .pillar-story, .legacy-footer .pillar-navigation, .legacy-footer .pillar-sitemap, .legacy-footer .pillar-contact {
    flex: 1 1 220px;
    flex: unset;
  }
  .stml {
    flex: 1 1 220px;
    flex: unset;
    width: 44%;
  }
  main .prvxjct h3 {
    font-size: 22px;
    font-weight: bold;
  }
  main .prvxjct .project i {
    font-size: 22px;
  }
  main .bnabout .tab-content {
    padding: 10px 0px;
  }
  section.whyus.mjintpy.p-5 {
    padding: 15px !important;
  }
  main .cdonvold .content-wrapper {
    padding: 15px 0px;
  }
  main .cdonvold .impact-message {
    margin-top: 0rem;
  }
  section.partners.ptsense.mt-5.py-5 {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .dimg {
    display: none !important;
  }
  .mimg {
    display: block !important;
  }
  header .nav-item.dropdown .dropdown-menu {
    padding: 1rem;
    min-width: 100%;
    background: #faf8fd;
  }
  main .bnabout .tab-content {
    position: unset;
  }
  main .bgtins {
    max-width: 90%;
  }
  main .stboards .board-section {
    padding: 0px;
  }
  main .stboards .mtred {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  header .dropdown-menu {
    min-width: 200px;
    width: 200px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header i.fas.fa-chevron-down {
    float: right;
  }
  header .ctaccount {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  header .cninfo {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
  .slidermain .carousel-item .caption {
    top: 10%;
    padding: 15px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .stml {
    width: 42%;
  }
}/*# sourceMappingURL=style.css.map */