@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
	--primary-theme-color: #004494;
	--light-theme-color-1: rgba(0, 68, 148, 0.1);
	--light-theme-color-2: rgba(0, 68, 148, 0.05);
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#theme7Main h4 {
	background: none;
	padding: 0;
	margin-top: 0;
	border-bottom: 0;
	border: 0;
}

#theme7Main.main-container {
	/* padding-bottom: 80px; */
	/* background-color: #f6f6f6; */
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

/* BANNER SECTION CSS */

#theme7Main .banner-section .theme-banner {
	min-height: calc(100vw / (1440 / 450)) !important;
	background-size: 100% 100% !important;
	/* background-image: url("/images/pgp-new-design-demo-banner.png"); */
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #7d2a8d;
}

#theme7Main .banner-section {
	margin-bottom: 40px;
}

/* PARA SECTION CSS */

#theme7Main .para-section {
	display: flex;
	align-items: center;
	justify-content: center;
}

#theme7Main .para-section .para-content {
	max-width: 650px;
	width: 100%;
	padding: 0 0 25px 0;
}

#theme7Main .para-section .para-content p {
	text-align: center;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	font-family: Arial, sans-serif;
}

/* FORM BOX CSS */

#theme7Main .form-box-section {
	display: flex;
	align-items: center;
	justify-content: center;
}

#theme7Main .form-box-section .form-box-wrapper {
	max-width: 650px;
	width: 100%;
	padding: 30px;
	background-color: #fff;
	height: 100%;
}

/* FORM TOP TABS CSS */

#theme7Main .nav-tabs.box-top-tabs .nav-item {
	width: 33.33%;
}

#theme7Main .nav-tabs.box-top-tabs .nav-link {
	background: #f1f1f1;
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	color: #303030;
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0;
	height: 39px;
}

#theme7Main .nav-tabs.box-top-tabs .nav-link span {
	z-index : 2;
	position: relative;
	padding-left: 10px;
}

#theme7Main .nav-tabs.box-top-tabs .nav-link:hover {
	border: 0;
	outline: none;
}

#theme7Main .nav-tabs .nav-link:focus,
#theme7Main .nav-tabs .nav-link:hover {
	isolation: auto;
}

#theme7Main .nav-tabs .nav-link.btn:focus {
	box-shadow: none;
	isolation: isolate;
}
#theme7Main .nav-tabs .nav-link.btn:focus-visible {
	box-shadow: none;
	outline: none;
	isolation: isolate;
}

#theme7Main .nav-tabs .btn-check:focus + .btn,
#theme7Main .nav-tabs .btn:focus {
	outline: 0;
	box-shadow: none;
}

/* .nav-tabs.box-top-tabs .nav-link.active {
    background: #e9d3ed;
    color: #7d2a8d;
    font-weight: 700;
  } */

#theme7Main .btn-arrow-right {
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	transition: none;
}
#theme7Main .btn-arrow-right {
	padding-left: 36px;
}

#theme7Main .btn-arrow-right:after {
	content: "";
	position: absolute;
	top: 3px;
	width: 31px;
	height: 31px;
	background: inherit;
	border: inherit;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 0px 4px 0px 0px;
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
}
#theme7Main .btn-arrow-right:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#theme7Main .btn-arrow-right:after {
	right: -15px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	transition: none;
}
#theme7Main .btn-arrow-right:after,
#theme7Main .btn-arrow-left:before {
	z-index: 1;
}
#theme7Main .btn-arrow-left:after {
	background-color: white;
}

/* .nav-tabs.box-top-tabs .nav-link.active.btn-arrow-right:after {
    background: #e9d3ed;
  } */

#theme7Main .form-box-tabs .box-top-tabs {
	padding: 0;
	margin-bottom: 22px;
	border: 0;
	overflow: hidden;
}

/* DONATION CONTENT CSS */
#theme7Main .donation-tab-top,
#theme7Main .payment-tab-top {
	padding: 0;
	margin-bottom: 20px;
	padding: 0 2px;
}

#theme7Main .common-label {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	margin-bottom: 10px;
}

#theme7Main .donation-tab-top .nav-tabs,
#theme7Main .payment-tab-top .nav-tabs {
	width: 100%;
	border-bottom: 0;
	margin-bottom: 30px;
}

#theme7Main .donation-tab-top .nav-tabs .nav-item,
#theme7Main .payment-tab-top .nav-tabs .nav-item {
	width: 33.3%;
	min-height : 54px;
}

#theme7Main .donation-tab-top .nav-tabs .nav-link,
#theme7Main .payment-tab-top .nav-tabs .nav-link {
	background: #F5F7FE;
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #303030;
	border-radius: 0px;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-top: 1px solid #0D363F33;
	border-bottom: 1px solid #0D363F33;
	border-right: 1px solid #0D363F33;
	border-left: 0;
	min-height : 54px;
}
#theme7Main .donation-tab-top .nav-tabs .nav-item:first-child .nav-link,
#theme7Main .payment-tab-top .nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #0D363F33;
	/* border-right: 0; */
}

#theme7Main .donation-tab-top .nav-tabs .nav-item:last-child .nav-link,
#theme7Main .payment-tab-top .nav-tabs .nav-item:last-child .nav-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	/* border-left: 0; */
}
/* .donation-tab-top .nav-tabs .nav-link.active,
  .payment-tab-top .nav-tabs .nav-link.active {
    background: #7d2a8d;
    color: #fff;
    font-weight: 700;
  } */

/* .input-field {
  margin-bottom: 20px;
}

#theme7Main .input-field label {
  display: block;
}

#theme7Main .input-field input {
  display: block;
  border: 1px solid #00000066;
  padding: 11px 12px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303030;
  border-radius: 4px;
  width: 100%;
  background: #fff;
}

#theme7Main .input-field input:focus-visible,
#theme7Main .input-field select:focus-visible {
  outline: 1px solid #7d2a8d;
}

#theme7Main .input-field select {
  display: block;
  border: 1px solid #00000066;
  padding: 11px 12px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303030;
  border-radius: 4px;
  width: 100%;
  background: url("/select-down-arrow-pgp.png") no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 97%;
}

#theme7Main .input-field input::placeholder {
  color: #646464;
}*/

/* FLOATING INPUT FIELD CODE  */

#theme7Main .input-field {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	/* margin-top: 20px; */
}

#theme7Main .input-field label {
	font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    color: #303030;
    margin: 0 0 8px 0;
}

#theme7Main .theme5_amount input{
	padding-left : 25px!important;
}

#theme7Main .theme5_amount .theme5_amount_input_wrapper{
	position: relative;
}

#theme7Main .theme5_amount .theme5_amount_input_wrapper> span.fs-14{
	position: absolute;
	left: 10px;
	top: 12px!important;
	font-size: 18px;
	font-weight: 600;
	transition: top 0.2s ease, font-size 0.2s ease;
}


#theme7Main .input-field input,
#theme7Main .input-field input select {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #0D363F4D;
  border-radius: 4px;
  background: #F5F7FE;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--t7-font);
  color: #303030;
  height: 49px;
}


#theme7Main .input-field input::placeholder {
  color: #0D363F66;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  font-family: var(--t7-font);
}


#theme7Main .input-field input:focus-visible,
#theme7Main .input-field select:focus-visible,
#theme7Main .input-field input:focus {
	outline: none;
  box-shadow: var(--t7-focus);
  border: 0;

  border-color: #38bdf8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, .18);
}


/* #theme7Main .input-field.date-field-theme5 label {
	top: 3px;
	left: 10px;
	font-size: 12px;
	color: #333;
} */

/* iOS Safari renders input[type="date"] with its native control renderer,
   ignoring height/border/background from our CSS. -webkit-appearance:none
   forces full CSS control while keeping the native date picker functional. */
#theme7Main .input-field input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  display: block;
}

.input-T7:focus,
.select-T7:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, .18);
}

/* .error-message {
  position: absolute;
  bottom: -20px;
  color: red; 
  font-size: 12px; 
  visibility: hidden; 
} */

/* FLOATING INPUT FIELD ENDS  */

#theme7Main .input-field-label {
	margin-bottom: 20px;
}


#theme7Main .input-field-label .common-label {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	margin-bottom: 10px;
	display: block;
	position: unset;
}

#theme7Main .common-label {
	display: block;
	font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    color: #303030;
    margin: 0 0 8px 0;
}

#theme7Main .input-field-label input {
	display: block;
	border: 1px solid #00000066;
	padding: 11px 12px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	border-radius: 4px;
	width: 100%;
	background: #fff;
}

#theme7Main .input-field select {
	display: block;
	border: 1px solid #00000066;
	padding: 11px 12px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	border-radius: 4px;
	width: 100%;
	/* background: #fff; */
	background: url("/select-down-arrow-pgp.png") no-repeat right #fff;
	-webkit-appearance: none;
	background-position-x: 97%;
}

#theme7Main .input-field input::placeholder {
	color: #646464;
}

#theme7Main .select-container {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

#theme7Main .custom-select{
	width: 100%;
  padding: 15px 20px;
  border: 1px solid #0D363F4D;
  border-radius: 4px;
  background: #F5F7FE;
  font-weight: 400;
  font-size: 16px;
  line-height:18px;
	font-family: "Arial", sans-serif;

  color: #303030;


  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
  height: 49px;
}


#theme7Main .select-label {
	    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    color: #303030;
    margin: 0 0 8px 0;
}

/* Show error message when select is invalid */
#theme7Main .custom-select:invalid + .select-label + .select-error-message {
	display: block; /* Show error message when select is invalid */
}


#theme7Main .input-field span.has-error,
#theme7Main .select-container span.has-error {
	display: block;
	color: red;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 5px;
	font-weight: 300;
}

#theme7Main .input-field span.has-error1,
#theme7Main .input-field span.has-error1 {
	display: block;
	color: red;
	font-size: 12px;
	margin-top: 3px;
}

#theme7Main .checkbox-field {
	display: flex;
	align-items: center;
	gap: 8px;
}

#theme7Main .checkbox-field label {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303030;
}

#theme7Main .checkbox-field .checkbox-field-input {
	width: 18px;
  height: 18px;
  accent-color: var(--primary-theme-color);
}

#theme7Main .checkbox-field .checkbox-field-label {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #303030;
}

#theme7Main .suggested-amount-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#theme7Main .suggested-amount-wrapper .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-basis: 50%;
}

#theme7Main .suggested-amount-wrapper .amount-field {
	flex-basis: 50%;
}

