
.modal-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1055;
    border-radius: 6px;
}

.loader-box {
    text-align: center;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 12px;
}

.loader-box p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}





/*****css save payment error handal design********/
.payment-alert {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.3s ease-in-out;
}

.alert-icon {
    font-size: 22px;
    font-weight: bold;
    margin-right: 15px;
}

.alert-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.alert-content p {
    margin: 3px 0 0;
    font-size: 13px;
}

/* Success Style */
.success-alert {
    background-color: #e6f9f0;
    border-left: 4px solid #28a745;
    color: #155724;
}

.success-alert .alert-icon {
    color: #28a745;
}

/* Error Style */
.error-alert {
    background-color: #fdecea;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.error-alert .alert-icon {
    color: #dc3545;
}

/* Smooth appearance */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/*****css save payment error handal design end********/




.qrContainer{  /**display: flex; ***/
    justify-content: center;
    align-items: center;
    min-height: 250px;padding:12px;
    border: 1px solid gray;
    margin-bottom: 12px;
}

.donate-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 4px;
    gap: 6px;
    width: 100%;
}

.donate-input {
    flex: 1;              /* Input automatically full space le lega */
    min-width: 0;         /* Important for mobile shrink */
    border: none;
    box-shadow: none;
}

.donate-input:focus {
    box-shadow: none;
    outline: none;
}

.donate-btn {
    white-space: nowrap;  /* Text break nahi hoga */
    padding: 18px 14px;
}




/**profile**/
.modal-body label {
    font-size: 13px;
    margin-bottom: 2px;
}

.modal-body .fw-bold {
    font-size: 15px;
}

/**profile ends**/
/**thanks page css**/
.objective-list {
    padding-left: 20px;
}

.objective-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/**thanks page css ends**/

/**contact us page css**/
.contact-form-box,
.contact-info-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-form-box .form-control {
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 15px;
}

.contact-btn {
  background: #d97706; /* kesari */
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #b45309;
}

.contact-info-box h4 {
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.contact-info-item i {
  font-size: 18px;
  color: #d97706;
  margin-top: 4px;
}

.contact-info-item p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/**contact us page css ends**/








.objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.objectives-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 14px 18px;
  margin-bottom: 12px;
  background: #fff8f0;
  border-left: 4px solid #d97706; /* kesari tone */
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.objectives-list li:hover {
  transform: translateX(5px);
  background: #fff3e0;
}

.objectives-list i {
  font-size: 20px;
  color: #d97706;
  min-width: 24px;
  margin-top: 2px;
}

.objectives-list span {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}











.captions span{color:rgb(255, 255, 255)!important;}
.captions p{color:rgb(255, 255, 255)!important;}
.imgResponsive{
    min-height:350px;
}
.site-footer{
    background: #1c1c1c;
    color: #ddd;
    padding: 60px 0 20px;
    font-size: 15px;
}

.footer-title{
    color: #ff6a00;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-text{
    line-height: 1.7;
    color: #dfdfdf;
}

.footer-links,
.footer-contact{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li{
    margin-bottom: 10px;
}

.footer-links a{
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover{
    color: #ff6a00;
}

.footer-contact i{
    color: #ff6a00;
    margin-right: 8px;
}

.footer-bottom{
    border-top: 1px solid #333;
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}



.site-logo-wrap{
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

/* Logo Image */
.site-logo-img{
    max-height: 65px;
    width: auto;
}

/* Hindi Text */
.site-logo-text{
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 32px;
    font-weight: 700;
    color: #ff6a00; /* Bhagwa / Kesari */
    line-height: 1;
}

/* Tablet */
@media (max-width: 992px){
    .site-logo-text{
        font-size: 26px;
    }
    .site-logo-img{
        max-height: 55px;
    }
}

/* Mobile */
@media (max-width: 576px){

    .objectives-list li {
    padding: 12px 14px;
  }
  .objectives-list span {
    font-size: 15px;
  }
    .imgResponsive{
    min-height:193px;
}
    .site-logo-text{
        font-size: 22px;
    }
    .site-logo-img{
        max-height: 45px;
    }
}
