.hero{
  background-image: url('https://www.cranfield-colours.co.uk/wp-content/uploads/2022/01/cranfield-traditional-etching-ink-mid-black-400x221.jpg');
}
.see-btn:hover{
  background-color: red;
  color: white !important;
}
.cards-f:hover{
  background-color: red !important;
  cursor: pointer;
  color: white !important;
}
.cards-f:hover p{
  color: white !important;
}
.cards-f:hover .circle-c{
  background-color: rgb(196, 188, 188) !important;
}
.sec-3rd h1{
  color: black !important;
}
.sec-3rd p{
  color: black !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero {
  background-image: url('https://www.cranfield-colours.co.uk/wp-content/uploads/2022/01/cranfield-traditional-etching-ink-mid-black-400x221.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* Ensures it fills screen */
  color: white;
  min-width: 280px;
  width: 100%;
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 4rem 2rem;
  }
}
.my-nav{
  width: 100%;
  min-width: 280px;
}
.sec-4{
  background-image: url('https://html.pixelfit.agency/foodix/assets/images/bg/offer-bg1.jpg');
  width: 100%;
  min-width: 280px;
}
.box-icon {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.box-icon img{
  margin-left: 70px;
}

.section-title {
  color: #ffc107;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 36px;
  font-weight: 800;
  color: #0c0c0c;
  margin-bottom: 40px;
}

.box-icon h5 {
  font-weight: 700;
}

.box-icon p {
  color: #6c757d;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.my-nav {
  background-color: #111 !important;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #ffc107 !important;
}

.dropdown-menu {
  background-color: #222;
  border: none;
}

.dropdown-menu .dropdown-item {
  color: #fff;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #444;
  color: #ffc107;
}

.hero {
  background-color: #000;
  min-height: 100vh;
  padding: 60px 0;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.25rem;
  margin-top: 15px;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.reservation-section {
  display: flex;
  flex-wrap: wrap;
  background-image: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
  padding: 60px 15px;
  background-color: #000;
  color: white;
  min-width: 280px;
  width: 100%;
  gap: 2rem;
  justify-content: center;
}

.left-content {
  flex: 1;
  min-width: 300px;
  padding: 20px 30px;
}

.left-content .tag {
  color: #ffc107;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.left-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 20px 0;
}

.left-content .order-online {
  color: #ffc107;
  margin-bottom: 15px;
}

.phone-btn {
  background-color: #28a745;
  border: none;
  padding: 15px 30px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  font-size: 18px;
  white-space: nowrap;
}

.phone-btn i {
  margin-right: 10px;
}

.form-box {
  flex: 1;
  background-color: #10b144;
  padding: 30px;
  border-radius: 20px;
  min-width: 300px;
  width: 100%;
  max-width: 600px;
}

.form-box h5 {
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

.form-control, .form-select {
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  border: none;
}

.form-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.form-group {
  position: relative;
}

.btn-book {
  background-color: #ffc107;
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .btn-lg {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-collapse {
    background-color: #111;
    padding-bottom: 1rem;
  }
  .left-content, .form-box {
    padding: 20px;
  }
  .left-content h2 {
    font-size: 1.8rem;
  }
  .form-box {
    margin-top: 30px;
    border-radius: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-white {
  color: #fff !important;
}

.navbar .btn {
  white-space: nowrap;
  min-width: 120px;
}

.hero .col-md-6 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}



.menu-section {
  background-color: #fff;
  color: #000;
}

.menu-section .tag {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffc107;
}

.menu-title {
  font-size: 36px;
  font-weight: 900;
}

.menu-item {
  background-color: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #ddd;
  transition: transform 0.3s ease;
}

.menu-item:hover {
  transform: scale(1.01);
}

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

@media (max-width: 576px) {
  .menu-title {
    font-size: 28px;
  }
  .menu-img {
    width: 50px;
    height: 50px;
  }
  .menu-item {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
}


.menu-images img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .team-box {
    overflow: hidden;
    border-radius: 12px;
  }

  .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
  }


  .testimonial-card {
  border: 1px dashed #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.quote-circle {
  width: 40px;
  height: 40px;
  background-color: #28a745; /* Green */
  border-radius: 50%;
}

.card-title {
  font-size: 1rem;
  color: #111;
}

.card-text {
  color: #555;
}

.card-img-top {
  object-fit: cover;
  height: 250px;
}



.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;
}