#theme7Main .suggested-amount-wrapper .btn-wrapper .amount {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00000066;
	padding: 11px 12px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	border-radius: 4px;
	width: 100%;
	background: #fff;
}

/* .suggested-amount-wrapper .btn-wrapper .amount span {
    margin: 0 -10px 0 0;
    width: calc(100% - 2px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  } */

#theme7Main .suggested-amount-wrapper .btn-wrapper .amount input[type="radio"] {
	opacity: 0;
	width: 0;
}

#theme7Main .suggested-amount-wrapper .btn-wrapper .amount.selected_amount {
	background-color: #7d2a8d;
	color: #fff;
	font-weight: 700;
}

hr.hr-common {
	margin: 1rem -30px;
	color: #dfdfe1;
	border: 0;
	border-top: 1px solid;
	opacity: 1;
	line-height: normal;
	background-color: #f6f6f6;
}

#theme7Main .bottom-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

#theme7Main .bottom-btn-wrapper .common-btn {
	padding: 18px 5px;
	text-transform: uppercase;
    font-size: 18px;
	line-height: 20px;
	width: 100%;
    height: 54px;
    border: none;
    border-radius: 3px;
    background: #12a9d6;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
	font-family: "Arial", sans-serif;
	text-align: center;
	margin-top: 20px;
}

hr.hr-common-2 {
	margin: 0px -31px;
	color: #f6f6f6;
	border: 0;
	border-top: 4px solid;
	opacity: 1;
	background-color: #f6f6f6;
}

/* LOGIN TAB CSS */

#theme7Main .normal-login-screen .bottom-btn-wrapper .common-btn {
	margin-bottom: 30px;
}

#theme7Main .normal-login-screen hr.hr-common {
	margin-top: 35px;
}

#theme7Main .normal-login-screen h2,
#theme7Main .account-details-screen h2 {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #303030;
	margin-bottom: 20px;
}

#theme7Main .login-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

#theme7Main .bottom-btn-wrapper.login-btn-wrapper .login-otp-btn {
	color: #7d2a8d;
	background: rgba(125, 42, 141, 0.2);
	margin-top: 30px;
	margin-bottom: 0;
}

#theme7Main .bottom-btn-wrapper.login-btn-wrapper .guest-btn {
	font-family: "Arial", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-decoration-line: underline;
	color: #7d2a8d;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
}


#theme7Main .account-details-screen .details-wrapper ul {
	padding-left: 0;
	margin-bottom: 30px;
}

#theme7Main .account-details-screen .details-wrapper ul li {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	align-items: start;
	gap: 8px;
}

/* .input-field.login-input-wrapper .common-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

#theme7Main .forgot-login-wrapper {
	padding: 30px 0 20px 0;
}

#theme7Main .forgot-login-wrapper h3 {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #0756a5;
	margin-bottom: 20px;
}

#theme7Main .forgot-login-wrapper p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
}

#theme7Main .forgot-login-wrapper .submit-btn-login {
	font-family: "Arial", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	padding: 14px;
	max-width: 320px;
	width: 100%;
	border-radius: 104px;
	border: 0;
	margin-top: 20px;
}

#theme7Main .login-with-otp p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
}

#theme7Main .donation-tab-middle .amountBtnWrapper {
	margin-bottom: 20px;
}

#theme7Main .donation-tab-middle .amountBtnWrapper .amountBtn label.btn {
	min-width: 90px;
	font-family: "Arial", sans-serif;
    padding: 12px;
    border: 1px solid #303030;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #303030;
}

#theme7Main .date-field {
	font-size: 14px;
	color: var(--black-color);
	height: 40px;
	border: 1px solid #a7a7a7;
	border-radius: 2px;
	margin-bottom: 21px;
}
#theme7Main .donation-tab-middle .amountBtnWrapper .amountBtn .btn-check:focus + .btn,
#theme7Main .donation-tab-middle .amountBtnWrapper .amountBtn .btn:focus {
	box-shadow: none !important;
	background-color: #07539f;
	/* color: var(--white-color) !important; */
}

/* .donation-tab-middle .amountBtnWrapper .amountBtn .btn-check-label{
	background-color: #fff!important;
	border:solid 1px #303030!important;
	color:#303030!important;
	border-radius: 4px!important;
} */

#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount {

	min-width: 100%;
    padding: 12px 20px;
    border: 1px solid #0D363F4D;
    border-radius: 4px;
    background: #F5F7FE;
    height: 49px;
	font-family: "Arial", sans-serif;
	flex: 1;
}

#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount span {
	color: #072b52;
	top: 10px!important;
}

#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount input {
	all: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
	color: #303030;
	border: 0;
	width: 100%;
	margin-left : 12px;
	    appearance: none;
    -webkit-appearance: none;
}

#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount input:focus-visible {
	outline: none;
    border: 0;
    box-shadow: none;
}

#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount input::placeholder {
	color: rgba(7, 43, 82, 1) !important;
}

#theme7Main .donationSummaryWrapper {
	border: 1px solid #0000000d;
	border-radius: 4px;
	padding: 13px 18px;
	margin-top: 30px;
	margin-bottom: 32px;
}

#theme7Main .donationSummaryWrapper .donationSummaryHeading {
	font-size: 14px;
	color: #303030;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: Arial, sans-serif;
}

#theme7Main .donationSummaryWrapper .donationAmountWrapper {
	display: flex;
	align-items: center;
	gap: 45px;
}

#theme7Main .donationSummaryWrapper .donationAmountWrapper h3 {
	font-size: 32px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
}

#theme7Main .donationSummaryWrapper .donationField {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 7px 12px;
	border-radius: 7px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

#theme7Main .donationSummaryWrapper .donationField span {
	font-size: 12px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
}

#theme7Main .gPayContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 30px;
}

#theme7Main .gPayContent h4 {
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
}

#theme7Main .gPayContent button {
	border: 1px solid #7d2a8d;
	padding: 10px 15px;
	max-width: 324px;
	width: 100%;
	background: #fff;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 104px;
	cursor: pointer;
}

#theme7Main .gPayContent .gPayBottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#theme7Main .gPayContent .gPayBottom span {
	font-size: 12px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	display: inline-block;
}

#theme7Main .paymentSecureBottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
#theme7Main .paymentSecureBottom span {
	font-size: 12px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	display: inline-block;
}
#theme7Main .paymentSecureBottom img {
	width: 11px;
	height: 13px;
	flex-shrink: 0;
	display: block;
}

#theme7Main .bottom-btn-wrapper.paymentTab {
	flex-direction: column;
	gap: 15px;
}
/* .donation-tab-middle{
  margin-right: -10px;
  padding-right: 10px;
} */

#theme7Main .donation-tab-middle,
#theme7Main .contactFormWrapper-theme5 {
	max-height: 355px;
	overflow-y: auto; 
	padding:0 2px;
}

#theme7Main .contactFormWrapper-theme5 {
	max-height: 400px;
	overflow-y: auto; 
	overflow-x: hidden;
	padding:0 2px;
}

#theme7Main .donation-tab-middle::-webkit-scrollbar,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar {
	width: 6px;
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-track,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb {
	background-color: var(--light-theme-color-1);
	border-radius: 10px;
	border: 0;
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb:hover,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb:hover {
	background-color: var(--light-theme-color-1);
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb:active,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb:active {
	background-color: var(--light-theme-color-1);
}

/* #theme7Main .donation-tab-middle,
#theme7Main .contactFormWrapper-theme5 {
    max-height: 375px;
    overflow-y: auto; 
	padding-right: 2px;
    scrollbar-width: thin;
    light-theme-color-1: var(--primary-theme-color) var(--light-theme-color-1);
}


#theme7Main .donation-tab-middle::-webkit-scrollbar,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar {
    width: 8px; 
}


#theme7Main .donation-tab-middle::-webkit-scrollbar-track,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-track {
    background: var(--light-theme-color-1);
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); 
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb {
    background: var(--primary-theme-color);
    border-radius: 10px;
    border: 2px solid var(--light-theme-color-1);
    transition: background 0.3s ease, transform 0.2s ease;
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb:hover,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb:hover {
    background: var(--primary-theme-color);
    transform: scaleX(1.2);
}

#theme7Main .donation-tab-middle::-webkit-scrollbar-thumb:active,
#theme7Main .contactFormWrapper-theme5::-webkit-scrollbar-thumb:active {
    background: var(--primary-theme-color);
} */



#theme7Main .donation-tab-middle{
    max-height: 100%;
	padding-right: 0px;
}

#theme7Main .input-field .input-field-image {
	position: absolute;
	right: 5px;
	top: 9px;
}

#theme7Main .logout-btn-theme5 {
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 104px;
	background: #7d2a8d;
	font-size: 14px;
	text-transform: capitalize;
}

#theme7Main .btns-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

/* Modal Wrapper */
#theme7Main .modal-wrapper-FP {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	overflow: hidden; /* Prevents scrolling on the page */
}

/* Modal Backdrop */
#theme7Main .modal-backdrop-FP {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.33); /* Semi-transparent black background */
	top: 0;
	left: 0;
	z-index: 1000;
}

/* Modal Content */
#theme7Main .modal-content-FP {
	position: relative;
	background-color: #fff;
	padding: 50px 25px;
	border-radius: 10px;
	z-index: 1001;
	width: 100%;
	max-width: 590px; /* Max width for the modal */
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  */
	text-align: center;
}

/* Modal Heading */
#theme7Main .modal-content-FP .heading-FP {
	font-size: 18px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	margin-bottom: 16px;
}

/* Modal Paragraph */
#theme7Main .modal-content-FP .top-para-FP {
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	line-height: 20px;
	font-family: Arial, sans-serif;
	margin-bottom: 24px;
}

#theme7Main .modal-content-FP .input-field {
	text-align: left;
}

#theme7Main .modal-content-FP .input-field label {
	font-size: 16px;
	color: #2a2a2a;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

#theme7Main .modal-content-FP .input-field input {
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	padding: 15px 10px;
	font-size: 14px;
	color: #2a2a2a;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

#theme7Main .modal-content-FP .input-field input::placeholder {
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	color: #b3b3b3;
}

input ::placeholder {
	color: #b3b3b3;
}

#theme7Main .modal-content-FP .submit-btn-login {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	padding: 13px 20px;
	background: #7d2a8d;
	border-radius: 90px;
	border: none;
	outline: none;
	width: 100%;
	margin-top: 15px;
}

#theme7Main .modal-content-FU .form-heading-FU {
	font-size: 16px;
	color: #2a2a2a;
	font-weight: 600;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 10px;
	text-align: left;
}

