body {
	font-family: "Hind Madurai", sans-serif;
	color:var(--textcolor);
}
a{
    text-decoration:none;
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}
.code_left .heading {
    text-align: left;
    margin-bottom: 24px;
}
.heading {
    font-family: "Montserrat", sans-serif;
    color: #FBB03B;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.subheading {
    font-family: "Lora", serif;
    color: #000;
    font-size: 24px;
    text-align: center;
}
/*header*/
.header_right {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
}
.header_right ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 40px;
}
.header_right ul.menu>li>a {
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
    font-weight: 500;
    font-family: "Lora", serif;
    padding: 12px 0;
    display: flex;
}
.header_right ul.menu li {
    position: relative;
}
.header_right ul.menu>li>a:hover{
	color: #ff9800;
}
.menu .sub-menu{
    position: absolute;
    left: 0;
    min-width: 190px;
    background: rgb(72 133 9 / 50%);
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    top: 100%;
}

.menu li:hover > .sub-menu{
    display:block;
}

.menu .sub-menu li{
    width:100%;
}

.menu .sub-menu li a{
    font-size: 16px;
    transition: 0.5s;
    font-weight: 500;
    font-family: "Lora", serif;
    color: #fff;
    padding: 10px 16px;
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
}

.menu .sub-menu li:last-child a{
    border-bottom:none;
}
.menu .sub-menu li a:hover{
	color: #ff9800;
}
/*header*/

