/* General Styles */
body {
    margin: 0;
    /* font-family: 'Merriweather', serif; */
    font-family: 'Inter', sans-serif;
    color: #333;
    background: #d0d0b0;
    /* background-color: #000000; */
    transition: transform 0.3s ease; /* Smooth hover effect */
    /* backdrop-filter: blur(50%); */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
/* Headings */
h1, h2, h3 {
    font-weight: 700; /* Bold for emphasis */
    letter-spacing: 1.2px; /* Slightly increased spacing for elegance */
    margin-bottom: 20px; /* Add space below headings */
    line-height: 1.4; /* Balanced height for multi-line headings */
}
/* Paragraphs */
p {
    font-weight: 400; /* Regular for readability */
    margin-bottom: 20px; /* Consistent spacing between text blocks */
    line-height: 1.8; /* Enhanced readability */
    max-width: 800px; /* Ensures text doesn't span too wide */
}
/* Wrapper */
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, #7878506c, #78785033);
    backdrop-filter: blur(50px);
    padding: 10px 0;
    z-index: 1000;
}

/* Navbar Content */
.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webpage-name {
    color: #ffffd9;
    font-size: 2rem;
    font-weight: bold;
    cursor: none;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar li {
    margin: 0 15px;
}

.navbar a {
    color: #ffffd9;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.navbar a:hover {
    color: #fefed3; /* Warm earthy hover effect */
}

/* Fullscreen Video Section */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Fullscreen height */
    overflow: hidden;
    margin-top: -55px;
    background-color: rgb(21, 20, 12);
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.7) brightness(0.5); /* Ancient theme filter */
    animation: fadeLoop 8s infinite; /* Duration matches your video length */
}
/* Keyframes for transition */
@keyframes fadeLoop {
    0%, 90% {
        opacity: 1; /* Fully visible during most of the video */
    }
    95%, 100% {
        opacity: 0; /* Fade out at the end of the loop */
    }
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    color: #f6f6d0;
    /* background-color: #d0d0b023; */
    backdrop-filter: blur(3px);
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(107, 94, 52, 0.7);
}

.overlay h1 {
    font-size: 2.8rem;
    margin-bottom: 18px;
    /* width: 100%; */
    text-align: center;
}

.overlay q {
    font-size: 1.8rem;
    text-align: center;
    font-style: italic;
    font-family: cursive;
}

/* Parallax Sections */
.parallax {
    position: relative;
    /* min-height: 700px; */
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #000000; */
    /* filter: brightness(0.3) sepia(0.4); Themed filter */
    /* -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    /* mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);     */
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-overlay {
    text-align: center;
    /* background: #a8a87063; */
    background: none;
    color: #ffffd9;
    filter: none;
    backdrop-filter: blur(30px);
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.parallax-overlay h2 {
    font-size: 2.5rem;
    margin: 0;
}

/* Content Sections */
.content-section.blurred-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    gap: 20px;
    /* background: url('img2.jpg') no-repeat center; */
    /* background-size: cover; */
    background: rgba(48, 25, 15, 0.7); /* Darker, semi-transparent tint */
    backdrop-filter: blur(12px); /* Intense blur effect */
    border-radius: 12px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Add depth */
}

.text-container {
    flex: 1;
    padding: 70px;
    text-align: justify;
    font-size: 1.2rem;
    /* padding-top: 100px; */
    /* text-align: center; */
}

.text-container h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: left;
}

.text-container p {
    margin-bottom: 10px;
    line-height: 1.6; /* Improve readability */
    text-align: justify;
    /* font-size: 1.5rem; */
    /* padding: 50px; */
}

.image-container {
    flex: 1;
    text-align: right;
    max-width: 700px;
    /* max-height: 300px; */

}
.content-wrapper{
    display: flex;
    /* height: 50%; */
    /* max-height: 500px; */
    /* background-color: #a95d2b77; */
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding: 50px;
    backdrop-filter: blur(5px);
    /* opacity: 0.5; */
    

}
#jnana.content-wrapper{
    background-color: #f0e6c8;
    color: #5a4730;
}
#innovation.content-wrapper{
    background-color: #e8d0a0;
    color: #5c4f30;
}
#spirituality.content-wrapper{
    background-color: #e8c8a0;
    color: #805050;
}
#sustainability.content-wrapper{
    background-color: #c8d8a8;
    color: #4a5a30;
}
#sustainability-1.content-wrapper{
    background: linear-gradient(to bottom, #c8d8a8 10%, #d0d0b0 90%);
    color: #4a5a30;
}
.image-container img {
    width: 100%;
    max-height: 500px;
    min-height: 300px;
    object-fit: cover;
    border-radius: 12px; /* Rounded corners */
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); Add depth with shadow */
    filter: sepia(0.4) brightness(0.9); /* Themed filter */
    transition: transform 0.3s ease; /* Smooth hover effect */
}

/* .image-container img:hover { */
    /* transform: scale(1.05); Slight zoom effect on hover */
/* } */

footer {
    text-align: center; /* Centers all text within the footer */
    background: linear-gradient(90deg, #d0d0b0, #4f2f1b, #6b4223, #d0d0b0);
    color: #ffffdb;
    padding: 18px; /* Adds spacing */
    font-size: 1.1rem;
    display: flex; /* Enables flexbox for alignment */
    flex-direction: column; /* Ensures content stacks vertically */
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
}

footer p, footer a {
    text-align: center; /* Ensures individual elements are centered */
    margin: 7px 0; /* Adds spacing between items */
    width: 100%; /* Allows elements to stretch across the footer */
}
