
/*---------------------INDEX---------------------*/
.slideshow-container img {
    height: auto;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff; /* Text color */
    text-align: left;
    padding-left: 10%;
    width: 100%;
    z-index: 1; /* Ensure text is above the overlay */
}

.slideshow-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(124, 96, 70, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption h5 {
    font-size: 23px;
    font-weight: 100;
}

.carousel-caption h1 {
    font-size: 52px;
    margin-top: 20px;
    color: #ffffff;
}

/* Welcome container styles */
.welcome-container {
    background-color: #F2F2F2;
    position: relative;
    padding-bottom: 100px; /* Adjust padding to accommodate image height */
}

/* Interactive image styles */
.interactive-image {
    width: 300px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out, box-shadow 0.3s; /* Smooth transitions for transform and box-shadow */
}

#image1 {
    z-index: 1; /* Ensure image1 is on top */
    rotate: 11deg;
    position: absolute;
    bottom: 0;
    right: 50px;
}

#image2 {
    top: -17px;
    left: 11px;
    rotate: -5deg;
}


.services-container {
    background-color: #E0D7CA;
    position: relative; /* Ensure relative positioning for absolute children */
}

.services-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 23px;
    width: 100%;
    height: 80%;
}

.services-item:hover img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.services-item img {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 23px;
    width: 120%;
    height: 120%;
}

.services-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    opacity: 1;
}

.services-item p {
    text-align: left;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 17px;
    color: #fff;
}

.choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F2F2;
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.1);
}

.choose-items {
    display: flex;
    justify-content: space-around; /* Adjust spacing between items */
    align-items: center;
    width: 100%;
    margin-top: 20px; /* Adjust margin as needed */
}

.choose-item {
    text-align: center;
    margin: 0 10px; /* Adjust margin as needed */
}

.choose-container img {
    width: 100x;
    height: 100px;
    padding: 10%;
}

.shop-card{
background-color: #ffffff;
height:200px;
width:100px;
}

.getintouch-container {
    position: relative;
    width: 100%;
    height: 300px; /* Adjust height as necessary */
    background-image: url("assets/images/frontend/loginscreen.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center; /* Center the content vertically */
}

.getintouch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(124, 96, 70, 0.8));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.getintouch-container-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center content vertically */
}

.getintouch-container h1 {
    color: #ffffff;
    margin: 0;
}

.getintouch-container p {
    color: #ffffff;
    font-weight: 200;
    margin: 0;
    padding-bottom: 20px; /* Adjust as necessary */
}

.getintouch-container button {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 11px 23px;
    cursor: pointer;
    font-size: 16px; /* Adjust as necessary */
    text-transform: uppercase;
    border-radius: 23px;
}

.getintouch-container button:hover {
    background-color: #5a4333;
    border: 0px;
}



@media only screen and (max-width: 600px) {
    .carousel-caption{
        padding-left:17%;
    }

    .carousel-caption h5 {
        font-size: 0.7em;
        font-weight: 100;
    }
    
    .carousel-caption h1 {
        font-size: 2em;
        margin-top: 0.7em;
        color: #ffffff;
    }
    .interactive-image {
       display:none;
    }
    .welcome-container h1, .services-container h1, .choose-container h1, .shop-container h1, .getintouch-container-row h1 {
        font-size: 2em;
    }
    
    .choose-container h3{
        font-size: 0.7em;
    }

    .welcome-container p, .services-container p, .choose-container p, .getintouch-container-row p {
        font-size: 0.7em;
    }

    .choose-item img{
        width: 80px;
        height: auto;
    }

    .getintouch-container button {
        color: #ffffff;
        background-color: transparent;
        border: 1px solid #ffffff;
        padding: 7px 17px;
        cursor: pointer;
        font-size: 11px; /* Adjust as necessary */
        text-transform: uppercase;
        border-radius: 23px;
    }
    .choose-items{
        padding:1rem;
    }
}







/*---------------------ABOUT US---------------------*/
.about-first-title{
    padding: 6em;
}

.about-video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 23px;
    margin-top: 2em;
}

.about-video .img1 {
    width: 100%;
    height: auto;
    border-radius: 23px;
    transition: transform 0.3s ease;
}

.about-video .img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: auto;
    z-index: 1;
}

.about-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 23px;
    transition: opacity 0.3s ease;
}

.about-video:hover .img1 {
    transform: scale(1.05);
}

.about-video:hover .overlay {
    opacity: 0;
}

.about-second {
    background-color: #E0D7CA;
}

.about-second-title{
    padding: 6em;
}

.testimonials-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 23px;
    width: 100%;
    height: 80%;
}

