.donation-main-content {
  margin-top: 60px;
  margin-bottom: 100px;
  background-color: var(--white-color);
}
header.site-header {
    display: none;
}
/* donation-header */
.donation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  gap: 10px;
  padding-bottom: 19px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.donation-header .back-link {
  color: var(--secondary-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.donation-header .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
}
.donation-header .progress-bar .progress {
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 12px;
  transition: width 0.3s ease-in-out;
}

.donation-header-logo img {
  width: 200px;
  height: auto;
}

.donation-header .donation-step {
  background-color: #f7f7f7;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
}
.donation-header .donation-step .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--secondary-color);
}
.donation-header .donation-step span {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
}

/* ================ main contents ===============    */

.donation-wrapper {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.donation-step1-details {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  width: 758px;
  box-shadow: var(--shadow-heavy);
}

.donation-step1-details .step-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.step-heading-texts {
  max-width: 415px;
}

.step-heading-texts p {
  color: var(--text-color);
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.donation-step1-details .step-heading img {
  width: 60px;
  height: auto;
}

.donation-step1-tabs {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: space-between;
  width: 100%;
}

.donation-step1-tabs button {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  flex: 1;
  border-bottom: 1px solid var(--border-color);
  background: transparent;
  border-radius: 2px;
  line-height: 24px;
  cursor: pointer;
  padding: 8px;
}
.donation-step1-tabs .active {
  font-weight: 500;
  color: var(--secondary-color);
  border-bottom: 3px solid var(--secondary-color);
}

.step-1-donation-form .amount-options {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.amount-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.amount-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.amount-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.amount-options .selected input[type="radio"] {
  border: 6px solid var(--secondary-color) !important;
  background-color: var(--white-color);
}

/* ----------------- select input ---  */
.step-1-donation-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.step-1-donation-form-group .currency-wrapper {
  margin: 28px 0;
  display: flex;
  gap: 12px;
}

/* Currency Input and Dropdown */
.currency-wrapper .currency-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 28px;
  max-height: 52px;
  padding: 16px;
  background-color: #fff;
  width: 100%;
}
.currency-input input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #555;
}

.currency-input .currency-dropdown {
  border-right: 1px solid var(--border-color);
  padding-right: 8px;
  margin-right: 8px;
}

.currency-dropdown select {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  width: 37px;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
.currency-input input::placeholder {
  color: var(--gray-color);
}
/* Frequency Dropdown */
.customDropdown {
  width: 100%;
}
.countryCustomDropdown {
  width: 100%;
  position: relative;
}
.select-campaign-wrapper {
  margin-bottom: 28px;
}
.customDropdown-option,
.select-country .customDropdown-value{
  display: flex;
  align-items: center;
  gap: 8px; 
  font-size: 14px;
  color: var(--primary-color);
}
.customDropdown-option img,
.select-country .customDropdown-value img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100px;
  object-position: center;

}
.select-country,
.select-campaign,
.frequency-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 28px;
  background-color: #fff;
  padding: 16px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  max-height: 52px;
  color: var(--primary-color);
}
.customDropdown .select-campaign.active,
.customDropdown .frequency-dropdown.active {
  border: 1px solid var(--secondary-color);
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  gap: 8px;
  line-height: 20px;
}

.checkbox-label input {
  width: 20px;
  height: 20px;
  border: 1px solid #e2e4e2 !important;
  border-radius: 6px;
  cursor: pointer;
  appearance: none; /* Remove default browser styles */
  display: inline-block;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease;
}

.checkbox-label input:checked {
  border: 1px solid green; /* Green border when checked */
  background-color: green; /* Green background when checked */
}

.checkbox-label input:checked::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px; /* Width of the checkmark */
  height: 4px; /* Height of the checkmark */
  border: solid white;
  border-width: 0 0 2px 2px; /* White checkmark */
  transform: translate(-50%, -50%) rotate(-45deg); /* Rotate to create a checkmark */
  /* border-radius: 2px; Round the edges of the checkmark */
}