#theme7Main .modal-content-FU #recover_email {
	text-align: left;
}

#theme7Main .radioBtnWrapper-FU {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

#theme7Main .radioBtnWrapper-FU .radioBtn-FU {
	position: relative;
	flex-basis: 50%;
}

#theme7Main .radioBtn-FU input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#theme7Main .radioBtn-FU label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #00000066;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
}

#theme7Main .radioBtn-FU:first-child label {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#theme7Main .radioBtn-FU:last-child label:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#theme7Main .radioBtn-FU input:checked + label {
	background-color: #7d2a8d;
	border: 1px solid #7d2a8d;
	color: #ffffff;
	font-weight: 700;
}

#theme7Main .modal-content-FU .error-FU {
	font-size: 14px;
	color: red;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0;
	margin-top: 5px;
}

#theme7Main .modal-content-FU .input-field label {
	font-size: 16px;
	color: #2a2a2a;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

/* Close Button */
#theme7Main .close-btn-FP {
	position: absolute;
	top: 19px;
	right: 19px;
	cursor: pointer;
}

/* Disable scrolling on body when modal is open */
body.modal-open {
	overflow: hidden;
}

#theme7Main .radioBtnWrapper-PM {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 5px;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM .gpay_images_label{
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: nowrap;
	margin-bottom: -1px;
}

#theme7Main .radioBtn-PM.checked {
	border-radius: 4px;
	background-color: rgba(217, 217, 217, 0.3);
  }

#theme7Main .radioBtnWrapper-PM .radioBtn-PM label {
	font-size: 13px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	white-space: nowrap;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM label .bank-account-img{
  width: 29px;
  height: auto;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM label .credit-card-img{
  width: 92px;
  height: auto;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM input[type="radio"] {
	accent-color: #7d2a8d;
	width: 17px;
	height: 17px;
}

#theme7Main .walletsTextWrapper p{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--t7-font);
    color: #303030;
    margin: 0 0 8px 0;
}

#theme7Main .digitalWalletContent{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

#theme7Main .digitalWalletContent span{
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
}

#theme7Main .digitalWalletContent img:first-of-type{
	/* margin-right: 10px; */
}

.paymentSummaryModal-theme5-backdrop{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
	opacity: 0.5;
}

.paymentSummaryModal-theme5{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.paymentSummaryModal-theme5 .modal-dialog{
	position: relative;
    width: auto;
    pointer-events: none;
	top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%)!important;
	max-width: 590px;
}


.paymentSummaryModal-theme5 .modal-dialog .modal-content{
	padding: 50px 30px;
	border: none;
	border-radius: 10px;
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}



.paymentSummaryModal-theme5 .modal-title{
	font-size: 18px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-bottom: 15px;
	line-height: 22px;
}

.paymentSummaryModal-theme5 .modal-top-para{
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

.paymentSummaryModal-theme5 .summaryCardWrapper{

}

.paymentSummaryModal-theme5 .summaryCardWrapper .summaryCard{
	padding: 13px 15px;
	border: 1px solid #0000000D;
	border-radius: 4px;
	margin-bottom: 15px;
}

.paymentSummaryModal-theme5 .summaryCardTitle{
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	color: #303030B2;
	margin-bottom: 3px;
}

.paymentSummaryModal-theme5 .summaryCardValue{
	font-size: 24px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
}

.paymentSummaryModal-theme5 .summaryProcessedText{
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	color: #303030;
	padding: 0 15px;
	margin-bottom: 25px;
}

.summaryModalBtns{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 35px;
}

.summaryModalBtns .continueBtn{
	font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    padding: 14px;
    width: 100%;
    background: #7d2a8d;
    border-radius: 104px;
    border: 0;
}

.summaryModalBtns .continueBtn:focus{
	outline: none;
	box-shadow: none;
}

.summaryModalBtns .backBtn{
	font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #7d2a8d;
	display: inline-block;
    border-radius: 0;
    border: 0;
	padding: 0;
	background: none;
	text-decoration: underline;
}

.summaryModalBtns .backBtn:focus{
	outline: none;
	box-shadow: none;
}

.forgot-username-text-wrapper-theme5 {
    position: relative;
    text-align: center;
	/* height: 37px; */
}

.forgot-username-text-wrapper-theme5 .forgot-text-box {
    display: inline-block;
	color: #303030;
    background: white;
    padding: 9px 5px;
    font-size: 15px;
	line-height: 17px;
    font-weight: 400;
    position: relative;
    z-index: 2;
	/* border: 1px solid rgba(204, 204, 204, 0.3); */
	/* border-radius: 5px; */
	font-family: Arial, sans-serif;
}

.forgot-username-text-wrapper-theme5 .forgot-text-hr {
    border: 0;
    height: 1px;
    background: rgba(204, 204, 204, 0.3);
	margin: 5px 0 15px 0;
    /* margin-top: -18px;  */
    position: relative;
    z-index: 1;
    color: rgba(204, 204, 204, 0.3);
    opacity: 1;
}

#theme7Main .bottom-btn-wrapper.login-btn-wrapper .login-otp-btn.simple-login-otp-btn{
	margin-top: 15px;
}


#theme7Main .mergeProfileT5 p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #303030;
	font-family: "Arial", sans-serif;
	margin-bottom: 15px;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper {
	margin-bottom: 35px;
	overflow-x: auto;
}

#theme7Main .mergeProfileT5 hr.hr-common {
	margin: 15px 0;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper th,
#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper td {
	border: 1px solid #eee;
	padding: 8px;
	text-align: left;
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	line-height: 22px;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper th {
	font-weight: 600;
	padding: 10px;
	background-color: #f1f1f1;
	text-align: left;
	white-space: nowrap;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 5px;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio input {
	accent-color: var(--primary-theme-color);
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio label {
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	font-family: Arial, sans-serif;
	line-height: 22px;
	cursor: pointer;
}




#theme7Main #modalfaq.theme5modalfaq .modal-header {
	background-color: var(--primary-theme-color);
	color: #fff;
}

#theme7Main #modalfaq.theme5modalfaq .modal-header a.close {
	color: #fff;
	text-decoration: none;
}

#theme7Main #modalfaq.theme5modalfaq .modal-header a.close:hover {
	text-decoration: none;
}

#theme7Main #modalfaq.theme5modalfaq .modal-footer button.btn {
	background-color: var(--primary-theme-color);
	color: #fff;
}

#theme7Main #modalfaq.theme5modalfaq .modal-footer button.btn:hover,
#theme7Main #modalfaq.theme5modalfaq .modal-footer button.btn:focus,
#theme7Main #modalfaq.theme5modalfaq .modal-footer button.btn:focus-visible {
	outline: none;
	box-shadow: none;
}


/* RESPONSIVE  ---  SCREENS LESS THAN  767px CSS*/

@media (max-width: 767px) {
	#theme7Main .para-section .para-content p {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 0;
	}

	#theme7Main .para-section .para-content {
		padding: 12px 18px 12px 18px;
		background: #fff;
	}

	#theme7Main .nav-tabs.box-top-tabs .nav-link {
		font-size: 14px;
		line-height: 14px;
	}

	#theme7Main .nav-tabs.box-top-tabs .nav-link span {
		z-index : 2;
		position: relative;
		padding-left: 0px;
	}



	#theme7Main .input-field input {
		font-size: 12px;
	}

	/* iOS Safari zooms the viewport when a focused input has font-size < 16px.
	   Date inputs must stay at 16px to prevent layout-breaking auto-zoom on tap. */
	#theme7Main .input-field input[type="date"] {
		font-size: 16px;
	}

	#theme7Main .input-field select {
		font-size: 12px;
		background-size: 15px;
		background-position-x: 95%;
	}

	#theme7Main .input-field span.has-error {
		font-size: 10px;
	}

	#theme7Main .input-field span.has-error1 {
		font-size: 10px;
	}

	#theme7Main .donation-tab-top .nav-tabs .nav-link,
	#theme7Main .payment-tab-top .nav-tabs .nav-link {
		font-size: 12px;
	}

	#theme7Main .checkbox-field label {
		font-size: 12px;
	}

  #theme7Main .checkbox-field .checkbox-field-input {
    width: 16px;
    height: 16px;
    accent-color: var(--primary-theme-color);
  }

  #theme7Main .checkbox-field .checkbox-field-label {
    font-size: 14px;
    line-height: 17px;
  }

	#theme7Main .bottom-btn-wrapper .common-btn {
		font-size: 14px;
		line-height: 19px;
		max-width: 100%;
	}

	#theme7Main .form-box-section .form-box-wrapper {
		padding: 18px 18px 30px 18px;
	}

	#theme7Main .normal-login-screen h2,
	#theme7Main .account-details-screen h2 {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	

	#theme7Main .form-box-tabs .box-top-tabs .nav-item button span {
		font-size: 12px;
		z-index: 3;
		display: inline-block;
		position: relative;
	}

	#theme7Main .form-box-tabs .box-top-tabs .nav-item.middle-item button span {
		margin-left: 20px;
	}

	#theme7Main .account-details-screen .details-wrapper ul li {
		margin-bottom: 12px;
		font-size: 12px;
		gap: 5px;
	}

	#theme7Main .modal-content-FP {
		width: 92%;
		padding: 30px 20px;
	}

	#theme7Main .modal-content-FP .top-para-FP {
		margin-bottom: 18px;
	}

	#theme7Main .modal-content-FP .input-field label {
		font-size: 14px;
	}

	#theme7Main .modal-content-FP .input-field input {
		padding: 12px 10px;
	}

	#theme7Main .modal-content-FP .submit-btn-login {
		margin-top: 5px;
		font-size: 14px;
		padding: 12px;
	}

	#theme7Main .close-btn-FP {
		width: 28px;
		height: 28px;
		top: 10px;
		right: 10px;
	}

	#theme7Main .modal-content-FU .form-heading-FU {
		font-size: 14px;
	}

	#theme7Main .radioBtn-FU label {
		font-size: 12px;
		padding: 10px 5px;
	}

	#theme7Main .radioBtn-FU label img {
		width: 14px;
		height: 14px;
	}

	#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount {
		min-width: 200px;
	}
	#theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount input {
		font-size: 12px;
	}
	#theme7Main .radioBtnWrapper-PM{
		gap: 6px;
		flex-wrap: wrap;
	}
	.forgot-username-text-wrapper-theme5 .forgot-text-box{
		font-size: 12px;
	}

	#theme7Main .mergeProfileT5 p {
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: #303030;
		font-family: "Arial", sans-serif;
		margin-bottom: 10px;
	}
	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper {
		margin-bottom: 20px;
	}

	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper th,
	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper td {
		font-size: 14px;
		line-height: 18px;
	}

	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper th {
		padding: 8px;
		white-space: nowrap;
	}

	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio {
		gap: 8px;
	}

	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio input {
		width: 14px;
		height: 14px;
	}

	#theme7Main .mergeProfileT5 .mergeProfileT5TableWrapper .mergeProfileT5Radio label {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 415px){
	#theme7Main .radioBtnWrapper-PM{
		gap: 6px;
	}
	/* #theme7Main .radioBtnWrapper-PM label img{
		height: 16px;
	} */
	#theme7Main .radioBtnWrapper-PM .radioBtn-PM{
		gap: 5px;
		padding: 5px 4px;
	}
	#theme7Main .radioBtnWrapper-PM .radioBtn-PM input[type="radio"]{
		width: 15px;
		height: 15px;
	}
}
#theme7Main .input-field input[type="text"]:focus ~ label,
#theme7Main .input-field input[type="text"]:not(:placeholder-shown) ~ label {
	top: 2px;
	font-size: 12px;
	color: #333;
}

