*,
dl,
ol,
ul {
  padding: 0;
  margin: 0
}

a,
li,
p {
  font-family: Poppins
}

.search-section,
.website-loader {
  display: flex;
  justify-content: center
}

.age-btn,
.author-title,
.counter-label,
.join-now-btn,
.product-category {
  text-transform: uppercase
}

.footer-menu,
li {
  list-style: none
}

.footer-menu a,
.header-btn,
.social-icon,
.view-more-btn {
  text-decoration: none
}

* {
  box-sizing: border-box
}

body {
  background: #fff !important
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Cambria;
  src: url("../fonts/Cambria.woff2") format("woff2"), url("../fonts/Cambria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

a {
  text-decoration: none !important
}

li,
p {
  font-size: 15px;
  color: #494949;
  font-weight: 500 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cambria
}

h3,
h4,
h5,
h6 {
  color: #000
}

h1 {
  font-size: 3rem
}

h2 {
  font-size: 2.625rem
}

h3 {
  font-size: 2rem
}

h4 {
  font-size: 1.6rem
}

h5 {
  font-size: 1.3rem
}

h6 {
  font-family: Poppins
}

.pt-6 {
  padding-top: 60px
}

.pb-6 {
  padding-bottom: 60px
}

:root {
  --primary-color: #93000b;
  --secondary-color: #93000b;
  --black-color: #000;
  --white-color: #fff
}




img {
  width: 100%;
  max-width: 100%;
  transition: .5s cubic-bezier(.4, 0, .2, 1)
}

.primary-bg {
  background: #93000b !important
}

.secondary-bg {
  background-color: #93000b !important
}

.primary-text {
  color: #93000b !important
}

.light-bg {
  background-color: #f1dedf
}

.logo-img img {
  width: 240px
}

.search-container {
  position: relative;
  width: 100%;
  min-width: 460px
}

.search-input {
  width: 100%;
  padding: 8px 50px 8px 20px;
  border: 1px solid #444;
  border-radius: 1px;
  font-size: 16px;
  transition: border-color .3s;
  background-color: #fff
}

.search-input:focus {
  outline: 0;
  border-color: #8b0000
}

.search-btn {
  position: absolute;
  right: 2px;
  top: 46%;
  transform: translateY(-50%);
  background: #f3f3f3;
  color: #141414;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background .3s;
  font-size: 18px;
  width: 40px;
  height: 40px
}

.loader-background,
.website-loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.search-btn:hover {
  background: #c3c3c3
}

.user-actions i {
  color: var(--primary-color);
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 20px
}

a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000
}

.feature-content h4,
.loader-text {
  font-family: "FONTSPRING DEMO - IzmirNarrow";
  font-weight: 700
}

.heart-icon:hover i,
.product-text a,
.product-text h4,
.review-card.active .author-name,
.review-card.active .quote-icon,
.slide-container.right p,
.swiper-button-next,
.swiper-button-prev {
  color: #fff
}

.website-loader {
  position: fixed;
  background: var(--primary-color);
  align-items: center;
  z-index: 9999;
  transition: .8s cubic-bezier(.4, 0, .2, 1)
}

.website-loader.hidden {
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none
}

.loader-background {
  position: absolute
}

.loader-particles {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  animation: 6s ease-in-out infinite float
}

.loader-particles:first-child {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 8s
}

.loader-particles:nth-child(2) {
  top: 60%;
  right: 15%;
  animation-delay: 2s;
  animation-duration: 10s
}

.loader-particles:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
  animation-duration: 7s
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0);
    opacity: .3
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: .8
  }
}

.loader-content {
  text-align: center;
  position: relative;
  z-index: 2
}

.loader-logo-container {
  position: relative;
  margin-bottom: 2rem;
  animation: 2s ease-in-out infinite logoPulse
}

.loader-logo {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2
}

.loader-logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, .2) 0, transparent 70%);
  border-radius: 50%;
  animation: 3s ease-in-out infinite glowPulse
}

.loader-bar,
.loader-progress {
  border-radius: 2px;
  position: relative
}

@keyframes logoPulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: .3;
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    opacity: .6;
    transform: translate(-50%, -50%) scale(1.2)
  }
}

.loader-bar-container {
  margin-bottom: 1.5rem
}

.loader-bar {
  width: 300px;
  height: 4px;
  background: rgba(255, 255, 255, .2);
  overflow: hidden;
  margin: 0 auto 1rem
}

.loader-progress {
  height: 100%;
  background: linear-gradient(90deg, gold, #ffed4e, gold);
  width: 0%;
  animation: 2s ease-in-out forwards progressFill
}

.loader-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  animation: 1.5s ease-in-out infinite shimmer
}

