
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
#titleee{
    color:#0f5129;
    font-size: clamp(1.2rem, 2vw, 2.5rem);
}
body {
    margin: 0;
    color: #193d24;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: #f4fbf5;
}

img {
    max-width: 100%;
    display: block;
}

.site-header {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 4%;
    background-color: #4ce68c;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

#logo {
    width: clamp(110px, 15vw, 155px);
    max-height: 70px;
    object-fit: contain;
    flex-shrink: 0;
}
/* img {
    max-width: 100%;
    display: block;
} */

#headnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.75rem, 2vw, 2rem);
    flex-wrap: wrap;
    width: 100%;
}

.hnanc {
    color: #fff;
    text-decoration: none;
    font-size: clamp(0.85rem, 1.4vw, 1.15rem);
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.hnanc:hover {
    opacity: 0.8;
}
#pro-lst{
    width: min(1180px, 92%);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 5rem) 0;
}
#about{
    width: min(1180px, 92%);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 5rem) 0;
}
#abt-head{
    margin: 0 0 2rem;
    color: #176b38;
    text-align: center;
    text-decoration: underline;
}
.abt-p{
    margin: 0 0 2rem;
    color: #176b38;
    text-align: left;
}
#about-section{
    display: block;
    /* flex-wrap: wrap; */
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 3px solid #6bd78a;
    margin:3%;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    padding: 2%;
}
#details{
    display:block;
    margin:3%;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    padding: 2%;
    justify-content: center;
    border-radius: 8px;
    border: 3px solid #6bd78a;
}
#founder{
    display:block;
    margin:3%;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    padding: 2%;
    justify-content: center;
    border-radius: 8px;
    border: 3px solid #6bd78a;
}



/* Footer styles */
.site-footer {
    padding: 3rem 4% 1.5rem;
    color: #f7fff8;
    background: #19733c;
}

.footer-content {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 2rem;
}

.footer-brand h2,
.footer-brand p {
    margin-top: 0;
}

.footer-brand p {
    max-width: 28rem;
    color: #c9e4cf;
    line-height: 1.6;
}

.footer-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-link {
    display: block;
    padding: 1rem;
    color: #f7fff8;
    text-decoration: none;
    border: 1px solid rgba(229, 169, 61, 0.7);
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
    background: rgba(229, 169, 61, 0.2);
    transform: translateY(-2px);
}

.contact-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #e5a93d;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-bottom {
    width: min(1100px, 100%);
    margin: 2.5rem auto 0;
    padding-top: 1rem;
    color: #c9e4cf;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

@media (max-width: 700px) {
    #about {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .footer-content,
    .footer-contact {
        grid-template-columns: 1fr;
    }

    #video iframe.vdo {
        min-height: 0;
        height: auto;
    }
}
#dev{
    text-align: right;
    margin-top: 1rem;
    color: #c9e4cf;
}
#dev>a{
    color: #c9e4cf;
    text-decoration: underline;
    color:#e5a93d
}
#founder-img{
    width: clamp(150px, 20vw, 250px);
    max-height: 350px;
    object-fit: contain;
    /* border: 3px solid #6bd78a; */
    border-radius: 1.5em;
    flex-shrink: 0;
    border-radius: 2em;
    margin-left:15%;
}