#theme7Main .input-field input[type="email"]:focus ~ label,
#theme7Main .input-field input[type="email"]:not(:placeholder-shown) ~ label {
	top: 2px;
	font-size: 12px;
	color: #333;
}

#theme7Main .input-field input[type="password"]:focus ~ label,
#theme7Main .input-field input[type="password"]:not(:placeholder-shown) ~ label {
	top: 2px;
	font-size: 12px;
	color: #333;
}

#theme7Main .input-field input[type="tel"]:focus ~ label,
#theme7Main .input-field input[type="tel"]:not(:placeholder-shown) ~ label {
	top: 2px;
	font-size: 12px;
	color: #333;
}

.DW_Overlay{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background : rgba(0,0,0,0.2);
	display : flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.paymentContainer {
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	padding:15px;
	position : relative;
}
.paymentBoxWrapper {
	padding:50px 30px ;
	border: 1px solid #0000000D;
	border-radius: 10px;
	max-width: 590px;
	width: 100%;
	background-color: #fff;
	position : relative;
	z-index : 1;
}
.paymentWarningBox {
    /* background-color: #FFEBEE;  */
    color: #D32F2F; 
    padding: 15px;
    border-radius: 8px;
    /* border: 1px solid #F44336;  */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
}

.paymentWarningText {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}
.paymentTitle {
	font-size: 18px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-bottom:25px;
	line-height:22px;
}
.paymentCard {
	padding: 13px 15px;
	border : 1px solid #0000000D;
	border-radius: 4px;
	margin-bottom: 25px;
}
.paymentCardTitle {
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	color: #303030B2;
	margin-bottom: 3px;
}
.paymentCardValue {
	font-size: 24px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
}
.paymentParaText {
	font-size: 16px;
	font-weight: 600;
	font-family: Arial, sans-serif;
	color: #303030;
	margin-bottom: 10px;
}




@media(max-width:767px){
	.paymentBoxWrapper {
		padding: 30px 15px;
	}
	.paymentCard {
		padding: 10px 12px;
		margin-bottom: 20px;
	}

	.thankYouPageBoxWrapper{
		padding: 35px 20px;
	}
}










@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

:root {
  --t7-white: #ffffff;
  --t7-text: #1f2a37;
  --t7-muted: #6b7280;
  --t7-border: #e5e7eb;
  --t7-soft: #f5f7fb;
  --t7-soft-2: #eef3fa;
  --t7-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  --t7-shadow-2: 0 10px 25px rgba(15, 23, 42, 0.16);
  --t7-primary: #11a5c6;
  /* button blue */
  --t7-primary-dark: #0d8ea9;
  --t7-chip: #f3f4f6;
  --t7-chip-active: #111827;
  /* selected amount dark */
  --t7-danger: #ef4444;
  --t7-success: #10b981;
  --t7-focus: 0 0 0 3px rgba(17, 165, 198, .22);
  --t7-radius: 10px;
  --t7-radius-lg: 12px;
  --t7-font: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: var(--t7-font);
  color: var(--t7-text);
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.topbar-T7-wrapper {
  padding: 0 5%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}

/* Page frame */
.topbar-T7 {
  max-width: 1320px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: transparent;
}

.lang-T7 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-pill-T7 {
  background: rgba(255, 255, 255, .94);
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .10);
}

.flag-T7 {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff 0%, #fff 35%, #e11d48 36%, #e11d48 55%, #1d4ed8 56%, #1d4ed8 100%);
  border: 1px solid rgba(0, 0, 0, .08);
}

.GT-wrap{
  display: inline-block;
  font-family: Arial, sans-serif;
}

/* Google gadget container */
#google_translate_element .goog-te-gadget{
  font-size: 0; /* removes extra inline spacing from gadget text nodes */
}

/* Remove Google icon */
.goog-te-gadget img {
  display: none !important;
}

#google_translate_element .goog-te-gadget-simple{
  border: 2px solid #D9D9D9;
    font-size: 14px;
    padding:5px 5px;
    border-radius: 4px;
    color: #303030;
}

#google_translate_element .goog-te-gadget-simple span a span:first-child{
  padding-right:10px ;
}

#google_translate_element .goog-te-gadget-simple span a span:last-child{
  padding-left:10px ;
}




.actions-T7 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-btn-T7 {
  background: #fff;
  color: #303030;
  border: 1px solid #303030;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--t7-font);
}

.login-btn-T7:hover {
  filter: brightness(.98);
}

.login-btn-T7:focus {
  outline: none;
  box-shadow: var(--t7-focus);
}

.userline-T7 {
  display: none;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--t7-font);
  margin-right: 10px;
  white-space: nowrap;
}

/* Avatar + dropdown */
.profile-wrap-T7 {
  position: relative;
  display: none;
}

.avatar-T7 {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .75);
  background: url("/avatar.jpg") center/cover no-repeat, #dbeafe;
  /* replace avatar.jpg */
  cursor: pointer;
  overflow: hidden;
}

.avatar-fallback {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-theme-color); /* or your theme color */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}

.avatar-fallback.large {
  width: 70px;
  height: 70px;
  font-size: 24px;
}

.dropdown-T7 {
  position: absolute;
  right: 0;
  top: 46px;
  width: 310px;
  background: #FFFFFF;
  border: 1px solid var(--t7-border);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: none;
  overflow: hidden;
  padding: 17px 15px;
  z-index: 100;
}

.drop-head-T7 {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E7EB;
  align-items: center;
}

.drop-ava-T7 {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background:  #dbeafe;
  flex: 0 0 auto;
  overflow: hidden;
}

.drop-name-T7 {
  font-weight: 400;
  font-size: 14px;
  color: #1F2937;
  margin-bottom: 5px;
}

.drop-mail-T7 {
  font-size: 12px;
  font-weight: 400;
  color: #6B7280;
}

.drop-list-T7 {
  padding: 8px;
}

.drop-item-T7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
}

.drop-item-T7-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 14px;
  font-family: var(--t7-font);
  font-weight: 400;
}

.drop-item-T7:hover {
  background: var(--t7-soft);
}

.drop-foot-T7-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid Gray - Tailwind/200;
  padding-top: 15px;
}

.drop-foot-T7 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.drop-link-T7 {
  text-decoration: underline;
  cursor: pointer;
  color: #333333;
}

.copyright-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.stage-T7-wrapper {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main stage */
.stage-T7 {
  max-width: 1320px;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 90px;
  min-height: calc(100vh - 140px)
}

/* Left column is scrollable (content scroll), BG remains fixed */
.cardcol-T7 {
  max-width: 650px;
  width: 100%;
  padding-top: 6px;
}

.cardcol-T7 .main-heading-T7 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 60px;
  font-family: var(--t7-font);
}


.card-T7 {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 30px;
}

.hero-T7 {
  border-radius: 4px;
  background: var(--light-theme-color-2);
  box-shadow: 0px 8px 8px 3px #0000001F;
}

.hero-inner-T7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location-box-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px 12px 17px;
  width: 100%;
  min-height: 110px;
}

.location-text {
  width: calc(100% - 140px);
}

.location-title-T7 {
  margin-top: 14px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #303030;
  font-family: var(--t7-font);
}

.location-sub-T7 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
  margin-top: 6px;
}

.location-img-box {
  width: 120px;
  height: 100px;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-img-box img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.explore-more-T7 {
  background: #F5F7FE;
  padding: 7px 17px;
  width: 100%;
}

.linkbtn-T7 {
  all: unset;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-family: var(--t7-font);
  color: #303030;
  cursor: pointer;
  text-transform: uppercase;
  background: transparent;
}



/* hero relative so dropdown fits */
.hero-T7 {
  position: relative;
}

/* dropdown wrapper */
.explore-dd-T7 {
  display: none;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, .18);
}

.explore-dd-T7.is-open {
  display: block;
}

/* blue top bar */
.explore-dd-head-T7 {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: #12A9D6;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* scroll list */
.explore-dd-list-T7 {
  max-height: 250px;
  overflow: auto;
  background: #fff;
}

.explore-item-T7 {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #e6edf6;
   min-height: 90px;
}

.explore-item-T7:hover {
  background: #f7fbff;
}

.explore-item-T7.is-active {
  background: #f3f9ff;
}

.explore-item-left-T7 {
  width: calc(100% - 130px);
}

.explore-item-title-T7 {
  font-family: var(--t7-font);
  font-size: 18px;
  font-weight: 700;
  color: #303030;
}

.explore-item-sub-T7 {
  margin-top: 4px;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}

.explore-item-right-T7 {
  width: 110px;
  height: 64px;
  border: 1px solid #e6edf6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.explore-item-right-T7 img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* rotate explore arrow when open */
.chev-T7 {
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}

.linkbtn-T7.is-open .chev-T7 {
  transform: rotate(180deg);
}


.explore-more-T7.is-open {
  background: #00B7E8;
}

.location-bottom-hr {
  border: 0;
  height: 1px;
  background: #DFDFE1;
  /* light grey line */
  margin: 35px 0 25px 0;
  /* spacing top/bottom */
  width: 100%;
}

.login-note-T7 {
  background: var(--light-theme-color-2);
  border-radius: 4px;
  margin-bottom: 30px;
}

.login-note-box-T7 {
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #303030;
  font-family: var(--t7-font);
}

.login-note-link-T7 {
  color: var(--primary-theme-color);
  cursor: pointer;
  text-decoration: underline;
  font-family: var(--t7-font);
  padding-left: 4px;

}






.tabs-T7 {
  display: flex;
  width: 100%;
  margin-bottom: 28px;
}

.tab-T7 {
  width: 50%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  background: #F5F7FE80;
  border-bottom: 2px solid #F5F7FE80;
  color: #303030;
  border-radius: 4px 4px 0 0;
  padding: 0 10px;
}

/* Step circle */
.T7-stepBadge-wrapper {
  border: 1px solid #303030;
  padding: 3px;
  border-radius: 50%;
}

.tab-T7 .T7-stepBadge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t7-font);
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

/* Text */
.tab-T7 .T7-stepText {
  margin: 0;
  font-family: var(--t7-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #303030;
}


/* Active tab */
.tab-active-T7 {
  background: var(--light-theme-color-1);
  color: var(--primary-theme-color);
  position: relative;
  border-bottom: 2px solid var(--primary-theme-color);
}


.tab-active-T7 .T7-stepBadge-wrapper {
  border: 1px solid var(--primary-theme-color);
}

.tab-active-T7 .T7-stepBadge {
  background: var(--primary-theme-color);
  color: #fff;
}

/* Text */
.tab-active-T7 .T7-stepText {
  color: var(--primary-theme-color);
}


.tabPay-T7.is-disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
}


.section-title-T7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  font-family: var(--t7-font);
  color: #303030;
  margin: 0 0 8px 0;
}

