.donate-main {
    max-width: 650px;
}
.radio-main {
    display: flex;
    margin-bottom: 20px;
}
.custom-radio {
    display: flex;
    margin-right: 20px;
}
.custom-radio input {
    width: 16px;
    margin-right: 5px;
}
.custom-radio label {
    font-size: 16px;
}

.radionv2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
}
.custom-radiov2 {
    position: relative;
    margin-bottom: 15px;
}
.custom-radiov2 input {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.custom-radiov2 label {
    background-color: transparent;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}

.custom-radiov2 input:checked + label {
    background-color: #273ae9;
    border: 1px solid #273ae9;
    color: #fff;
}

.custom-input-inner {
    position: relative;
    border: 1px solid #d3d3d3;
}
.custom-input-inner span {
    border-right: 1px solid #d3d3d3;
    position: absolute;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.custom-input-inner input {
    background-color: transparent;
    height: 60px;
    font-size: 16px;
    border: 0;
    padding-left: 60px;
}
.custom-input-inner input:focus, .custom-input-inner input:hover{
    outline: none;
    border: 0;
    background-color: transparent;
}
.donate-btns h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.btnss a {
    display: block;
    width: 100%;
}
.btnss {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.btnss img {
    width: 100%;
}

.donate-dis p {
    font-size: 14px;
}

.donate-dis p a{
    font-weight: 500;
    color: #273ae9;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-100 .module-headline{
    margin-bottom: 60px;
}
.media-item {
    border: 1px solid #f1f1f1;
    padding: 8px;
    border-radius: 4px;
}
.media-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-image::after{
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.media-image .play-btn {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-image .play-btn svg {
    color: #fff;
    width: 55px;
    height: 55px;
}
.media-title h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 0;
}
.slick-arrow {
    position: absolute;
    top: -25px;
    right: 0;
    left: auto;
    background-color:transparent;
}
.slick-arrow:hover{
    background-color:transparent;
}
.slick-next:before, .slick-prev:before {
    color: #fff;
    display: none;
}
.slick-next::after, .slick-prev::after {
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyOCAxOCIgZmlsbD0iIzAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNTg0IDkuODhoMjIuODMybC01Ljk4NCA1Ljk4NGEuODUuODUgMCAwMDAgMS4yMzIuOTUuOTUgMCAwMC42MTYuMjY0Ljk1Ljk1IDAgMDAuNjE2LS4yNjRsNy40OC03LjQ4YS44NS44NSAwIDAwMC0xLjIzMmwtNy40OC03LjQ4YS44NS44NSAwIDAwLTEuMjMyIDAgLjg1Ljg1IDAgMDAwIDEuMjMybDUuOTg0IDUuOTg0SDEuNTg0Yy0uNTI4IDAtLjg4LjM1Mi0uODguODhzLjM1Mi44OC44OC44OHoiIGZpbGw9IiMwMDAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz4=); 
    right: 0px;
}
.slick-prev::after {
    transform: rotate(180deg);
}
button.slick-prev.slick-arrow {
    right: 50px;
}
.media-image video {
    width: 100%;
    height: 100%;
    display: block;
}
.position-relative.playing .media-image::after{
    display: none;
}
.media-image-section{
    padding-top: 100px;
}
.mt-0{
    margin-top: 0 !important;
}
.investors-item img {
    height: 100px;
    display: flex;
    align-content: center;
    object-fit: contain;
    object-position: center;
    border: 1px solid #f1f1f1;
    padding: 8px;
    border-radius: 4px;
}

.media-title {
    padding-top: 15px;
    padding-bottom: 10px;
}



@media only screen and (min-width: 767px) {
    .module-description {
        max-width: 350px;
    }

  .slick-slide {
    margin-left:30px;
  }

  .slick-list {
    margin-left:-30px;
  }

}




@media only screen and (max-width: 767px) {
    .radionv2, .btnss {
        display: block;
    }    
    .btnss a{
        margin-bottom: 15px;
    }
}

.media-image-section .media-title h2 {
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}
/* --- Media section spacing fixes --- */
.module-headline {
  margin-top: 60px;   /* space above section title */
  margin-bottom: 20px;
}

.media-image-section {
  margin-bottom: 60px; /* space after gallery */
}
/* --- Media section spacing fixes --- */
.module-headline {
  margin-top: 60px;   /* space above section title */
  margin-bottom: 20px;
}

.media-image-section {
  margin-bottom: 60px; /* space after gallery */
}
/* Adjust spacing for section titles */
.module-headline {
  margin-top: 40px;   /* less space above */
  margin-bottom: 10px; /* less space below */
}

/* Tighter space between the title and gallery */
.media-image-section {
  margin-top: 0px;
  margin-bottom: 40px;
}
/* Keep slider look, but protect faces on portrait images */
#media .media-image img {
  object-position: top center !important;  /* show the top of the photo */
  object-fit: cover !important;            /* keep the current card look */
  width: 100% !important;                  /* ensure full width */
  height: 100% !important;                 /* match the existing card height */
}
/* Keep slider look; protect faces on portrait images */
#media .image-slider.slider .media-image {
  height: 320px !important;              /* tweak 300–360px if needed */
}

#media .image-slider.slider .media-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important; /* show top, crop lower */
  border-radius: 8px;                      /* keep rounded corners */
}
/* --- Slider card height tuned for portraits --- */
#media .image-slider.slider .media-image {
  height: 380px !important; /* increase from 320 → 380 to reduce cropping */
}

/* Keep the same “cover” look but show the top (protect faces) */
#media .image-slider.slider .media-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  border-radius: 8px;
}

/* Give portraits even more room on smaller screens */
@media (max-width: 991px) {
  #media .image-slider.slider .media-image { height: 440px !important; }
}
@media (max-width: 575px) {
  #media .image-slider.slider .media-image { height: 520px !important; }
}
/* ===== FINAL: Media title ↔ gallery spacing (robust) ===== */
#media h2.module-headline{
  margin-top: 28px !important;
  margin-bottom: 10px !important;
  line-height: 1.2;
}

/* Remove any top gap after the section title, even with wrappers */
#media h2.module-headline ~ .media-image-section,
#media h2.module-headline ~ .row .media-image-section,
#media h2.module-headline ~ * .media-image-section{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Also zero out top spacing the slider might inject */
#media .media-image-section,
#media .media-image-section .image-slider,
#media .image-slider.slider,
#media .image-slider.slider .slick-list,
#media .image-slider.slider .slick-track{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Keep consistent space AFTER each gallery */
#media .media-image-section{ margin-bottom: 48px; }
/* --- Zoom (magnify) button overlay --- */
#media .media-image { position: relative; } /* anchor for the button */

#media .zoom-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#media .zoom-btn:hover { background: rgba(0,0,0,.8); }

/* --- Lightbox overlay --- */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;           /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
#lightbox[aria-hidden="false"] { display: flex; }

#lightbox-img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;     /* show entire photo (no crop) */
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
  border-radius: 8px;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.lightbox-close:hover { background: rgba(255,255,255,.25); }