/*banner*/
.banner{
	position:relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner:before{
	content:'';
	position:absolute;.banner_left h1
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: radial-gradient(at center center, rgb(60 81 26 / 87%) 0%, rgb(0 0 0 / 69%) 100%);
}
.banner_main {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 30px;
    padding-top: 200px;
    padding-bottom: 200px;
    z-index: 99;
}
.banner_left h2 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.banner_left h1 {
	color: #FBB03B;
	font-size: 36px;
	margin-bottom: 18px;
	font-family: "Lora", serif;
}
.banner_left p {
    font-size: 20px;
    color: #fff;
}
.banner_btn {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.banner_btn.text-center a {
    margin: 0 auto;
}
.banner_btn a {
    background: #ff9800;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 8px;
    height: 45px;
    transition: 0.5s;
    font-weight: 500;

}
.banner_btn a:hover {
    background: #557520;
}
.shapeview {
    position: absolute;
    z-index: 9;
    bottom: 0;
}

.shapeview img {
    width: 100%;
}
/*banner*/

/*startups*/
.startups{
	padding: 60px 0 100px;
}
.aboutheading {
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.code_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-top: 40px;
}
.aboutimg1{
    padding-right: 100px;
}
.aboutimg1 img.sklk {
    height: auto;
}
.features-content ul li {
    margin-bottom: 12px;
    color: rgb(0 0 0 / 70%);
    font-size: 18px;
    line-height: 36px;
}

.aboutimg1 img {
    width: 100%;
    border: 10px solid #ff9800;
    height: 400px;
    object-fit: cover;
}
.code_right {
    position: relative;
}
.aboutimg2{
    position: absolute;
    padding-left: 300px;
    bottom:-40px;
}
.aboutimg2 img {
    width: 100%;
    border: 10px solid #ff9800;
    height: 350px;
    object-fit: cover;
}
.features-content h2 {
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #323232;
}
.features-content .lead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #323232;
}
.features-content p {
    margin-bottom: 12px;
    color: rgb(0 0 0 / 70%);
    font-size: 18px;
    line-height: 36px;
}
.features-content .features-list .feature-item {
    display: flex;
    margin-bottom: 24px;
}
.feature-icon img {
    width: 30px;
    filter: brightness(0) invert(1);
}
.features-content .features-list .feature-item .feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-color: #5c7e23;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}
.features-content .features-list .feature-item .feature-text h4 {
    margin-bottom: 6px;
    font-family: "Lora", serif;
    color: #000;
    font-size: 18px;
}
.features-content .features-list .feature-item .feature-text p {
    font-size: 16px;
    margin: 0;
    color: rgb(0 0 0 / 76%);
}
.features-content .features-list .feature-item .feature-icon:hover {
    background-color: #FBB03B;
    color:#fff;
    transform: translateY(-5px);
}
.features-content .features-list .feature-item .feature-icon:hover img {
    filter: brightness(0) invert(1);
}
/*startups*/


/*recruiters*/
.recruiters {
    padding: 60px 0;
    background: #557520;
    display:none;
}
.recruitersheading {font-family: "Montserrat", sans-serif;color: #FBB03B;font-size: 36px;text-align: center;font-weight: bold;}
.recruiterslogoslider{
	margin-top:30px;
}
.recruiterslogobox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.recruiterslogobox img {
    
}

/*recruiters*/

/*donors*/
.recent_donors {
    background: #202020;
    padding: 60px 0;
    overflow: hidden;
    display:none;
}
.donorslist {
    display: flex;
    align-items: flex-start;
    grid-gap: 24px;
    width: max-content;
    animation: marquee 30s linear infinite;
    padding: 10px 0;
}
.donors_text h3 {
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    font-weight: 800;
}
.donors_text h4 {
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.marquee{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.donorsbox {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    background: #557520;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    padding: 12px 24px;
    border-radius: 5px;
}
.donors_img img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}
.donorsbox:nth-child(2n+2) {
    margin-top: 30px;
}
@keyframes marquee{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
/*donors*/

/*service*/
.service {
    padding: 60px 0;
        background: #f4f4f4;
}
.service_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.service_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.service_box img {
    width: 100%;
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
}
.service_box h3 {
    
font-size: 20px;
    
margin-bottom: 8px;
    
font-family: "Lora", serif;
}
.service_box p {
    font-size: 18px;
    margin: 0;
    color: rgb(0 0 0 / 76%);
}
/*service*/


/*bannerinner*/
.bannerinner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerinner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at center center, rgb(60 81 26 / 87%) 0%, rgb(0 0 0 / 69%) 100%);
}
.bannerinner h1 {
    color: #fff;
    z-index: 9;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    font-size: 42px;
    padding-top: 60px;
}
.bannerinner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    grid-gap: 24px;
}
.bannerinner ul li {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
}
.bannerinner ul li:before {
    content:'/';
    position:absolute;
    top: 0;
    right: -16px;
}


.bannerinner ul li:last-child:before {
    display: none;
}
.bannerinner ul li a {
    color: #fff;
}
.bannerinner ul li a:hover {
    color: #ff9800;
    transition: 0.5s;
}
/*bannerinner*/

/*stories*/
.storiespgae {
    padding: 60px 0;
}

.stories_main_video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}
.stories_main {}
.stories_box video {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.stories {
	background: #202020;
	padding: 60px 0;
}
/*stories*/

/*impact*/
.impact {
    padding: 60px 0;
}
.impact_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.impact_box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #202020;
}
.impact_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.impact_box h3 {
    
font-size: 18px;
    
margin-bottom: 0;
    
padding: 16px 16px 10px 16px;
    
font-family: "Lora", serif;
    
color: #fff;
}
.impact_box p {
    padding: 0px 16px 16px 16px;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
/*impact*/

/*counter*/
.counter {
    background: #557520;
    padding: 60px 0;
}
.counter_box img {
    width: 60px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.counter_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}
.counter_box p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding:0 63px;
    font-family: "Lora", serif;
}
.counter_box h3 {color: #fff;font-weight: bold;font-size: 42px;padding-top: 10px;margin-bottom: 0;}
.counter_box {
    border-right: 1px solid rgb(255 255 255 / 36%);
}
.counter_box:last-child {
    border-right: 0px;
}
/*counter*/

/*donate*/
.donate{
	padding:60px 0;
}
/*donate*/

/*gallery*/
.gallery{
	padding:60px 0;
}
.gallery_main {
    width: 100% !important;;
}

.gallery_box img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.gallery_box img:hover{
	    transform: scale(1.2);
}
.gallery_box {
    overflow: hidden;
	border-radius: 10px;
    max-width:300px;
    margin-bottom:20px;
}
/*gallery*/

/*blog*/
.blog{
	padding:60px 0;
}
.blog_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.blogimg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
}
.blogimg img:hover {
    transform: scale(1.2);
}