@keyframes progressFill {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

.loader-text {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px
}

.loading-dots {
  animation: 1.5s ease-in-out infinite dotsAnimation
}

@keyframes dotsAnimation {

  0%,
  100%,
  20% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.loader-subtitle {
  color: rgba(255, 255, 255, .7);
  font-family: Kalinga;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1rem;
  animation: .8s ease-out .5s both fadeInUp
}

.age-disclaimer,
.age-question,
.brand-name {
  font-family: Georgia, serif
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.feature-boxes-section {
  padding: 40px 0;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef
}

.feature-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: .3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
  border-color: var(--primary-color)
}

.feature-icon {
  margin-bottom: 15px
}

.feature-icon i {
  font-size: 2.5rem;
  color: var(--primary-color);
  background: rgb(220 53 65 / 10%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  transition: .3s
}

.feature-box:hover .feature-icon i,
.nav-btn:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.1)
}

header.header-main.sticky {
    position: sticky;
    z-index: 99;
    top: 0;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.feature-content h4 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3
}

.feature-content p {
  font-family: Kalinga;
  font-size: .9rem;
  color: #666;
  margin: 0;
  font-weight: 500
}

.age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(8px)
}

.age-popup-buttons,
.age-popup-content,
.product-box,
.swiper-slide,
section.hero-sec {
  position: relative
}

.age-popup.show {
  display: flex !important
}

.age-popup-content {
  background: linear-gradient(135deg, #f5f1e8 0, #e8dcc0 100%);
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 450px;
  width: 90%;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .4);
  animation: .6s ease-out popupSlideIn;
  overflow: hidden
}

.confirm-btn,
.grape-icon {
  background: var(--bs-primary) !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, .3)
}

.age-popup-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(139, 69, 19, .05) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(139, 69, 19, .05) 0, transparent 50%), linear-gradient(45deg, transparent 40%, rgba(139, 69, 19, .03) 50%, transparent 60%);
  pointer-events: none
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(.9)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.age-popup-body,
.age-popup-header {
  margin-bottom: 35px;
  position: relative;
  z-index: 1
}

.age-popup-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px
}

.grape-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.grape-icon i {
  color: #fff;
  font-size: 18px
}

.brand-name {
  font-size: 24px;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 1px
}

.age-question {
  color: #2c2c2c;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .5px
}

.age-disclaimer {
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400
}

.age-popup-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1
}

.age-btn {
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 8px;
  transition: .3s;
  min-width: 140px;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  cursor: pointer
}

.counter-number,
.product-name,
.section-title h2 {
  font-family: Cambria, serif
}

.confirm-btn {
  color: #fff
}

.confirm-btn:hover {
  background: linear-gradient(135deg, #b8860b 0, #d4af37 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, .4)
}

.exit-btn {
  background: #2c2c2c;
  color: #fff;
  box-shadow: 0 4px 15px rgba(44, 44, 44, .3)
}

.exit-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 44, 44, .4)
}

.swiper-slide {
  background-size: cover;
  background-position: center
}

.overlay {
  background-color: rgb(0 0 0 / 0%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10%
}

.slide-container.right {
  color: #fff;
  max-width: fit-content;
  text-align: left
}

.header-btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 1px
}

.content,
.main-image,
.overlap-image {
  border-radius: 10px
}

.content {
  width: 50%;
  margin: 120px 0;
  text-align: left
}

.banner-content,
.copyright-content,
.product-text,
.section-title,
.view-product {
  text-align: center
}

.content h1 {
  color: #fff;
  font-weight: 900;
  font-size: 56px
}

.product-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.product-text {
  position: absolute;
  z-index: 99;
  bottom: 0;
  padding: 30px 20px 20px;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  color: #fff
}

.product-img img {
  width: 100%;
  height: 400px;
  object-fit: cover
}

.about-us-section {
  padding: 100px 0;
  background: #f8f9fa
}

.about-images {
  height: 500px
}

.main-image {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.wine-bottles-img,
.wine-cellar-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.overlap-image {
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 60%;
  height: 250px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
  z-index: 2
}

.about-content {
  padding-left: 50px
}

.about-description,
.footer-brand,
.year-counter {
  margin-bottom: 30px
}

.counter-number {
  font-size: 4rem;
  font-weight: 900;
  color: #333;
  line-height: 1;
  margin-bottom: 5px
}

.counter-label {
  font-size: .9rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 2px
}

.about-heading h3,
.about-title h2 span,
.discount-highlight,
.heart-icon.active i,
.reviews-highlight {
  color: var(--primary-color)
}

.about-heading h3,
.author-title,
.join-now-btn,
.product-category,
.tagline,
.view-product span {
  letter-spacing: 1px
}

.about-heading h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px
}

.about-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.2
}

.about-description p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 1rem
}

.operating-hours {
  margin-bottom: 35px
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee
}

.hours-item:last-child {
  border-bottom: none
}

.days {
  font-weight: 600;
  color: #333;
  font-size: 1rem
}

.time {
  color: #666;
  font-weight: 500
}

.view-more-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(139, 0, 0, .2)
}

.product-card,
.review-card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  overflow: hidden
}

.view-more-btn:hover {
  background: #8b0000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 0, 0, .3);
  color: #fff
}