.hr-line hr {
  color: #E2E4E2;
  height: 1px;
  margin-bottom: 48px;
  border-radius: 0px 4px 0px 0px;
  margin-top: 40px;
}

.step1-giftaid .step1-giftaid-header {
  display: flex;
  justify-content: space-between;
}
.step1-giftaid-header h5 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
}
.step1-giftaid-header h5 span {
  color: var(--secondary-color);
}
.step1-giftaid-header img {
  width: 100px;
  height: 50px;
}

.step1-giftaid .step1-giftaid-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 28px;
  margin-top: 16px;
  line-height: 20px;
}

select.phone-country-code {
  border: none;
  outline: none;
}

.donation-btn-wrapper {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding-top: 30px;
}


.generic-step-1-continue button,
.donation-button-add-to-list button {
  width: 100%;
}

.generic-step-1-continue,
.donation-button-add-to-list {
  width: 50%;
}




.donation-btn-wrapper-mobile {
  display: flex;
  margin-top: 40px;
  gap: 20px; 
}

.donation-button-add-to-list-mobile,
.generic-step-1-continue-mobile {
  width: 50%;
}

.donation-button-add-to-list-mobile button,
.generic-step-1-continue-mobile button{
  width: 100%;
}


.donation-summary-addtolist-continue-buttons {
  width: 430px;
}

/* ====================== donation step 1 right  */

.donation-summary {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  /* min-width: 300px; */
  /* padding: 32px; */
  box-shadow: var(--shadow-heavy);
}
.donation-summary-content .donation-summary-heading {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  padding: 32px;
  padding-bottom: 0px !important;
}
.donation-summary-content .donation-detail-wrapper {
  margin: 20px 0;
}
.donation-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.donation-detail .item-price {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
}
.donation-detail .item-title {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 8px;
}
.donation-detail .item-sub-title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 8px;
}
/* .donation-summary .donation-summary-content {
  padding: 32px;
  padding-bottom: 0px;
  
} */

.donation-summary .summary-total {
  background: #177e382e;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: space-between;
}
.donation-summary .summary-total span {
  font-size: 24px;
  padding: 12px 32px;
  font-weight: 600;
  color: var(--secondary-color);
}

/* <!-- ================ donation campaign cards ======  --> 
  */

.donation-campaigns-section {
  margin-top: 100px;
  display: none;
}
.donation-campaigns-section h1 {
  font-size: 48px;
  font-weight: 600;
  color: var(--primary-color);
}

.donation-campaigns-grid {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  display: none !important;
}

.campaign-global-card {
  background-color: var(--white-color);
  border-radius: 12px;
  box-shadow: var(--shadow-heavy);
  overflow: hidden;
  display: flex;
  box-shadow: 0px 8px 40px 0px #BDBDBD47;
  flex-direction: column;
  text-align: left;
}

.campaign-global-card .campaign-global-card-image {
  position: relative;
  height: 312px;
}

.campaign-global-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-global-card-image .campaign-global-card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #177e38b8;
  padding: 12px;
  border-radius: 12px 12px 0px 0px;
}
.campaign-global-card-overlay .campaign-title {
  font-size: var(--h3-size);
  font-weight: 500;
  color: var(--white-color);
}

.campaign-global-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.campaign-global-description {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 20px;
}

.campaign-global-progress-wrapper .campaign-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-progress-heading p {
  font-size: 14px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 6px;
}

.global-progress_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.global-progress_wrapper .global-campaign-progress {
  margin-top: 0;
}
.global-campaign-progress {
  background-color: var(--border-color);
  height: 12px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
  width: 100%;
}

.global-campaign-progress .progress-bar {
  background-color: var(--secondary-color);
  height: 100%;
  border-radius: 20px;
  transition: width 0.3s ease-in-out;
}

.global-campaign-support-btn {
  margin-top: 28px;
  flex: 1;
}

