@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

*{ box-sizing: border-box; }

textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox
{
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}

select{ font-family: 'Poppins', sans-serif; }

body{font-family: 'Poppins', sans-serif; margin: 0px; padding:0px; color: #666666; font-size: 14px;}
.container {width: 100%; overflow: hidden; padding-bottom: 40px;}
.header { width: 100%; padding: 5px; overflow: hidden; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-sizing: border-box; -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);margin-bottom: 30px; }
.header ul {max-width: 1100px; margin:0 auto; width: 100%; padding:0px;list-style: none;}
.header ul li{display: inline-block; width: 33.33%;}
.header ul li img {height: 72px; width: auto;}

.bodyPart{max-width: 1100px; margin:auto; width: 100%; position: relative;}
.formPart {position: absolute;right: 0px;width: 400px;}
.contentPart {float: left; width: 680px; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-sizing: border-box; -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); padding: 30px 20px; margin: 30px 0 0; border-radius: 10px; }
.mainTitle {font-size:30px; line-height: 36px; color:#363636; font-weight: 600; padding: 5px 8px 20px 8px; text-align: center;max-width: 1020px; margin: auto;}
.slide {width: 680px; margin:auto; position: relative; float: left; img{ border-radius: 10px; } }
.slideTxt {position: absolute; color: #ffffff; bottom:10%; left:30px; }
.titleTxt {font-size: 46px; font-weight: 300; line-height: 46px; text-transform: uppercase;}
.titleTxt span {font-weight: bold; color: #00a65a;}
.discTxt {font-size: 28px; line-height: 32px;}
.titleBig {font-size: 30px; font-weight: 600; line-height: 36px; color: #00a65a;}
.title2 {font-size: 30px; font-weight: 600; line-height: 36px; color: #00a65a; margin: 0 0 10px; }
.titleSub {font-size: 22px; font-weight: 600; line-height: 32px; color: #555555; margin: 0 0 10px; }
.priceAmt {font-size: 46px; font-weight: 600; line-height: 50px; color: #00a65a;}
.titleSmall{font-size: 20px; font-weight: 600; color: #444}

p{ margin: 0 0 20px; }

.btn{ background: #00a65a; color: #fff; display: inline-block; margin: 20px 0 0; font-weight: 500; padding: 10px 15px; border-radius: 5px; text-decoration: none; }

.brick {
    width: 300px;
    margin: auto;
    position: relative;
    text-align: center;
    margin-top: 15px;
}
.brick-name {
    position: absolute;
    width: 100%;
    height: 152px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    text-shadow: -1px -1px 0px rgb(0, 0, 0);
    color: #652d1b;
    line-height: 34px;
}
.brick-name div {
    width: 300px;
    padding: 0px 10px;
    height: 152px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
	word-break: break-all;
	word-break: break-word;
}

.projectOpenPart {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-sizing: border-box;
	padding: 20px; border-radius: 10px;
    img{ width: 100%; margin: 8px 0 0; border-radius: 8px; }
}

.projectStats {
	width: 100%;
}
.projectStats ul{ width: 100%; margin: 20px 0 30px; padding: 0px; list-style: none; text-align: center; display: flex; gap: 15px;  }

.projectStats ul li {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #edf9f3;
    color: #00a65a;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 10px;
    font-weight: 600; text-transform: uppercase;
}
.projectStats ul li:first-child span { display: block; font-size: 32px; padding: 16px 0 0;}
.projectStats ul li span { display: block; font-size: 46px; font-weight: 600; }
.projectStats ul li img{ width: 100%; }

.margTopBot {margin: 5px 0;}
.margltrt {margin: 0px 5;}
.margTop {margin: 5px 0 0 0;}
.marglt {margin: 0 0 0 5px;}
.margBot {margin: 0 0 5px 0;}
.margrt {margin: 0 5px 0 0;}
.alignCenter {text-align: center;}
.alignlLeft {text-align: left;}
.alignRight {text-align: right;}
.floatL {float: left;}
.floatR {float: right;}



.textFld {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #ddd;	
	margin-bottom: 10px;
	outline: none; border-radius: 5px;
}

.radioBtns {
	text-align: left; font-size: 16px; position: sticky; top: 100%;
}
.radioBtns input {

}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #ddd;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #00a65a;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment1 {
	position: relative;
}


.payment {
	position: relative;
}
.payment img {
	width: 100%;
}
.charges{
    position: absolute;
    font-size: 13px;
    right: 10px;
    color: #f00;
    bottom: 10px;
}


.hdfcbankDetail{
    table{
        width: 100%; border-collapse: collapse;
        td{ border: 1px solid #eee; padding: 8px 10px; font-size: 14px; line-height: 18px; &:first-child{ font-weight: 600; } }
    }
}

.shareIcons {
	width: 100%; padding:0px; margin: 10px 0 20px;
}
.shareIcons ul {max-width: 1100px; margin:0 auto; width: 100%; padding:0px;list-style: none;}
.shareIcons ul li{display: inline-block; width: 33.33%;}
.shareIcons ul li:second-child{margin:0px 5px;}
.shareIcons ul li img { width: 97%; border-radius: 5px; }


.brickBar {
	border-radius: 10px;
	width: 100%;
	background: #d3d3d3;
	height: 10px;
}
.brickbarFill {
	background: #00a65a;
	border-radius: 10px;
	height: 10px;
}

.donationBtn {
	background:#00a65a;
	width: 100%;
	padding:12px;
	color: #ffffff;
	font-size: 20px;
	border: 0px;
	cursor: pointer;
    border-radius: 5px !important;
    margin: 5px 0 20px;
    font-weight: 500;
}
.cancelBtn {
	background:#ffffff;
	width: 100%;
	padding:6px;
	color: #00a65a;
	font-size: 20px;
	border: 0px;
	cursor: pointer;
	margin: 5px 0px;
}

.galleryBlock { max-width: 1000px; margin: auto; }
.galleryBlock ul { width: 100%; margin:15px 0 0 0; padding: 0px; list-style: none; text-align: center; display: flex; flex-wrap: wrap; gap: 15px; }
.galleryBlock ul li { width: 30%; display: block; flex-grow: 1; line-height: 1; }
.galleryBlock ul li img{ width: 100%; border-radius: 8px; aspect-ratio: 5/4; object-fit: cover; }


.galleryBlock2 { max-width: 1000px; margin: auto; }
.galleryBlock2 ul {width: 100%; margin:15px 0 0 0; padding: 0px; list-style: none; text-align: center;}
.galleryBlock2 ul li {width: 60%; padding:5px; display: inline-block;}
.galleryBlock2 ul li img{ width: 100%; }

.projectInfo {font-size: 24px; color: #777777;}
.projectInfo span {color: #444444; font-weight: 600;}

.tableBlock { background:#e2e2e2;}
.tableBlock td {background: #fff; padding: 5px 12px; font-size: 20px;}

.copyRight {font-size: 14px; color: #999999; text-align:center; padding: 20px 10px; clear: both; }
.copyRight a {color:#00a65a ;}
.disclaimerTxt {font-size: 14px; color: #999999; text-align:center; padding-top: 15px; }

.previewDetials {
	background:#f4f4f4; border-radius: 10px;
}
.previewDetials ul {
	display: table;
	width: 100%;
	list-style: none;
	margin:0px;
	padding: 10px;
    box-sizing: border-box;
}
.previewDetials ul li {
	display:table-cell;
	width: auto;
	color: #acacac;
	font-size: 14px;
	padding: 2px;
}
.previewDetials ul li span {
	color: #666666;
	display: block;
	font-size: 18px;
}



.popupBlock {
	background: rgb(0,0,0,0.85);
	position: fixed;
	width: 100%;
	top: 0px;
	bottom: 0px;
	z-index: 999;
}
.popupFormBody {
	max-width: 300px;
    padding: 15px;
    color: #666;
    background: #fff;
    margin: 2% auto;
}
.popupTitle {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #00a65a;
    padding-bottom: 6px;
}

.paymentsBlock{
    display: flex; flex-wrap: wrap; gap: 25px; justify-content: center;
    .payment1, payment{ width: 100%; max-width: 500px; flex-grow: 1; border-radius: 10px; border: 1px solid #eee; 
/*        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); */
        padding: 25px;
        .title{ color: #111; font-size: 18px; font-weight: 600; margin: 0 0 10px; line-height: 1.3; }
    }
    @media (max-width: 600px){
        .payment1, payment{ padding: 25px 20px; }
    }
}

.note{ margin: 10px 0 20px; font-size: small; font-weight: 500; }

.csrpartners{
    display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 15px 0 40px; align-items: center;
    .wrap{ width: fit-content; img{ max-height: 60px; width: auto; max-width: 120px; mix-blend-mode: multiply; } }
    @media (max-width: 500px){ gap: 10px 20px; .wrap{ img{ max-height: 50px; max-width: 100px; } } }
}

.topbannertitle{
    color: #111; font-size: 40px; line-height: 42px; margin: 10px 0 25px;
    span{ display: inline-block; background: #00a65a; color: #fff; font-weight: 600; padding: 5px 10px; border-radius: 5px; margin: 6px 0 0; }
} 

.impact-grid {
  display: flex; flex-wrap: wrap;
  gap: 20px; margin: 0 0 30px;
}

.impact-item {
  background-color: #edf9f3;
  padding: 20px 15px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s;
  flex-grow: 1;
  width: 200px;
}

.impact-item:hover {
  transform: translateY(-5px);
}

.impact-item  img{ width: 60px; margin: 0 0 10px; }

.impact-item span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
    color: #00a65a;
}
				
.impact-item p{ margin: 0; line-height: 1.4; }

.rt305-banner-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
    border-radius: 10px;
    &:after{ content: ""; background: linear-gradient(45deg, #0009, #0000); display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
}

.rt305-banner-track {
  display: flex;
  transition: transform 1s ease-in-out;
}

.rt305-banner-slide {
  flex: 0 0 100%;
}

.rt305-banner-slide img {
  width: 100%;
  height: auto;
  display: block;
    aspect-ratio: 4/3; object-fit: cover; border-radius: 0;
}

@media (max-width: 500px){
    .impact-item{ width: 40%; }
}

@media screen and (max-width: 767px) {
.container{padding-bottom: 0px;}
.header ul li img {height: 50px;}
.slide{width: 100%; margin: 0 0 15px; }
.slideTxt {left:10px; width: 270px; }
.titleBig {font-size: 26px;}
.titleTxt {font-size: 32px; line-height: 34px; padding: 0px 10px; }
.discTxt {font-size: 22px; padding: 0px 10px;}
.mainTitle {font-size:22px; line-height: 28px;}

.bodyPart {
	padding: 0px 16px;
    box-sizing: border-box;
}
.formPart {
	float: none;
	width: 100%;
	position: relative;
}

.galleryBlock ul li{width: 46%; padding: 2px;  }
.galleryBlock2 ul li {width: 100%; padding: 10px; box-sizing: border-box;}

.projectOpenPart{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0px;
}
.contentPart{
	width: auto;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0px; 
    
}
    
    

.projectStats ul li {
	font-size: 11px;
	margin-bottom: 10px;
	width: 100%; 
}

.projectStats ul li:first-child span {
    display: block;
    font-size: 28px;
    padding: 0px 0;
}
.projectStats ul li span {
    display: block;
    font-size: 44px;
    line-height: 40px; margin: 8px 0 0;
}

.previewDetials ul li{
	width: 100%;
    display: block;
}

.payment, .payment img{
	width: 100%;
}

.mobFullImg {width: 100%;}

    .title2{ font-size: 26px; }
    .titleSub{ font-size: 20px; }

}