.add-to-cart-btn:hover,
.heart-icon:hover {
  background: var(--primary-color)
}

.our-products-section {
  padding: 80px 0;
  background: rgb(220 53 65 / 10%)
}

.section-title {
  margin-bottom: 50px
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0
}

.product-card {
  background: #fff;
  border-radius: 10px;
  transition: .3s;
  margin-bottom: 30px
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.product-image {
  background: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

.heart-icon,
.hover-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  transition: .3s
}

.product-card:hover .product-image img {
  transform: scale(1.1)
}

.heart-icon {
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  z-index: 3
}

.heart-icon i {
  color: #666;
  font-size: 16px;
  transition: .3s
}

.footer-menu a,
.review-card.active .author-title {
  color: rgba(255, 255, 255, .8)
}

.hover-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(139 0 0 / 38%);
  justify-content: center;
  opacity: 0;
  z-index: 2
}

.add-to-cart-btn,
.nav-btn {
  align-items: center;
  cursor: pointer;
  display: flex
}

.about-images:hover::before,
.hover-zoom-container:hover::before,
.product-card:hover .hover-overlay,
.product-image:hover::before {
  opacity: 1
}

.view-product {
  color: #fff
}

.view-product i {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block
}

.view-product span {
  font-size: .9rem;
  font-weight: 600
}

.product-details {
  padding: 25px 20px;
  background: #fff
}

.product-category {
  font-size: .8rem;
  color: #999;
  font-weight: 500;
  margin-bottom: 8px
}

.product-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2
}

.product-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif
}

.banner-headline,
.footer-title,
.logo-text h3,
.reviews-title {
  font-family: Cambria, serif
}

.add-to-cart-btn {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  border-radius: 5px;
  font-weight: 600;
  font-size: .9rem;
  justify-content: center;
  gap: 8px
}

.add-to-cart-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 0, 0, .3)
}

.add-to-cart-btn i {
  font-size: 14px
}

.membership-banner {
  position: relative;
  padding: 80px 0;
  background: url('../images/header-img.jpg') center/cover fixed;
  overflow: hidden
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 32%)
}

.banner-content {
  position: relative;
  z-index: 2
}

.banner-text {
  max-width: 600px;
  margin: 0 auto
}

.banner-headline {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2
}

.banner-description {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6
}

.join-now-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer
}

.nav-btn,
.review-card {
  background: #fff;
  transition: .3s
}

.join-now-btn:hover {
  background: #8b0000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 0, 0, .3)
}

.client-reviews-section {
  padding: 80px 0;
  position: relative
}

.client-reviews-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary-color)
}

.reviews-content {
  padding-right: 40px
}

.reviews-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px
}

.reviews-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6
}

.nav-btn,
.quote-icon {
  color: var(--primary-color)
}

.reviews-navigation,
.social-media {
  display: flex;
  gap: 15px
}

.nav-btn {
  width: 45px;
  height: 45px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  font-size: 16px
}

.reviews-slider {
  padding: 20px 0
}

.review-card {
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  position: relative
}

.about-images,
.hover-zoom-container,
.product-image {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  cursor: pointer
}

.review-card.active {
  background: var(--primary-color);
  color: #fff
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  opacity: .3
}

.about-images,
.hover-zoom-container,
.product-image {
  position: relative;
  overflow: hidden
}

.review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: inherit
}

.contact-item,
.review-author {
  display: flex;
  align-items: center;
  gap: 15px
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover
}

.author-info {
  flex: 1
}

.author-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px
}

.author-title {
  font-size: .9rem;
  color: #999
}

.footer-section {
  background: var(--primary-color);
  color: #fff;
  padding: 60px 0 0
}

.footer-logo {
  display: flex;
  margin-bottom: 20px
}

.logo-img {
  height: auto
}

.contact-icon,
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%
}

.logo-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0
}

.tagline {
  font-size: .8rem;
  margin: 0;
  opacity: .8
}

.footer-description {
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 25px
}

.social-icon {
  background: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93000b;
  transition: .3s
}

.contact-icon,
.footer-menu a {
  align-items: center;
  display: flex
}

.social-icon:hover {
  background: #fff;
  color: var(--primary-color);
  transform: translateY(-3px)
}

.about-images::after,
.hover-zoom-container::after,
.product-image::after {
  width: 200%;
  height: 200%;
  transform: rotate(45deg) translateX(-100%);
  pointer-events: none;
  content: '';
  position: absolute
}

.footer-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px
}

.footer-menu {
  padding: 0;
  margin: 0
}

.footer-menu li {
  margin-bottom: 4px
}

.footer-menu a {
  font-size: .95rem;
  transition: .3s;
  gap: 8px
}

.footer-menu a:hover {
  color: #fff;
  transform: translateX(5px)
}