/* ============================== donation-step2 ================  */
.donation-step2 {
  margin-top: 40px;
}

.step-2-donation-form .step2-title-options {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.step-2-donation-form .step2-option-title {
  font-weight: 400;
  margin-bottom: 12px;
}
.step2-title-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  max-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.step2-title-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.step2-title-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.step2-title-options input[type="radio"]:checked {
  border: 6px solid var(--secondary-color);
  background-color: var(--white-color);
}

.step-2-donation-form-group {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.step-2-donation-form-group .step2-inputs-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.donation-form-backtostepone-donate-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.donation-form-donate-now-button,
.donation-form-backtostepone-button {
  width: 50%;
}

/* .donation-form-backtostepone-donate-buttons {
  display: none;
} */

/* -------- donation-footer ------  */
.donation-footer {
  background: var(--white-color);
  box-shadow: var(--shadow-heavy);
  padding-bottom: 20px;
}
.donation-footer .donation-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}
.donation-footer-wrapper .stepper-prev-btn {
  padding: 20px 50px;
  color: var(--secondary-color);
  font-weight: 600;
}
.donation-footer-wrapper .stepper-next-btn {
  opacity: 28%;
}
.donation-footer-wrapper .stepper-next-btn.active {
  opacity: 1;
}



/* ============================== donation-step 3 ================  */
.donation-step3 {
  margin-top: 40px;
}

.step-3-donation-form .step3-title-options{
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}


.step3-title-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-height: 52px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.step3-title-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.step3-title-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.step3-title-options input[type="radio"]:checked {
  border: 6px solid var(--secondary-color);
  background-color: var(--white-color);
}


/* ------- card payment form -----  */

.pay-with-card-form{
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-number-input {
  border: 1px solid var(--border-color);
  border-radius: 28px;
  max-height: 52px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  background-color: #fff;
  width: 100%;
}
.card-number-input input{
  border: none;
  border-radius: 28px;
  flex: 1;
  height: 100%;
  outline: none;
  padding: 16px 0;
}
  .card-number-input .accepted-payment-icons{
    display: flex;
    align-items: center;
    padding: 4px 0;
    justify-content: space-between;
  }

  .accepted-payment-icons div{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .accepted-payment-icons div img{
    width: 40px;
    height: auto;  
  }
  .accepted-payment-icons p{
    font-size: 14px;
    color: var(--primary-color);
    white-space: nowrap;
    padding: 0 20px;
    border-left: 1px solid var(--border-color);
  }
 

  .card-number-input .cvv-info{
    font-size: 20px;
    cursor: pointer;
    color: var(--secondary-color);
  }
  .belling-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
  }



  
/* ============================== donation-success  ================  */
.donation-step3 {
  margin-top: 40px;
}


.donation-success-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
  .donation-success-wrapper .right,
  .donation-success-wrapper .left{
    min-height: 691px;
  }
  .donation-success-wrapper .left{
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-heavy);
    flex: 1;
  }
  .left .hand-shake-img img{
    width: 140px;
    height: auto;
  }
   .left .success-left-content{
     max-width: 408px;
  }
.left .success-left-content .success-heading{
    font-weight: 500;
  }
.success-left-content .success-heading{
  font-weight: 500;
}
.success-left-content P{
  color: var(--text-color);
  font-size: 14px;
  margin-top: 16px;
}

.left .success-contact-info{
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}
.left .success-contact-info p{
  color: var(--text-color);
  font-size: 14px;
}
.success-contact-info .stay-update-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
  margin-bottom: 28px;
}
.stay-update-icons a{ 
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center; 
  box-shadow: 0px 2px 12px 0px #00000014;
  border-radius: 100px;
}
.success-contact-info .checkbox-label{
  font-weight: 500;
  margin: 0 auto;
  font-size: 14px;
}
.success-contact-info button{
  margin-top: 32px;
}