.seg-T7 {
  background: #F5F7FE;
  border: 1px solid #0D363F33;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}

.segbtn-T7 {
  all: unset;
  width: 33.3%;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--t7-font);
  cursor: pointer;
  color: #303030;
  text-align: center;
  border: 1px solid #0D363F33;
  border-top: 0;
  border-bottom: 0;
}

.segbtn-active-T7 {
  background: #303030;
  color: #fff;
}

.row-T7 {
  margin-top: 15px;
}

.row-T7.mt-20 {
  margin-top: 20px;
}

.amounts-T7 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amt-T7 {
  width: calc(20% - 10px);
  padding: 15px 5px;
  border: 1px solid #303030;
  background: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #303030;
}

.amt-active-T7 {
  background: #303030;
  color: #fff;
  border-color: #303030;
}

.input-T7 {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #0D363F4D;
  border-radius: 4px;
  background: #F5F7FE;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  font-family: var(--t7-font);
  color: 303030;
}

.input-T7::placeholder {
  color: #0D363F66;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  font-family: var(--t7-font);
}

.input-T7:focus {
  outline: none;
  box-shadow: var(--t7-focus);
  border: 0;
}

.grid2-T7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.select-T7 {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #0D363F4D;
  border-radius: 4px;
  background: #F5F7FE;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--t7-font);
  color: #303030;


  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
}

.checkline-T7 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #303030;
  margin-top: 18px;
}

.checkline-T7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #303030;
}

.total-T7 {
  margin: 30px 0;
  background: var(--light-theme-color-2);
  border-radius: 4px;
  padding: 15px 17px;
}

.total-label-T7 {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  font-family: var(--t7-font);
  margin-bottom: 15px;
}

.total-big-T7 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: var(--primary-theme-color);
  margin-bottom: 10px;
  font-family: var(--t7-font);
}

.total-sub-T7 {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    font-family: var(--t7-font);
    display: inline-block;
    padding: 2px 6px;
    background: var(--light-theme-color-1);
    border-radius: 4px;
    margin-top: 10px;

}

.processing-fee-T7{
	font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
	font-family: var(--t7-font);
	color: #303030;
}


.dedSeg-T7{
  display:flex;
  gap:12px;
}

.dedBtn-T7{
  flex:1;
  height:56px;
  border:1px solid #303030;
  background:#fff;
  border-radius:4px;
  font-family: var(--t7-font);
  font-size:16px;
  font-weight:700;
  color:#303030;
  cursor:pointer;
}

.dedBtn-active-T7{
  background:#303030;
  color:#fff;
}

#dedicationName-T7:disabled{
  opacity:.6;
  cursor:not-allowed;
}


.continue-btn-upper-hr {
  border: 0;
  height: 1px;
  background: #DFDFE1;
  /* light grey line */
  margin: 35px 0 25px 0;
  /* spacing top/bottom */
  width: 100%;
}

.cta-T7 {
  width: 100%;
  padding: 18px 5px;
  border: none;
  border-radius: 4px;
  background: #00B7E8;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  height: 56px;
}

.cta-T7:hover {
  background: var(--t7-primary-dark);
}

.cta-T7:focus {
  outline: none;
  box-shadow: var(--t7-focus);
}

.req-T7 {
  color: #ef4444;
}

/* payment method grid like figma */
.pay-methods-T7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pm-T7 {
  border: 1px solid #0756A51A;
  background: #fff;
  border-radius: 4px;
  height: 54px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.pm-T7.img-div {
  justify-content: center;
}

.pm-left-T7 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--t7-font);
  color: #303030;
}

.pm-right-T7 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
}

.pm-ic-T7 {
  font-size: 9px;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 1;
}

.pm-bank-T7 {
  font-size: 18px;
  opacity: .85;
}


.pm-active-T7 .pm-left-T7 {
  color: #00B7E8;
}

.pm-content-T7 {
  display: none;
}

.pm-content-T7.active-T7 {
  display: block;
}

.pm-T7 {
  cursor: pointer;
}

.pm-active-T7 {
    background: #00B7E80F;
  border-color: #00B7E8;
  border: 2px solid #3b82f6;
  background: #eef5ff;
}


/* inputs like figma */
.grid2-T7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.input-T7:focus,
.select-T7:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, .18);
}

/* card number with right icons inside */
.fieldWithIcon-T7 {
  position: relative;
}

.fieldIcons-T7 {
  position: absolute;
  right: 10px;
  top: 28px;
  /* aligns inside input */
  height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.fieldWithIcon-T7 .input-T7 {
  padding-right: 86px;
  /* space for icons */
}

/* submit button full width */
.cta-T7 {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 3px;
  background: #12a9d6;
  color: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
}

.cta-T7:hover {
  filter: brightness(.98);
}

/* responsive */
@media (max-width: 640px) {

  .pay-methods-T7,
  .brandgrid-T7,
  .grid2-T7 {
    grid-template-columns: 1fr;
  }
}

/* Modal */
.modal-backdrop-T7 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: none;
  z-index: 50;
}

.modal-T7 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  max-width: calc(100% - 26px);
  background: rgba(255, 255, 255, .98);
  border-radius: 10px;
  box-shadow: var(--t7-shadow);
  border: 1px solid rgba(0, 0, 0, .08);
  display: none;
  z-index: 60;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.modal-T7.modal-T7-merge-profile{
  width: 600px;
}
.mergeProfileT5TableWrapper{
  max-height: 350px;
}

.modal-pad-T7 {
  padding: 20px;
}

.modal-title-T7 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: var(--t7-font);
  margin-bottom: 16px;
  padding-right: 25px;
  color: #303030;
}

.modal-sub-T7 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--t7-font);
  color: #303030;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #FF4C4C12;
  border-radius: 4px;
}

.modal-hr-T7 {
  height: 1px;
  background: var(--t7-border);
  margin: 10px -16px 12px;
}

.label-T7 {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 12px;
}

.help-T7 {
  font-size: 11px;
  color: var(--t7-muted);
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--t7-font);
  color: #005DA6;
  padding: 5px 10px;
  background: #005DA61A;
  border-radius: 4px;
}

.error-msg-T7{
font-size: 12px;
font-weight: 400;
line-height: 16px;
  margin-top: 8px;
  color: var(--t7-danger);
}


.msg-T7 {
  font-size: 11px;
  margin-top: 8px;
  display: none;
}

.msg-ok-T7 {
  color: var(--t7-success);
}

.msg-bad-T7 {
  color: var(--t7-danger);
}

.modal-btn-T7 {
  width: 100%;
  margin-top: 18px;
  padding: 14px 10px;
  border: none;
  border-radius: 3px;
  background: var(--primary-theme-color);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.modal-btn-T7:hover {
  background: var(--primary-theme-color);
}

.close-x-T7 {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #111827;
}

.modal-T7.new-donor-modal-T7{
	width: 730px;
}

/* Responsive */
@media (max-width: 980px) {
  body {
    overflow: auto;
  }

  .stage-T7 {
    height: auto;
    min-height: calc(100vh - 56px);
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .cardcol-T7 {
    overflow: visible;
    padding-right: 0;
  }
}

.input-group-T7-wrapper{
	margin-bottom: 20px;
}

.input-group-T7-wrapper.mb-0-T7{
	margin-bottom: 0;
}

.input-group-T7 {
  position: relative;
  border: 1px solid #0D363F;
  border-radius: 4px;
  padding: 5px 13px;
}

.input-group-T7 label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 4px;
}

.required {
  color: #FF0000;
  margin-left: 2px;
}

.input-group-T7 input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #303030;
  padding: 0;
  background: transparent;
}

.input-group-T7 input:-webkit-autofill,
.input-group-T7 input:-webkit-autofill:hover,
.input-group-T7 input:-webkit-autofill:focus,
.input-group-T7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}



/* Focus state for the container */
.input-group-T7:focus-within {
  box-shadow: 0 0 0 1px #0D363F;
}


/* make select look like input */
.input-group-T7 select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #303030;
  padding: 0;
  background: transparent;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* custom arrow only for select */
.select-group {
  position: relative;
}

.select-group::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #303030;
  pointer-events: none;
}

.modal-T7.new-donor-modal-T7 .input-group-T7-wrapper{
	margin-bottom: 15px;
}

.modal-T7.new-donor-modal-T7 .input-group-T7 {
  padding: 5px 13px;
}

.modal-T7.new-donor-modal-T7 .input-group-T7 label {
  margin-bottom: 2px;
}


#theme7Main .modal-T7.new-donor-modal-T7 .bottom-btn-wrapper .common-btn {
	text-transform: none;
	padding: 14px 5px;
    height: 48px;
}



#theme7Main .radioBtnWrapper-PM {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
	gap: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM {
	border: 1px solid #0756A51A;
	background: #fff;
	border-radius: 4px;
	height: 54px;
	padding: 8px 12px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	cursor: pointer;
	position: relative;
}

/* hide actual radio */
#theme7Main .radioBtnWrapper-PM .radioBtn-PM input[type="radio"]{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* label full clickable */
#theme7Main .radioBtnWrapper-PM .radioBtn-PM label{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	color: #303030;
	cursor: pointer;
	height: 54px;
}

