:root {
    --primary-green: #116e38;
    --accent-yellow: #f9ed10;
    --light-green: #4a7c59;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    background: #f8f9fa !important
}

.navbar-custom {
    filter: drop-shadow(0px 20px 10px rgba(0,0,0,0.05));
    background-color: #f0ea1c;
    padding: 1rem 0;
}

.navbar-brand {
    color: var(--accent-yellow) !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    margin: 0 1rem;
    font-size: 18px;
    color: #000000 !important;
    padding: 5px 10px;
    font-weight: 700;
}

    .navbar-nav .nav-link.active {
        border-radius: 1px;
        background-color: #116e38 !important;
        padding: 5px 10px;
        font-size: 18px;
        margin: 0 1rem;
        color: #f0ea1c !important;
    }

    .navbar-nav .nav-link:hover:not(.active) {
        color: var(--light-green) !important;
    }

.social-icons a {
    margin-right: 6px
}

.social-icons img {
    width: 24px;
    height: 24px;
}

/*.hero-section {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}*/

.hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

.vote-text {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.name-text {
    font-size: 4rem;
    font-weight: bold;
    color: var(--accent-yellow);
    margin-bottom: 2rem;
}

.hero-description {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero-image {
    position: relative;
    z-index: 2;
}

    .hero-image img {
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

.geometric-pattern {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 80%;
    background: repeating-linear-gradient( 45deg, var(--accent-yellow), var(--accent-yellow) 10px, transparent 10px, transparent 20px );
    opacity: 0.1;
    z-index: 1;
}

.bio-section {
    padding: 2.5rem 0;
    background-color: #f8f9fa;
}

.portfolio-section {
    padding: 4rem 0;
    background-color: var(--primary-green);
    color: white;
}

.portfolio-title {
    text-align: center;
    margin-bottom: 3rem;
}

    .portfolio-title h2 {
        color: white;
    }

    .portfolio-title span {
        color: var(--accent-yellow);
    }

.portfolio-card {
    border-radius: 57px;
    background-image: linear-gradient(40deg, #d1cb12 0%, #116d37 99%, #116d37 100%);
    border: 2px solid #ffffff;
    padding: 30px;
    height: 100%;
}

    .portfolio-card h5 {
        font-size: 23px;
        line-height: 51px;
        color: #ffffff;
        font-weight: 600;
        font-family: "Open Sans";
        text-align: center;
        padding-left: 20px;
        padding-right: 20px
    }

    .portfolio-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 1rem;
    }

.vision-section {
    padding: 2.5rem 0;
    background-color: #f8f9fa;
}

.vision-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center
}

.vision-image {
    flex-shrink: 0;
}

    .vision-image img {
        width: 400px
    }

.vision-text h2 {
    font-size: 47px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
}

.vision-text p {
    font-size: 20px;
    line-height: 42px;
    color: #000000;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: justify;
}

.vision-text span {
    color: var(--primary-green);
}

.stands-section {
    padding: 2.5rem 0;
    background-color: #f8f9fa;
}

.stands-title {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--primary-green);
}

    .stands-title h2 {
        color: #000000 !important;
        letter-spacing: -1px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Barlow";
        text-align: center;
        font-size: 47px;
    }

    .stands-title span {
        color: var(--primary-green);
        letter-spacing: -1px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Barlow";
        text-align: center;
        font-size: 47px;
    }

.stands-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 2rem;
}

    .stands-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.stands-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, var(--primary-green));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

    .stands-overlay h4 {
        color: var(--accent-yellow);
        font-weight: bold;
    }

.stand-div img {
    height: 300px;
    width: 100%;
}

.bggreen {
    background: var(--primary-green);
    text-align: center
}

    .bggreen span {
        color: var(--accent-yellow);
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 55px;
        font-weight: 600;
        font-family: "Barlow";
        text-align: center;
    }