.footer-menu i {
  font-size: 12px;
  color: #fff
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-icon {
  background: #fff;
  justify-content: center;
  color: #333;
  font-size: 14px;
  flex-shrink: 0
}

.hover-zoom-container,
.hover-zoom-container::before {
  transition: .6s cubic-bezier(.4, 0, .2, 1);
  border-radius: 10px
}

.contact-text {
  font-size: .95rem;
  line-height: 1.4
}

.copyright-section {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 12px 0;
  margin-top: 8px
}

.copyright-text {
  margin: 0;
  font-size: .9rem;
  opacity: .8;
  color: #fff
}

.hover-zoom-container img {
  transition: .6s cubic-bezier(.4, 0, .2, 1);
  transform-origin: center;
  filter: brightness(1)
}

.hover-zoom-container:hover img {
  transform: scale(1.08);
  filter: brightness(1.1) contrast(1.05)
}

.hover-zoom-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .1) 25%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .1) 75%, rgba(255, 255, 255, .25) 100%);
  opacity: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .2)
}

.hover-zoom-container::after {
  top: -50%;
  left: -50%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, .1) 40%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .1) 60%, transparent 70%);
  transition: .8s cubic-bezier(.4, 0, .2, 1);
  z-index: 2
}

.product-image,
.product-image img,
.product-image::before {
  transition: .7s cubic-bezier(.4, 0, .2, 1)
}

.about-images:hover::after,
.hover-zoom-container:hover::after,
.product-image:hover::after {
  transform: rotate(45deg) translateX(100%)
}

.hover-zoom-container:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, .3), 0 0 40px rgba(255, 255, 255, .2), 0 0 60px rgba(255, 255, 255, .1)
}

img:hover {
  transform: scale(1.05)
}

.about-images img,
.product-image img {
  transform-origin: center;
  filter: brightness(1) saturate(1)
}

.product-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain
}

.product-image:hover img {
  transform: scale(1.12);
  filter: brightness(1.15) saturate(1.1) contrast(1.05)
}

.product-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, .3) 100%);
  opacity: 0;
  z-index: 1;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, .3)
}

.product-image::after {
  top: -50%;
  left: -50%;
  background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, .1) 35%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .1) 65%, transparent 75%);
  transition: 1s cubic-bezier(.4, 0, .2, 1);
  z-index: 2
}

.about-images,
.about-images img,
.about-images::before {
  transition: .8s cubic-bezier(.4, 0, .2, 1)
}

.product-image:hover {
  box-shadow: 0 0 25px rgba(255, 255, 255, .4), 0 0 50px rgba(255, 255, 255, .3), 0 0 75px rgba(255, 255, 255, .2)
}

.about-images {
  border-radius: 20px
}

.about-images:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) saturate(1.05) contrast(1.02)
}

.about-images::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .12) 25%, rgba(255, 255, 255, .06) 50%, rgba(255, 255, 255, .12) 75%, rgba(255, 255, 255, .25) 100%);
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, .25)
}

.about-images::after {
  top: -50%;
  left: -50%;
  background: linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .1) 70%, transparent 80%);
  transition: 1.2s cubic-bezier(.4, 0, .2, 1);
  z-index: 2
}

.about-images:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, .35), 0 0 60px rgba(255, 255, 255, .25), 0 0 90px rgba(255, 255, 255, .15)
}

.add-to-cart-btn,
.btn-hover-effect,
.header-btn,
.join-now-btn,
.view-more-btn {
  position: relative;
  overflow: hidden;
  transition: .3s
}

.add-to-cart-btn::before,
.btn-hover-effect::before,
.view-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transition: left .5s
}

.add-to-cart-btn:hover::before,
.btn-hover-effect:hover::before,
.header-btn:hover::before,
.join-now-btn:hover::before,
.view-more-btn:hover::before {
  left: 100%
}

.header-btn::before,
.join-now-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .6s
}

.add-to-cart-btn::after,
.header-btn::after,
.join-now-btn::after,
.view-more-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: .4s
}

.header-btn::after,
.view-more-btn::after {
  background: rgba(255, 255, 255, .1)
}

.header-btn:hover::after,
.join-now-btn:hover::after {
  width: 300px;
  height: 300px
}

.add-to-cart-btn::after,
.join-now-btn::after {
  background: rgba(255, 255, 255, .15)
}

.add-to-cart-btn:hover::after {
  width: 200px;
  height: 200px
}

.view-more-btn:hover::after {
  width: 250px;
  height: 250px
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1000;
  transition: .3s;
  box-shadow: 0 4px 15px rgba(139, 0, 0, .3);
  opacity: 0;
  transform: translateY(20px)
}

.scroll-to-top-btn.show {
  display: flex;
  opacity: 1;
  transform: translateY(0)
}

.scroll-to-top-btn:hover {
  background: #8b0000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, .4)
}

.scroll-to-top-btn i {
  transition: transform .3s
}

.scroll-to-top-btn:hover i {
  transform: translateY(-2px)
}

.footer-links.pad-footer {
  padding-left: 40px
}

.footer-logo img {
  width: 260px
}

