
body {
    margin: 0;
    padding: 0;
    background-color: #fffbe6;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 100px;
}
.navbar {
    background-color: #a86201;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    flex-wrap: wrap;
}
.left-section {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.left-section img {
    margin-right: 15px;
}
.brand-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.brand-logo {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    gap: 50px;
}
.brand-text {
    margin: 10;
    padding: 20;
    font-size: 28px;
    font-weight: bold;
    color: white;
}
.center-links {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.center-links a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 800;
    transition: 0.3s;
}
.center-links a:hover {
    color: darkorange;
}
.right-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.right-links a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 800;
    transition: 0.3s;
}
.right-links a:hover {
    color: darkorange;
}
/* About Page Specific Styling */
.about-container {
    display: flex;
    min-height: 80vh;
}
.about-image-section {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.about-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the area nicely */
    display: block;
}
.about-content-section {
    flex: 1;
    padding: 5% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.mission-vision h2 {
    margin-top: 25px;
}
.mission-vision ul {
    list-style-type: none;
    padding-left: 0;
}
.mission-vision ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
/* Add a subtle icon/bullet point */
.mission-vision ul li::before {
    content: '💎';
    position: absolute;
    left: 0;
    top: 0;
    color: #bcaaa4;
}
/*team*/
.heading-1 {
    font-size: 50px;
    text-align: center;
    color: #d8830c;
}
/* card scc*/
.banner-class {
    position: relative;
}
.slide-img {
    height: 200px;
    width: 300px;
    cursor: pointer;
}
.slide-img:hover {
    transform: scale(0.9);
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0 0 15px 9px #c2c2a3;
}
.heading-font {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.pragraph-text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.video {
    height: 500px;
    width: 100%;
}
.paragraph-img {
    height: 550px;
    width: 550px;
    box-shadow: 13px 15px 9px 3px #c2c2a3;
    cursor: pointer;
}
.paragraph-img:hover {
    transform: scale(0.9);
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0 0 15px 9px #c2c2a3;
}
.products-container {
    display: flex;
    justify-content:center;
    gap: 40px;
    flex-wrap: wrap;
}
.product-card {
    width: 260px;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px #525151;
    cursor: pointer;  
}
.product-card img {
    width: 100%;
    height: 260px;
    border-radius: 12px;
}
.product-card:hover {
    box-shadow: rgba(94, 93, 93, 0.2);
    transition: 0.5s;
    background-color: #effcef;
}
/* Minimal local CSS to keep layout usable if external CSS missing.
       Put the longer CSS below into /css/about-us.css instead if you prefer. */
.flex-display {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.nav-container-main1 {
    padding: 12px 20px;
    background: #fffbe6;
    position: sticky;
    top: 0;
    z-index: 10;
}
.navigationbar-logo {
    height: 60px;
}
.menu-list {
    list-style: none;
    display: flex;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
}
.menu-list a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-icons {
    height: 28px;
    margin-left: 12px;
    cursor: default;
}
.slide-img {
    max-width: 22%;
    margin: 8px;
    border-radius: 8px;
}
.heading-font {
    font-family: 'Georgia', serif;
    color: #222;
}
.pragraph-text {
    color: #444;
    font-size: 1rem;
}
.register-btn {
    background: #f7c;
    color: #111;
    border: none;
}
.icecream {
    width: 320px;
    height: auto;
    display: block;
    margin: 1rem auto;
}
.video {
    max-width: 720px;
    width: 100%;
}
.gradient {
    background: linear-gradient(90deg, #fff, #f7f7ff);
    padding: 2rem;
    border-radius: 10px;
}
footer.main {
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    padding: 2rem;
    background: #f2f2f2;
}
.card-wrapper {
    gap: 1rem;
}
.card img {
    object-fit: cover;
}
.icon {
    height: 48px;
}
.paragraph-img {
    max-width: 360px;
}
@media(max-width:767px) {
    .menu-list {
        display: none;
    }
    .slide-img {
        max-width: 48%;
    }
    .card-wrapper {
        flex-direction: column;
        align-items: center;
    }
}
/* About Page Specific Styling */
.about-container {
    display: flex;
    min-height: 80vh;
}
.about-image-section {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.about-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the area nicely */
    display: block;
}
.about-content-section {
    flex: 1;
    padding: 5% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.mission-vision h2 {
    margin-top: 25px;
}
.mission-vision ul {
    list-style-type: none;
    padding-left: 0;
}
.mission-vision ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
/*card color */
.pragraph-text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.color {
    color: #e88d3e;
}
/* Add a subtle icon/bullet point */
.mission-vision ul li::before {
    content: '💎';
    position: absolute;
    left: 0;
    top: 0;
    color: #bcaaa4;
}
/footer code/
footer {
    background-color: #a86201;
    color: white;
    padding: 40px 50px 20px 50px;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.footer-container div {
    flex: 220px;
}
.footer-about h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.footer-links a,
.footer-social a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 6px;
    transition: 0.3s;
}
.footer-links a:hover,
.footer-social a:hover {
    color: darkorange;
}
.footer-contact a {
    color: white;
    text-decoration: none;
}
.footer-contact a:hover {
    color: gold;
}
.social-icon {
    height: 22px;
    width: 22px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 4px;
}
.footer-bottom {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #ffffff80;
    padding-top: 10px;
    font-size: 14px;
}
@media (max-width: 1100px) {
    .navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 20px;
        text-align: center;
    }
    .left-section,
    .center-links,
    .right-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .center-links {
        gap: 25px;
    }
    .right-links {
        gap: 20px;
    }
}
@media (max-width: 900px) {
    .brand-logo {
        width: 70px;
        height: 70px;
    }
    .brand-text {
        font-size: 24px;
    }
    .center-links a,
    .right-links a {
        font-size: 18px;
    }
    footer {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .brand-logo {
        width: 60px;
        height: 60px;
    }
    .brand-text {
        font-size: 22px;
    }
    .center-links a,
    .right-links a {
        font-size: 18px;
    }
}
.banner-logo {
    margin: 0;
    padding: 0;
    display: block;
}
<<<<<<< HEAD
/*card color */
.pragraph-text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.color {
    color: #e88d3e;
}
=======
>>>>>>> c6987f6367504c651714e41a8c55a978417afd16
