* {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
a {
    color: #A37A36;
}
a:hover {
    color: #8F6341;
}
body {
    font-family: 'Gilda Display', serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    padding-top: 110px;
    outline: none;
    overflow-x: hidden;
}
body.modal-open {
    padding-right: 0 !important;
}
body.no-scroll-padding {
    padding-right: 0 !important;
}
header {
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    
}
header nav ul {
    list-style: none;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 15px;
}
header nav ul li a {
    color: #3f3000;
    text-decoration: none;
    font-family: 'Gilda Display', serif;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    height: 110px;
    padding: 0 15px;
    z-index: 1030;
    position: fixed;
}
.navbar.no-padding {
    padding-right: 15px !important;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.navbar-brand img {
    height: 85px;
}
.logo-image{
    height: 85px;
    width: 117px;
}
.navbar-toggler {
    margin-left: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #5f5f5f;
}
@media (max-width: 991px) {
    .navbar-collapse {
        width: auto;
        position: absolute;
        left: 0;
        background-color: #fff;
        top: 70px;
        border-radius: 0 0 8px 8px;
    }
    .navbar-nav {
        width: auto;
        margin-right: 0;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 15px;
        padding: 10px;
    }
    .navbar-brand img {
        height: 80px;
    }

    .logo-image{
        height: 80px;
        width: 112px;
    }
}
@media (min-width: 992px) {
    .navbar-collapse {
        flex-grow: 1;
        justify-content: flex-end;
    }
    .navbar-nav {
        background-color: #fff;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    .navbar-nav .nav-link {
        color: #000000;
        font-size: 16px;
        margin-left: 15px;
    }
}
#cartCount {
    font-size: 16px;
    color: #000000;
    margin-left: 5px;
}
.cart-icon {
    color: #8F6341;
    font-size: 24px;
}
.cart-badge {
background-color: #ffffff;
color: rgb(0, 0, 0);
border-radius: 50%;
padding: 2px 6px;
font-size: 12px;
position: relative;
top: -10px;
left: -10px;
}
section {
    scroll-margin-top: 150px;
    min-height: 100vh;
    outline: none;
}
.banner {
    background: url('images/BannerDavana.webp') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn 2s forwards;
}
.banner h1 {
    font-size: 50px;
    margin: 0;
    opacity: 0;
    animation: fadeInText 2s 0.5s forwards;
}
.banner p {
    font-size: 20px;
    opacity: 0;
    animation: fadeInText 2s 1s forwards;
}
.banner .btn {
    margin-top: 20px;
    opacity: 0;
    animation: fadeInText 2s 1.5s forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.section-heading {
    background: url('images/patternbg.webp') no-repeat center center;
    background-size: 100%;
}
@media (max-width: 1024px) {
    .section-heading {
        background-size: 400%;
        background-position: center;
    }
}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #535e68;
    border-bottom: 1px solid #535e68;
    color: #000000;
    background-color: #ffffffbd;
    font-family: 'Gilda Display', serif;
}
.about {
    padding: 0 0 30px;
    min-height: 100vh;
}
.about .about-content {
    margin-top: 28px;
    padding-bottom: 15px;
    padding-top: 50px;
    padding: 15px;
    border: 0px solid #999fb3;
    border-radius: 6px;
    background-color: #ffffff7c;
}
.single-about-txt h3 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    text-transform: initial;
    font-size: 1.3rem;
    line-height: 1.2;
}
.single-about-txt h4 {
    color: #26252b;
    text-transform: initial;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2;
}
.single-about-txt p {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.1rem;
    color: #000000;
    padding: 15px 0 20px;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h4 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {
    font-weight: 300;
    border: 0;
    padding: 0;
    margin-top: 3px;
}
.single-about-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 200px;
    border: 10px solid #ddd;
    border-color: white;
    margin-right: 20px;
    position: relative;
}
.single-about-img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 109%;
    height: 100%;
    background: rgba(108, 109, 116, 0);
}
.single-about-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn {
    background-color: #ffffff;
    display: inline-block;
    background-color: #A37A36;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}
.btn-primary {
    background-color: #A37A36;
    border-color: #A37A36;
}
.btn-primary:hover {
    background-color: #8F6341;
    border-color: #8F6341;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #8F6341;
    border-color: #8F6341;
    box-shadow: none;
}
.btn.focus, .btn:focus-visible {
    box-shadow: none; 
    outline: none; 
}
#product {
    min-height: 100vh;
}
.section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.product-card {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    max-height: 400px;
    overflow: hidden;
    background-color: #ffffff;
}
.product-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:75%;
    overflow: hidden;
}
.product-image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.base-image {
    z-index: 1;
    transform: scale(1);
}
.hover-image {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: scale(1);
}
.product-image-container {
    position: relative;
    overflow: hidden;
}
.product-image-container:hover .hover-image {
    opacity: 1;
    transform: scale(1.2);
}
.product-image-container:hover .base-image {
    transform: scale(1);
    transition: transform 0.2s ease;
}
.product-name{
    height: 45px;
}
.product-description {
    max-height: 65px;
}