.blogimg {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px;
}
.blogimg a {
    display: flex;
}

.dateblog {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dateblog a {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-size: 16px;
    color: #FBB03B;
    font-family: "Lora", serif;
    font-weight: bold;
}

.blogtitle, .blogtitle a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
}

.blogtitle {
    margin-bottom: 12px;
}

.blog_box p {
    margin: 0;
    font-size: 18px;
    color: rgb(0 0 0 / 76%);
}
.blog_btn a {
    font-weight: 600;
    color: #557520;
    transition: 0.5s;
    font-size: 18px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.blog_btn a i {
    display: flex;
    align-items: center;
}
.blog_btn a:hover {
    color: #FBB03B;
}

ul.recent-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.recent-posts li a {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 12px;
    color: #000;
}

ul.recent-posts li a img {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    object-fit: cover;
}
ul.recent-posts li {
    margin-bottom: 20px;
}
ul.recent-posts li:last-child{
    margin-bottom: 0px;
}

.single_blog {
    padding: 60px;
}

.single_blog_main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 40px;
}

.single_blog_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height:600px;
}

.single_blog_img {
    margin-bottom: 12px;
}

.single_blog_left {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 10px;
}

.sidebar_box {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 10px;
}
.single_blog_content p {
    margin-bottom: 12px;
    font-size: 16px;
    color: rgb(0 0 0 / 76%);
    line-height: 30px;
}

.single_blog_content h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-top: 24px;
    margin-bottom: 16px;
}
.single_blog_content h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-top: 24px;
    margin-bottom: 16px;
}
.single_blog_content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-top: 24px;
    margin-bottom: 16px;
}

.single_blog_content ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: rgb(0 0 0 / 76%);
}

.single_blog_content p strong {
    font-weight: 600;
}
ul.Categories {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.Categories li {
    margin-bottom: 12px;
    font-size: 16px;
}

ul.Categories li a {
    color: #000;
}

ul.Categories li:last-child {
    margin-bottom: 0;
}
/*blog*/


/*testimonials*/
.testimonials{
	padding:60px 0;
	background: #f4f4f4;
}
img.testimonial-avatar {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto 20px;
}
.testimonial-icon img {
	width: 40px;
}
.testimonial-section {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 30px;
	text-align: center;
    box-shadow: 0 0px 25px rgb(0 0 0 / 13%);
    height:400px;
}
.testimonialsslider .item {
    padding: 20px;
}
.testimonial-icon i {
    color: #FBB03B;
    font-size: 50px;
}
.testimonial-icon {
    position: absolute;
    top: -16px;
    transform: rotate(170deg);
}
p.testimonial-text {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: rgb(0 0 0 / 76%);
}
.testimonialsslider {}
.testimonial-author {
    text-align: center;
    margin-top: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
}
.testimonial-role {
    font-style: italic;
    text-align: center;
}
/*testimonials*/


/*goals*/
.goals {
    background: #557520;
    padding: 60px 0;
}
.goalsmain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}
.donate-tag{
    display:flex;
    align-items:center;
    gap:10px;
    color: #ff9800;
    font-size:28px;
    font-style:italic;
    margin-bottom:30px;
}
.donate-tag i{
    font-size:38px;
    display: flex;
    align-items: center;
}
.donate-content h2{
    font-family: "Montserrat", sans-serif;
    color: #ff9800;
    font-size: 36px;
    font-weight: bold;
    margin-bottom:25px;
}
.donate-content p{
    color: #fff;
    font-size: 18px;
    margin-bottom:40px;
    font-family: "Lora", serif;
}
.goal-item{
    margin-bottom:30px;
    position:relative;
}
.progress-label{
    display:flex;
    justify-content:space-between;
    margin-bottom:12px;
    font-size:22px;
    font-weight:700;
    color:#13233b;
}
.progress-label span:last-child{
    color: #ff9800;
}
.progress{
    height:10px;
    border-radius: 10px;
    background:#ddd;
}
.goal-bar{
    background: #4bd627;
}
.raised-bar{
    background:#ff5c5c;
}
.progress-percent{
    text-align:right;
    font-size:20px;
    font-weight:700;
    color: #fff;
    margin-bottom:10px;
    font-family: "Lora", serif;
}
.donate-image{
    height:100%;
}
.progress-label span {
    color: #fff;
    font-family: "Lora", serif;
    font-weight: 400;
}
.donate-image img{
    width:100%;
    height: 440px;
    object-fit:cover;
    border-radius: 10px;
}
/*goals*/