/* ===== SHOP PAGE STYLES ===== */

/* Shop Section */
.shop-section {
  background: #f8f9fa;
}

/* Shop Header */
.shop-title {
  color: var(--primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.shop-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Shop Controls */
.shop-controls {
  gap: 15px;
}

.view-toggle {
  display: flex;
  gap: 5px;
}

.view-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  background: white;
  color: #666;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-btn:hover,
.view-btn.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: white;
}

.sort-dropdown .form-select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  min-width: 200px;
}

.shop-search .form-control {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  min-width: 200px;
}

/* Sidebar Styles */
.shop-sidebar {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.widget-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
}

.title-line {
  position: relative;
}

.title-line::before,
.title-line::after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), #8B0000);
}

.title-line::before {
  left: 0;
  width: 30px;
}

.title-line::after {
  left: 35px;
  width: 15px;
  opacity: 0.5;
}

/* Category List */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
}

.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.category-link:hover,
.category-link.active {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
  color: white;
  transform: translateX(5px);
}

.count {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.8rem;
}

/* Price Filter */
.price-filter {
  padding: 15px 0;
}

.price-slider {
  margin-bottom: 20px;
}

.form-range {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  outline: none;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.price-inputs .form-control {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.filter-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(147, 0, 11, 0.3);
}

.price-display {
  text-align: center;
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Local Wine Banner */
.local-wine-banner {
  background: linear-gradient(135deg, rgba(147, 0, 11, 0.9), rgba(139, 0, 0, 0.9)), url('images/banner-bg.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.local-wine-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.banner-content .buy-now-btn {
  background: white;
  color: var(--primary-color);
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.banner-content .buy-now-btn:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
}

/* Recent Products */
.recent-products {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.recent-product-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.recent-product-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0 3px 10px rgba(147, 0, 11, 0.1);
}

.recent-product-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.recent-product-item .product-info h6 {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #333;
}

.recent-product-item .rating {
  margin-bottom: 5px;
}

.recent-product-item .rating i {
  color: #ffc107;
  font-size: 0.7rem;
}

.recent-product-item .price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Popular Tags */
.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 6px 12px;
  background: #f8f9fa;
  color: #666;
  text-decoration: none;
  border-radius: 15px;
  font-size: 0.8rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.tag:hover,
.tag.active {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
  color: white;
  border-color: var(--primary-color);
  transform: translateY(-1px);
}

/* Product Grid */
.product-grid {
  transition: all 0.3s ease;
}

.product-grid.list-view .row {
  flex-direction: column;
}

.product-grid.list-view .col-lg-4 {
  width: 100%;
  max-width: none;
}

.product-grid.list-view .product-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
}

.product-grid.list-view .product-image {
  width: 200px;
  flex-shrink: 0;
}

.product-grid.list-view .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Sale Badge */
.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
}

/* Hover Actions */
.hover-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.action-btn {
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

/* Pagination */
.pagination-wrapper {
  margin-top: 40px;
}

.pagination .page-link {
  color: var(--primary-color);
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0 2px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
  border-color: var(--primary-color);
  color: white;
}

.pagination .page-item.disabled .page-link {
  color: #999;
  border-color: #eee;
  background: #f8f9fa;
}




/* ===== PRODUCT DETAILS PAGE STYLES ===== */

/* Breadcrumb Section */
.breadcrumb-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
}

.breadcrumb-item a {
  color: white !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ffd700 !important;
}

.breadcrumb-item.active {
  color: #ffd700 !important;
}

/* Product Details Section */
.product-details-section {
  background: white;
}

/* Product Images Slider */
.product-images-slider {
  position: relative;
}

.product-image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-main-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* Swiper Navigation */
.product-images-swiper .swiper-button-next,
.product-images-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(147, 0, 11, 0.8);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}

.product-images-swiper .swiper-button-next:hover,
.product-images-swiper .swiper-button-prev:hover {
  background: var(--primary-color);
  transform: scale(1.1);
}

.product-images-swiper .swiper-button-next::after,
.product-images-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Thumbnail Slider */
.product-thumbnails {
  margin-top: 20px;
}

.thumbnail-item {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  margin: 10px;
}

.thumbnail-item.active,
.thumbnail-item:hover {
  border-color: var(--primary-color);
  opacity: 1;
  transform: scale(1.05);
}

.thumbnail-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* Product Information */
.product-info {
  padding: 20px;
}