.product-card h4 {  
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.product-card p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.5em;
    min-height: 3em;
}
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-selector button {
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 0;
    line-height: 1;
}

.quantity-input {
    width: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 25px;
}
.price-text {
    padding-top: 20px;
}
.section-content.show {
    display: block;
    flex-wrap: wrap;
}
.section-content {
    display: none;
}
@media (max-width: 1024px) {
    .section-content.show {
        justify-content: center;
    }
    .product-card {
        width: 100%;
        max-width: 100%;
    }
}
#blog {
    min-height: 100vh;
}
.article-content {
    padding: 50px 100px;
    min-height: 400px;
    position: relative;
    display: block;
}
.article-image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}
.article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#products-container {
    margin: 0 200px;
    box-sizing: border-box;
    z-index: 2;
}
@media (max-width: 1024px) { 
    #products-container {
        margin: 0 50px;
    }
}
@media (max-width: 768px) {
    #products-container {
        margin: 0 20px;
    }
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #535e68;
}
#products-container h2 {
    background-color: #ffffff;
    font-family: 'Gilda Display', serif;
    text-align: center;
    margin: 0;
    color: #000000;
}
.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #535e68;
    outline: none;
    position: relative;
}
.arrow-icon {
    transition: transform 0.3s ease;
    transform-origin: center;
}
.toggle-btn:focus {
    outline: none;
}
.header-item {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.toggle-btn {
    margin-right: 10px;
}
.line {
    flex: 1;
    height: 2px;
    margin-right: 10px;
    background-color: #535e68;
}
.section-content {
    display: none;
    padding: 10px;
    margin-left: 5%;
    margin-bottom: 25px;
}
.section-content.show {
    display: block;
}
@media (max-width: 768px) {
    .section-content {
        margin-left: 0px;
        justify-content: center;
    }
    .product-card {
        width: 100%;
        max-width: 100%;
    }
    .toggle-btn {
        margin-right: 0px; 
        padding: 0px; 
    }
    .line {
        margin-right: 10px;
    }
}
#contact {
    padding: 50px 20px;
    border-top: 1px solid #535e68;
    background-color: #ffffff;
    text-align: center;
    min-height: 60vh;
}
#contact h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
#contact h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #A37A36;
    margin: 10px auto;
    border-radius: 2px;
}
#contact form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#contact form h2::after {
    content: "";
    display: block;
    font-size: 20px;
    width: 50px;
    height: 3px;
    background-color: #a3793600;
    margin: 10px auto;
    border-radius: 2px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
#contact input[type="text"]:focus, #contact input[type="email"]:focus, #contact textarea:focus {
    border-color: #A37A36;
    outline: none;
}
#contact textarea {
    height: 150px;
    resize: none;
}
#contact button[type="submit"] {
    background-color: #A37A36;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}
#contact button[type="submit"]:hover, #contact button[type="submit"]:active {
    background-color: #8F6341;
}
.notification {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 80px;
    bottom: 30px;
    font-size: 17px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}
.notification.show {
    visibility: visible;
    opacity: 1;
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    background-color: #f9f9f9;
}
.modal-header {
    background-color: #A37A36;
    color: white;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.modal-header .close {
    color: white;
    opacity: 1;
}
.modal-body {
    padding: 20px;
}
.table-bordered th, .table-bordered td {
    text-align: center;
    vertical-align: middle;
}
.table-bordered th {
    background-color: #f5f5f5;
    color: #333;
}
#cartTotal {
    font-size: 18px;
    font-weight: bold;
    color: #A37A36;
}
.modal-footer {
    background-color: #f5f5f5;
    border-top: none;
}
.btn-primary {
    background-color: #A37A36;
    border-color: #A37A36;
}
.btn-primary:hover {
    background-color: #8F6341;
}
.btn-secondary {
    background-color: #535e68;
    border-color: #535e68;
}
.btn-secondary:hover {
    background-color: #424d59;
}
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }
    .modal-content {
        padding: 10px;
    }
    .table {
        font-size: 12px;
    }
    .modal-header {
        padding: 15px;
    }
    .modal-body {
        padding: 0px;
    }
    .modal-footer {
        padding: 10px;
    }
    .table-bordered th, .table-bordered td {
        padding: 5px;
    }
    #cartTotal {
        font-size: 16px;
    }
    .btn-danger.btn-sm {
        padding: 0.15rem 0.3rem;
        font-size: 0.75rem;
    }
}
.footer {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    color: #000000;
}
.text-with-outline {
    color: #ffffff;
    text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000; 
}
@media (max-width: 768px) {
    #contact {
        padding: 30px 10px;
    }
    #contact form {
        padding: 20px;
    }
    #contact h2 {
        font-size: 28px;
    }
}
