/* main.css */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Garet', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}


html {
    scroll-behavior: smooth;
}


.heading1 {
    font-size: clamp(2.813rem, 4.167vw + 1.875rem, 5.625rem);
    font-family: 'Merriweather-Regular', sans-serif;
}

.heading2 {
    font-size: clamp(2.375rem, 3.519vw + 1.583rem, 4.75rem);
    font-family: 'Merriweather-Regular', sans-serif;
}

.heading3 {
    font-size: clamp(1.688rem, 2.5vw + 1.125rem, 3.375rem);
    font-family: 'Merriweather-Regular', sans-serif;
}

.heading4 {
    font-size: clamp(2.375rem, 0.926vw + 2.167rem, 3rem);
    font-family: 'Merriweather-Regular', sans-serif;
}

.body-xl {
    font-size: clamp(1.125rem, 1.667vw + 0.75rem, 2.25rem);

}

.body-l {
    font-size: clamp(1rem, 1.481vw + 0.667rem, 2rem);

}

.body-m, .phase h3 {
    font-size: clamp(0.75rem, 1.111vw + 0.5rem, 1.5rem);

}

.body-s {
    font-size: clamp(0.625rem, 0.926vw + 0.417rem, 1.25rem);
}

.body-xs, .contact-info p, .phase p, .team-member h3, .team-member p {
    font-size: clamp(0.563rem, 0.833vw + 0.375rem, 1.125rem);
}

.uppercase {
    text-transform: uppercase;
}


/* Title with Merriweather-Regular Black */
.title {
    font-family: 'Merriweather-Regular', sans-serif;
    font-weight: 900; /* Weight for Black */
    color: white; /* Or any other color */
    padding: 20px;
    margin: 0; /* Remove default margin */
}

/* Paragraph with Garet */
.paragraph {
    font-family: 'Garet', sans-serif;
    color: white; /* Or any other color */
    padding: 20px;
    margin: 0; /* Remove default margin */
}

/* Button with Garet */
.button {
    font-family: 'Garet', sans-serif;
    color: white; /* Or any other color */
    background: transparent;
    border: 2px solid white;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

.button:hover {
    background-color: white;
    color: black; /* Change button hover color here */
}


/* main.css */

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}

.section-logo {
    max-width: 100px; /* Adjust based on the size of your logo */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Space between logo and title */
}

/* Styles for the rest of your elements */


.scroll-container {
    scroll-snap-type: y mandatory; /* Enables scroll snap for the container, along the y-axis */
    overflow-y: scroll;
}


.bg-image, .protect-bg-image, .protect-bg-image.bg-2, .join-bg-image .embrace {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: fit-content;
    position: relative;
    text-align: center;
    color: white;
    min-height: 100vh;
}

.bg-image {
    background-image: url('images/main-background.webp');
    min-height: 500px;
}

.protect-bg-image {
    background-image: url('images/protect-bg.jpg');
}

.protect-bg-image.bg-2 {
    background-image: url('images/protect-bg-2.jpg');
}

.join-bg-image {
    background-image: url('images/join-bg.webp');
}

.uplift {
    background-image: url('images/uplift-bg.webp');
}

.embrace {
    background-image: url('images/Srisailam-temple-collage.png');
}

.bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-height: 500px;
}

/* Ensure that content within .bg-image is positioned above the overlay */
.bg-image > * {
    position: relative;
    z-index: 2;
}

.overlay {
    top: 0;
    left: 0;
    text-shadow: 2px 2px 4px #000000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.overlay .overlay-con {
    max-width: 930px;
    margin: 90px 0 135px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.overlay .paragraph {
    max-width: 600px;
}

.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: none;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: white;
    color: black;
}


.logo {
    width: 20%; /* Adjust the width as necessary */
    height: auto;
}

.who-we-are {
    background-color: #f8f8f8; /* Adjust background color as needed */
    color: #095B34; /* This is a dark green color, adjust as needed */
}

.container {
    width: 90%;
    padding: 50px 5%; /* Adjust padding as needed */
    max-width: 1340px; /* Cap the maximum width */
    margin: 0 auto; /* Center the container */
}

.who-we-are .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px; /* Adds space between image and text */

}

.who-we-are .text-content {
    flex: 0.7; /* Adjust width as needed */
}

.who-we-are .heading3 {
    font-family: 'Merriweather-Black', sans-serif;
    font-weight: 500;
}

.who-we-are .text-content h2 {
    font-family: 'Merriweather-Regular', sans-serif;
    margin-bottom: 20px;
}

.who-we-are .text-content h2 .italic {
    font-style: italic; /* Makes text italic */
}

.who-we-are .text-content p {
    font-family: 'Garet', sans-serif;
}