.donation-success-wrapper .right{
  padding: 40px;
  flex: 1;
  text-align: center;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-heavy);
}
.right .success-right-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
.success-right-heading .succes-arrow-wrapper{
  display: flex;
  align-items: center;
  gap: 12px;
}
 .succes-arrow-wrapper button{
    width: 40px;
    height: 40px;
    display: flex;
    background: var(--white-color);
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: var(--shadow-light);
    color: var(--secondary-color);
    font-size: 20px;
    border-radius: 100px;
  }

  .campaign-slider-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  gap: 15px;
}

.campaign-slider-card {
  flex: 0 0 100%; /* Each card takes full width */
  display: none; /* Hide all cards initially */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.campaign-slider-card.active {
  display: block; /* Show active card */
  opacity: 1;
}

.succes-arrow-wrapper button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  /* color: #177E38; */
  transition: opacity 0.2s ease;
}

.succes-arrow-wrapper button:disabled {
  cursor: not-allowed;
}

.succes-arrow-wrapper button i {
  pointer-events: none; /* Prevent icon clicks */
}


#generic-container,
#textarea-container {
  display: none; /* By default hidden */
  margin-top: 16px;
  border: 1px solid #E2E4E2;
    padding: 16px;
    border-radius: 12px;
    height: 112px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #B4B4B4;
    font-weight: 400;
    font-family: 'Mona Sans';
    outline: none;
}

#toggleCheckboxspecificcampaign{
  padding: 0px !important;
}
.step-1-donation-form-group #amount{
  border: none !important;
}

.customDropdown-btn.select-campaign {
  margin-bottom: 28px;
}







.custom-input-wrapper-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #E2E4E2;
    border-radius: 28px;
    padding: 16px;
}

.custom-input-flag-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.custom-input-wrapper-phone input,
select.country-code{
  border: none;
    outline: none;
}

.custom-input-divider{
  height: 20px;
    width: 1px;
    background-color: #E2E4E2;
}


input[type="year"],
select#country {
  border: 1px solid #E2E4E2;
  padding: 16px;
  border-radius: 28px;
  outline: none;
  color: #B4B4B4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  appearance: none;
}

select#country{
  background-image: url("http://restless.21days.org.uk/wp-content/uploads/2025/01/Icon-Frame.png");
  background-repeat: no-repeat;
    background-position: 95%;
    color: #303430 !important;
    font-family: 'Mona Sans';
}

.custom-input-wrapper span {
  color: #8E908B;
}

.step-1-donation-form .amount-options input,
#gift-aid {
  padding: 0px !important;
}

.step-1-donation-form-group select {
  width: 40px !important;
}

.step-1-donation-form button{
  width: 100%;
}

div#campaign-donation-fields,
.donation-step1-genral-donation form {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.specific-donation-btn-wrapper-mobile {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.specific-donation-button-add-to-list-mobile,
.specific--step-1-continue-mobile {
  width: 50%;
}

.specific-donation-button-add-to-list-mobile button,
.specific--step-1-continue-mobile button {
  width: 100%;
}

select#donationType, select#donation_amount_type {
    font-size: 16px;
    padding: 16px !important;
    width: 100% !important;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: transparent;
    color: #303430 !important;
    box-sizing: border-box;
    background-image: url("/wp-content/themes/restlessbeings/assets/icons/Arrow_down.svg");
    background-repeat: no-repeat;
    background-position: 95%;
    appearance: none;
    margin-bottom: 20px;
    outline: none;
}

@media only screen and (max-width: 767px){
.donation-step1-tabs{
display: block;
}

.donation-step1-tabs .active,
.donation-step1-tabs button{
width: 100%;
}
footer.donation-footer{
z-index: 10;
}
 
.donation-summary-addtolist-continue-buttons{
  width: 100%;
}

.donation-btn-wrapper{
  display: none !important;
}

.donation-form-backtostepone-donate-buttons-mobile {
  display: flex;
  gap: 20px;
}

.donation-form-backtostepone-button-mobile,
.donation-form-donate-now-button-mobile {
  width: 50%;
}

}


@media only screen and (min-width: 768px){
  .donation-btn-wrapper-mobile,
  .specific-donation-btn-wrapper-mobile,
  .donation-form-backtostepone-donate-buttons-mobile{
    display: none !important;
  }
}


  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
}