.product-category {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.product-title {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Price Section */
.product-price-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.current-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.original-price {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}

.discount-badge {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Rating */
.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars i {
  color: #ffc107;
  font-size: 1.1rem;
}

.rating-text {
  color: #666;
  font-size: 0.9rem;
}

/* Description */
.product-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Quantity Selector */
.quantity-selector {
  margin-bottom: 30px;
}

.quantity-selector .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 150px;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border: 2px solid #ddd;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.qty-input {
  width: 50px;
  height: 40px;
  text-align: center;
 border: 2px solid #f7f7f7;
  border-radius: 5px;
  font-weight: 600;
}

/* Action Buttons */
.product-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.add-to-cart-btn-details,
.buy-now-btn {
  flex: 1;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.add-to-cart-btn-details {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8B0000 100%);
  color: white;
}

.add-to-cart-btn-details:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(147, 0, 11, 0.3);
}

.buy-now-btn {
  background: #28a745;
  color: white;
}

.buy-now-btn:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Payment Methods */
.payment-methods {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 30px;
}

.payment-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.payment-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.payment-icons i {
  font-size: 2rem;
  color: #666;
  transition: all 0.3s ease;
}

.payment-icons i:hover {
  color: var(--primary-color);
  transform: scale(1.1);
}

/* Product Meta */
.product-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.meta-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 0;
}

.meta-label {
  font-weight: 600;
  color: #333;
}

.meta-value {
  color: #666;
}

/* Product Tabs Section */
.product-tabs-section {
  background: #f8f9fa;
}

.product-tabs {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tab Navigation */
.nav-tabs {
  border-bottom: 2px solid #eee;
  background: #f8f9fa;
}

.nav-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 600;
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tabs .nav-link:hover {
  color: var(--primary-color);
  background: transparent;
}

.nav-tabs .nav-link.active {
  color: var(--primary-color);
  background: white;
  border-bottom: 3px solid var(--primary-color);
}

/* Tab Content */
.tab-content {
  padding: 30px;
}

.tab-content-inner h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.tab-content-inner h4 {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin: 25px 0 15px 0;
  font-weight: 600;
}

.tab-content-inner p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.tab-content-inner ul {
  padding-left: 20px;
}

.tab-content-inner li {
  color: #555;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Specifications Grid */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #ededed;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
}

.spec-label {
  font-weight: 600;
  color: #333;
}

.spec-value {
  color: #666;
  font-weight: 500;
}

/* Reviews Section */
.reviews-summary {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 30px;
}

.overall-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
}

.rating-stars {
  display: flex;
  gap: 5px;
}

.rating-stars i {
  color: #ffc107;
  font-size: 1.5rem;
}

.reviews-list {
  display: flex;
  /* flex-direction: column; */
  gap: 25px;
}

.review-item {
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--primary-color);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars i {
  color: #ffc107;
  font-size: 0.9rem;
}

.review-date {
  color: #999;
  font-size: 0.9rem;
}

.review-text {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Related Products Section */
.related-products-section {
  background: white;
}

.related-products-slider {
  position: relative;
}

.related-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(147, 0, 11, 0.8);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}

.related-products-swiper .swiper-button-next:hover,
.related-products-swiper .swiper-button-prev:hover {
  background: var(--primary-color);
  transform: scale(1.1);
}

.related-products-swiper .swiper-button-next::after,
.related-products-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}




/* Cart Page Styles */
.cart-section {
  background: #f8f9fa;
  min-height: 60vh;
}