.who-we-are .image-content {
    flex: 1; /* Adjust width as needed */
    overflow: hidden; /* Hide parts of the image that go beyond the boundaries */
}

.who-we-are .image-content img {
    width: 100%; /* Maintain the full width of the container */
    height: auto; /* Adjust the height automatically */
    max-height: 450px; /* Limit the height of the image */
    object-fit: cover; /* Cover the area without stretching the image */
    filter: grayscale(100%); /* Make the image black and white */
    border-top-left-radius: 50%; /* Round the top left corner */
    border-top-right-radius: 50%; /* Round the top right corner */
}

@media screen and (max-width: 1100px) {
    .who-we-are .container {
        flex-direction: column;
    }
}


.stats-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #095B34; /* Adjust background color as needed */
}

.stats-title {
    font-family: 'Merriweather-Regular', sans-serif; /* Assuming Merriweather-Regular is the font you are using for titles */
    font-weight: 900; /* Adjust as needed for your font */
    text-align: left;
    color: #fff; /* Adjust text color as needed */
    margin-bottom: 20px;
}

.stats-content {
    font-family: 'Garet', sans-serif; /* Assuming Garet is the font you are using for content */
    color: #fff; /* Adjust text color as needed */
    margin-bottom: 20px;
    text-align: justify;
}

/* If you want to add specific styles for the '*' symbol to stand out */
.stats-title .asterisk {
    color: #dbdbdb; /* A lighter color for contrast, adjust as needed */
    font-weight: bold; /* If you want the asterisk to be bold */
}

/* Responsive adjustments */
@media (max-width: 768px) {
}

/* contact */

.contact-section {
    background-color: #095B34; /* Dark green background */
    color: white;
    text-align: center;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-title {
    margin-bottom: 30px;
    max-width: 800px;
}

.contact-button {
    padding: 10px 20px;
    margin-bottom: 50px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s;
}

.contact-button:hover {
    background-color: white;
    color: #095B34;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.contact-address, .contact-details {
    margin: 0 20px;
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
    }

    .contact-address, .contact-details {
        margin: 20px 0;
    }
}


.team-section {
    text-align: center;
    padding: 50px 0;
    background-color: #f8f8f8;
}

