.form-control {
	border-radius: 0px !important;
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, .05);
}
.login-logo {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
/*=================================
MAIN SECTION
=================================*/
.fldeskalign {
	float: right;
}
.donation-section {
	max-width:1300px;
	margin:20px auto 50px auto;
	padding:20px;
	box-shadow:
 0 20px 60px rgba(15, 23, 42, .08);
}


.button-login {
    display: block;
    width: 100px;
    padding: 7px;
    border-radius: 8px;
    background: #0f4a16;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    box-sizing: border-box; margin-left:auto; margin-right:auto; float:none;
}

.input-box input{ padding:6px 6px 6px 6px !important;}

.input-box{margin-bottom: 12px !important;}

.btn-xs{ padding:2px 5px; font-size:12px;}


/*=================================
SECTION HEADINGS
=================================*/

.section-title {
	margin-bottom:30px;
	text-align:center;
}
.section-title h3 {
	display:inline-block;
	margin:0;
	padding:18px 50px;
	font-size:26px;
	font-weight:700;
	color:#fff;
	border-radius:50px;
	background:
 linear-gradient(135deg, #52793b, #52793b);
	box-shadow:
 0 15px 35px rgba(82, 121, 59, .25);
}
/*=================================
AMOUNT BUTTONS
=================================*/

.amount-grid {
	display:flex;
	flex-wrap:wrap;
	gap:18px;
	margin-bottom:20px;
}
.amount-btn {
	min-width:130px;
	height:50px;
	border:none;
	font-size:22px;
	/* font-weight:500;*/

    color:#111827;
	cursor:pointer;
 transition:.4s;
	box-shadow:
 0 8px 25px rgba(0, 0, 0, .08);
}
.amount-btn:hover {
	transform:translateY(-6px);
	color: #0b1225;
	background:
 linear-gradient(135deg, #f2be00, #f2be00);
}
.amount-btn.active {
	color:#0b1225 !important;
	background:
 linear-gradient(135deg, #f2be00, #f2be00);
}
.custom-amount {
	flex:1;
	min-width:300px;
	height:50px;
	border:none;
	padding:25px 25px;
	font-size:18px;
	box-shadow:
 inset 0 2px 10px rgba(0, 0, 0, .05);
}
.custom-amount:focus {
	outline:none;
	box-shadow:
 0 0 0 4px rgba(242, 190, 0, .15);
}
/*=================================
ESSENTIAL GRID
=================================*/

.essentials-grid {
	display:grid;
	grid-template-columns:
 repeat(auto-fit, minmax(220px, 1fr));
	gap:25px;
}
/*=================================
ESSENTIAL CARD
=================================*/

.essential-card {
	position:relative;
	padding:25px;
	overflow:hidden;
	text-align:center;
 transition:.4s;
	box-shadow:
 0 10px 35px rgba(0, 0, 0, .08);
}
.essential-card:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6px;
	background:
 linear-gradient(90deg, #f2be00, #52793b);
}
.essential-card:hover {
	transform:translateY(-10px);
	box-shadow:
 0 20px 50px rgba(0, 0, 0, .12);
}
.essential-card img {
	width:120px;
	height:120px;
	object-fit:contain;
 transition:.4s;
}
.essential-card:hover img {
	transform:scale(1.08);
}
.essential-card h4 {
	margin:20px 0 10px;
	font-size:18px;
	font-weight:600;
}
.essential-card span {
	color:#6b7280;
	font-size:14px;
}
/*=================================
QUANTITY BOX
=================================*/

.qty-box {
	margin-top:25px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:12px;
}
.qty-box button {
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	cursor:pointer;
	color:#fff;
	font-size:20px;
	font-weight:700;
	background:
 linear-gradient(135deg, #f2be00, #f2be00);
	box-shadow:
 0 8px 20px rgba(242, 190, 0, .3);
 transition:.3s;
}
.qty-box button:hover {
	transform:scale(1.12);
}
.qty-box input {
	width:60px;
	height:42px;
	border:2px solid #e5e7eb;
	border-radius:12px;
	text-align:center;
	font-size:18px;
	font-weight:700;
}
.qty-box input:focus {
	outline:none;
	border-color:#6366f1;
}
/*=================================
PERSONAL INFO
=================================*/

.personal-info {
	margin-top:80px;
}
.personal-info h2 {
	font-size:34px;
	font-weight:700;
	color:#111827;
	margin-bottom:40px;
}
/*=================================
FORM GROUP
=================================*/

.form-group {
	margin-bottom:28px;
}
.form-group label {
	display:block;
	margin-bottom:12px;
	font-size:18px;
	font-weight:600;
}
.form-group label span {
	color:#ef4444;
}
.form-group input, .form-group select {
	width:100%;
	height:38px;
	border:2px solid #e5e7eb;
	padding:0 25px;
	font-size:17px;
	font-family:'Poppins', sans-serif;
 transition:.3s;
	box-sizing:border-box;
}
.form-group input:focus, .form-group select:focus {
	outline:none;
	border-color:#f2be00;
	box-shadow:
 0 0 0 5px rgba(242, 190, 0, .10);
}
/*=================================
DONATION TOTAL
=================================*/

.donation-total {
	width:355px;
	margin:50px auto 10px auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	box-shadow:
 0 15px 40px rgba(0, 0, 0, .08);
}
.donation-total span {
	background:
 linear-gradient(135deg, #52793b, #52793b);
	color:#fff;
	padding:18px 28px;
	font-size:18px;
	font-weight:700;
}
.donation-total strong {
	font-size:28px;
	padding:18px 30px;
}
/*=================================
DONATE BUTTON
=================================*/

.donate-btn {
	border:none;
	padding:22px 55px;
	border-radius:60px;
	background:
 linear-gradient(135deg, #f2be00, #f2be00);
	color:#18152c;
	font-size:22px;
	font-weight:700;
	cursor:pointer;
 transition:.4s;
	box-shadow:
 0 15px 35px rgba(242, 190, 0, .30);
	float: none;
	display: table;
	margin: 0 auto;
}
.donate-btn:hover {
	transform:translateY(-6px);
	box-shadow:
 0 20px 45px rgba(242, 190, 0, .40);
}


/*=================================
RESPONSIVE
=================================*/

@media(max-width:991px) {
.fldeskalign {
float: left;
}
 .donation-section {
 padding:30px;
}
}
 @media(max-width:768px) {
 .amount-grid {
 flex-direction:column;
}
 .amount-btn,  .custom-amount {
 width:100%;
}
 .donation-total {
 width:100%;
}
 .donate-btn {
 width:100%;
}
}
.donation-form {
	max-width: 850px;
	margin: 0 auto;
	padding: 0px;
}
.donation-form .form-group {
	margin-bottom: 20px;
}
.donation-form .row {
	display: flex;
	align-items: center;
}
.form-control:focus {
	border: 2px solid #f2be00 !important;
	box-shadow: 0 0 0 5px rgba(242, 190, 0, .10) !important;
}
.donation-form label, .donation-form .fldeskalign {
	/* font-weight: 600;*/
    margin-bottom: 0;
}
.donation-form textarea {
	min-height: 100px;
}