.cart-items-container {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cart-title {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.cart-items {
  margin-bottom: 30px;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  margin-bottom: 15px;
  background: white;
  transition: all 0.3s ease;
}

.cart-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details {
  flex: 1;
  margin-right: 20px;
}

.cart-item-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.cart-item-price {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
}

.cart-item-quantity {
  margin-right: 20px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.qty-btn {
  background: #f8f9fa;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qty-btn:hover {
  background: var(--primary-color);
  color: white;
}

/*.qty-input {*/
/*  border: none;*/
/*  text-align: center;*/
  
/*  padding: 8px;*/
/*  width: 50px;*/
/*  font-weight: 600;*/
/*}*/

.cart-item-total {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-right: 20px;
  min-width: 80px;
  text-align: right;
}

.cart-item-actions {
  margin-left: auto;
}

.remove-btn {
  background: #dc3545;
  color: #93000b;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.remove-btn:hover {
  background: #c82333;
  transform: scale(1.05);
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.cart-summary {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.summary-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.summary-items {
  margin-bottom: 25px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.summary-item:last-child {
  border-bottom: none;
}

.summary-item.total {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  border-top: 2px solid var(--primary-color);
  margin-top: 10px;
  padding-top: 15px;
}

.summary-actions {
  margin-bottom: 25px;
}

.summary-info {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #666;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item i {
  color: var(--primary-color);
  margin-right: 10px;
  width: 16px;
}

/* Wishlist Page Styles */
.wishlist-section {
  background: #f8f9fa;
  min-height: 60vh;
}

.wishlist-header {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wishlist-title {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.wishlist-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}

.wishlist-item {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.wishlist-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.wishlist-item-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.wishlist-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.wishlist-item:hover .wishlist-item-image img {
  transform: scale(1.1);
}

.sale-badge {
  position: absolute;
  top: 10px;
  left: 0px;
  background: #000000;
  color: white;
  padding: 5px 10px;
  border-radius: 1px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
}

.wishlist-item-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wishlist-item:hover .wishlist-item-actions {
  opacity: 1;
}

.action-btn {
  background: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

.action-btn.remove-btn:hover {
  background: #dc3545;
}

.wishlist-item-details {
  padding: 20px;
}

.wishlist-item-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.wishlist-item-price {
  margin-bottom: 15px;
}

.current-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-right: 10px;
}

.original-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
}

.wishlist-item-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wishlist-item-buttons .btn {
  flex: 1;
  min-width: 120px;
  font-size: 0.9rem;
  padding: 8px 15px;
}

.wishlist-actions {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Checkout Page Styles */
.checkout-section {
  background: #f8f9fa;
  min-height: 60vh;
}

.checkout-form-container {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.checkout-title {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.form-section {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}

.section-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-color);
}

.form-label {
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(147, 0, 11, 0.25);
}

.form-check-label {
  font-weight: 500;
  color: #555;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkout-summary {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.summary-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.order-items {
  margin-bottom: 25px;
  max-height: 300px;
  overflow-y: auto;
}

.order-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #f8f9fa;
}

.item-image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-details {
  flex: 1;
  margin-right: 15px;
}

.item-name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.3;
}

.item-meta {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
  color: #666;
}

.item-total {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  min-width: 70px;
  text-align: right;
}

.summary-totals {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 1rem;
}

.summary-item.total {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-color);
  border-top: 2px solid var(--primary-color);
  margin-top: 10px;
  padding-top: 15px;
}

.summary-info {
  background: #e8f5e8;
  border-radius: 10px;
  padding: 20px;
  border-left: 4px solid #28a745;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: #555;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item i {
  color: #28a745;
  margin-right: 10px;
  width: 16px;
}




.text-primary {
    color: #93000b !important;
}

/* Override Bootstrap's text-primary class */
.text-primary,
h6.text-primary,
h3.text-primary,
i.text-primary,
.fas.text-primary,
.fa.text-primary {
    color: #93000b !important;
}

/* Ensure all primary elements use our brand color */
.primary-bg {
    background: #93000b !important;
}

.secondary-bg {
    background-color: #93000b !important;
}

/* Override all Bootstrap blue colors with our brand color */
:root {
    --bs-primary: #93000b !important;
    --bs-primary-rgb: 147, 0, 11 !important;
    --bs-link-color: #93000b !important;
    --bs-link-hover-color: #8b0000 !important;
}

/* Product Link Styling */
.product-link {
    color: inherit !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: block;
}

.product-link:hover {
    color: #93000b !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.product-name .product-link {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Contact Page Styles */
.contact-hero-section {
    background: linear-gradient(135deg, rgba(147, 0, 11, 0.1) 0%, rgba(139, 0, 0, 0.1) 100%);
    position: relative;
}

.contact-title {
    color: #93000b;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.contact-subtitle {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-section {
    background: #f8f9fa;
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(147, 0, 11, 0.05) 0%, rgba(139, 0, 0, 0.05) 100%);
    pointer-events: none;
}

.contact-form-card,
.contact-info-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-form-card::before,
.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #93000b, #8b0000);
}

.contact-form-wrapper {
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #93000b, #8b0000);
    border-radius: 15px 15px 0 0;
}

.contact-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-form .form-control:focus {
    border-color: #93000b;
    box-shadow: 0 0 0 0.2rem rgba(147, 0, 11, 0.25);
    background: #fff;
    transform: translateY(-2px);
}

.contact-form .form-control.focused {
    border-color: #93000b;
    box-shadow: 0 0 0 0.2rem rgba(147, 0, 11, 0.25);
}

.contact-form .form-control::placeholder {
    color: #6c757d;
    font-style: italic;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    background: linear-gradient(135deg, #93000b 0%, #8b0000 100%);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-form .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.contact-form .btn-primary:hover::before {
    left: 100%;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(147, 0, 11, 0.3);
}

/* Contact form section title styling */
.contact-section h6.text-primary {
    color: #93000b !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-section h2 {
    color: #333;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-section .lead {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Contact info hover effects */
.contact-item {
    transition: all 0.3s ease;
}

.contact-item:hover,
.contact-info-item:hover {
    transform: translateX(5px);
}

.contact-item:hover .contact-icon,
.contact-info-item:hover .contact-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(147, 0, 11, 0.4);
}

.contact-icon {
    transition: all 0.3s ease;
}

.contact-info-wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.contact-form-card .card-header,
.contact-info-card .card-header {
    background: linear-gradient(135deg, #93000b 0%, #8b0000 100%);
    color: white;
    padding: 1.5rem;
    border: none;
}

.contact-form-card .card-title,
.contact-info-card .card-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form-card .card-subtitle,
.contact-info-card .card-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.contact-form-card .card-body,
.contact-info-card .card-body {
    padding: 2rem;
}

.contact-info-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #93000b, #8b0000);
    border-radius: 15px 15px 0 0;
}

.contact-item,
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 6px 0px ;
    /*border-bottom: 1px solid #f0f0f0;*/
}

.contact-item:last-child,
.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-item:first-child,
.contact-info-item:first-child {
    padding-top: 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(147, 0, 11, 0.3);
}

.contact-icon i {
    color: #fff;
    font-size: 1.2rem;
}

.contact-details h5 {
    color: #93000b;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.contact-details p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.map-section {
    background: #f8f9fa;
    position: relative;
}

.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.map-wrapper iframe {
    border-radius: 15px;
}

.map-title {
    color: #93000b;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.map-subtitle {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-title {
    color: #93000b;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.faq-subtitle {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background: #fff;
    color: #333;
    font-weight: 600;
    border: none;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #93000b 0%, #8b0000 100%);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 0, 11, 0.25);
}

.accordion-body {
    padding: 1.5rem;
    background: #f8f9fa;
    color: #666;
    line-height: 1.6;
}


/* Contact page breadcrumb styling */
.page-header .breadcrumb {
    background: transparent;
    padding: 0;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-header .breadcrumb-item a:hover {
    color: #fff !important;
}

.page-header .breadcrumb-item.active {
    color: #fff;
}

/* Page Title Styles */
.page-title {
    color: #93000b;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #93000b, #8b0000);
    border-radius: 2px;
}

.page-subtitle {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
}

/* Override Bootstrap button colors */
.btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #93000b !important;
    --bs-btn-border-color: #93000b !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #8b0000 !important;
    --bs-btn-hover-border-color: #8b0000 !important;
    --bs-btn-focus-shadow-rgb: 147, 0, 11 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #8b0000 !important;
    --bs-btn-active-border-color: #8b0000 !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #93000b !important;
    --bs-btn-disabled-border-color: #93000b !important;
}

/* Override Bootstrap outline button colors */
.btn-outline-primary {
    --bs-btn-color: #93000b !important;
    --bs-btn-border-color: #93000b !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #93000b !important;
    --bs-btn-hover-border-color: #93000b !important;
    --bs-btn-focus-shadow-rgb: 147, 0, 11 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #93000b !important;
    --bs-btn-active-border-color: #93000b !important;
    --bs-btn-disabled-color: #93000b !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #93000b !important;
}
/* About Us Page Styles */
.page-header {
  background: linear-gradient(135deg, #93000b 0%, #8b0000 100%);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.page-header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #fff;
}

/* About Section */
.about-section {
  background: #fff;
}

.about-image img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.02);
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #93000b;
  margin-bottom: 1.5rem;
}

.about-content h6 {
  font-weight: 600;
  letter-spacing: 2px;
}

.about-stats {
  margin-top: 2rem;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-item p {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
}

/* Who We Are Section */
.who-we-are-section {
  background: #f8f9fa;
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.feature-icon {
  color: #93000b;
}

.feature-card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #93000b;
}

.feature-card p {
  color: #666;
  line-height: 1.6;
}

/* Why Choose Us Section */
.why-choose-us-section {
  background: #fff;
}

.choose-us-image img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.choose-us-image img:hover {
  transform: scale(1.02);
}

.choose-us-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #93000b;
  margin-bottom: 1.5rem;
}

.feature-item {
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateX(5px);
}

.feature-item h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #93000b;
  margin-bottom: 0.5rem;
}

.feature-item p {
  color: #666;
  line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(135deg, #93000b 0%, #8b0000 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain2" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain2)"/></svg>');
  opacity: 0.3;
}

.testimonials-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.testimonials-section h6 {
  font-weight: 600;
  letter-spacing: 2px;
}

.review-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #93000b, #8b0000);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  color: #93000b;
  font-size: 2rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.review-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #93000b;
}

.author-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #93000b;
  margin-bottom: 0.25rem;
}

.author-title {
  font-size: 0.9rem;
  color: #93000b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.choose-us-image img {
  height: 438px;
}
.choose-us-image img {
  height: 438px;
}

section.who-we-are-section {
  background: #f3f3f3;
}
.stat-item {
  background: #f1f1f1;
  padding: 35px;
  border-radius: 8px;
}
.card-header {
  padding: 20px !important;
}

/* .accordion-item:first-of-type>.accordion-header .accordion-button {
    color: white !important;
} */


/* Privacy css */

.privacy-policy-sec{
    padding: 80px 0;
    position: relative;
}
 
.privacy-policy-sec .privacy-policy-box-content{
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}
 
.privacy-policy-sec .privacy-policy-text{
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    width: 26%;
    border-bottom: 3px solid #93000b;
    margin-bottom: 20px;
}
 
.privacy-policy-sec .privacy-policy-text h3{
    font-size: 2.5rem;
    font-weight: 700;
    color: #93000b;
    margin-bottom: 1rem;
}
 
.privacy-policy-sec .privacy-policy-content h4{
    font-size: 22px;
    color: #2d2d2d;
}
 
.privacy-policy-sec .privacy-policy-content p{
    color: #666;
}