
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body, html {
overflow-x: hidden;
  margin: 0;
scroll-behavior: smooth;
background:#351B01;
  padding: 0;
}


.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding: 15px 0;
}
.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.9);
}
.navbar-brand img {
  max-height: 40px;
}
.navbar-nav .nav-link {
  color: white !important;
  margin: 0 10px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #CB3F01 !important;
}
.nav-icons a {
  color: white;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.nav-icons a:hover {
  color: #CB3F01;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Specific Styles */
@media (max-width: 991px) {
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.95);
      z-index: 1050;
      overflow-y: auto;
      transition: all 0.3s ease;
      transform: translateX(-100%);
  }
  .navbar-collapse.show {
      transform: translateX(0);
  }
  .navbar-nav {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .navbar-nav .nav-link {
      font-size: 1.5rem;
      margin: 15px 0;
  }
  .mobile-close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      font-size: 2rem;
      background: none;
      border: none;
  }
}

.hero-section {
  background: url('./images/photo-morning-ritual-espresso-aroma-awakening-day1.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
.hero-content {
  border-radius: 10px;
}
.hero-content h1 {
  letter-spacing: 7px;
}
.text-mark {
  color: #CB3F01;
}
.get-start {
  background-color: #CB3F01;
  color: white;
  padding: 10px 80px;
}
.get-start:hover {
background-color:#461602 ;
}


/* about */
.about-product {
    /* background-image: url("");
    background-position: left center; 
    background-repeat: no-repeat; 
    background-size: contain; */

      background-image: url('./images/cafeaboutbkg.png');
    background-position: left -20px top;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-blend-mode: overlay;
    position: relative;
    min-height: 600px;
}
.product-list-bkg {
      background-image: url('./images/productlistbkg.png');
    background-position: right -20px top;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-blend-mode: overlay;
    position: relative;
    min-height: 600px;  
}

.coffee-conscience-section {
  min-height: 100vh;
  display: flex;
  /* background-color: rgba(0, 0, 0, 0.5); */

  align-items: center;
  padding: 50px 0;
}
.coffee-image-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.coffee-cup {
  position: relative;
  z-index: 2;
}
.about-h1 {
  font-weight: 600;
  color:white;
}
.coffee-beans-scatter {
  position: absolute;
  z-index: 1;
}
.coffee-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.get-started-btn {
  font-weight: 700;
  color: #CB3F01;
  padding: 10px 70px;
  border: 1px solid #CB3F01;
  transition: all 0.3s ease;
}
.get-started-btn:hover {
  background-color: #CB3F01;
  color: white;
  transform: scale(1.05);
}
.floating-beans {
  position: absolute;
  opacity: 0.3;
}

/* about */

/* product list */



.coffee-menu {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 15px;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  color: #666;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  background-color: #CB3F01;
  color: white;
  border-radius: 20px;
}
.coffee-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  position: relative;
}
.coffee-card:hover {
  transform: scale(1.03);
}
.coffee-card-rating {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.coffee-card-rating i {
  color: #ffc107;
  margin-right: 5px;
}
.coffee-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.coffee-card-body {
  padding: 15px;
  display: flex;
  background:#161514;
  justify-content: space-between;
  align-items: center;
}
.coffee-card-body h5,p {
color:white;
}

.coffee-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
.add-to-cart-btn {
  background-color: #CB3F01;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.add-to-cart-btn:hover {
  background-color: #ff8533;
}
.desc {
  color: #9B9B9B;
}


/* product list */

/* testimonial */
.background-beans {

    background-image: url('./images/levitating-coffee-beans-white-background-advertising-style-isolated\ 1.png');
    background-position: top left;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
}
.testimonial-section {
  padding: 100px 0;
 
  position: relative;
  overflow: hidden;
}
.testimonial-header {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
 
}
.testimonial-header p {
  color: white;
}
.testimonial-customer-count {
  color: #ff6600;
  font-weight: bold;
}
.testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-card {
  background-color: #CB3F01;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.testimonial-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 30px;
}
.testimonial-quote {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  color: #ff6600;
  opacity: 0.3;
}
.testimonial-stars {
  color: #ffc107;
  margin-bottom: 10px;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
}
.carousel-indicators .active {
  background-color: #ff6600;
  opacity: 1;
}
.testimonial-card h4,p {
    color:white;

}


/* testimonial */

/* location */
:root {
  --primary-color: #CB3F01;
  --secondary-color: #f9f7f5;
  --text-color: #e7e7e7;
}
.cafe-section {
  padding: 100px 0;
} 

.cafe-card {
  position: relative;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(153, 153, 153, 0.1);
  transition: all 0.4s ease-in-out;
  background: #161514;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.cafe-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
      45deg, 
      transparent, 
      var(--primary-color), 
      transparent
  );
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cafe-card:hover::before {
  opacity: 0.1;
}

.cafe-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.premium-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-color);
  color: white;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem;
  z-index: 10;
}

.cafe-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 15px;
}

.cafe-card-header h3 {
    color:white;
}

.cafe-card-header i {
  color: var(--primary-color);
  margin-right: 15px;
  font-size: 2rem;
  transform: translateZ(30px);
}

.cafe-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.detail-item {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.detail-item:hover {
  transform: scale(1.05);
  background-color: #f0f0f0;
}

.detail-item i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}

.visit-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.visit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: all 0.5s ease;
}

.visit-btn:hover::before {
  left: 100%;
}

.visit-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  color: var(--text-color);
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto 0;
}

@media (max-width: 768px) {
  .cafe-details {
      grid-template-columns: 1fr;
  }
}
/* location */

