.contact-header {
  background-image: url('https://img.freepik.com/premium-vector/dark-concrete-texture-background-with-grunge-effect_278222-9796.jpg?w=360');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.contact-header h1 {
  font-size: 3rem;
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.breadcrumb {
  justify-content: center;
}
.breadcrumb a {
  text-decoration: none;
  color: white;
}
.breadcrumb .active {
  color: #ccc;
}

.contact-form {
  padding: 60px 20px;
  background-color: #fdf5e6;
}
.form-control {
  border-radius: 10px;
  margin-bottom: 20px;
}
.submit-btn {
  background-color: #c10e0e;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
}
.submit-btn:hover {
  background-color: #a00c0c;
}
.contact-right h1 {
  font-weight: bold;
}
.contact-right p {
  font-size: 1.1rem;
  color: #333;
}
.contact-image {
  max-width: 100%;
  height: auto;
}
.text-start {
  text-align: left;
}



.footer-section {
  background-color: #111;
  color: #ccc;
  min-width: 280px;
  width: 100%;
}

.footer-logo h3 {
  font-size: 28px;
  letter-spacing: 1px;
}

.footer-icon {
  color: #ccc;
  font-size: 18px;
  border: 1px solid #444;
  padding: 6px 9px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-icon:hover {
  background-color: #ffc107;
  color: #000;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #ffc107;
}

.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section .text-color{
    color: rgba(221, 224, 226, 0.4) !important;
}

.footer-section .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
  .footer-section .d-flex {
    justify-content: center;
  }
}

.he{
  font-size: 80px !important;
}
body button a{
  text-decoration: none !important;
  color: white;
}


.cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.delete-icon {
  cursor: pointer;
  font-size: 1.2rem;
  color: #000;
}

.delete-icon:hover {
  color: red;
}

.subtotal-box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #fff;
}

.checkout-btn {
  background-color: #c70000;
  color: white;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}.checkout-btn:hover {
  background-color: #a30000;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  height: 100%;}

.cart-items-wrapper {
  flex: 1;
  overflow-y: auto;
}

.cart-footer {
  padding-top: 20px;
}

.offcanvas-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
}

.offcanvas-title {
  font-weight: bold;
  font-size: 1.4rem;
}