/* wallet images */
#theme7Main .radioBtnWrapper-PM .radioBtn-PM .gpay_images_label{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

#theme7Main .radioBtnWrapper-PM .radioBtn-PM .gpay_images_label img{
	height: 24px;
	width: auto;
}

/* active card */
#theme7Main .radioBtn-PM.checked{
	border: 2px solid var(--primary-theme-color);
	background: var(--light-theme-color-2);
}

/* active text */
#theme7Main .radioBtn-PM.checked label{
	color: var(--primary-theme-color);
}

#theme7Main .two-input-wrapper {
	display: flex;
	align-items: start;
	gap: 15px;
}


#theme7Main .expiration-select-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

#theme7Main .expiration-select-wrapper .left-select,
#theme7Main .expiration-select-wrapper .right-select {
	flex-basis: 50%;
}

#theme7Main .two-input-wrapper > .input-field {
	flex-basis: 50%;
}

#theme7Main .paymentFormWrapper .input-field {
	margin-bottom: 15px;
}

#theme7Main .input-field input::placeholder {
  color: #0D363F66;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  font-family: var(--t7-font);
}

#theme7Main .paymentFormWrapper .fieldWithIcon-T7 input {
    padding-right: 86px;
}

#theme7Main .fieldWithIcon-T7 .fieldIcons-T7{
	    position: absolute;
    right: 10px;
    top: 2px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
}




#theme7Main .paymentBoxWrapperT7 {
	margin-top: 35px;
}

#theme7Main .paymentBoxWrapperT7 h2.headingH2T7 {
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #303030;
	font-family: "Arial", sans-serif;
	margin: 0;
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: space-between;
}
hr.hr-common {
	margin: 20px 0;
	color: rgba(0, 0, 0, 0.1);
	border: 0;
	border-top: 1px solid;
	opacity: 1;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.1);
}

#theme7Main .paymentBoxWrapperT7 {
	background-color: #fff;
	position: relative;
	z-index: 1;
	min-height: 450px;
}
/* .paymentWarningBoxT7 {
	color: #d32f2f;
	padding: 0 15px 15px 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.paymentWarningTextT7 {
	text-align: center;
} */

#theme7Main .paymentBoxWrapperT7 p.paymentWarningTextT7{
	color: #d32f2f;
	font-family: Arial, sans-serif;
	padding: 5px 0; 
	text-align: left;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

#theme7Main .paymentBoxWrapperT7 .paymentCardT7 {
	padding: 13px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-bottom: 25px;
}
#theme7Main .paymentBoxWrapperT7 .paymentCardTitleT7 {
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	color: #303030b2;
	margin-bottom: 10px;
    line-height: 20px;	
}
#theme7Main .paymentBoxWrapperT7 .paymentCardValueT7 {
	font-size: 24px;
	color: #303030;
	font-weight: 700;
	font-family: Arial, sans-serif;
	padding: 0 0 10px 0;
    line-height: 28px;
    margin: 0;
}
#theme7Main .paymentBoxWrapperT7 .paymentParaTextT7 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: Arial, sans-serif;
	color: #303030;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	#theme7Main .paymentBoxWrapperT7 .paymentCardT7 {
		padding: 10px 12px;
		margin-bottom: 20px;
	}

	#theme7Main .paymentBoxWrapperT7 .paymentTitleT7 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	#theme7Main .paymentBoxWrapperT7 .paymentCardTitleT7{
		padding: 0;
		margin-bottom: 5px;
	}
	#theme7Main .paymentBoxWrapperT7 .paymentCardValueT7 {
		font-size: 20px;
		line-height: 24px;
		padding: 0 0 0 0;
	}

	#theme7Main .paymentBoxWrapperT7 .paymentParaTextT7 {
		font-size: 16px;
		line-height: 20px;
	}

	#theme7Main .paymentBoxWrapperT7 p.paymentWarningTextT7{
		font-size: 14px;
		line-height: 20px;
	}
}




.PC-T7-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 15px 45px;
    text-align: center;
}

.PC-T7-subtitle {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #303030;
    margin: 0 0 30px 0;
    max-width: 680px;
}

/* CARD */
.PC-T7-card {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 13px 0px #00000012;
    padding: 40px 28px 28px 28px;
}

.PC-T7-success-img,
.PC-T7-failed-img {
    display: block;
    margin: 0px auto 30px;
}

.PC-T7-title {
    font-family: var(--t7-font);
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    padding: 0;
}

.PC-T7-message {
    font-family: var(--t7-font);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 auto 25px;
    color: #303030;
    text-align: center;
    padding: 0;
}

.PC-T7-message strong {
    font-weight: 700;
}


/* BUTTONS */
.PC-T7-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
    padding: 0 20px;
}

.PC-T7-btn {
    text-align: center;
    text-decoration: none;
    appearance: none;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    cursor: pointer;
    min-width: calc(50% - 10px);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.PC-T7-btn:active,
.PC-T7-btn:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
    text-decoration: none
}

.PC-T7-btn:focus-visible {
    outline: none !important;
}

/* PAGE SPACING BELOW CARD */
.PC-T7-spacer {
    height: 1px;
    background: #0000001A;
    margin: 25px 0 25px 0;
}

.PC-T7-receiptNote {
    font-family: var(--t7-font);
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #303030;
    margin: 0 0 15px;
    text-align: left
}

/* SHARE BOX */
.PC-T7-share {
    border-radius: 8px;
    background: #D9D9D933;
    padding: 15px 20px 25px;
}

.PC-T7-shareTitle {
    font-family: var(---t7-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #303030;
    margin: 0 0 8px;
    text-align: center;
}

.PC-T7-shareSub {
    font-family: var(---t7-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #303030;
    margin: 0 0 20px;
    text-align: center;
}

.PC-T7-shareRow {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PC-T7-shareBtn {
    width: calc(33.3% - 8px);
    height: 40px;
    border-radius: 4px;
    border: 0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: transform .08s ease, box-shadow .15s ease;
}

.PC-T7-shareBtn:hover {
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.10);
}

.PC-T7-shareBtn.PC-T7-fb {
    background: linear-gradient(270deg, #1C61DD 0%, #1B61DD 100%);
}

.PC-T7-shareBtn.PC-T7-x {
    background: #07010E;

}

.PC-T7-shareBtn.PC-T7-whatsapp {
    background: linear-gradient(270deg, #00C060 0%, #01BB5F 100%);

}


.PC-T7-shareBtn:active {
    transform: translateY(1px);
}

.PC-T7-shareIcon {
    display: block;
}

.paymentPageLoginDiv {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding: 12px 17px;
}

.leftContentT7{
  margin: 0;
  font-family: var(--t7-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #303030;
}

.rightContentT7{
  position: relative;
}

.paymentPageLoginDiv .profile-sectionT7 {
	position: relative;
	/* margin-left: auto; */
}

.paymentPageLoginDiv .profile-toggleT7 {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 8px;
	padding: 5px 14px 5px 6px;
	background-color: var(--primary-theme-color);
	border-radius: 80px;
}

.paymentPageLoginDiv .profile-wrap-T7 .avatar-T7 .avatar-fallback{
  background-color: var(--light-theme-color-2);
  color: #303030;
}

.profile-wrap-T7 {
  position: relative;
  display: none;
}

.avatar-T7-PP {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .75);
  background: url("/avatar.jpg") center/cover no-repeat, #fff;
  /* replace avatar.jpg */
  cursor: pointer;
  overflow: hidden;
}

.avatar-fallback-PP {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--light-theme-color-2); /* or your theme color */
  color: var(--primary-theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
}

.avatar-fallback-PP.large {
  width: 70px;
  height: 70px;
  font-size: 24px;
}

.paymentPageLoginDiv .profile-iconT7 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.paymentPageLoginDiv .arrow-iconT7 {
	width: 10px;
	height: 6px;
  filter: brightness(0) invert(1);
}

.paymentPageLoginDiv .profile-nameT7 {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	color: #fff;
	font-family: "Arial", sans-serif;
	margin: 0;
}

.ticketEventsMainWrapperT7 .commonLabel {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    color: #303030;
    margin: 0 0 14px 0;
    display: block;
}

.ticketEventsMainWrapperT7 .sustainingGiftContent .amountBtnWrapper .form-control{
  margin-bottom: 15px!important;
}

.ticketEventsMainWrapperT7 .sustainingGiftContent .amountBtnWrapper .error-msg-ticket-T7{
    display: block;
    color: red;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 300;
}

/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 767px STARTS HERE === --> */

@media (max-width: 767px) {
    .PC-T7-actions{
        padding: 0;
    }
	.PC-T7-card{
        padding: 25px 15px 25px 15px;
    }
    .PC-T7-alerts-wrapper .alert.alert-dismissible{
        padding-right: 26px;
    }
    .PC-T7-alerts-wrapper .alert.alert-dismissible .close{
        padding: 12px 8px 12px 5px;
    }
    .ticketEventsMainWrapperT7 .commonLabel {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 576px){
    .PC-T7-btn{
        min-width: 100%;
    }
}



@media (max-width: 767px) {

  .topbar-T7-wrapper{
    padding: 0 15px;
  }
  .topbar-T7{
    padding: 0 10px;
    height: 48px;
  }
  .stage-T7-wrapper{
    padding: 0 15px;
  }
  .donation-heading-hr {
    left: -15px;
  }
  .stage-T7{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cardcol-T7{
    max-width: 100%;
  }

  .cardcol-T7 .main-heading-T7{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .card-T7{
    padding: 15px;
  }

  .userline-T7{
    display: none!important;
  }
  .location-box-wrapper{
    padding: 8px;
    min-height: 90px;
  }
  .location-title-T7 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
  }
  .location-img-box{
    width: 100px;
    height: 80px;
    padding: 6px;
  }
  .location-text {
    width: calc(100% - 115px);
  }
  .explore-more-T7 {
    padding: 7px 8px;
  }
  .explore-item-T7{
    padding: 12px 10px;
    gap: 10px;
    min-height: 90px;
  }
  .explore-item-left-T7 {
    width: calc(100% - 110px);
  }
  .explore-item-right-T7{
     width: 90px;
    height: 60px;
    padding: 6px;
  }
  .explore-item-title-T7 {
    font-size: 16px;
  }
  .explore-item-sub-T7 {
    font-size: 13px;
    line-height: 18px;
  }
  .tab-T7 .T7-stepBadge {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .tab-T7 .T7-stepText{
    font-size: 16px;
    line-height: 19px;
  }
  .location-bottom-hr{
    margin: 25px 0 15px 0;
  }
  .login-note-T7{
    margin-bottom: 20px;
  }
  .tabs-T7{
    margin-bottom: 20px;
  }
  .section-title-T7{
    font-size: 14px;
    line-height: 16px;
  }
  #theme7Main .donation-tab-top .nav-tabs .nav-link, #theme7Main .payment-tab-top .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0 5px;
    line-height: 17px;
  }
  #theme7Main .donation-tab-top .nav-tabs, #theme7Main .payment-tab-top .nav-tabs {
    margin-bottom: 20px;
  }
  #theme7Main .common-label {
		font-size: 14px;
	}
  #theme7Main .donation-tab-middle .amountBtnWrapper .amountBtn label.btn{
    font-size: 14px;
  }
  #theme7Main .select-label{
    font-size: 14px;
    line-height: 16px; 
  }
  #theme7Main .custom-select {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 17px;
  }  
  #theme7Main .input-field label{
    font-size: 14px;
    line-height: 16px;
  }
  #theme7Main .input-field input {
    font-size: 14px;
  }
  #theme7Main .input-field input, #theme7Main .input-field input select{
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
  }
  .total-T7 {
    margin: 25px 0;
    padding: 12px 12px;
  }
  .total-big-T7{
    font-size: 38px;
    line-height: 40px;
  }
  #theme7Main .donation-tab-middle .amountBtnWrapper .enter_amount input{
    font-size: 14px;
  }
  #theme7Main .radioBtnWrapper-PM{
    gap: 12px;
    margin-bottom: 25px;
  }
  #theme7Main .radioBtnWrapper-PM .radioBtn-PM{
    padding: 8px 10px;
    height: 50px;
  }
  #theme7Main .radioBtnWrapper-PM .radioBtn-PM label{
    font-size: 14px;
    line-height: 18px;
  }
  #theme7Main .radioBtnWrapper-PM .radioBtn-PM label img.bank-account-img{
    width: 22px;
  }
  #theme7Main .two-input-wrapper{
    flex-wrap: wrap;
    gap: 5px;
  }
  #theme7Main .two-input-wrapper > .input-field{
    flex-basis: 100%;
  }
  #theme7Main .two-input-wrapper .select-container{
    flex-basis: 100%!important;
  }
  #theme7Main .radioBtnWrapper-PM .radioBtn-PM .gpay_images_label img{
    height: 18px;
  }
  #theme7Main .walletsTextWrapper p{
    font-size: 14px;
    line-height: 20px;
  }
  .leftContentT7{
    font-size: 15px;
    line-height: 18px;
  }
  .paymentPageLoginDiv .profile-nameT7{
    font-size: 12px;
    line-height: 14px;
  }
  .paymentPageLoginDiv{
    padding: 8px;
  }
}