/*footer*/
.footer {
    background: #557520;
    padding-top: 60px;
}
.footerlogo img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}
.footer_main {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr;
    grid-gap: 40px;
    padding-bottom: 30px;
}
.code img {
    width: 180px;
}
.footerlink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footerlink ul li {
    margin-bottom: 16px;
}
.footerlink ul li a {
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    transition: 0.5s;
}
.footerlink ul li:last-child {
    margin-bottom: 0;
}
.footerlogo {
    margin-bottom: 20px;
}
.footer_box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.visitlink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.visitlink ul li {
    display: flex;
    align-items: flex-start;
    grid-gap: 16px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.visitlink ul li i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.visitlink ul li a {
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}
.visitlink ul li span {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.visitlink ul li a:hover {
    color: #ff9800;
}
.footerlink ul li a:hover {
    color: #ff9800;
}
.visitlink ul li:last-child {
    margin-bottom: 0;
}
.socillink {
    padding-top: 40px;
}
.socillink ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.socillink ul li a {
    width: 40px;
    height: 40px;
    background: #ff9800;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socillink ul li a img {
    width: 18px;
    filter: brightness(0) invert(1);
}
.code {
    padding-top: 20px;
}
.footerbottom {
    background: rgb(0 0 0 / 24%);
}

.footerbottom_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 24px;
}

.footerbottom_left ul li a {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.footerbottom_left ul li a:hover {
    color: #ff9800;
}

.footerbottom_right p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.footerbottom_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}
.footerheading {
    font-size: 20px;
    color: #FBB03B;
    font-family: "Lora", serif;
    margin-bottom: 18px;
}
/*footer*/

/*faq*/
.faq {
    padding: 60px;
}

.faqmain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}

.faqright img {
    width: 100%;
    border: 10px solid #ff9800;
    height: 490px;
    object-fit: cover;
}

.faqleft h4 {
    font-size: 24px;
    font-family: "Lora", serif;
    margin-bottom: 30px;
}

.faqleft h3 {
    font-family: "Montserrat", sans-serif;
    color: #FBB03B;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faqaccordion .accordion-header button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    outline: 0;
    border: 0;
    background: #FBB03B;
    width: 100%;
    text-align: left;
    border-radius: 30px;
    font-family: "Lora", serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap:12px;
}
span.faqarrow {
    transition: 0.5s;
    transform: rotate(180deg);
}
.collapsed span.faqarrow {
    transform: rotate(0deg);
}
.accordion-body_inner p {
    padding:16px 16px 0;
    font-size: 18px;
    margin-bottom:10px;
}

.faqaccordion .accordion-item {
    padding-bottom: 10px;
}
/*faq*/



.contentpartview {
    padding: 60px 0;
}

.contentpartview h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-bottom: 16px;
    margin-top: 20px;
}
.contentpartview h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-bottom: 20px;
}

.contentpartview h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-bottom: 16px;
    margin-top: 16px;
}
.contentpartview p {
    margin-bottom: 12px;
    font-size: 18px;
    color: rgb(0 0 0 / 76%);
    line-height: 30px;
}

.contentpartview p strong {
    font-weight: 600;
    color: #000;
}

.contentpartview ul li {
    margin-bottom: 8px;
    font-size: 18px;
    color: rgb(0 0 0 / 76%);
    line-height: 30px;
}



.goog-te-gadget img {
    display: none;
}
.goog-te-gadget-simple {
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #ff9800;
}
.goog-te-gadget-simple a span {
    color: #fff !important;
    border-color: #fff !important;
}
.goog-te-gadget-simple a {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    color: #fff !important;
}