/* ================ main contents ===============    */

.donation-wrapper {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.donation-step1-details {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  width: 758px;
  box-shadow: var(--shadow-heavy);
}

.donation-step1-details .step-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.step-heading-texts {
  max-width: 415px;
}

.step-heading-texts p {
  color: var(--text-color);
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.donation-step1-details .step-heading img {
  width: 60px;
  height: auto;
}

.donation-step1-tabs {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: space-between;
  width: 100%;
}

.donation-step1-tabs button {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  flex: 1;
  border-bottom: 1px solid var(--border-color);
  background: transparent;
  border-radius: 2px;
  line-height: 24px;
  cursor: pointer;
  padding: 8px;
}
.donation-step1-tabs .active {
  font-weight: 500;
  color: var(--secondary-color);
  border-bottom: 3px solid var(--secondary-color);
}

.step-1-donation-form .amount-options {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.amount-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.amount-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.amount-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.amount-options .selected input[type="radio"] {
  border: 6px solid var(--secondary-color) !important;
  background-color: var(--white-color);
}

/* ----------------- select input ---  */
.step-1-donation-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.step-1-donation-form-group .currency-wrapper {
  margin: 28px 0;
  display: flex;
  gap: 12px;
}

/* Currency Input and Dropdown */
.currency-wrapper .currency-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 28px;
  max-height: 52px;
  padding: 16px;
  background-color: #fff;
  width: 100%;
}
.currency-input input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #555;
}

.currency-input .currency-dropdown {
  border-right: 1px solid var(--border-color);
  padding-right: 8px;
  margin-right: 8px;
}

.currency-dropdown select {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  width: 37px;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
.currency-input input::placeholder {
  color: var(--gray-color);
}
/* Frequency Dropdown */
.customDropdown {
  width: 100%;
}
.countryCustomDropdown {
  width: 100%;
  position: relative;
}
.select-campaign-wrapper {
  margin-bottom: 28px;
}
.customDropdown-option,
.select-country .customDropdown-value{
  display: flex;
  align-items: center;
  gap: 8px; 
  font-size: 14px;
  color: var(--primary-color);
}
.customDropdown-option img,
.select-country .customDropdown-value img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100px;
  object-position: center;

}
.select-country,
.select-campaign,
.frequency-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 28px;
  background-color: #fff;
  padding: 16px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  max-height: 52px;
  color: var(--primary-color);
}
.customDropdown .select-campaign.active,
.customDropdown .frequency-dropdown.active {
  border: 1px solid var(--secondary-color);
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  gap: 8px;
  line-height: 20px;
}

.checkbox-label input {
  width: 20px;
  height: 20px;
  border: 1px solid #e2e4e2 !important;
  border-radius: 6px;
  cursor: pointer;
  appearance: none; /* Remove default browser styles */
  display: inline-block;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease;
}

.checkbox-label input:checked {
  border: 1px solid green; /* Green border when checked */
  background-color: green; /* Green background when checked */
}

.checkbox-label input:checked::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px; /* Width of the checkmark */
  height: 4px; /* Height of the checkmark */
  border: solid white;
  border-width: 0 0 2px 2px; /* White checkmark */
  transform: translate(-50%, -50%) rotate(-45deg); /* Rotate to create a checkmark */
  /* border-radius: 2px; Round the edges of the checkmark */
}

.hr-line hr {
  color: #E2E4E2;
  height: 1px;
  margin-bottom: 48px;
  border-radius: 0px 4px 0px 0px;
  margin-top: 40px;
}

.step1-giftaid .step1-giftaid-header {
  display: flex;
  justify-content: space-between;
}
.step1-giftaid-header h5 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
}
.step1-giftaid-header h5 span {
  color: var(--secondary-color);
}
.step1-giftaid-header img {
  width: 100px;
  height: 50px;
}