.testimonials-item:hover img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.testimonials-item img {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 23px;
    width: 120%;
    height: 120%;
}

.testimonials-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    opacity: 1;
}

.testimonials-item p {
    text-align: left;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 17px;
    color: #fff;
}


@media only screen and (max-width: 600px) {
    .about-first, .about-second{
        text-align: center;
    }

    .about-first-title{
        padding-bottom: 0;
    }

   .about-first h1, .about-second h1, .testimonials-text h1 {
        font-size: 2em;
    }

    .about-first p, .about-second p {
        font-size: 0.7em;
    }
}   


/*-----------------CONTACT US------------------*/

.contact{
    /* The image used */
    background-image: url("assets/images/frontend/getintouchbg.jpg");
    position: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact h1{
    color: #ffffff;
  }

  .contact p{
    color: #ffffff;
    font-size: 11px;
    font-weight: 200;
  }

  .contact .overlay {
    position: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(124, 96, 70, 1));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .form-container{
background-color: #ffffff;
border-radius: 23px;
box-shadow: 0 2px 23px rgba(0, 0, 0, 0.3);
}

.contact label{
    font-size: small;
    padding-top: 1em;
    color: #5a4333;
}

.contact input, .contact textarea{
    border: 0.3px solid  #5a4333;
    border-radius: 0px;
}
@media only screen and (max-width: 600px) {
    .contact h1 {
        font-size: 2em;
        padding-top: 20%;
    }

    .contact p {
        font-size: 0.7em;
    }}
/*--------------------SHOP---------------------*/
.head-banner{
    position: relative;
    width: 100%;
    height: 200px; /* Adjust height as necessary */
    background-image: url("assets/images/frontend/getintouchbg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(124,96,70,0.8) 100%);
    opacity: 1;
}   

.head-banner h2{
    color: #ffffff;
}

.head-banner p{
    color: #ffffff;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .head-banner h2{
        font-size:larger;
        overflow: auto;
    }
}
/*---------------------PRODUCT DETAILS--------------*/
.product-details {
    max-width: 100%; /* Adjust the maximum width of the product details container */
    margin: 0 auto; /* Center the container */
    padding: 2rem;
}

.product-img {
    border-radius: 8px;
    margin-bottom: 1rem;
}

.product-info {
    margin-bottom: 1rem;
}

.product-description img, .product-description p {
    max-width: 100%;
    overflow-y: auto;
    overflow-wrap: anywhere;

}

.product-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color:#5a4333;
}

.product-price {
    font-size: 1rem;
    font-weight: 500;
    color: #7C6046; /* Change the color to match your design */
    margin-bottom: 1rem;
}

.product-info p{
    font-size: 0.75em;
    line-height: 1.5;
}

/* Hyperlink styling */
.back-link {
    text-decoration: none; /* Remove underline by default */
    color: #7C6046; /* Change the color to match your design */
    font-size: 1rem;
    display: inline-block;
    margin-top: 1rem;
}

.back-link:hover {
    text-decoration: underline; /* Add underline on hover */
}

/* Add to cart button */
.add-to-cart-btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background-color: #7C6046; /* Change the background color to match your design */
    color: #fff; /* Change the text color to match your design */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart-btn:hover {
    background-color: #5a4333; /* Change the background color on hover */
}

/* Thumbnail styling */
.thumbnails {
    display: flex;           /* Use flexbox for horizontal scrolling */
    overflow-x: auto;        /* Enable horizontal scrolling */
    white-space: nowrap;     /* Prevent thumbnails from wrapping */
    padding-bottom: 10px;    /* Optional: Add padding to bottom */
    margin-bottom: 20px;     /* Optional: Add margin to bottom */
}

.thumbnail {
    width: 100px;            /* Adjust thumbnail width as needed */
    height: auto;            /* Maintain aspect ratio */
    margin-right: 10px;      /* Optional: Add margin between thumbnails */
    cursor: pointer;         /* Pointer cursor on hover/click */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for active state */
}

.thumbnail.active {
    border: 2px solid #007bff;  /* Border color for active thumbnail */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Shadow effect for active thumbnail */
}



.section-options label{
    font-size: small;
}

.section-options select{
    font-size: small;
}


/*------------CART------------------------------*/