/*about*/
.aboutusview {
    padding: 60px 0 100px;
}

.aboutusview .code_main {
    margin-top: 0;
}

.ourvision {
    padding: 60px 0;
    background-image: radial-gradient(at center center, rgb(60 81 26 / 96%) 0%, rgb(0 0 0 / 69%) 100%);
    position: relative;
}
.ourvision p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.ourvisionheading {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: "Lora", serif;
}
.ourvision:before {
    content:'';
    background-image: url(../images/herobanner.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.1;
}
.ourvision ul {}

.ourvision ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.ourvision ul li strong {
    font-weight: 600;
}

.ourmission {
    padding: 60px 0;
}

.ourmissionheading {
    text-align: center;
    color: #557520;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: "Lora", serif;
}

.ourmission ul {}

.ourmission ul li {
    font-size: 18px;
    color: #557520;
    margin-bottom: 12px;
}

.ourmission ul li strong {
    font-weight: 600;
}
/*about*/


.whatwedo {
    padding: 60px 0;
}

.whatwedoheading {
    font-family: "Montserrat", sans-serif;
    color: #FBB03B;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.whatwedomain {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 60px;
    align-items: center;
}

.whatwedoleft img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.whatwedoleft {
    border-radius: 10px;
    overflow: hidden;
}

.whatwedoright h3 {
    font-size: 24px;
    font-family: "Lora", serif;
    margin-bottom: 16px;
}

.whatwedoright p {
    font-size: 18px;
    margin: 0;
    color: rgb(0 0 0 / 76%);
    line-height: 36px;
}

.whatwedoslider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    grid-gap: 12px;
}

.whatwedoslider .owl-nav button i {
    font-size: 30px;
    color: #ff9800;
}


.stories_main .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 12px;
    position: absolute;
    top: -90px;
    right: 0;
}

.stories_main .owl-nav button i {
    font-size: 30px;
    color: #ff9800;
}




.contact-section {
    padding: 60px 0;
}