.bgFooter {
    background-image: url(/images/greenPeople.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center bottom; */
    color: white;
    padding: 3rem 0 2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-custom {
    /*background-color: var(--primary-green);*/
    color: white;
    padding: 3rem 0 2rem;
}

.footer-logo img {
    width: 400px;
    text-align: center
}

.footer-links a {
    font-size: 18px;
    line-height: 55px;
    color: #8af3b6 !important;
    font-weight: 500;
    font-family: "Barlow";
    text-align: center;
    text-decoration: none;
    margin-right: 50px;
}

    .footer-links a:hover {
        color: #fff !important;
    }

.contact-buttons a {
    font-size: 16px;
    color: #116e38 !important;
    font-weight: 700;
    font-family: "Barlow";
    display: inline-flex;
    align-items: center;
}

.contact-btn {
    background-color: var(--accent-yellow);
    color: var(--primary-green);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    margin: 0.5rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

@media (min-width:300px) {
    .fs-sm-1 {
        font-size: 1.7rem !important
    }
}

@media (min-width:768px) {
    .fs-md-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }
}

@media (min-width:1024px) {
    .fs-lg-3 {
        font-size: 1.8rem !important;
    }

    /*  .bannerImage {
        height: 480px !important;
        width: 100%;
    }*/
}

/*@media (min-width:1300px) {

    .bannerImage {
        height: 650px !important;
        width: 100%;
    }
}*/

/*@media (min-width:1701px) {
    .bannerImage {
        height: 984px !important;
        width: 100%;
    }
}*/

/*@media (min-width:2300px) {

    .bannerImage {
        height: 860px !important;
        width: 100%;
    }
}*/

/*@media (min-width:2700px) {

    .bannerImage {
        height: 1100px !important;
        width: 100%;
    }
}*/

@media (max-width: 768px) {
    .bggreen span {
        font-size: 22px !important;
    }

    section.bio-section {
        padding: 1.5rem !important;
    }

    .mainPageContent p {
        font-size: 16px;
        line-height: 30px;
        text-align: justify
    }

    div.mt-325px {
        margin-top: -188px !important;
    }

    section.stands-section {
        padding: 1.5rem !important;
    }

    section.vision-section {
        padding: 1.5rem !important;
    }

    .stands-title h2, .stands-title span {
        font-size: 28px !important;
    }

    .vision-text h2 {
        font-size: 28px !important;
        margin-top: 13px;
    }

    .vision-text p {
        font-size: 14px;
        line-height: 30px;
    }

    section.portfolio-section {
        padding: 1.5rem !important;
    }

    .portfolio-card h5 {
        font-size: 15px !important;
        line-height: 41px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .portfolio-card {
        padding: 16px !important;
    }

    section.stand-for-about {
        padding: 1.5rem !important;
    }

    section.about-section p.greenHeading {
        font-size: 24px !important;
    }

    section .stand-for-about p.greenHeading {
        font-size: 24px !important;
        padding-top: 8px;
        margin-bottom: 0px;
    }

    section.stand-for-about p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    section.stand-for-about ul li {
        font-size: 14px !important;
        line-height: 30px;
        margin-bottom: 4px;
    }

    section.about-section p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    section.contact-section {
        padding: 1.5rem !important;
    }

    img.logoWidth {
        width: 170px !important
    }

    .footer-custom {
        background: #116e38 !important;
    }

    .bgFooter {
        background: unset !important;
        padding: 0 !important;
    }

    .footer-links a {
        font-size: 16px !important;
        margin-right: 10px !important;
    }

    .hero-section .contact-img {
        height: 175px;
    }

    .hero-section .standFor-img {
        height: 175px;
    }

    .vote-text {
        font-size: 2rem;
    }

    .name-text {
        font-size: 2.5rem;
    }

    .vision-content {
        flex-direction: column;
        text-align: center;
    }

    img.bannerImage {
        height: unset !important
    }

    section.stand-for-about p.greenHeading {
        font-size: 24px !important;
    }

    .email-link {
        font-size: 14px !important;
    }

    .facebook-link {
        font-size: 14px !important;
    }
}

@media (max-width: 500px) {
    .videoDiv {
        height: auto !important;
        padding: 0px !important;
    }

    .bggreen span {
        font-size: 22px !important;
    }

    section.video-section {
        padding: 1.5rem !important;
        padding-top: 0px !important;
    }

        section.video-section .container-fluid {
            padding: 0px !important;
        }

    section.bio-section {
        padding: 1.5rem !important;
    }

    .mainPageContent p {
        font-size: 14px;
        line-height: 30px;
        text-align: justify
    }

    section.vision-section {
        padding: 1.5rem !important;
    }

    section.portfolio-section {
        padding: 1.5rem !important;
    }

    .vision-text h2 {
        font-size: 24px !important;
        margin-top: 13px;
    }

    .vision-text p {
        font-size: 14px;
        line-height: 30px;
    }

    .portfolio-card h5 {
        font-size: 15px !important;
        line-height: 41px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .portfolio-card {
        padding: 16px !important;
    }

    div.mt-325px {
        margin-top: -60px !important;
    }

    section.about-section {
        padding: 1.5rem !important;
        margin: 0px !important
    }

        section.about-section p.greenHeading {
            font-size: 24px !important;
        }

        section.about-section p {
            font-size: 14px;
            line-height: 30px;
        }

    section.stand-for-about {
        padding: 1.5rem !important;
    }

        section.stand-for-about p.greenHeading {
            font-size: 24px !important;
            padding-top: 8px;
            margin-bottom: 0px;
        }

        section.stand-for-about p {
            font-size: 14px;
            line-height: 42px;
            margin-bottom: 4px;
        }

        section.stand-for-about ul li {
            font-size: 14px;
            line-height: 42px;
            margin-bottom: 4px;
        }

    section .contact-section {
        padding: 1.5rem !important;
    }

    img.logoWidth {
        width: 170px !important
    }

    .footer-custom {
        background: #116e38 !important;
    }

    .bgFooter {
        background: unset !important;
        padding: 0 !important;
    }

    .footer-links a {
        font-size: 10px !important;
        margin-right: 10px !important;
    }

    .contact-buttons a {
        font-size: 10px !important;
    }

    .contact-btn {
        padding: 0.35rem 1.5rem !important;
        margin: 0.3rem !important;
    }

    .contact-heading {
        font-size: 24px !important;
    }

    .contact-subheading {
        font-size: 19px !important;
        margin-top: 5px !important;
    }

    .email-link {
        font-size: 13px !important;
    }

    .facebook-link {
        font-size: 13px !important;
    }

    .hero-section .contact-img {
        height: 85px;
    }

    .hero-section .standFor-img {
        height: 85px;
    }
}

.standForImg {
    height: 400px !important;
    width: 100%;
    object-fit: fill;
}

.w-200px {
    width: 200px !important;
}

.logoWidth {
    width: 250px !important;
}

.w-250px {
    width: 250px !important;
}

.w-18px {
    width: 18px;
}

.mainPageContent {
    font-size: 20px;
    line-height: 42px;
    color: #000000;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: justify;
}

.OwnerName {
    font-size: 20px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: left;
}


/*About CSS*/

.greenHeading {
    font-size: 47px !important;
    color: #116e38 !important;
    font-weight: 700 !important;
    font-family: "Barlow" !important;
    text-align: center !important;
    text-align: left !important
}

.mt-325px {
    margin-top: -325px !important;
}

.about-section {
    padding: 2.5rem;
}

    .about-section p {
        font-size: 20px;
        line-height: 42px;
        color: #000000;
        font-weight: 500;
        font-family: "Open Sans";
        text-align: justify;
    }

/* .about-section img {
        height: 650px;
        width: 100%;
        margin-top: -400px;
    }*/

.facebook-link {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 42px;
    color: #116e38;
    font-weight: 700;
    font-family: "Open Sans";
    text-decoration: none !important
}

.email-link {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 42px;
    color: #116e38;
    font-weight: 700;
    font-family: "Open Sans";
    text-decoration: none !important
}

/*Stand For*/

.stand-for-about {
    padding: 2.5rem !important;
}

    .stand-for-about p {
        font-size: 20px;
        line-height: 42px;
        color: #000000;
        font-weight: 500;
        font-family: "Open Sans";
        text-align: justify;
    }

section.stand-for-about ul li {
    font-size: 20px;
    line-height: 42px;
    color: #000000;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: justify;
}


/*Contact */
.contact-section {
    padding: 2.5rem !important;
}

.contact-heading {
    font-size: 47px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 600;
    font-family: "Barlow";
    text-align: center;
}

.contact-subheading {
    font-size: 30px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    text-align: center;
}

.contact-section form input, form textarea {
    height: 97px;
    background-color: #f3f4f7;
    border: 1px solid #5d9c77 !important;
    width: 100% !important;
    padding: 5px 18px !important;
}

.btnSubmit {
    background-color: #116e38;
    border: none;
    font-size: 22px;
    color: #ffffff;
    font-weight: 00;
    padding: 6px 18px;
}

.videoDiv {
    width: 100%;
    padding: 27px;
    height: 800px;
    object-fit: cover;
    border-radius: 50px;
}

.border-y {
    border-top: 1px solid #27744d;
    border-bottom: 1px solid #27744d;
    height: 4px
}

.question-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.question-header {
    background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);
    color: white;
    padding: 1.5rem 2rem;
    position: relative;
}

.question-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.question-number {
    background: #ffd700;
    color: #2d5a3d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1rem;
    font-size: 1rem;
}

.form-check-input:not(:checked) {
    border: 1px solid var(--primary-green);
}

.custom-checkbox .form-check-input:checked, .custom-radio .form-check-input:checked {
    background-color: #2d5a3d;
    border-color: #2d5a3d;
}

.question-content {
    padding: 2rem;
}
/*Home page*/



.hero-section {
    position: relative;
}

.banner-wrapper {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 75%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
}

.banner-text {
    /*  font-size: 20px;
        line-height: 1.5; */
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: justify;
}

.banner-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #ff5a5f;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
}

 
@media (max-width: 768px) {
    .banner-content {
        position: static;  
        transform: none;
        padding: 20px;
        text-align: center;
        color: #000 !important;  
    }

    .banner-text {
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        font-family: "Open Sans";
        text-align: justify;
    }
}


