/* top header buttons  */

.bank-actions {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bank-btn {
  background: transparent;
  border: 1px solid #ffc107;
  color: #ffc107;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.bank-btn:hover {
  background: #ffc107;
  color: #000;
}



.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #bfc5cc;
  margin-bottom: 10px;
}


/* qr code */

.my-account-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;              /* space between icon and text */
  font-size: 15px;       /* adjust as needed */
  font-weight: 600;
}

.my-account-nav-item .card-icon {
  width: 28px;           /* smaller, balanced with text */
  height: auto;
}

.my-account-nav-item .card-text {
  line-height: 1;        /* keeps text vertically centered */
}

.qr-donation-wrap {
  display: flex;
  justify-content: center;
}

.qr-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.qr-card .trust-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.qr-card .trust-phone {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.qr-image img {
  max-width: 240px;
  width: 100%;
  margin: 15px auto;
}

.qr-card .upi-id {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  word-break: break-all;
}

.upi-apps {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.upi-apps span {
  background: #f2f4f7;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}


/* card payment */
.card-payment-wrap {
  display: flex;
  justify-content: center;
}

.payment-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.payment-card .trust-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.payment-card .trust-phone {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.card-form .form-group {
  margin-bottom: 15px;
}

.card-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.card-form input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.form-group-row {
  display: flex;
  gap: 15px;
}

.pay-btn {
  width: 100%;
  margin-top: 10px;
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.pay-btn:hover {
  background: #084298;
}

.secure-note {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 576px) {
  .form-group-row {
    flex-direction: column;
  }

  .payment-card {
    padding: 20px;
  }
}


/* net banking */

.netbanking-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.netbanking-form .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.form-box {
  position: relative;
  padding-left: 60px;
}

.form-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #093416;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 10px 12px 10px 55px;
  border-radius: 6px;
  border: 1px solid #dcdfe4;
  font-size: 14px;
}

.textarea-box textarea {
  height: 100%;
  min-height: 45px;
  resize: none;
}

.error-text {
  color: red;
  font-size: 14px;
  margin-bottom: 12px;
}

.btn-row {
  text-align: center;
  margin-top: 10px;
}

.donate-btn {
  background: #f8c32c;
  border: none;
  color: #fff;
  padding: 10px 26px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.donate-btn:hover {
  background: #093416;
}

/* Responsive */
@media (max-width: 992px) {
  .netbanking-form .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .netbanking-form .form-row {
    grid-template-columns: 1fr;
  }

  .netbanking-wrap {
    padding: 18px;
  }
}


/* blood donate  */

.blood-image-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blood-image-wrap img {
  width: 80px;
  height: auto;
}

.blood-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .blood-image-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .blood-title {
    font-size: 20px;
  }
}


/* bank donation  */


.bank-donation-wrap {
  display: flex;
  justify-content: center;
}

.bank-card {
  background: #fff;
  padding: 30px;
  max-width: 520px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.bank-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.bank-icon {
  width: 55px;
}

.trust-name {
  margin: 0;
  font-weight: 700;
}

.trust-founder {
  font-size: 14px;
  color: #555;
}

.bank-details {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 15px 0;
}

.bank-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
}

.bank-row .label {
  font-weight: 600;
  color: #333;
}

.bank-row .value {
  font-weight: 500;
  color: #000;
}

.bank-note {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
}

.bank-contact {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .bank-card {
    padding: 20px;
  }

  .bank-row {
    flex-direction: column;
    gap: 4px;
  }

  .bank-icon {
    width: 48px;
  }
}
 /* become a member */


 .member-form-wrap {
  display: flex;
  justify-content: center;
}

.member-card {
  background: #fff;
  padding: 30px;
  max-width: 650px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.member-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.member-icon {
  width: 55px;
}

.member-title {
  margin: 0;
  font-weight: 700;
}

.member-subtitle {
  font-size: 14px;
  color: #555;
}

.member-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.full-width {
  grid-column: span 2;
}

.form-submit {
  margin-top: 20px;
  text-align: center;
}

.member-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.member-btn:hover {
  background: #084298;
}

/* Responsive */
@media (max-width: 576px) {
  .member-card {
    padding: 20px;
  }

  .member-form .form-row {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }

  .member-header {
    flex-direction: column;
    text-align: center;
  }
}


/* become a  beneficiary  */
.multi-input {
  margin-bottom: 8px;
}

.add-more-btn {
  background: transparent;
  border: 1px dashed #0d6efd;
  color: #0d6efd;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

.add-more-btn:hover {
  background: #0d6efd;
  color: #fff;
}

/* Responsive fix */
@media (max-width: 576px) {
  .add-more-btn {
    width: 100%;
  }
}
 /* video kelavi section  */

 .video-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.video {
  width: 100%;
  overflow: hidden;
}

.responsive-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Hover effect */
.hover-item:hover .responsive-video {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .video-row {
    grid-template-columns: 1fr;
  }
}



  :root {
    --green: #0d401c;
    --amber: #ffc107;
  }

  .s-donation {
    width: 100%;
    padding: 60px 16px 70px;   /* bigger section */
    background: var(--green);
    color: #ffffff;
  }

  .donation-header {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
  }

  .donation-header h2 {
    font-size: clamp(1.6rem, 3vw, 3.1rem); /* larger heading */
    font-weight: 700;
    margin-bottom: 28px;
    color:#ffffff;
  }

  .donation-amounts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;                  /* more gap between buttons */
  }

  .amount-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;           /* wider */
    padding: 14px 26px;         /* taller & wider buttons */
    border-radius: 999px;
    background: #ffffff;
    color: var(--green);
    font-weight: 700;
    font-size: 3rem;            /* bigger text */
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.15s ease;
  }

  .amount-pill:hover {
    background: var(--amber);
    color: var(--green);
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  }

  .amount-pill--outline {
    background: transparent;
    color: #ffffff;
    border-color: var(--amber);
  }

  .amount-pill--outline:hover {
    background: var(--amber);
    color: var(--green);
  }

  @media (max-width: 640px) {
    .amount-pill {
      min-width: 80%;
      font-size: 0.95rem;
    }
  }




  /* ===== Member Form Styles ===== */
.member-form-wrapper {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.member-form-wrapper h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.member-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.member-form .form-group {
    display: flex;
    flex-direction: column;
}

.member-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.member-form input,
.member-form select,
.member-form textarea {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.member-form input[type="file"] {
    padding: 6px;
}

.member-form textarea {
    resize: none;
}

.member-form .full-width {
    grid-column: span 2;
}

.member-form button {
    grid-column: span 2;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.member-form button:hover {
    background: #084298;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
    .member-form {
        grid-template-columns: 1fr;
    }

    .member-form button {
        grid-column: span 1;
    }
}



/* beneficiary form  */

/* food css */

/* Responsive Food Initiatives Section */
.s-commitment-2 {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .s-commitment-2 {
        padding: 60px 0;
    }
    
    .content-section {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .sub-title {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {
    .sub-title {
        font-size: 24px !important;
    }
    
    .text-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* Video + Image Layout */
.media-wrap {
    position: relative;
}

.video-thumbnail {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.video-bg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
    font-size: 24px;
    color: #007bff;
}

.main-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Mobile Order */
@media (max-width: 991px) {
    .order-1.order-lg-2 { order: 1 !important; }
    .order-2.order-lg-1 { order: 2 !important; }
    
    .video-bg {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .video-bg {
        height: 150px;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
    }
}


/* gallery styles  */

.image, .video-wrapper {
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-item:hover .image, .gallery-item:hover .video-wrapper {
    transform: scale(1.02);
}

.preview-overlay, .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .preview-overlay, .gallery-item:hover .play-overlay {
    opacity: 1;
}

.preview-link, .play-btn {
    color: white;
    font-size: 24px;
    background: rgba(255,255,255,0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.preview-link:hover, .play-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.video-preview {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .image, .video-wrapper { height: 250px; }
}

@media (max-width: 575px) {
    .image, .video-wrapper { height: 200px; }
}


/* responsive style index */

.responsive-portfolio-img {
    width: 100%;
    height: 280px; /* Adjust this height as needed */
    object-fit: cover; /* Crops the image to fill the box without distortion */
    border-radius: 8px; /* Optional: rounds the corners */
    display: block;
    padding: 10px; /* Preserves your original padding */
}

/* Tablet/Mobile Adjustment */
@media (max-width: 767px) {
    .responsive-portfolio-img {
        height: auto; /* Allow natural height on small mobile if preferred */
        max-height: 350px;
    }
}


/* indexslider responsive styles  */

/* Container height management */
.slider-home-1 {
    height: 80vh; /* Default Desktop height */
    width: 100%;
}

.responsive-slider-img, 
.responsive-slider-img img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* This makes it look like a professional hero section */
}

/* Tablet Adjustments */
@media (max-width: 991px) {
    .slider-home-1 {
        height: 60vh;
    }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .slider-home-1 {
        height: 40vh; /* Shorter height for mobile screens */
    }
    
    /* Optional: Hide large arrow SVGs on mobile for a cleaner look */
    .btn-slide-home-1 {
        display: none !important; 
    }
}



/* awards*/

/* Ensure all slider items have consistent height */
.gallery-item {
    position: relative;
    overflow: hidden;
    height: 350px; /* Adjust based on your preference */
}

.gallery-item img, 
.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps everything uniform */
    border-radius: 12px;
}

/* Mobile specific fixes */
@media (max-width: 767px) {
    .gallery-item {
        height: 250px; /* Smaller height for mobile */
    }
    .heading-section .title {
        font-size: 24px;
    }
}

/* Full Width Media Container */
.full-media-item {
    position: relative;
    width: 100%;
    height: 60vh; /* Takes up 60% of screen height on desktop */
    background: #000;
    overflow: hidden;
}

.full-media-obj {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Forces media to fill the slide without gaps */
    display: block;
}

/* Add Gallery Button Overlay */
.add-gallery-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.8);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    font-size: 24px;
    text-decoration: none;
    z-index: 10;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 991px) {
    .full-media-item {
        height: 50vh; /* Slightly shorter on tablets */
    }
}

@media (max-width: 767px) {
    .full-media-item {
        height: 40vh; /* Optimized for mobile viewing */
    }
    .heading-section .title {
        font-size: 22px;
        padding: 0 15px;
    }
}
.full-media-item {
    position: relative;
    width: 100%;
    height: 80vh; /* High impact height */
    background: #000;
}

.full-media-obj {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full width/height coverage */
}

/* Ensure video controls are visible and usable */
video.full-media-obj {
    outline: none;
}

@media (max-width: 767px) {
    .full-media-item {
        height: 50vh; /* Responsive height for mobile */
    }
}

/* Responsive Media Container */
    .full-media-item {
        position: relative;
        width: 100%;
        height: 350px; /* Default for Mobile */
        background: #000;
        overflow: hidden;
    }

    /* Standardize object fit for both video and img */
    .full-media-obj {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Responsive Heights */
    @media (min-width: 768px) {
        .full-media-item { height: 450px; } /* Tablet */
    }

    @media (min-width: 1200px) {
        .full-media-item { height: 600px; } /* Desktop */
    }

    /* Adjust heading size for smaller screens */
    @media (max-width: 576px) {
        .heading-section .title {
            font-size: 24px;
            line-height: 1.3;
        }
    }
 /* awreds end */


 /* Container to hide overflow */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: transparent; /* Adjust background if needed */
    padding: 20px 0;
}

/* The moving track */
.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: scroll-text 30s linear infinite; /* Adjust '30s' to change speed */
}

/* Individual paragraph styling */
.marquee-content p {
    font-size: 24px;
    font-weight: 700;
    color: #333; /* Your preferred color */
    margin: 0;
    padding-right: 50px; /* Space between the sets of text */
}

/* Pause on hover so users can read it easily */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

/* The Animation Logic */
@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves exactly half-way for a perfect loop */
    }
}

/* Responsive Font Scaling */
@media (max-width: 1024px) {
    .marquee-content p { font-size: 20px; }
}
@media (max-width: 768px) {
    .marquee-content p { font-size: 16px; }
}