/*--------------index reel slider -------*/
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.reel-section {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 20px;
    scrollbar-width: none;
}

.reel-section::-webkit-scrollbar {
    display: none;
}

.reel-card {
    flex: 0 0 auto;
    width: 180px;
    height: 320px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}

.slider-btn.left {
    left: 10px;
}

.slider-btn.right {
    right: 10px;
}

.slider-btn:hover {
    background-color: rgba(0,0,0,0.8);
}
/*----------------------popup---------------------*/

/*-----------------------------------------------------*/
.m-color
{
    color: white;
}
@media (max-width: 768px) {
    .col {
        flex: 1 1 100%;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .mobile-full {
        width: 100% !important;
    }

    nav, header, footer {
        padding: 10px 15px;
    }

    .mobile-stack {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
.responsive-banner {
    background-image: url('images/banner/banner-4.jpg');
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .responsive-banner {
        background-image: url('images/products/product-60.jpg');
    }
}
/*----------------------------------------------------------------------header------*/
.brand-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #c8aa65;
  text-align: center;
  letter-spacing: 2.5px;
  font-weight: 700;
  position: relative;
  padding: 12px 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  border-radius: 12px;
}

.brand-logo .decor-left,
.brand-logo .decor-right {
  font-size: 20px;
  color: #d4af37;
  text-shadow: 0 0 4px rgba(255, 215, 0, 0.4);
}

.brand-logo:hover {
  color: #f0d58c;
  transition: all 0.3s ease;
}

.tf-header {
  background-color: #092e20;
}
.box-nav-menu .item-link {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.box-nav-menu .item-link:hover,
.box-nav-menu .item-link:focus {
  color: #c8aa65; /* Gold on hover */
}
.nav-icon-item {
  color: #ffffff;
  transition: color 0.3s;
}
.nav-icon-item:hover {
  color: #c8aa65;
}
.tf-btn-line {
  border: 2px solid #c8aa65;
  color: #c8aa65;
}
.tf-btn-line:hover {
  background-color: #c8aa65;
  color: #092e20;
}
.bg-gold {
  background-color: #c8aa65;
  color: #092e20;
}
.tf-header {
  background-image: url('images/bg-pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #092e20;
}
.mcolor
{
    color: white;
    font-size: 2px0px;
}
.btn-gold {
  background-color: #c8aa65;
  color: #092e20;
  border: none;
  transition: all 0.3s ease;
  border-radius: 0;
}

.btn-gold:hover {
  background-color: #092e20;
  color: white;
}

.offcanvas-search {
  background: url('images/bg-pattern.png'), #092e20;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid #c8aa65;
}

.form-search input::placeholder {
  color: #666;
  font-weight: 500;
}

.btn-gold {
  background-color: #c8aa65;
  color: #092e20;
  border: none;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #092e20;
  color: #fff;
  border: 1px solid #c8aa65;
}

}

@media (max-width: 768px) {
  .form-search {
    flex-direction: column !important;
    align-items: stretch !important;
    
  }

  .form-search .search-btn {
    order: 2;
    width: 100%;
    margin-top: 10px;
     position: absolute;
  display: flex;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: 0;
  }

  .form-search input {
    order: 1;
    width: 100%;
  }
}