.cart-details { max-width: 1200px; margin: 0 auto; padding: 2rem; }
.product-img { width: 100px; height: auto; }
.product-info { margin-bottom: 1rem; align-items: center; }
td{
    vertical-align: sub;
}
.table>:not(caption)>*>*{
    color: #5a4333;
}
.product-name { font-size: 1rem; font-weight: 700; margin-bottom: 0.25rem; }
.product-price { font-size: 0.85rem; color: #7C6046; margin-bottom: 0.25rem; }
.quantity-input { width: 50px; }
.subtotal-container { margin-top: 2rem; border-top: 1px solid #ccc; padding-top: 1rem; background-color: #f8f9fa; }
.subtotal-title { font-size: 1.25rem; margin-bottom: 1rem; }
.subtotal-value { font-size: 1.1rem; color: #7C6046; }
.discount-input { margin-top: 1rem; }
.checkout-btn { margin-top: 1rem; }

.remove-btn {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #ffffff; /* Text color */
    background-color: #D09575; /* Background color */
    padding: 7px 17px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 16px; /* Adjust font size */
    text-align: center; /* Center align text */
    text-decoration: none; /* Remove underline by default */
    display: inline-block; /* Display as inline block */
    box-shadow: 0 4px 11px rgba(208, 149, 117, 0.5);
}

.remove-btn:hover {
    background-color: rgb(188, 135, 106); /* Darken background color on hover */
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
.remove-btn {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #ffffff; /* Text color */
    background-color: #D09575; /* Background color */
    padding: 7px 17px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 12px; /* Adjust font size */
    text-align: center; /* Center align text */
    text-decoration: none; /* Remove underline by default */
    display: inline-block; /* Display as inline block */
    box-shadow: 0 4px 11px rgba(208, 149, 117, 0.5);
}}


/*-------------CHECKOUT-------------*/
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
     font-size: small;
  }

.scrollcard{
    border-radius: 7px;
     font-size: small;
  }

  .scrollcard li {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05); /* Updated box-shadow syntax */
    width: 255px;
    height: 110px;
    display: flex;
    align-items: center;
  }
  
  .scrollcard li:hover {
    border-color: #5a4333;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjusted shadow on hover */
  }

 /* Default styles */
input[type="radio"] {
    /* Hide the default radio button */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Use a custom style for the radio button */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

input[type="radio"]:checked {
    /* Change border color when checked */
    border-color: #5a4333;
    background-color: #5a4333;
}

.scrollcard input[type="radio"]:checked + .list-group-item{
    border-color: #5a4333;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjusted shadow when checked */
}

#checkout-form label{
    font-size: small;
    font-weight: 500;
}

#checkout-form input{
    font-size: small;
}

#checkout-form p{
    font-size: small;
}

.order-summary {
    font-size: small;
}

.summary-items{
    
}

.order-summary h5{
    font-size: small;
    padding-top: 10px;
}

.voucher-form {
    padding:10px;
background-color: #F2F2F2;
border-radius: 5px;
}

.voucher-form input{
    font-size: small;
}