.contactmain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
}
.small-title{color: #ff9800;font-size: 28px;font-style: italic;font-weight: 600;margin-bottom: 20px;}

.contact-title{
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contact_left p {
    font-size: 18px;
    margin: 0;
    color: rgb(0 0 0 / 76%);
}

.form-box{
    background: #f5f5f5;
    padding:40px;
}
.form-label{
    font-weight:600;
    color: #000;
    margin-bottom:10px;
    font-size: 16px;
}
.form-control{
    height:50px;
    border-radius:0;
    border:1px solid #ddd;
    margin-bottom:15px;
    box-shadow:none!important;
}
textarea.form-control{
    height:175px;
    resize:none;
}
.submit-btn input{background: #ff9800;color: #fff;font-size: 18px;display: inline-flex;align-items: center;padding: 0 16px;border-radius: 8px;height: 45px;transition: 0.5s;font-weight: 500;border: 0;width: 100%;justify-content: center;}
.submit-btn input:hover{
    background:#557520;
}
.submit-btn  span {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(33px);
}
.form-box .wpcf7 form.sent .wpcf7-response-output {
    background: #bcffc2;
    color: #46b450;
}
.form-box .wpcf7 form.invalid .wpcf7-response-output, .form-box .wpcf7 form.unaccepted .wpcf7-response-output, .form-box .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ff8f8f;
    color: red;
}
.form-box .wpcf7-response-output {
    border: 0!important;
    padding: 12px!important;
    border-radius: 10px;
    margin: 15px 0 0 0!important;
    text-align: center;
}
.form-box p label {
    margin-bottom: 4px;
    font-size: 16px;
}
.submit-btn p {
    margin: 0;
    position: relative;
}
.contact_left .footer_box {
    margin-top: 40px;
}

.contact_left .footer_box .visitlink ul li{
    color:#000;
    margin-bottom: 32px;
}
.contact_left .footer_box .visitlink ul li a{
    color:#000;
}

.contact_left .socillink {
    padding-top: 0;
}

.contact_left .footer_box .visitlink ul li i {
    color: #ff9800;
}
.contactmap iframe {
    width: 100%;
    height: 400px;
}

.contactmap {
    margin-bottom: -7px;
}




.sidebar_box  h3 {
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.sidebar_box .searchform>div {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.sidebar_box .searchform input {
    height: 45px;
    border: 1px solid #ddd;
    box-shadow: none !important;
    width: 100%;
    border-radius: 8px;
    padding: 0 16px;
    outline: 0;
}

.sidebar_box .searchform #searchsubmit {
    background: #ff9800;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 8px;
    transition: 0.5s;
    font-weight: 500;
    border: 0;
    width: 110px;
    justify-content: center;
}


.comments-area{
    margin-top:40px;
}

.comments-title{
    margin-bottom:20px;
    font-family: "Lora", serif;
    font-size: 24px;
}

.comment-list{
    list-style:none;
    padding:0;
}

.comment-list li{
    margin-bottom:20px;
    padding:15px;
    border:1px solid #ddd;
    margin-top: 10px;
}

.comment-form input,
.comment-form textarea{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ddd;
}

.comment-form textarea{
    height:150px;
}

.comment-form input[type="submit"]{
    cursor:pointer;
    background: #ff9800;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    transition: 0.5s;
    font-weight: 500;
    border: 0;
    height: auto;
    justify-content: center;
}
.comment-body {}

.comment-author.vcard {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-bottom: 8px;
}

.comment-meta.commentmetadata a {
    color: #2d50fa;
}

cite.fn a {
    color: #2d50fa;
}

.reply a {
    color: #2d50fa;
}

.comment-reply-title {
    margin-bottom: 20px;
    font-family: "Lora", serif;
    font-size: 24px;
}

p.logged-in-as {
    font-size: 16px;
    color: #000;
}

p.logged-in-as a {
    color: #2d50fa;
}








/**/
.donation-wrapper {
    width: 100%;
    padding:60px 20px;
}

.donation-card {
    max-width: 620px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 25px #ddd;
}

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 90px;
}

.qr img {
    width: 120px;
}

.qr p {
    margin: 0;
    font-size: 14px;
}


label {
    display: block;
    margin-top: 18px;
    font-weight: 600;
}

.donation-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 12px;
}

.donation-tabs button,
.amounts button {
    background: white;
    border: 1px solid #ddd;
    height: 80px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
}

.donation-tabs .active {
    border: 2px solid#FBB03B;
    color:#FBB03B;
    background: #fff7f2;
}

.amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.amounts button {
    height: 38px;
}

.input-box {
    display: flex;
    border: 1px solid #ddd;
    margin-top: 15px;
    height: 38px;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
}

.input-box input {
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    outline: 0;
    width: 100%;
}

.minimum {
    color: #777;
    font-size: 13px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

input,
select {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    box-sizing: border-box;
}

.note {
    margin-top: 15px;
    padding: 15px;
    background: #fff3cd;
    border-radius: 6px;
    font-size: 14px;
}

.payment-btn {
    width: 100%;
    height: 58px;
    margin-top: 18px;
    border: 0;
    background:#FBB03B;
    color: white;
    font-size: 18px;
    border-radius: 6px;
    font-weight: bold;
}

.secure {
    text-align: center;
    margin: 25px 0;
    color: #777;
}
.hamburgermenu {
   display:none;
}

/* =============================================
   RESPONSIVE STYLES
   Tablet: max-width 1024px
   Mobile: max-width 768px
   Small Mobile: max-width 480px
   ============================================= */

@media (max-width: 1200px) {
.aboutimg2 {
    padding-left: 110px;
}
}

/* ---- TABLET (max 1024px) ---- */
@media (max-width: 1024px) {

  .container {
    padding: 0 20px;
  }

  /* Header */
  .header_right ul.menu {
    grid-gap: 20px;
  }
  .header_right ul.menu > li > a {
    font-size: 16px;
  }

  /* Banner */
  .banner_main {
    grid-template-columns: 1fr;
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .banner_left h2 {
    font-size: 42px;
  }
  .banner_left h1 {
    font-size: 30px;
  }

  /* About / Code section */
  .code_main {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
  }
  .aboutimg1 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .aboutimg2 {
    position: relative;
    padding-left: 0;
    bottom: auto;
  }
  .aboutimg1 img,
  .aboutimg2 img {
    height: 300px;
  }

  /* Service */
  .service_main {
    grid-template-columns: 1fr 1fr;
  }

  /* Impact */
  .impact_main {
    grid-template-columns: 1fr 1fr;
  }

  /* Counter */
  .counter_main {
    grid-template-columns: 1fr 1fr;
  }
  .counter_box {
        border-right: none;
        border-bottom: 1px solid rgb(255 255 255 / 36%);
        margin-bottom: 0px;
        padding: 20px;
  }
  .counter_box:nth-child(odd) {
    border-right: 1px solid rgb(255 255 255 / 36%);
  }
  .counter_box:last-child,
  .counter_box:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }

  /* Goals */
  .goalsmain {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .donate-image img {
    height: 300px;
  }

  /* FAQ */
  .faq {
    padding: 60px 20px;
  }
  .faqmain {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .faqright img {
    height: 350px;
  }

  /* Blog */
  .blog_main {
    grid-template-columns: 1fr 1fr;
  }

  /* Footer */
  .footer_main {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  /* Contact */
  .contactmain {
    grid-template-columns: 1fr;
  }

  /* Single blog */
  .single_blog {
    padding: 40px 20px;
  }
  .single_blog_main {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  /* What we do */
  .whatwedomain {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .whatwedoleft img {
    height:auto;
  }

  /* Stories */
  .stories_main_video {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 992px){
    .hamburgermenu {
    background: #ff9800;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    line-height: 29px;
    cursor: pointer;
}
    .header_right {
    grid-gap: 12px;
  }
  .header_right ul.menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(60 81 26 / 97%);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    grid-gap: 0;
  }
  .header_right ul.menu.open {
    display: flex;
  }
  .header_right ul.menu > li {
    width: 100%;
    text-align: center;
  }
  .header_right ul.menu > li > a {
    justify-content: center;
    padding: 14px 20px;
    font-size: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }
  .menu .sub-menu {
    position: static;
    background: rgb(0 0 0 / 25%);
    border-radius: 0;
    min-width: 100%;
  }
  .menu .sub-menu li a {
    justify-content: center;
  }
}

/* ---- MOBILE (max 768px) ---- */
@media (max-width: 768px) {
.features-content ul li {
    font-size: 16px;
}
    .whatwedoheading {
        font-size: 28px;
        margin-bottom: 24px;
    }
  .container {
    padding: 0 16px;
  }

  /* Typography */
  .heading {
    font-size: 28px;
  }
  .subheading {
    font-size: 20px;
  }

  /* Header — hamburger menu */
  .header {
    padding: 14px 0;
  }
  .header_left img {
    width: 90px;
    height: 90px;
  }
  

  /* Hamburger icon — add this in HTML as <button class="hamburger"> */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 10000;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* Banner */
  .banner_main {
        grid-template-columns: 1fr;
        padding-top: 170px;
        padding-bottom: 120px;
        grid-gap: 20px;
  }
  .banner_left h2 {
    font-size: 32px;
  }
  .banner_left h1 {
    font-size: 30px;
  }
  .banner_left p {
    font-size: 16px;
  }
  .banner_btn a {
    font-size: 16px;
    height: 40px;
  }

  /* Banner inner */
  .bannerinner {
    height: 280px;
  }
  .bannerinner h1 {
    font-size: 28px;
    padding-top: 40px;
  }
  .bannerinner ul {
    grid-gap: 14px;
  }
  .bannerinner ul li {
    font-size: 16px;
  }

  /* About */
.code_main {
    grid-template-columns: 1fr;
    margin-top: 0;
}
.aboutimg2{
    display: none;
}
  .aboutimg1 img {
    height: auto;
  }
  .features-content h2 {
    font-size: 22px;
  }
  .features-content p {
    font-size: 16px;
  }

  /* Service */
  .service_main {
    grid-template-columns: 1fr;
  }
  .service_box img {
    height: auto;
  }

  /* Impact */
  .impact_main {
    grid-template-columns: 1fr;
  }

  /* Counter */
  .counter_main {
    grid-template-columns: 1fr 1fr;
  }
  .counter_box h3 {
    font-size: 32px;
  }
  .counter_box p {
           font-size: 16px;
        padding: 0;
  }

  /* Goals */
  .goalsmain {
    grid-template-columns: 1fr;
  }
  .donate-content h2 {
    font-size: 26px;
  }
  .donate-content p {
    font-size: 16px;
  }
  .donate-tag {
    font-size: 22px;
  }
  .donate-image img {
    height: 250px;
  }

  /* FAQ */
  .faq {
    padding: 40px 16px;
  }
  .faqmain {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .faqleft h3 {
    font-size: 26px;
  }
  .faqleft h4 {
    font-size: 20px;
  }
  .faqright img {
    height: 260px;
  }

  /* Testimonials */
  .testimonialsslider .item {
    padding: 10px;
  }
  p.testimonial-text {
    font-size: 16px;
  }

  /* Blog */
  .blog_main {
    grid-template-columns: 1fr;
  }
  .blogimg img {
    height: 220px;
  }


  .testimonial-section {
         box-shadow: none;;
  }
  /* Gallery */
  .gallery_box {
    width: 100%;
    max-width: unset;
  }

  /* Footer */
  .footer_main {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .footerbottom_main {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 16px 0;
  }
  .footerbottom_left ul {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 12px;
  }

  /* Contact */
  .contactmain {
    grid-template-columns: 1fr;
  }
  .form-box {
    padding: 20px 16px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }

  /* What we do */
  .whatwedomain {
    grid-template-columns: 1fr;
  }

  /* Stories */
  .stories_main_video {
    grid-template-columns: 1fr 1fr;
  }

  /* Single blog */
  .single_blog {
    padding: 30px 16px;
  }
  .single_blog_main {
    grid-template-columns: 1fr;
  }

  /* Recruiters heading */
  .recruitersheading {
    font-size: 26px;
  }

  /* Donation card */
  .donation-card {
    padding: 20px 16px;
  }
  .donation-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .amounts {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* Section paddings */
  .startups,
  .recruiters,
  .recent_donors,
  .service,
  .impact,
  .counter,
  .donate,
  .gallery,
  .blog,
  .testimonials,
  .goals,
  .whatwedo,
  .contact-section,
  .contentpartview,
  .aboutusview,
  .ourvision,
  .ourmission,
  .storiespgae,
  .stories {
    padding: 40px 0;
  }
}


/* ---- SMALL MOBILE (max 480px) ---- */
@media (max-width: 480px) {
    .counter_box:last-child, .counter_box:nth-last-child(2):nth-child(odd) {
        border-bottom: 0;
        border-bottom: 1px solid rgb(255 255 255 / 36%);
    }
  .heading {
    font-size: 24px;
  }

  .banner_left h2 {
    font-size: 26px;
  }
  .banner_left h1 {
    font-size: 28px;
  }
  .banner_btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .counter_main {
    grid-template-columns: 1fr;
  }
  .counter_box {
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 36%);
    padding-bottom: 24px;
  }
  .counter_box:last-child {
    border-bottom: 0;
  }
  .counter_box:nth-child(odd) {
    border-right: none;
  }

  .stories_main_video {
    grid-template-columns: 1fr;
  }

  .donation-tabs {
    grid-template-columns: 1fr;
  }

  .bannerinner h1 {
    font-size: 22px;
  }

  .footer_main {
    grid-template-columns: 1fr;
  }

  .footerlink ul li a,
  .visitlink ul li,
  .visitlink ul li a,
  .footer_box p {
    font-size: 16px;
  }

  .faqaccordion .accordion-header button {
    font-size: 16px;
  }

  .single_blog {
    padding: 20px 12px;
  }

  .form-box {
    padding: 16px 12px;
  }
}