.step1-giftaid .step1-giftaid-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 28px;
  margin-top: 16px;
  line-height: 20px;
}

select.phone-country-code {
  border: none;
  outline: none;
}

.donation-btn-wrapper {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding-top: 30px;
}


.generic-step-1-continue button,
.donation-button-add-to-list button {
  width: 100%;
}

.generic-step-1-continue,
.donation-button-add-to-list {
  width: 50%;
}




.donation-btn-wrapper-mobile {
  display: flex;
  margin-top: 40px;
  gap: 20px; 
}

.donation-button-add-to-list-mobile,
.generic-step-1-continue-mobile {
  width: 50%;
}

.donation-button-add-to-list-mobile button,
.generic-step-1-continue-mobile button{
  width: 100%;
}


.donation-summary-addtolist-continue-buttons {
  width: 430px;
}

/* ====================== donation step 1 right  */

.donation-summary {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  /* min-width: 300px; */
  /* padding: 32px; */
  box-shadow: var(--shadow-heavy);
}
.donation-summary-content .donation-summary-heading {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  padding: 32px;
  padding-bottom: 0px !important;
}
.donation-summary-content .donation-detail-wrapper {
  margin: 20px 0;
}
.donation-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.donation-detail .item-price {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
}
.donation-detail .item-title {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 8px;
}
.donation-detail .item-sub-title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 8px;
}
/* .donation-summary .donation-summary-content {
  padding: 32px;
  padding-bottom: 0px;
  
} */

.donation-summary .summary-total {
  background: #177e382e;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: space-between;
}
.donation-summary .summary-total span {
  font-size: 24px;
  padding: 12px 32px;
  font-weight: 600;
  color: var(--secondary-color);
}

/* <!-- ================ donation campaign cards ======  --> 
  */

.donation-campaigns-section {
  margin-top: 100px;
  display: none;
}
.donation-campaigns-section h1 {
  font-size: 48px;
  font-weight: 600;
  color: var(--primary-color);
}

.donation-campaigns-grid {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  display: none !important;
}

.campaign-global-card {
  background-color: var(--white-color);
  border-radius: 12px;
  box-shadow: var(--shadow-heavy);
  overflow: hidden;
  display: flex;
  box-shadow: 0px 8px 40px 0px #BDBDBD47;
  flex-direction: column;
  text-align: left;
}

.campaign-global-card .campaign-global-card-image {
  position: relative;
  height: 312px;
}

.campaign-global-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-global-card-image .campaign-global-card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #177e38b8;
  padding: 12px;
  border-radius: 12px 12px 0px 0px;
}
.campaign-global-card-overlay .campaign-title {
  font-size: var(--h3-size);
  font-weight: 500;
  color: var(--white-color);
}

.campaign-global-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.campaign-global-description {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 20px;
}

.campaign-global-progress-wrapper .campaign-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-progress-heading p {
  font-size: 14px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 6px;
}

.global-progress_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.global-progress_wrapper .global-campaign-progress {
  margin-top: 0;
}
.global-campaign-progress {
  background-color: var(--border-color);
  height: 12px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
  width: 100%;
}

.global-campaign-progress .progress-bar {
  background-color: var(--secondary-color);
  height: 100%;
  border-radius: 20px;
  transition: width 0.3s ease-in-out;
}

.global-campaign-support-btn {
  margin-top: 28px;
  flex: 1;
}

/* ============================== donation-step2 ================  */
.donation-step2 {
  margin-top: 40px;
}

