/* 

Color code #934320
*/

:root {
    --primary: #934320;
    --white: #ffffff;
    --black: #000000;
    --yellow: #FFD700;
    --gray: #e6e6e6;
    --gray2: #EBE8E8;
    --gray-700: #999999;
    --bs-body-font-size: 0.875rem; 
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 90% !important;
}


@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  body {
    display: block;
  }
  .page-scale {
    transform: none;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-xl {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-xxl {
    max-width: 1300px;
  }
}




html, body{
    background-color: var(--white);
    font-size: 0.875rem; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}





a{
    text-decoration: none;
}


.bg-primary{
    background-color: var(--primary) !important;
}

.bg-black {
    background-color: var(--black);
}

.bg-yellow{
    background-color: var(--yellow);
}

.text-sm{
    font-size: 12px;
}


.text-md {
    font-size: 15px;
}

.primary{
    color: var(--primary);
}


.yellow{
    color: var(--yellow)
}

.white{
    color: var(--white);
}

.black{
    color: var(--black);
}

.gray-700{
    color: var(--gray-700);
}


.btn-primary{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}


.btn-primary:hover{
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-outline-primary{
    background-color: var(--white);
    border: 1px solid var(--primary);
    color:  var(--primary)
}


.btn-outline-primary:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.bg-gray2{
    background-color: var(--gray2);
}


.main-nav .navbar-nav{
    padding-left: 15px;
}

.main-nav .dropdown:hover .dropdown-menu{
    display: block;
}

.main-nav .nav-item .dropdown .dropdown-menu{
    z-index: 9999; 
}

.main-nav .navbar-nav .nav-item{
    padding: 0 8px 0 8px;
}




.breadcrumb{
    background-image: linear-gradient(to right, rgb(147, 67, 32, 0.6), rgb(147, 67, 32, 0.8)), url("/static/website/images/others/1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    overflow: hidden;
}

.newsletter{
    background-image: url("/static/website/images/bg/1.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.divider{
    background-color: var(--gray);
    width: 80%;
    height: 1px;
}

.img-wrapper{
    height: 200px;
    overflow: hidden;
}


.statistics{
    z-index: 5;
    margin-top: -35px;
}











.item-card {
    border-radius: 15px;
    padding: 20px;
    background-color: var(--gray2);
    /* height: 100%; */
}

.item-image {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.discount-card {
    background-color: #8b4513;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 15px 10px;
}

.discount-card span {
    background: #ffeb99;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}


.offer_1{
    background-image: url("/static/website/images/others/offer_1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.offer_2 {
    background-image: url("/static/website/images/others/offer_2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.offer_3 {
    background-image: url("/static/website/images/others/offer_3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.special-offer1{
    background-image: url("/static/website/images/specials/1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.special-offer2 {
    background-image: url("/static/website/images/specials/2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.product-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 30%;
    right: 20px;
    background: rgba(139, 69, 19, 0.85);
    /* brown overlay */
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    max-width: 70%;
}

.overlay h5 {
    font-weight: bold;
}

.overlay .btn {
    background: #ffeb3b;
    color: #000;
    font-weight: bold;
}

.overlay .btn:hover {
    background: #fdd835;
}

.nav-tabs{
    --bs-nav-tabs-link-active-color: var(--primary);
}

.nav-tabs .nav-link{
    color: var(--black);
}


.section-text h2 {
    font-weight: 700;
    font-size: 2rem;
}

.section-text .highlight {
    color: #a2491c;
    /* brown accent */
}

.section-text p {
    color: #555;
    font-size: 1rem;
}

.image-stack {
    position: relative;
    display: inline-block;
}

.image-main {
    border-radius: 15px;
    position: relative;
    z-index: 2;
    animation: float 4s ease-in-out infinite;
}

.image-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: #ffde69;
    border-radius: 10px;
    z-index: 0;
}

.image-side {
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-radius: 15px;
    z-index: 3;
    width: 50%;
    animation: zoomInOut 3s infinite ease-in-out;
}

.image-overlay {
    position: absolute;
    left: -30px;
    top: 50px;
    height: 80%;
    width: 50%;
    background: #9c4b2c;
    border-radius: 10px;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
}

.kitchen-label {
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}

.arrow {
    position: absolute;
    left: 5%;
    bottom: -30%;
    width: 100px;
}




.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* optional dark overlay */
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 200px;
}

.carousel-content h1 {
    font-weight: 700;
    font-size: 5rem;
}

.carousel-content p {
    font-size: 0.9rem;
}

.btn-custom {
    background: #a2491c;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
}

.featured-box {
    position: absolute;
    top: 20%;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    width: 120px;
}

.featured-card img {
    width: 100%;
    border-radius: 10px;
}

.featured-card h6 {
    font-size: 0.9rem;
    margin-top: 8px;
    color: black;
}

.featured-card span {
    font-size: 0.85rem;
    color: #444;
}


.main-offers {
    position: relative;
}

.main-offers .star-icon {
    position: absolute;
    bottom: 1px;
    right: 25%;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    pointer-events: none;
    animation: spin 5s linear infinite;
}


.home-featured{
    position: relative;
}


.home-featured .star-icon {
    position: absolute;
    top: 2%;
    left: 50px;
    width: 80px;
    height: 80px;
    opacity: 0.8;
    pointer-events: none;
    animation: spin 8s linear infinite;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.kitchen-section{
    position: relative;
}


.kitchen-section .star-icon{
    position: absolute;
    bottom: -40%;
    right: 25%;
    width: 80px;
    height: 80px;
    opacity: 0.8;
    pointer-events: none;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    /* moves up */
    100% {
        transform: translateY(0px);
    }
}


@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
        /* zoom in */
    }
}

/* Example: change the check circle when selected */
.color-radio:checked {
    accent-color: var(--radio-color);
    /* works in modern browsers */
}

/* If you want per-color styling */
.color-red:checked {
    accent-color: red;
}

.color-blue:checked {
    accent-color: blue;
}

.color-green:checked {
    accent-color: green;
}

/* Or style the label instead of the native circle */
/* Keep Bootstrap's layout but remove its custom colors if needed */
.form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 2px;
    /* aligns nicely with label text */
}

/* Optional: style when selected */
.form-check-input:checked {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* Optional: add smooth color transition */
.form-check-input {
    transition: accent-color 0.3s ease;
}


.product-image {
    height: 230px;
    /* fixed height */
    overflow: hidden;
}

.product-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* keeps aspect ratio while filling box */
}

.product-card {
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    /* slightly larger than shadow-sm */
}


.choose-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    border-radius: 12px;
    color: white;
    min-height: 150px;
}

.choose-card svg {
    width: 40px;
    height: 40px;
    margin-bottom: 0.75rem;
    fill: white;
}

.choose-card.brown {
    background-color: #8b3e21;
}

.choose-card.gray {
    background-color: #666;
}

.choose-card h6 {
    font-weight: 700;
    margin: 0;
}

/* Extra top margin for right column */
.right-column {
    margin-top: 2rem;
}



.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}


/* Make sure navigation arrows are visible */
.swiper-button-next,
.swiper-button-prev {
    position: static;
    /* remove Swiper's default absolute positioning */
    width: 32px;
    height: 32px;
    background: #f8f9fa;
    /* light background */
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    /* arrow color */
    font-size: 6px;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 6px;
    /* arrow size */
}

/* Pagination dots */
.swiper-pagination {
    position: static;
    /* move dots below carousel */
    margin-top: 15px;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #333;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}