/*--------------------ACCOUNT-------------*/
.menu-item {
    padding: 10px 15px;
    cursor: pointer;
  }
  .menu-item:hover {
    background-color: #e9ecef;
  }

  .menu-item:active {
    background-color: #7C6046;
  }

  .content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .order-card {
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.order-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.order-id {
  font-weight: bold;
  font-size: small;
}

.order-status {
  color: #009688;
  font-weight: bold;
  font-size:12px;
}

.order-body {
  padding-top: 10px;
}

.order-items {
  margin-top: 10px;
  background: #f2f2f2;
}

.order-items > div {
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.account-container label{
    font-size: small;
    font-weight: 500;
    padding-top: 11px;
}

.account-container input{
    font-size: small;
}

.account-container select{
    font-size: small;
}

.account-container p{
    font-size: small;
}

.account-container h2{
    font-size: medium;
}

@media only screen and (max-width: 600px) {
.account-right {
    padding: 0rem;
}
}

/*-------------------ORDER DETAILS--------------*/
.shipping-details {
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 11px;
}
.shipping-details h5 {
    font-size: small;
    padding-top: 10px;
}
.shipping-details p{
    font-size: small;
    color: #000000;
}
.order-summary-details {
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 11px;
}
.order-summary-details table {
    color: #000000;
}

@media only screen and (max-width: 600px) {
    .card-header h3{
        font-size: medium;  
    }
    .card-header p{
        font-size: small;  
    }
}



/*-----------------SIGN IN----------------------*/
.sign-in-form {
        background-image: url("assets/images/frontend/getintouchbg.jpg");
        width: 100%;
        height: 100vh; /* Set height to 100% of viewport height */
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; /* Set position to relative */
    }

    .sign-in-form .overlay {
        width: 100%;
        height: 100%;
        position: absolute; /* Position overlay absolutely within sign-in-form */
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(124, 96, 70, 1));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Additional styles for form and text */
    .form-container {
        background-color: #ffffff;
        padding: 20px;
        max-height: 100vh; /* Set a maximum height */
        overflow-y: auto; /* Enable vertical scrolling */
    }

    /* Adjust padding and margin for better appearance */
    .sign-in-right {
        padding-right: 10px; /* Adjust as needed */
        margin-right: -10px; /* Adjust as needed */
    }

    .sign-in-form input,
    .sign-in-form textarea {
        font-size: small;
        border-radius: 0;
        border: 1px solid rgba(124, 96, 70, 0.5);
    }

    .sign-in-form label {
        font-size: small;
        padding-top: 1em;
        color: #5a4333;
    }

    .sign-in-left h1, .sign-up-left h1{
        color: #ffffff;
    }

   .sign-in-left h5 {
    color: #ffffff;
    font-weight:300;
    font-size: medium;
   }
    

    .sign-in-right h1 {
        color: #5a4333;
        font-size: 2em;
    }

    .sign-in-right h5 {
        font-size: small;
        color: #5a4333;
        font-weight: 300;
    }

    .verification h5 {
        font-size: small;
        color: #5a4333;
        font-weight: 300;
    }

    .sign-in-form p,
    .sign-in-form a {
        font-size: small;
        color: #5a4333;
    }

.sign-in-form {
        background-image: url("assets/images/frontend/getintouchbg.jpg");
        width: 100%;
        height: 100vh; /* Set height to 100% of viewport height */
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; /* Set position to relative */
    }

    .sign-in-form .overlay {
        width: 100%;
        height: 100%;
        position: absolute; /* Position overlay absolutely within sign-in-form */
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(124, 96, 70, 1));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Additional styles for form and text */
    .form-container {
        background-color: #ffffff;
        padding: 20px;
    }

    .sign-in-form select,
    .sign-in-form input,
    .sign-in-form textarea {
        font-size: small;
        border-radius: 0;
        border: 1px solid rgba(124, 96, 70, 0.5);
    }

    .sign-in-form label {
        font-size: small;
        padding-top: 1em;
        color: #5a4333;
    }

    .sign-in-left h1{
        color: #ffffff;
    }

   .sign-in-left h5, .sign-up-left h5 {
    color: #ffffff;
    font-weight:300;
    font-size: medium;
   }
    

    .sign-in-right h1 {
        color: #5a4333;
        font-size: 2em;
    }

    .sign-in-right h5 {
        font-size: small;
        color: #5a4333;
        font-weight: 300;
    }

    .sign-in-form p,
    .sign-in-form a {
        font-size: small;
        color: #5a4333;
    }
    
    .google-sign-button {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #f3f3f3;
    padding-right: 11px;
    border-radius: 7px;
    display: inline-flex; /* To align text and image properly */
    align-items: center; /* Center items vertically */
    text-decoration: none; /* Remove underline from links */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow effect */
}

.google-sign-button:hover {
    border-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

.google-sign-button img {
    margin-right: 10px; /* Space between image and text */
}
    
  @media only screen and (max-width: 600px) {
 .sign-up-left h1 {
padding-top: 50%;
font-size: 2em;
}

.sign-in-left h1 {
    font-size: 2em;
    }

.sign-in-left h5, .sign-up-left h5 {
    font-size: 0.7em;
   }
    }

/*---------------------ALL---------------------*/
textarea{
    font-size:small;
}

select{
    font-size:small;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

.navbar-left, .navbar-right {
    display: flex;
    align-items: center;
}

.navbar-toggler, .navbar-account, .navbar-cart {
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
    border: none;
}

.navbar-center .navbar-logo {
    height: 30px;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: left 0.3s;
    padding: 20px;
}

.side-menu.open {
    left: 0;
}

.side-menu .close-btn {
    font-size: 24px;
    cursor: pointer;
    display: block;
    text-align: right;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.menu-list li {
    margin: 15px 0;
}

.menu-list li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 900;
}

.nav-overlay.show {
    display: block;
}

.footer{
    background-color: #7C6046;
}

.footer p{
    color: #ffffff;
    padding-top: 25px;
    height: 50px;
    font-size: 12px;
    font-weight: 300;
}

/* Body font family */
body {
    font-family: "Poppins", sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 4px 27px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1000;
}

.navbar.hidden {
    display: none; /* Hide the navbar when it has the hidden class */
}

.navbar-left, .navbar-right {
    display: flex;
    align-items: center;
}

.navbar-toggler{
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
}

.navbar-center .navbar-logo {
    height: 50px;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: left 0.5s;
    padding: 20px;
}

.no-scroll {
    overflow: hidden; /* Prevent scrolling */
}

.side-menu.open {
    left: 0;
}

.side-menu .close-btn {
    font-size: 24px;
    cursor: pointer;
    display: block;
    text-align: right;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.menu-list li {
    margin: 15px 0;
}

.menu-list li a {
    text-decoration: none;
    color: #8B8B8B;
    font-size: 18px;
}

.menu-list li a:hover {
    text-decoration: none;
    color: #7C6046;
    font-size: 18px;
}

.bottom-links {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.bottom-links .vl{
    height:25px;
}

.bottom-links .col-1{
    width:3px;
}

.bottom-links a {
    text-decoration: none;
    color: #8B8B8B;
    font-size: 15px;
}

.bottom-links a:hover {
    text-decoration: none;
    color: #7C6046;
    font-size: 15px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
}

.nav-overlay.show {
    display: block;
}

/* Padding for welcome container */
.p-6 {
    padding: 6em;
}

.p-7 {
    padding: 8em;
}

@media only screen and (max-width: 600px) {
    .p-7 {
        padding: 5em;
    }
}

.vl {
    border-left: 1px solid rgb(156, 156, 156);
    height: 100px;
  }

/* Heading 1 styles */
h1 {
    color: #7C6046;
    font-size: 50px;
    font-weight: 600;
}

h2 {
    color: #7C6046;
    font-size: 37px;
    font-weight: 600;
}

h3 {
    color: #7C6046;
    font-size: 27px;
    font-weight: 600;
}

/* Paragraph styles */
p {
    color: #7C6046;
    font-size: 16px; /* Adjusted for better readability */
    font-weight: 400;
    line-height: 1.5; /* Adjusted for better spacing */
}

.btn-primary {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #ffffff; /* Text color */
    background-color: #7C6046; /* Background color */
    padding: 7px 25px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 15px; /* Adjust font size */
    text-align: center; /* Center align text */
    text-decoration: none; /* Remove underline by default */
    display: inline-block; /* Display as inline block */
    box-shadow: 0 4px 11px rgba(124, 96, 70, 0.5);
}

.btn-primary:hover {
    background-color: #5a4333; /* Darken background color on hover */
}

.btn-secondary {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #ffffff; /* Text color */
    background-color: #B9B49F; /* Background color */
    padding: 7px 25px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 15px; /* Adjust font size */
    text-align: center; /* Center align text */
    text-decoration: none; /* Remove underline by default */
    display: inline-block; /* Display as inline block */
    box-shadow: 0 4px 11px rgba(185, 180, 159, 0.5);
}

.btn-secondary:hover {
    background-color: #B9B49F; /* Darken background color on hover */
}

.btn-danger {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #ffffff; /* Text color */
    background-color: #D09575; /* Background color */
    padding: 7px 25px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 15px; /* Adjust font size */
    text-align: center; /* Center align text */
    text-decoration: none; /* Remove underline by default */
    display: inline-block; /* Display as inline block */
    box-shadow: 0 4px 11px rgba(208, 149, 117, 0.5);
}

.btn-danger:hover {
    background-color: #D09575; /* Darken background color on hover */
}


.btn-outline-secondary {
    border-radius: 23px; /* Makes the button fully rounded */
    color: #5a4333; /* Text color */
    background-color: transparent; /* Use transparent for no background */
    border: 0.7px solid #5a4333; /* Border style */
    padding: 7px 25px; /* Adjust padding as needed */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 15px; /* Adjust font size */
    text-align: center; /* Center align text */
    display: inline-block; /* Ensure the button behaves as expected */
    text-decoration: none; /* Remove underline from links */
}

.btn-outline-secondary:hover {
    background-color: #5a4333; /* Background color on hover */
    color: #fff; /* Text color on hover */
}


  /* Custom CSS for minimalist design */
  .card {
    border: none;
}

.card img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.1); /* Adjust the scale factor for the desired zoom level */
}

.card-body {
    padding: 1rem;
}

.card-text {
    font-size: 1rem;
}

.text-muted {
    font-size: 0.8rem;
}

/* Standardize card image size */
.card-img-top {
    height: 300px;
    object-fit: cover;
    overflow: hidden; /* Hide the overflow of the image within the card */
}

/* Hyperlink styling */
.card-link {
    text-decoration: none; /* Remove underline by default */
}

.card-link:hover {
    text-decoration: underline; /* Add underline on hover */
}

@media only screen and (max-width: 600px) {
.card-img-top {
    height: 200px;
    object-fit: cover;
    overflow: hidden; /* Hide the overflow of the image within the card */
}
.card-text {
    font-size: small;
}

.product-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color:#5a4333;
}
}