.step-2-donation-form .step2-title-options {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.step-2-donation-form .step2-option-title {
  font-weight: 400;
  margin-bottom: 12px;
}
.step2-title-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  max-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.step2-title-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.step2-title-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.step2-title-options input[type="radio"]:checked {
  border: 6px solid var(--secondary-color);
  background-color: var(--white-color);
}

.step-2-donation-form-group {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.step-2-donation-form-group .step2-inputs-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.donation-form-backtostepone-donate-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.donation-form-donate-now-button,
.donation-form-backtostepone-button {
  width: 50%;
}

/* .donation-form-backtostepone-donate-buttons {
  display: none;
} */

/* -------- donation-footer ------  */
.donation-footer {
  background: var(--white-color);
  box-shadow: var(--shadow-heavy);
  padding-bottom: 20px;
}
.donation-footer .donation-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}
.donation-footer-wrapper .stepper-prev-btn {
  padding: 20px 50px;
  color: var(--secondary-color);
  font-weight: 600;
}
.donation-footer-wrapper .stepper-next-btn {
  opacity: 28%;
}
.donation-footer-wrapper .stepper-next-btn.active {
  opacity: 1;
}



/* ============================== donation-step 3 ================  */
.donation-step3 {
  margin-top: 40px;
}

.step-3-donation-form .step3-title-options{
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}


.step3-title-options label {
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-height: 52px;
  cursor: pointer;
  border: 1px solid transparent; /* Default border */
  box-shadow: var(--shadow-light);
}
.step3-title-options label span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.step3-title-options label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}
.step3-title-options input[type="radio"]:checked {
  border: 6px solid var(--secondary-color);
  background-color: var(--white-color);
}


/* ------- card payment form -----  */

.pay-with-card-form{
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-number-input {
  border: 1px solid var(--border-color);
  border-radius: 28px;
  max-height: 52px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  background-color: #fff;
  width: 100%;
}
.card-number-input input{
  border: none;
  border-radius: 28px;
  flex: 1;
  height: 100%;
  outline: none;
  padding: 16px 0;
}
  .card-number-input .accepted-payment-icons{
    display: flex;
    align-items: center;
    padding: 4px 0;
    justify-content: space-between;
  }

  .accepted-payment-icons div{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .accepted-payment-icons div img{
    width: 40px;
    height: auto;  
  }
  .accepted-payment-icons p{
    font-size: 14px;
    color: var(--primary-color);
    white-space: nowrap;
    padding: 0 20px;
    border-left: 1px solid var(--border-color);
  }
 

  .card-number-input .cvv-info{
    font-size: 20px;
    cursor: pointer;
    color: var(--secondary-color);
  }
  .belling-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
  }



  
/* ============================== donation-success  ================  */
.donation-step3 {
  margin-top: 40px;
}


.donation-success-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
  .donation-success-wrapper .right,
  .donation-success-wrapper .left{
    min-height: 691px;
  }
  .donation-success-wrapper .left{
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-heavy);
    flex: 1;
  }
  .left .hand-shake-img img{
    width: 140px;
    height: auto;
  }
   .left .success-left-content{
     max-width: 408px;
  }
.left .success-left-content .success-heading{
    font-weight: 500;
  }
.success-left-content .success-heading{
  font-weight: 500;
}
.success-left-content P{
  color: var(--text-color);
  font-size: 14px;
  margin-top: 16px;
}

.left .success-contact-info{
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}
.left .success-contact-info p{
  color: var(--text-color);
  font-size: 14px;
}
.success-contact-info .stay-update-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
  margin-bottom: 28px;
}
.stay-update-icons a{ 
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center; 
  box-shadow: 0px 2px 12px 0px #00000014;
  border-radius: 100px;
}
.success-contact-info .checkbox-label{
  font-weight: 500;
  margin: 0 auto;
  font-size: 14px;
}
.success-contact-info button{
  margin-top: 32px;
}


.donation-success-wrapper .right{
  padding: 40px;
  flex: 1;
  text-align: center;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-heavy);
}
.right .success-right-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
.success-right-heading .succes-arrow-wrapper{
  display: flex;
  align-items: center;
  gap: 12px;
}
 .succes-arrow-wrapper button{
    width: 40px;
    height: 40px;
    display: flex;
    background: var(--white-color);
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: var(--shadow-light);
    color: var(--secondary-color);
    font-size: 20px;
    border-radius: 100px;
  }

  .campaign-slider-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  gap: 15px;
}