@media (max-width: 399px) {
  .topbar-T7 {
    padding: 6px 10px;
    height: auto;
    min-height: 48px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .lang-T7 {
    flex-shrink: 0;
  }
  .actions-T7 {
    flex-shrink: 0;
  }
  .login-btn-T7 {
    font-size: 10px;
    padding: 9px 6px 6px;
    white-space: nowrap;
    line-height: 16px;
  }
}

/* OTP Box Inputs -T7 */
.otp-label-T7 {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 10px;
}

.otp-boxes-T7 {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
}

.otp-box-T7 {
  width: 44px;
  height: 48px;
  border: 1px solid #0D363F;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  outline: none;
  background: transparent;
  transition: box-shadow 0.15s ease;
  -moz-appearance: textfield;
  appearance: textfield;
}

.otp-box-T7::-webkit-outer-spin-button,
.otp-box-T7::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-box-T7:focus {
  box-shadow: 0 0 0 2px #0D363F;
  border-color: #0D363F;
}

.otp-box-error-T7 {
  border-color: var(--t7-danger);
}

.otp-box-error-T7:focus {
  box-shadow: 0 0 0 2px var(--t7-danger);
}

@media (max-width: 400px) {
  .topbar-T7-wrapper{
    padding: 0 0px;
  }
  .otp-box-T7 {
    width: 38px;
    height: 42px;
    font-size: 18px;
  }

  .otp-boxes-T7 {
    gap: 6px;
  }
}

/* =========================================================
   SITE HEADER — Theme 7 (location_id 1 & 7)
   Absolute positioned — overlays hero below the topbar
   z-index 10 — sits below topbar-T7-wrapper (z-index 11)
   ========================================================= */

/* Wrapper is absolute, anchored to #theme7Main (position:relative).
   top: 48px places it flush below the topbar. */
#site-header-T7-wrapper {
  position: sticky; 
  top: 0;
  z-index: 10;
  /* position: absolute;
  top: 48px; */
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none; /* let overlay clicks pass through the wrapper gap */
}

/* ---------- #site-header shell ---------- */
#site-header {
  background: transparent;
  position: relative; /* shelf anchors to this */
  z-index: 10;
  min-height: 145px;
  display: flex;
  align-items: center;
  padding: 0 5%;
  pointer-events: all;
}

#site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

#site-header > * {
  position: relative;
  z-index: 1;
}

.site-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 0 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #D9DCE0;
}

/* ---------- Logo ---------- */
.logo-T7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  width:9rem;
}

/* light logo shown on transparent/dark hero bg; dark logo hidden by default */
.logo-T7 img.light {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-T7 img.dark {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: none;
}

/* ---------- Nav group (secondary + primary stacked) ---------- */
.site-header-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  gap: 0;
}

/* ---------- Secondary nav ---------- */
.nav-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 6px 0;
  /* border-bottom: 1px solid rgba(255,255,255,0.3); */
  width: 100%;
}

.nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  align-items: center;
}

.nav-secondary ul li a {
  font-family: var(--t7-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
}

.nav-secondary ul li:last-child a {
  border-right: none;
}

.nav-secondary ul li a:hover {
  opacity: 1;
  border-bottom-color: #37B3E2;
}

/* Search icon inside secondary nav */
.search-icon-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 4px 10px !important;
  border-right: none !important;
  border-bottom: none !important;
  transition: filter 0.2s;
}

.search-icon-link:hover,
.search-icon-link.active {
  filter: invert(58%) sepia(25%) saturate(1067%) hue-rotate(151deg) brightness(100%) contrast(99%);
  opacity: 1;
}

/* ---------- Primary nav ---------- */
.nav-primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
}

.nav-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  align-items: center;
}

.nav-primary > ul > li > a {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height:26px;
  letter-spacing: -0.25px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
  cursor: pointer;
}

/* Siblings dim to 60% when hovering the nav group or a shelf is open */
.nav-primary > ul:hover > li > a {
  opacity: 0.6;
}
.nav-primary > ul:has(li.is-active) > li > a {
  opacity: 0.6;
}

/* Hovered / active link gets full opacity + cyan underline */
.nav-primary > ul > li > a:hover,
.nav-primary > ul:hover > li:hover > a,
.nav-primary > ul > li.is-active > a,
.nav-primary > ul:has(li.is-active) > li.is-active > a {
  border-bottom-color: #37B3E2;
  opacity: 1;
}

.nav-caret {
  font-size: 10px;
  display: inline-block;
  transition: transform 0.2s;
}

.nav-primary > ul > li.is-active .nav-caret {
  transform: rotate(180deg);
}

/* ---------- Hamburger ---------- */
.hamburger-T7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}

.hamburger-T7 span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.hamburger-T7.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-T7.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger-T7.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Shelf (dropdown panel container) ---------- */
/* ── Shelf (mega-menu) ─────────────────────────────────────── */
#shelf {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  z-index: 9;
  background: linear-gradient(0deg, #fff 0%, #f4f7fc 100%);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  /* grid so panels stack in the same cell */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  pointer-events: all;
}

#shelf.shelf-open {
  max-height: 440px;
  opacity: 1;
}

/* ── Shelf panels ─────────────────────────────────────────────
   All grid properties live directly on .is-active so there is
   no split-rule ambiguity.
   ──────────────────────────────────────────────────────────── */
.shelf-panel {
  display: none;
}

.shelf-panel.is-active {
  display: grid !important;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding: 40px max(18px, calc(50% - 660px)) 60px;
  grid-area: 1 / 1;
  animation: shelfPanelIn 0.2s ease;
}

@keyframes shelfPanelIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Category headings — left column, cols 1–12 ─────────────── */
.shelf-panel > nav {
  grid-column: 1 / 13 !important;
  display: flex !important;
  flex-direction: column;
  gap: 4px;
}

.shelf-panel > nav a {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px !important;
  font-weight: 400;
  color: rgb(47, 62, 85) !important;
  letter-spacing: -0.25px;
  line-height: 1.2;
  opacity: 0.45;
  transition: opacity 0.2s;
  text-decoration: none !important;
  display: block !important;
}

.shelf-panel > nav a:hover,
.shelf-panel > nav a.active-section {
  opacity: 1;
}

/* ── Sub-links — middle column, cols 13–18 ──────────────────── */
.shelf-panel .sub-links {
  grid-column: 13 / 19 !important;
  display: none;
  flex-direction: column;
  gap: 6px;
  align-self: start;
  margin-top: 8px;
}

.shelf-panel .sub-links.visible {
  display: flex !important;
}

.shelf-panel .sub-links a {
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  color: rgb(47, 62, 85) !important;
  letter-spacing: -0.25px;
  text-decoration: none !important;
  display: block !important;
  padding: 2px 0;
  transition: color 0.15s;
}

.shelf-panel .sub-links a:hover {
  color: #37B3E2 !important;
}

/* ── Callout — right column, cols 19–24 ────────────────────── */
.shelf-panel .callout {
  grid-column: 19 / 25 !important;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  align-self: start;
  text-decoration: none !important;
  color: rgb(47, 62, 85);
}

.shelf-panel .callout img {
  width: 100%;
  height: 160px;
  border-radius: 11.5px;
  object-fit: cover;
  display: block;
}

.shelf-panel .callout span {
  font-style: italic;
  font-size: 15px;
  color: rgb(47, 62, 85);
  line-height: 1.4;
}

/* ── About panel — CCF 2-column links + right callout ───────── */
.shelf-panel.about-panel.is-active {
  grid-template-columns: 1fr 234px !important;
  gap: 50px !important;
  padding-bottom: 50px !important;
}

.about-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 6px;
  align-content: start;
}

.about-links-grid a {
  font-family: "utopia-std", 'Playfair Display', Georgia, serif;
  font-size: 27.46px;
  font-weight: 400;
  line-height: 38.44px;
  letter-spacing: -0.22px;
  color: rgb(47, 62, 85);
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: color 0.15s;
}

