.navbar {
    background-color: #AB7743 !important;
}
.nav-item{
    margin-left: 30px;
    padding: 4px;
}
.navbar-brand{
  font-weight: 500;
}
#container{
    width:100%;
}
.hero{
    height:630px;
    background-image: url("Images/pexels-helloaesthe-8717959.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position:relative;
    
}
.view-menu-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #d37f43; /* Coffee Brown */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.view-menu-btn:hover {
    background-color: #5a3d2b; /* Darker Brown */
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.heading h1{
    color:white;
    font-family:Impact, Haettenschweiler, 'Arial Narrow', sans-serif;
    font-size: 3.3em;   
}
.heading p{
    color:white;
    font-size: 1.2em;
}
.heading{
    width:460px;
    position: absolute;
    top: 40%;
    left: 32%;   /* move slightly right */
    transform: translate(-90%, -20%);
}
/* ================= OUR SERVICES SECTION ================= */

.services {
    background-color: #B08968;
    padding: 40px 0;
    color: white;
}

/* Section Title */
.services h2 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
}

/* Content Wrapper */
.services-content {
    max-width: 1100px;     /* Slightly wider for 4 items */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 in one row */
    gap: 30px;
    text-align: center;
}

/* Individual Service */
.services-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

.services-content p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.blog-hero{
  background-image: url("https://images.ctfassets.net/27hc2gu70btq/626x86LmkZuitdHHu1Cpfe/56bab9857f1ee70938260e10d9ea25f3/Order-Online_Banner-1600x464-v30.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color:white
}
@media (max-width: 992px) {
    .services-content {
        grid-template-columns: repeat(2, 1fr); /* 2 per row on tablet */
    }
}

@media (max-width: 576px) {
    .services-content {
        grid-template-columns: 1fr; /* 1 per row on mobile */
    }
}

@media (max-width: 768px) {
    .heading h1 {
        font-size: 2.2rem;
    }

    .heading p {
        font-size: 1rem;
    }
}
.drink-card {
  height: 380px;
}

.drink-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.text-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  text-align: center;
  height: 100%;
}
.image-card {
  position: relative;
  height: 400px;
  overflow: hidden;
}

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

/* Drink name styling */
.drink-title {
  position: absolute;
  top: 12px;
  left: 20px;
  color: white;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 2px 3px 8px rgba(0,0,0,0.7);
  z-index: 2;
}

    .parallax-section {
      background-image: url("Images/effect.jpg"); /* Add your image */
      min-height: 400px;

      background-attachment: fixed;   /* PARALLAX EFFECT */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
    }

    .parallax-section h2 {
      font-size: 48px;
      font-weight: bold;
      background: rgba(0,0,0,0.5);
      padding: 20px 40px;
      border-radius: 10px;
    }

.parallax-content {
  position: relative;
  color: white;
}

/* Italic curved-style text */
.italic-text {
  font-size: 35px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 3px;
  transform: skew(-5deg);
  text-shadow: 2px 4px 10px rgba(0,0,0,0.7);
}
.opening-section {
  background-color: #f5efe6; /* soft cream shade */
  padding: 60px 0;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #5a3e2b;
}

.coffee-text {
  font-size: 17px;
  line-height: 1.8;
  color: #6b4f3a;
  margin-bottom: 30px;
}

.hours-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.hours-box p {
  margin: 8px 0;
  font-size: 16px;
}

.quote-box {
  background: #e8dccb;
  padding: 30px;
  border-radius: 15px;
  font-style: italic;
  color: #4b2e1e;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.footer-section {
  background-color: #AB7743;
  color: #ffffff;
  padding: 40px 0 10px 0;
}

.footer-brand {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.8;
}

.footer-heading {
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.social-icons a {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  opacity: 0.8;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 12px;
  font-size: 14px;
}
/* ================= GLOBAL RESPONSIVE FIX ================= */

/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
}

/* Make container fluid responsive */
#container {
  max-width: 100%;
}

/* ================= HERO SECTION RESPONSIVE ================= */

@media (max-width: 1200px) {
  .heading {
    left: 40%;
    transform: translate(-50%, -20%);
  }
}

@media (max-width: 992px) {
  .heading {
    width: 90%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -30%);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 520px;
  }

  .heading {
    width: 95%;
    top: 50%;
    transform: translate(-50%, -40%);
  }

  .heading h1 {
    font-size: 2rem;
  }

  .heading p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero {
    height: 450px;
  }

  .heading h1 {
    font-size: 1.7rem;
  }

  .heading p {
    font-size: 0.9rem;
  }
}

/* ================= SERVICES SECTION RESPONSIVE ================= */

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

  .services-content {
    gap: 20px;
  }
}

/* ================= PARALLAX RESPONSIVE ================= */

@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll; /* better mobile support */
    min-height: 300px;
  }

  .italic-text {
    font-size: 24px;
  }
}

/* ================= OPENING SECTION RESPONSIVE ================= */

@media (max-width: 768px) {
  .opening-section {
    padding: 40px 15px;
    text-align: center;
  }

  .hours-box {
    margin-bottom: 25px;
  }

  .quote-box {
    margin-top: 20px;
  }
}

/* ================= FOOTER RESPONSIVE ================= */

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

  .footer-brand {
    font-size: 24px;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-links,
  .social-icons {
    margin-top: 15px;
  }
}