.campaign-slider-card {
  flex: 0 0 100%; /* Each card takes full width */
  display: none; /* Hide all cards initially */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.campaign-slider-card.active {
  display: block; /* Show active card */
  opacity: 1;
}

.succes-arrow-wrapper button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  /* color: #177E38; */
  transition: opacity 0.2s ease;
}

.succes-arrow-wrapper button:disabled {
  cursor: not-allowed;
}

.succes-arrow-wrapper button i {
  pointer-events: none; /* Prevent icon clicks */
}


#generic-container,
#textarea-container {
  display: none; /* By default hidden */
  margin-top: 16px;
  border: 1px solid #E2E4E2;
    padding: 16px;
    border-radius: 12px;
    height: 112px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #B4B4B4;
    font-weight: 400;
    font-family: 'Mona Sans';
    outline: none;
}

#toggleCheckboxspecificcampaign{
  padding: 0px !important;
}
.step-1-donation-form-group #amount{
  border: none !important;
}

.customDropdown-btn.select-campaign {
  margin-bottom: 28px;
}







.custom-input-wrapper-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #E2E4E2;
    border-radius: 28px;
    padding: 16px;
}

.custom-input-flag-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.custom-input-wrapper-phone input,
select.country-code{
  border: none;
    outline: none;
}

.custom-input-divider{
  height: 20px;
    width: 1px;
    background-color: #E2E4E2;
}


input[type="year"],
select#country {
  border: 1px solid #E2E4E2;
  padding: 16px;
  border-radius: 28px;
  outline: none;
  color: #B4B4B4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  appearance: none;
}

select#country{
  background-image: url("http://restless.21days.org.uk/wp-content/uploads/2025/01/Icon-Frame.png");
  background-repeat: no-repeat;
    background-position: 95%;
    color: #303430 !important;
    font-family: 'Mona Sans';
}

.custom-input-wrapper span {
  color: #8E908B;
}

.step-1-donation-form .amount-options input,
#gift-aid {
  padding: 0px !important;
}

.step-1-donation-form-group select {
  width: 40px !important;
}

.step-1-donation-form button{
  width: 100%;
}

div#campaign-donation-fields,
.donation-step1-genral-donation form {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.specific-donation-btn-wrapper-mobile {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.specific-donation-button-add-to-list-mobile,
.specific--step-1-continue-mobile {
  width: 50%;
}

.specific-donation-button-add-to-list-mobile button,
.specific--step-1-continue-mobile button {
  width: 100%;
}

select#donationType, select#donation_amount_type {
    font-size: 16px;
    padding: 16px !important;
    width: 100% !important;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: transparent;
    color: #303430 !important;
    box-sizing: border-box;
    background-image: url("/wp-content/themes/restlessbeings/assets/icons/Arrow_down.svg");
    background-repeat: no-repeat;
    background-position: 95%;
    appearance: none;
    margin-bottom: 20px;
    outline: none;
}

@media only screen and (max-width: 767px){
.donation-step1-tabs{
display: block;
}

.donation-step1-tabs .active,
.donation-step1-tabs button{
width: 100%;
}
footer.donation-footer{
z-index: 10;
}
 
.donation-summary-addtolist-continue-buttons{
  width: 100%;
}

.donation-btn-wrapper{
  display: none !important;
}

.donation-form-backtostepone-donate-buttons-mobile {
  display: flex;
  gap: 20px;
}

.donation-form-backtostepone-button-mobile,
.donation-form-donate-now-button-mobile {
  width: 50%;
}

}


@media only screen and (min-width: 768px){
  .donation-btn-wrapper-mobile,
  .specific-donation-btn-wrapper-mobile,
  .donation-form-backtostepone-donate-buttons-mobile{
    display: none !important;
  }
}