/* ====== Base Styles ====== */
body {
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(../Images/ChatGPT\ Image\ Apr\ 28\,\ 2025\,\ 03_39_36\ PM.png);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    zoom: 80%;
    overflow-y: auto;
    overflow-x: auto;
    color: #000000;
}

/* ====== Logo ====== */
.logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
    text-align: left;
}
.logo img {
    margin: 0;
}

/* ====== Navigation ====== */
nav {
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    background-color: #9e4c08d8;
}
nav ul {
    flex: 1;
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
}
nav ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
}
nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    transition: color 0.3s;
}
nav ul li a:hover {
    text-decoration: underline;
    color: #f79a0f7c;
}

/* ====== Hero Section ====== */
.hero-text {
    text-align: center;
    margin-top: 110px;
    margin-bottom: 100px;
    font-size: 2rem;
    color: black;
    background-color: #d66b1459;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.para1 {
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    color: black;
}

/* ====== Vedant Container ====== */
.container_vedant {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #da751783;
    text-align: center;
}

.container_vedant h2 {
    text-align: center;
    font-size: 2.5rem;
    color: black;
    margin: 20px 0 18px 0;
    width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.vedant-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: 100%;
    justify-content: center;
}

.vedant-flex img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin: 0;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(184,116,34,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}

.vedant-flex img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(184,116,34,0.18);
}

.Vedant_Content {
    font-size: 2rem;
    margin: 0;
    text-align: left;
}

@media (max-width: 900px) {
    .vedant-flex {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .Vedant_Content {
        text-align: center;
        font-size: 1.1rem;
    }
    .vedant-flex img {
        width: 120px;
        height: 120px;
    }
    .container_vedant h2 {
        font-size: 1.5rem;
    }
}

/* ====== Leena Section ====== */
.Content_Leena {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 32px 0;
    background-color: #da751783;
}
.leena-image {
    flex-shrink: 0;
    
    text-align: center;
}
.leena-image img {
    border-radius: 20%; /* Makes the image fully round */
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    padding: 20px;
}
.leena-image h4 {
    margin-top: 12px;
    font-size: 1.2rem;
    color: #000;
}

.leena-image:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.leena-text {
    flex: 1;
    font-size: 2rem;
    text-align: left;
}

/* ====== Team Section ====== */
.team {
    text-align: center;
    background-color: #da751783;
    padding: 20px;
}
.team h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.team-members {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 1.2rem;
    padding: 40px;
    margin-bottom: 55px;
}
.team-member {
    text-align: center;
    background-color: #db961f86;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pop-up 0.5s ease;
}
.team-member:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.team-member img {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 2px 12px rgba(184,116,34,0.10);
    display: block;
    margin: 0 auto 16px auto;
    transition: transform 0.3s, box-shadow 0.3s;
}
.team-member img[alt*="(1)"],
.team-member img[src*="(1).jpg"],
.team-member img[src*="(1).jpeg"],
.team-member img[src*="(1).png"] {
    width: 180px !important;
    height: 240px !important;
    object-fit: cover;
}

/* ====== Aside & Contact Section ====== */
aside {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: rgba(175, 85, 44, 0.336);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 30px;
}

aside a {
    color: rgb(192, 53, 35);
    
}

.phone a:hover {
    color: #c56220 ;
    transition: 0.3s;
}

.Contact {
    text-align: center;
    margin: 20px 0;
}

.visit-us-content {
    display: flex; /* Enable Flexbox */
    justify-content: space-around; /* Space out the items evenly */
    align-items: center; /* Align items vertically in the center */
    gap: 25px; /* Add spacing between items */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.visit-us-content address,
.visit-us-content .phone,
.visit-us-content .maps {
    flex: 1; /* Make each item take up equal space */
    max-width: 400px; /* Optional: Limit the width of each item */
    text-align: center; /* Align text to the left */
}


.visit-us-content iframe {
    width: 350px;
    height: 400px;
    border-radius: 15px; /* Add rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

.visit-us-content iframe:hover {
    transform: scale(1.1); /* Scale up the map */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Enhance the shadow on hover */
}
/* ====== Button Styles ====== */
.button_container {
    text-align: center;
    margin: 20px;
}
#button {
    background-color: #db6e1498;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s, color 0.3s;
}
#button::before {
    background-color: black;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    transition: width 0.4s ease;
}
#button:hover::before {
    width: 100%;
}
#button:hover {
    color: white;
    transform: scale(1.1);
    transition: .3s;
}
#button span {
    position: relative;
    z-index: 1;
}

/* ====== Social Media ====== */
.social-media img {
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
}
.social-media img:hover {
    transform: scale(1.15);
}

/* ====== Animations ====== */
@keyframes pop-up {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* ====== Responsive Design ====== */
@media (max-width: 900px) {
    .team-members {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }
    .container_vedant,
    .Content_Leena {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .Vedant_Content,
    .leena-text {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 auto;
    }
    .container_vedant img,
    .leena-image img {
        width: 120px !important;
        height: 120px !important;
    }
    .visit-us-content {
        flex-direction: column;
        gap: 18px;
    }
    .visit-us-content iframe {
        width: 98vw;
        max-width: 340px;
        height: 220px;
    }
}
@media (max-width: 700px) {
    .Content_Leena,
    .container_vedant {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .container_vedant h2 {
        font-size: 2rem;
    }
    .Vedant_Content,
    .leena-text {
        font-size: 1rem;
    }
}
/* ====== Ultra-Small Screens (Mobile < 480px) ====== */
@media (max-width: 480px) {
    body {
        zoom: 100%; /* Override zoom on small screens */
        padding: 0 10px;
    }

    .logo {
        width: 80px;
        height: 80px;
        margin: 10px auto;
        text-align: center;
    }

    nav ul {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    nav ul li a {
        font-size: 1rem;
    }

    .hero-text {
        margin: 40px 0;
        font-size: 1.4rem;
        padding: 10px;
    }

    .para1 {
        font-size: 1rem;
        text-align: left;
    }

    .vedant-flex img,
    .leena-image img {
        width: 100px;
        height: 100px;
    }

    .Vedant_Content,
    .leena-text {
        font-size: 1rem;
        padding: 0 10px;
    }

    .container_vedant h2,
    .team h2 {
        font-size: 1.5rem;
    }

    .team-member {
        padding: 30px 20px;
        width: 100%;
        font-size: 1rem;
    }

    .team-member img {
        width: 140px !important;
        height: auto !important;
    }

    .visit-us-content iframe {
        width: 100%;
        height: 200px;
    }

    #button {
        font-size: 1rem;
        padding: 12px 24px;
    }
}