/* footer */
.footer-bkg {
      background-image: url('./images/footerbkg _1_.png');

}

.footer {

  padding: 50px 0;
}
.footer-logo {
  font-family: 'Brush Script MT', cursive;
  color: #ff6600;
  font-size: 2.5rem;
}
.footer-content {
padding: 30px 0 ;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-section {
  margin-right: 20px;
}
.footer-section h4 {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 8px;
}
.footer-section ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.footer-section ul li a:hover {
  color: #CB3F01; 
  text-decoration: underline; 
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.social-icons a:hover {
  color: #CB3F01; 
  
}
.footer-bottom {
  /* display: flex;
  justify-content: space-between; */
  padding: 15px 0;
  font-size: 12px;
}
.footer-bottom-links a {
  color: white;
  text-decoration: none;
  margin-right: 10px;
}
.footer-bottom-links a:hover {
  color: #CB3F01; 
  text-decoration: underline; 
}
.footer-bottom-copyright {
  color: white;
}
@media (max-width: 991px) {
  .footer-content {
      flex-direction: column;
  
  }
  .footer-section {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%;
  }
  .footer-bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .footer-bottom-links {
      margin-bottom: 10px;
  }
  .footer-bottom-links a {
      margin-right: 5px;
      margin-bottom: 5px;
  }
}
/* footer */

  /* Loader Styles */
  .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #5D3A1A;
    z-index: 999;
}
.coffee-loader {
    position: relative;
    width: 200px;
    height: 200px;
}
.coffee-cup-1 {
    position: absolute;
    width: 120px;
    height: 100px;
    background-color: white;
    border: 5px solid #8B4513;
    border-radius: 0 0 20px 20px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.coffee-handle-1 {
    position: absolute;
    width: 40px;
    height: 20px;
    background-color: #8B4513;
    right: -30px;
    top: 30px;
    border-radius: 0 10px 10px 0;
}
.coffee-liquid-1 {
    position: absolute;
    width: 110px;
    height: 0;
    background-color: #5D3A1A;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 15px 15px;
    animation: fill-coffee 2s infinite;
}
.steam {
    position: absolute;
    width: 20px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    animation: steam-rise 2s infinite;
}
.steam::before,
.steam::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}
.steam::before {
    left: -20px;
    top: 10px;
}
.steam::after {
    right: -20px;
    top: -10px;
}
@keyframes fill-coffee {
    0%, 100% { height: 0; }
    50% { height: 70px; }
}
@keyframes steam-rise {
    0%, 100% { 
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
    50% { 
        opacity: 0.5;
        transform: translateX(-50%) translateY(-30px);
    }
}
.main-content {
  display: none;
 
}

/* menu header */

.image-banner {
  position: relative;
  width: 100%;
  height: 250px; 
  background-image: url('./images/a59fafa7723dab62c1022f7b43d7a9b2.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.image-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 25, 9, 0.6); /* Coffee brown color with 60% opacity */
}

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

/* menu header */
.prd-list {
  text-decoration: none;
}

/* cart */

.cart-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

/* Cart Table */
.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.cart-table th {
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  color: #333;
}

.cart-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.product-info {
display: flex;
align-items: center;
gap: 15px;
position: relative;
}

.product-wrapper {
position: relative;
display: flex;
align-items: center;
gap: 15px;
}

.product-image {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 4px;
}

.close-button {
position: absolute;
top: -10px;
right: 145px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #CB3F01 ;
color: white;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 1;
padding: 0;
}

.close-button:hover {
background-color: #444;
}

.quantity-input {
  width: 60px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

/* Buttons */
.button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.button-outline {
  border: 1px solid #333;
  background: none;
  color: #333;
}

.button-primary {
  background-color: #CB3F01;
  color: white;
  height: 50px;
}

.button-primary:hover {
  background-color: #ce5420;
}

/* Coupon Section */
.coupon-section {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.coupon-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 200px;
  height: 50px;
}

/* Cart Total */
.cart-total {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.cart-total-row:last-child {
  border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cart-table thead {
      display: none;
  }

  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td {
      display: block;
  }

  .cart-table tr {
      margin-bottom: 20px;
      border: 1px solid #eee;
      padding: 10px;
  }

  .cart-table td {
      border: none;
      padding: 5px;
      text-align: right;
      position: relative;
      padding-left: 50%;
  }

  .cart-table td:before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 45%;
      text-align: left;
      font-weight: bold;
  }

  .product-info {
      justify-content: flex-end;
  }

  .coupon-section {
      flex-direction: column;
  }

  .coupon-input {
      width: 100%;
  }

  .cart-total {
      margin: 20px auto;
  }
}
/* cart */

.check-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 40px;
  color: #666;
  font-size: 14px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb span::before {
  content: '/';
  margin-right: 12px;
}

/* Main Layout */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
}

/* Billing Form */
.billing-section h1 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #878787;
  font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #F8F8F8;
}

/* Order Summary */
.order-summary {
  background: #ffffff;
  border-radius: 8px;
}

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

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

.product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

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

/* Payment Options */
.payment-options {
  margin: 30px 0;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.payment-option input[type="radio"] {
  width: 20px;
  height: 20px;
}

.payment-cards {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.payment-cards img {
  height: 24px;
}

/* Coupon Section */
.coupon-section {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.coupon-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.purple-button {
  padding: 12px 24px;
  background: #CB3F01;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Save Info Checkbox */
.save-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.save-info input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #CB3F01;
}

@media (max-width: 768px) {
  .container {
      padding: 15px;
  }

  .checkout-layout {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .payment-option {
      flex-wrap: wrap;
  }

  .payment-cards {
      margin-left: 30px;
  }
}