.about-links-grid a:hover {
  /* color: #37B3E2; */
  opacity: 0.5;
  /* text-decoration: underline; */
}

.about-callout {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 234px;
  flex-shrink: 0;
  text-decoration: none;
  color: rgb(47, 62, 85);
  align-self: start;
}

.about-callout img {
  width: 234px;
  height: 145px;
  border-radius: 11.5px;
  object-fit: cover;
  display: block;
}

.about-callout span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.17px;
  font-weight: 400;
  line-height: 18.42px;
  letter-spacing: -0.22px;
  color: rgb(47, 62, 85);
  font-style: normal;
}

/* ── Nav color change while shelf is open ───────────────────── */
header#site-header.shelf-open {
  background: transparent !important;
  transition: background 0.25s ease;
}

header#site-header.shelf-open::before {
  background: #f4f7fc;
  transition: background 0.25s ease;
}

header#site-header.shelf-open .logo-T7 img.light {
  display: none !important;
}

header#site-header.shelf-open .logo-T7 img.dark {
  display: block !important;
}

header#site-header.shelf-open .nav-primary > ul > li > a,
header#site-header.shelf-open .nav-secondary ul li a,
header#site-header.shelf-open .search-icon-link {
  color: rgb(47, 62, 85) !important;
}

header#site-header.shelf-open .nav-secondary {
  border-bottom-color: rgba(47, 62, 85, 0.25);
}

header#site-header.shelf-open .nav-secondary ul li a {
  border-right-color: rgba(47, 62, 85, 0.25);
}

header#site-header.shelf-open .nav-secondary ul li a:hover {
  border-bottom-color: #37B3E2;
  opacity: 1;
}

header#site-header.shelf-open .nav-primary > ul > li > a:hover,
header#site-header.shelf-open .nav-primary > ul > li.is-active > a {
  border-bottom-color: #37B3E2;
}

header#site-header.shelf-open .hamburger-T7 span {
  background: #1f2a37;
}

/* ── Mobile menu open — white header, dark icons ────────────── */
header#site-header.mobile-menu-open {
  background: transparent !important;
  transition: background 0.25s ease;
}

header#site-header.mobile-menu-open::before {
  background: #f4f7fc;
  transition: background 0.25s ease;
}

header#site-header.mobile-menu-open .logo-T7 img.light {
  display: none !important;
}

header#site-header.mobile-menu-open .logo-T7 img.dark {
  display: block !important;
}

header#site-header.mobile-menu-open .hamburger-T7 span {
  background: #1f2a37;
}

header#site-header.mobile-menu-open .search-btn-mobile {
  color: rgb(47, 62, 85);
}

/* ── Search overlay open — white header on all screen sizes ─────── */
header#site-header.search-overlay-open {
  background: transparent !important;
  transition: background 0.25s ease;
}

header#site-header.search-overlay-open::before {
  background: #f4f7fc;
  transition: background 0.25s ease;
}

header#site-header.search-overlay-open .logo-T7 img.light {
  display: none !important;
}

header#site-header.search-overlay-open .logo-T7 img.dark {
  display: block !important;
}

/* Desktop nav text → dark (same as shelf-open) */
header#site-header.search-overlay-open .nav-primary > ul > li > a,
header#site-header.search-overlay-open .nav-secondary ul li a,
header#site-header.search-overlay-open .search-icon-link {
  color: rgb(47, 62, 85) !important;
}

header#site-header.search-overlay-open .nav-primary > ul > li > a:hover,
header#site-header.search-overlay-open .nav-primary > ul > li.is-active > a {
  border-bottom-color: #37B3E2;
}

/* Mobile icons → dark */
header#site-header.search-overlay-open .hamburger-T7 span {
  background: #1f2a37;
}

header#site-header.search-overlay-open .search-btn-mobile {
  color: rgb(47, 62, 85);
}

/* ---------- HR dividers ---------- */
.donation-heading-hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.80);
  margin: 0 auto 20px;
  position: relative;
  /* left: -5vw; */
  width: 100%;
  max-width: 1320px;
}

.location-bottom-hr {
  border: 0;
  height: 1px;
  background: #DFDFE1;
  margin: 35px 0 25px 0;
  width: 100%;
}

/* ---------- Overlay ---------- */
#shelf-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 8;
  transition: opacity 0.25s;
}

#shelf-overlay.is-visible {
  display: block;
}

/* ---------- Mobile header controls ---------- */
.mobile-header-controls {
  display: none;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.search-btn-mobile {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: opacity 0.15s;
}

.search-btn-mobile:hover,
.search-btn-mobile.active {
  opacity: 0.75;
}

.search-btn-mobile.active svg {
  filter: invert(0.58) sepia(0.25) saturate(10.67) hue-rotate(151deg) brightness(1);
}

/* ---------- Responsive breakpoints ---------- */
@media (max-width: 980px) {
  /* Hide desktop nav, show mobile controls */
  .site-header-nav-group {
    display: none;
  }
  .mobile-header-controls {
    display: flex;
  }

  /* Make wrapper sticky so header stays visible when scrolling */
  #site-header-T7-wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
  }

  /* Compact mobile header — defines exact height for nav positioning */
  #site-header {
    min-height: 0;
    padding: 14px 5%;
  }
  .site-header-inner {
    min-height: 0;
  }
  .logo-T7{
    width:7.75rem;
  }
  .logo-T7 img {
      /* height: 48px;
      width: ; */
  }
}

@media (max-width: 600px) {
  .logo-T7 img {
    height: 40px;
    width: auto;
  }
}

/* ==========================================================
   Mobile nav — full-width panel, slides in from the right,
   starts BELOW the sticky header (no duplicate header inside)
   ========================================================== */
#mobile-nav-T7 {
  position: fixed;
  top: 180px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100dvh - 209px);
  background: #f0f4f9;
  z-index: 299;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  pointer-events: all;
}

#mobile-nav-T7.is-open {
  transform: translateX(0);
}

/* ── Primary nav list ───────────────────────────────────── */
.mobile-nav-primary {
  padding: 0;
  flex-shrink: 0;
}

.mobile-nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* The row: button (for expandable) or a (for links) */
.mobile-nav-row {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* chevron sits right next to label, not pushed far-right */
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 24px;
  text-align: left;
  text-decoration: none;
}

/* Label text inside the row */
.mn-label {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: rgb(19, 34, 55);
  padding: 12px 0;
  display: block;
  line-height: 1.2;
  transition: color 0.15s;
}

.mobile-nav-row:hover .mn-label,
.mobile-nav-link:hover .mn-label {
  color: #37B3E2;
}

/* Chevron: ˅ by default, rotates 180° → ˄ when section is open */
.mn-chevron {
  color: rgb(47, 62, 85);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.mobile-nav-li.is-open .mn-chevron {
  transform: rotate(180deg);
}

/* ── Accordion submenu ──────────────────────────────────── */
.mobile-submenu {
  display: none;
  flex-direction: column;
  padding: 2px 24px 14px 28px;
  background: #fafbfc;
}

.mobile-nav-li.is-open > .mobile-submenu {
  display: flex;
}

.mobile-submenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgb(47, 62, 85);
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #edf0f4;
  transition: color 0.15s;
}

.mobile-submenu a:last-child {
  border-bottom: none;
}

.mobile-submenu a:hover {
  color: #37B3E2;
}

/* ── Divider between primary and secondary ──────────────── */
.mobile-nav-divider {
  border: 0;
  height: 1px;
  background: #e5e7eb;
  margin: 0;
  flex-shrink: 0;
}

/* ── Secondary nav ──────────────────────────────────────── */
.mobile-nav-secondary {
  padding: 14px 24px 18px;
  flex-shrink: 0;
}

.mobile-nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-secondary ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgb(47, 62, 85);
  text-decoration: none;
  display: block;
  padding: 9px 0;
  transition: color 0.15s;
}

.mobile-nav-secondary ul li a:hover {
  color: #37B3E2;
}

/* ── Footer ─────────────────────────────────────────────── */
.mobile-nav-footer {
  display: flex;
  gap: 40px;
  padding: 28px 24px 36px;
  background: rgb(19, 34, 55);
  margin-top: auto;
  flex-shrink: 0;
}

.mobile-nav-footer-col h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px;
}

.mobile-nav-footer-col p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin: 0;
}

/* ---------- Search overlay (Fix 1) ---------- */
#search-overlay {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 40px max(18px, calc(50% - 660px)) 120px;
  background: #f4f6f9;
  z-index: 9;
  border-bottom: 1px solid #dde4ef;
  box-sizing: border-box;
  pointer-events: auto;
}

#search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 2px solid rgb(47, 62, 85);
  padding-bottom: 12px;
  margin-bottom: 40px;
}

#search-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  color: rgb(0, 19, 46);
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  padding: 0 0 0 40px;
  min-width: 0;
}

#search-form button[type="submit"] {
  background: #00B7E8;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

#search-callouts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#search-callouts a {
  display: block;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: rgb(47, 62, 85);
  transition: box-shadow 0.15s;
}

#search-callouts a:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#search-callouts a p:first-child {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px;
}

#search-callouts a p:last-child {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.75;
  margin: 0;
}

/* Search icon turns cyan when overlay is open */
a#nav-search.active svg {
  filter: invert(0.58) sepia(0.25) saturate(10.67) hue-rotate(151deg) brightness(1);
}

@media (max-width: 980px) {
  /* Shelf is desktop-only; hide on mobile/tablet */
  #shelf {
    display: none !important;
  }
}

@media (max-width: 980px) {
  #search-overlay {
    top: 133px;
    padding: 24px 15px 60px;
    background: #f4f7fc;
  }

  #search-form {
    border-bottom: 1px solid #d0d7e3;
    margin-bottom: 24px;
    padding-bottom: 10px;
  }

  #search-text {
    font-size: 22px;
    padding-left: 4px;
  }

  #search-form button[type="submit"] {
    font-size: 14px;
    padding: 10px 18px;
  }

  #search-callouts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #search-callouts a {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    color: rgb(47, 62, 85);
    text-decoration: none;
  }

  #search-callouts a:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  }

  /* Hide description paragraph — title only on mobile */
  #search-callouts a p:last-child {
    display: none;
  }

  #search-callouts a p:first-child {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
}

@media (max-width: 450px) {
  #theme7Main .radioBtnWrapper-PM .radioBtn-PM label img.credit-card-img{
    width: 50px;
  }
}