.team-title {
    margin-bottom: 50px;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-member {
    flex-basis: 20%; /* Adjust the width as necessary */
    max-width: 20%; /* Adjust the maximum width as necessary */
}

.team-member-photo {
    width: 40%; /* Make the image full width of the container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Circle shape */
    margin-bottom: 10px;
}

.team-member h3 {
    margin: 0;
}

.team-member p {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .team-member {
        flex-basis: 45%; /* Adjust for smaller screens */
        max-width: 50%; /* Adjust for smaller screens */
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .team-member {
        flex-basis: 100%; /* Full width on very small screens */
        max-width: 100%; /* Full width on very small screens */
        margin-bottom: 30px;
    }
}


/* main.css */

.three-phase-plan {
    text-align: center;
    padding: 50px 0;
    background-color: #f8f8f8; /* or any color that matches your design */
}

.phases {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    flex-wrap: wrap;
    gap: 30px;
}

.section-title {
    margin-bottom: 30px;
    color: #095B34; /* or the color used in your design */
}

.phase {
    margin-bottom: 30px;
    flex-basis: 30%;
}

.phase-image {
    width: 100%; /* Maintain the full width of the container */
    height: auto; /* Adjust the height automatically */
    max-height: 300px; /* Limit the height of the image */
    object-fit: cover; /* Cover the area without stretching the image */
    filter: grayscale(100%); /* Make the image black and white */
    border-top-left-radius: 50%; /* Round the top left corner */
    border-top-right-radius: 50%; /* Round the top right corner */
}

.phase h3 a {
    color: #095B34; /* or the color used in your design */
    margin-bottom: 15px;
    text-decoration: none;
}

.phase h3 a:hover {
    text-decoration: underline;
}

.phase p {
    color: #095B34; /* or the color used in your design */
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .three-phase-plan {
        padding: 20px 0;
    }

    .phase {
        margin-bottom: 20px;
        flex-basis: 100%;
        max-width: 540px;
        padding: 0 40px;
    }

    .phase-image {
        width: 75%; /* Smaller images on mobile */
    }
}

.protect-2 h2 {
    color: #095B34;
}

.our-mission {
    color: #fff;
    background-color: #095B34;
}


.our-mission-con p {
    margin-top: 0;
    margin-bottom: 30px;
}


.our-mission-con img {
    width: 30%;
    min-width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.our-mission p.body-xl {
    font-family: 'Merriweather-Regular', sans-serif;
    font-weight: 600;
    font-style: italic;
}

.our-mission .contact-button {
    width: 100%;
    max-width: 913px;
}

@media screen and (max-width: 1527px) {
    .our-mission .contact-button {
        max-width: 100%;
    }
}

.protect-bg-image.bg-2 .overlay-con {
    max-width: 100%;
}


.flowers {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.flower {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flower .body-s {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.flower-img-con {
    font-family: 'Merriweather-Regular', sans-serif;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.flower-img-con img {
    height: 100%;
    width: 100%;
}

.initiatives p {
    color: #095B34;
    text-transform: uppercase;
}

.initiatives {
    background-color: #F7F6D7;
}

.contact-button.green {
    margin-top: 0.83em;
    color: #095B34;
    border-color: #095B34;
    text-align: center;
}

.align-center {
    text-align: center;
}

.help p {
    color: #095B34;
}

.help .content {
    display: flex;
}

.left-right img, .middle img {
    width: 100%;
}

.left-right {
    width: 30%;
    max-height: 450px;
    overflow: hidden;
}

.middle {
    width: 40%;
    padding: 0 5%;
}

@media screen and (max-width: 800px) {
    .help .content {
        flex-direction: column;
        align-items: center;
    }

    .left-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 400px;
        max-height: 100%;
    }

    .middle {
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: 20px 0;
    }

    .left-right img {
        order: -1;
        margin: 20px 0;
    }
}

.did-you-know, .thirty-min {
    color: #095B34;
}

.did-you-know {
    font-style: italic;
    margin-bottom: 0 !important;
}

.thirty-min {
    font-family: 'Merriweather-Regular', sans-serif;
}

.thirty-min-con img, .pick-your-passion img,.be-the-reason img{
    width: 100%;
}

.thirty-min-con div:has(img) {
    width: 30%;
    min-width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.thirty-min-con button {
    width: 90%;
    margin: 0 5%;
}

.visit .container {
    max-width: 920px;
}

.pick-your-passion div:has(img) {
    width: 40%;
    min-width: 200px;
    margin-right: 5%;
    margin-bottom: 20px;
}

.pick-your-passion .heading3 {
    font-weight: bold;
    font-style: italic;
}

.for.body-m {
    text-decoration: underline;
    color: #000;
}
.for.body-s {
    color: #000;
    margin-top:3px;
    margin-bottom:20px;
}

.float-left {
    float:left;
}

@media screen and (max-width:800px) {
    .float-left {
        float:none;
        width:100%!important;
    }
}

.impact .overlay{
    max-width:100%;
    min-height:fit-content;
}

.impact .overlay-con {
    width: 90%;
    padding: 50px 5%;
    max-width: 1340px;
    margin: 0 auto;
}


.impact {
    background-image: url("/images/impact.webp");
}

.impact .overlay, .impact:before{
    background:transparent;
    justify-content: flex-end;
}

.impact p.heading3 {
    text-align:left;
}

.numbers {
    display:flex;
    justify-content: space-between;
    margin:5% 0;
}

.number {
    width:30%;
    text-align: left;
}
.reason-images {
    display:flex;
    width:40%;
    max-width:540px;
    margin-bottom:20px;
    margin-right:50px;
}
.reason-images div {
    width:50%;
    overflow:hidden;
}

.be-the-reason {
    margin-top:30px;
}

.reason-images .img-right img {
    height:100%;
}

.reason-images div:not(.img-right) {
    overflow:hidden;
    margin-right:12px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.reason-images div:not(.img-right) img {
    width:100%;
    max-height:176px;
}

.reason-images div:not(.img-right) img:first-child {
    margin-bottom:12px;
}

.be-the-reason p {
    color:#095B34;
}


.uplift-images {
    display:flex;
    justify-content: space-between;
}

.uplift-img-con {
    width:32%;
    overflow: hidden;
}

.uplift-img-con img {
    width:100%;
}

.meet-chenchu {
    font-weight: bold;
    font-style: italic;
    color:#095B34;
    font-family: 'Merriweather-Regular', sans-serif;
    text-align: center;
    margin-bottom:20px;
}

.bss-initiatives {
    font-weight: bold;
    font-style: italic;
    color:#095B34;
    font-family: 'Merriweather-Regular', sans-serif;
    text-align: center;
    margin-bottom:20px;
}

.uplift-bg-2 .overlay {
    align-items: flex-start;
}

.uplift-bg-2 .overlay .overlay-con{
    align-items: flex-start;
    max-width: 100%;
}

.uplift-bg-2 .body-s {
    max-width:80%;
}

.uplift-bg-2 p{
    text-align:left;
}
.the-chenchus {
    font-family: 'Garet', sans-serif;
    font-weight: bold;
    text-align: left;
}

.uplift-bg-2 {
    background-image: url("/images/uplift-bg-2.webp");
}

.uplift-people .container {
    display:flex;
    align-items: center;
}

.uplift-people img {
    width:30%;
    margin-right:5%;
}



