body {
    margin: 0;
    color: #7B3F00;
}

a {
    text-decoration: none;
    color: #7B3F00;
}

.font {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* navigation bar starts */
.navigation-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbf1eb;
    padding: 10px 20px;
    /* position: sticky; */
    top: 0;
    z-index: 1000;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-size: cover;
}

.logo-name {
    font-size: 20px;
}

.navigation {
    display: flex;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
}

.nav-link:hover {
    color: #404040;
}

/* navigation bar ends  */

/* hero-section starts  */
.hero-section {
    position: relative;
}

.hero-image {
    display: block;
    width: 100%;
    /* height: 600px; */
}

.hero-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(123, 63, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20px;
    color: #F5F5DC;
    font-weight: 600;

}

.hero-button {
    padding: 20px;
    border: none;
    background-color: #7B3F00;
    color: #F5F5DC;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}

/* hero-section ends  */
/* home process section  */
.home-process {
    text-align: center;
    background-color: #f8edeb;
    padding: 30px;
}

.home-prs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homep-card {
    width: 500px;
    padding: 20px;
}

.homep-img {
    height: 130px;
    width: 130px;
}

/* home process section ends */
/* home about section  */
.home-about {
    display: flex;
    background-color: #ffe5d9;
    padding: 20px;
}

.ab-txt {
    padding-left: 70px;
}

.counter {
    display: flex;
}

.item {
    width: 80px;
    padding: 20px 20px;
    margin: 10px;
}

.count {
    font-size: 36px;
}

.abimg {
    width: 400px;
    padding: 50px 100px;
}

/* home about section ends */
/* home shop section starts  */
.home-shop {
    background-color: #f8edeb;
    padding: 50px;
    text-align: center;
}

.shop-cards {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.scard {
    text-align: center;
    padding: 20px;
    margin: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.scard:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.scard-img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

/* home shop section ends  */
/* quote section  */
.quote {
    text-align: center;
    background-color: #ffe5d9;
    padding: 80px;
}

.quotep {
    font-style: italic;
}

/* quote section ends */

/* gallery section starts  */
.gallery-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-hero-image {
    display: block;
    width: 100%;
    height: 350px;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Ensures the image fills its container */
}

.heading {
    color: #fefaf8;
    font-size: 2rem;
    background-color: rgba(159, 105, 81, 0.4);
    /* Semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-content-section {
    background-color: #fefaf8;
    text-align: center;
    padding: 20px;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.zoom-image {
    overflow: hidden;
}

.zoom-image:hover img {
    transform: scale(1.2);
}

.gallery-img1 {
    height: 250px;
    width: 250px;
    transition: transform 0.5s ease;
}

.gallery-img2 {
    height: 250px;
    width: 500px;
    transition: transform 0.5s ease;
}

.gallery-img3 {
    height: 500px;
    width: 250px;
    transition: transform 0.5s ease;
}

/* gallery section ends  */
/* process section starts  */
.process-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.process-hero-image {
    display: block;
    width: 100%;
    height: 350px;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Ensures the image fills its container */
}

.process-content-section {
    text-align: center;
    background-color: #fefaf8;
    padding: 20px;
}

.process-section {
    padding: 20px;
    text-align: start;
}

.process {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.process-count {
    display: block;
}

.count-img {
    height: 350px;
    width: 400px;
}

.count-desc {
    font-size: 18px;
    font-weight: 600;
}

.process-img {
    height: 500px;
    width: 400px;
    border-radius: 30px;
}

/* process section ends  */
/* about us section starts */
.about-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-hero-image {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-content-section {
    text-align: center;
    background-color: #fefaf8;
    padding: 20px;
}

.mission {
    padding: 10px;
    background-color: #d8e2dc;
    border-radius: 20px;
    font-size: 18px;
    margin: 25px;
}

.mission-heading {
    font-weight: 700;
    font-size: 28px;
}

.mission-icons {
    display: flex;
    justify-content: center;
}

.mission-icon {
    padding: 20px;
    width: 20%;
}

.icon-img {
    height: 200px;
    width: 200px;
}

.mission-words {
    font-weight: bold;
    font-size: 24px;
}

.vision {
    padding: 10px;
    background-color: #fae1dd;
    border-radius: 20px;
    font-size: 18px;
    margin: 25px;
}

/* about us section ends */
/* faq section starts */
.faq-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.faq-hero-image {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.faq-container {
    max-width: 100%;
    margin: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

details {
    margin-bottom: 15px;
    background: #ffe4b5;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
}

summary {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

details[open] summary {
    color: #d2691e;
}

details div {
    margin-top: 10px;
    background: #fffaf0;
    font-size: 18px;
    padding: 20px;
    border-left: 4px solid #d2691e;
}

/* faq section ends */
/* login/signup page starts */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(123, 63, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: rgba(123, 63, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20px;
    color: #F5F5DC;
    font-weight: 600;
    width: 300px;
}

.popup-content input {
    width: 90%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #F5F5DC;
    border-radius: 5px;
}

.popup-content button {
    background-color: #7B3F00;
    color: #F5F5DC;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content button:hover {
    background-color: #a0522d;
}

.popup-content p {
    margin-top: 10px;
    font-size: 14px;
}

.popup-content a:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.logoutbutton{
    display: flex;
    justify-content: end;
    margin-right: 80px;
}

#logoutbutton {
    background-color: #7B3F00;
    color: #F5F5DC;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
}

#logoutbutton:hover {
    background-color: #F5F5DC;
    color: #7B3F00;
}

/* login/signup page ends */
/* product detail page starts  */
.pdcontainer{
    background-color: #edede9;
}
.product {
    display: flex;
    padding: 30px;
    gap: 20px;
}

.pd-img{
    height: 400px; 
    width: 400px;
    border-radius:20px;
}

.product-details h1 {
    margin-bottom: 10px;
}


.price {
    margin-bottom: 20px;
}

.description {
    color: #555;
    margin-bottom: 20px;
}
.product-button {
    background-color: #7B3F00;
    color: #fbf1eb;
    padding: 10px 20px;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.product-button:hover{
    background-color: #fbf1eb;
    color: #7B3F00;
}

.additional-info {
    margin-top: 40px;
}


.additional-info ul {
    list-style-type: none;
    padding: 0;
}

.additional-info li {
    color: #555;
    margin-bottom: 5px;
}

.popular-items {
    margin-top: 10px;
    padding: 30px;
}

.pop-cards {
    display: flex;
    margin-top: 20px;
}

.popcard {
    text-align: center;
    padding: 20px;
    margin: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.popcard:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.popcard-img {
    height: 250px;
    width: 250px;
    border-radius: 20px;
}

/* product detail page ends  */
/* footer section starts  */
.footer {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #fbf1eb;
}

.footer-sec1 {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    height: 150px;
    width: 150px;
    border-radius: 100%;
}

.company-name {
    margin: 0px;
}

.footer-links {
    display: grid;
    gap: 15px;
}

.footer-link:hover {
    color: #404040;
}

.footer-btn {
    display: grid;
}

.footer-button {
    /* padding: 20px 30px; */
    height: 60px;
    width: 150px;
    margin-top: 10px;
    background-color: #7B3F00;
    color: #fbf1eb;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.footer-button:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
    color: #7B3F00;
    background-color: #fbf1eb;
}

/* footer section ends  */