
#cboxWrapper,
.cboxPhoto {
  max-width: none;
}
tbody td:nth-child(2),
tbody td:nth-child(3),
tfoot td,
thead th:nth-child(2),
thead th:nth-child(3) {
  text-align: right;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  margin-top: 20px;
  background: #000;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0;
}
#cboxNext,
#cboxPrevious {
  top: 50%;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
  position: absolute;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox {
  outline: 0;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(/assets/images/loading.gif) center center no-repeat;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  left: 5px;
  background: url(/assets/images/controls.png) top left no-repeat;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  right: 5px;
  background: url(/assets/images/controls.png) top right no-repeat;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/assets/images/controls.png) top center no-repeat;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.main {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.goal-banner,
.goal-tags,
.ngo-story-wrapper {
  margin-bottom: 50px;
}
.goal-wrapper {
  margin-top: 80px;
  padding: 50px 0;
}
.goal-head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
.goal-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.goal-tags li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-green);
  margin-right: 5px;
}
.goal-banner {
  display: flex;
}
.goal-left {
  margin-right: 24px;
}
.goal-right .custom-image:first-child {
  margin-bottom: 22px;
}
.goal-sub-head {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.ngo-story-container {
  position: relative;
  padding-left: 50px;
}
.ngo-story-container:before {
  content: url("https://static.wixstatic.com/shapes/a50e58_6c635c018e5041c2bc8c96c309d2c197.svg");
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  position: absolute;
}
.ngo-story-container:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-right: 2px dashed #ccc;
  top: 0;
  left: 11px;
  z-index: -1;
}
.or-line:before,
.user-name-date small:before,
button.next,
button.prev {
  top: 50%;
  transform: translateY(-50%);
}
.ngo-story-container:last-child:after {
  display: none;
}
.ngo-impact-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.ng-story-box {
  padding-bottom: 50px;
}
.ng-story-box h4 {
  font-size: 1rem;
  font-weight: 700;
}
.comment-text p,
.ng-story-box p {
  font-size: 0.9rem;
}
.goal-card-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.goal-share-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.goal-card-share {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 5px;
  min-width: 100px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 2em;
  transition: 0.3s;
  gap: 10px;
}
.card-coin img,
.comment-likes img,
.goal-card-share div img,
.rebatable-tax img {
  margin-right: 10px;
}
.goal-card-share li a:hover {
  background-color: #f1f1f1;
}
.gprogress-flag {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.gprogress-flag img {
  margin-right: 10px;
  width: 25px;
}
.goal-prog-amount,
.goal-prog-percentage {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: 700;
}
.goal-prog-amount small,
.goal-prog-percentage small {
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.goal-prog-percentage {
  color: green;
  text-align: right;
}
.goal-progress-bar {
  width: 100%;
  height: 8px;
  background-color: #defed4;
  border-radius: 10px;
  margin-bottom: 24px;
}
.goal-progress-bar span {
  display: block;
  height: 8px;
  background-color: green;
  border-radius: 10px;
}
.goal-created-by {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.goal-created-by img {
  width: 60px;
  margin-right: 10px;
}
.amount-card h4,
.goal-created-by h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.goal-created-by h4 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.rebatable-tax {
  margin: 50px 0 0;
  padding: 1em 0;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
  font-weight: 700;
}
.amount-card-wrap {
  display: flex;
  margin: 0 -5px 24px;
}
.amount-card {
  margin: 0 5px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding-top: 1em;
  text-align: center;
  overflow: hidden;
  flex: 1;
  cursor: pointer;
}
.amount-card span {
  font-size: 0.65rem;
  font-weight: 500;
  color: #fff;
  background-color: #7d357e;
  display: block;
  padding: 6px 5px;
}
.amount-card .custom-image {
  margin: 8px 0;
}
.amount-card:hover {
  background-color: #f9f9f9;
}
.or-line {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.or-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.or-line span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  font-size: 0.9rem;
}
.or-line-rupees-ten {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 80%;
  margin: 0 auto 24px;
  color: #fff;
}
.btnblack,
.card-coin {
  justify-content: center;
}
.or-line-rupees-ten .bar {
  width: 40%;
  height: 1px;
  background-color: #eee;
  opacity: 0.4;
}
.change-live-input {
  margin-bottom: 24px;
}
.change-live-input input {
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  padding: 0 1em;
  font-size: 1rem;
  font-weight: 500;
}
.change-live-card .btnblack {
  width: 100%;
  margin-bottom: 24px;
  background-color: #000;
}
.card-coin {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin: 0;
}
.user-comment-box {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
.user-cmnt-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.user-name-date {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.user-name-date small {
  font-size: 0.9rem;
  color: #9a99a2;
  font-weight: 400;
  margin-left: 0.5em;
  padding-left: 1em;
  position: relative;
}
.user-name-date small:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #ccc;
  left: 0;
}
.comment-likes {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}
.comment-text .custom-image {
  margin-bottom: 16px;
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.change-live-card {
  margin-top: 1em;
  border: 1px solid #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 1em;
  position: relative;
  overflow: hidden;
}
.change-live-title {
  background-color: var(--dark-green);
  background-color: #006363;
  text-align: center;
  color: #fff;
  margin: -16px -16px 1em;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 0;
}
tfoot td:first-child,
thead th {
  text-align: left;
}
.change-live-card h5 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #4a4b52;
}
.cost-sheet {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
}
.btnblack,
.btnblack span {
  display: inline-flex;
  border-radius: 30px;
}
.cost-sheet-heading {
  padding: 1em 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
thead th {
  color: #9e9e9e;
  font-weight: 400;
  padding-bottom: 10px;
}
.blank-btn,
.btnblack,
tfoot td {
  font-weight: 700;
}
tbody td {
  padding: 10px 0;
}
tfoot td {
  padding-top: 10px;
}
.dashed-border {
  border-top: 1px dashed #e0e0e0;
}
.btnblack {
  background: var(--blue-gradient);
  align-items: center;
  min-width: 220px;
  height: 50px;
  color: #fff !important;
  font-size: 1rem;
  font-family: var(--font2);
  overflow: hidden;
  padding: 3px;
}
.btnblack span {
  width: 100%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
}
.btnblack .custom-image {
  margin-left: 10px;
  max-width: 12px;
}
.blank-btn {
  font-family: var(--fontInter);
  display: flex;
  align-items: center;
}
#showMoreBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(50px);
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  border: none;
}
#showMoreBtn span {
  margin-left: 5px;
}
/* .gallery {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  max-height: 600px;
}
.gallery.one-item {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.gallery.two-items {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
}
.gallery.three-items {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item iframe,
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.big {
  grid-column: span 3;
  grid-row: span 1;
  height: 400px;
}
.small {
  grid-row: 1;
}
#myModal {
  place-items: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.myModal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
  text-align: center;
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.close,
button.next,
button.prev {
  position: absolute;
  font-weight: 700;
  color: #fff;
}
.modal-content img {
  margin: auto;
  display: block;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.close {
  top: 10px;
  right: 25px;
  font-size: 35px;
  cursor: pointer;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.carousel {
  display: flex;
  overflow: hidden;
}
.carousel img {
  min-width: 100%;
  transition: transform 0.5s;
}
button.next,
button.prev {
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
}
button.prev {
  left: 0;
  cursor: pointer;
}
button.next {
  right: 0;
  cursor: pointer;
} */

.gallery {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  aspect-ratio: 1 / 1;
}
.gallery-item img,
.gallery-item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item:first-child {
  grid-column: span 3;
  grid-row: span 2;
  aspect-ratio: 16 / 9;
}
.show-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: grid;
  place-items: center;
  /* justify-content: center;
  align-items: center; */
  font-size: 18px;
  cursor: pointer;
}
.slideshow-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.slideshow-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.slideshow-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
.slideshow-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.slideshow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  cursor: pointer;
}
.slideshow-prev {
  left: 20px;
}
.slideshow-next {
  right: 20px;
}
@media (max-width: 768px) {
  .gallery {
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 6px;
  }
  .col-md-7 {
    width: 100% !important;
  }
  .col-md-4 {
    width: 100% !important;
  }
  .flex {
    display: flex;
  }
  .flex-col {
    flex-direction: column;
  }
  .mo-width-full {
    width: 100% !important;
  }
  /* .gallery-item:first-child {
    grid-column: span 2;
  }
  .gallery-item:nth-child(n + 4) {
    display: none;
  } */
  .show-more p {
    font-size: 16px !important;
    margin-bottom: 0px !important;
    padding: 0px 5px;
    text-align: center;
  }
  .slideshow-nav {
    font-size: 30px;
  }
  .slideshow-close {
    font-size: 24px;
  }
}
.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
label.error {
  font-size: 13px;
  color: red;
}
