/* Basic Page Setup */
body {
  font-family: Arial, sans-serif;


background-image: linear-gradient(to right, #f6f4f2, #131b46);
  color: rgb(69, 89, 236);
  margin: 0;
  text-align: center;
}
.box {
      width: 300px;
      height: 100px;
      padding: 20px 40px;
      border-radius: 5px;
      font-family: sans-serif;
      text-align: center;
      background-color: rgb(255 255 255 / 0%);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      mask-image: radial-gradient(circle, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
      -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }
/* Header & Navigation */
header {
  background-color:rgb(69, 89, 236);
  height: 100px;
}

.header_left{
  float: left;
}
.header_logo{
  width: 100px;
  height: 100px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.logo_bar{
  margin-left: auto;
  margin-right: auto;

  height:375px;
  width: 400px;
  border-radius: 200px;
  border: 10px solid rgb(69, 89, 236);

}
.main_img{
  
  background: url('img/cafe_image.png') no-repeat center center,
  url('lantern.png') left top no-repeat;
  width: 60%;
  height: auto;
  border: 5px solid #c0c6ea;

  /* Fade edges using mask-image */
  mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);

  /* Optional: Add subtle box-shadow to help blend */
  box-shadow: 0 0 60px 20px #927351;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e9e7e5 0%, #927351 100%);
  mix-blend-mode: lighten;
  pointer-events: none;
  border-radius: 10px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  float: right;
  padding-top: 40px;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* Main Content */
.hero {
  padding: 40px 20px;
}

.logo{
  width: 400px;
  max-width: 600px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  color: #fcfbf9;
}

.slogan {
  font-style: italic;
   color: rgb(69, 89, 236);
  text-align: center;
  

}


.cup1{
  width: 200px;
  height:auto;
  border-radius: 10px;
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 200px;
  height: auto;
  display: block;
  
}

.image-link {
  position: absolute;
  top:35px;         /* Adjust vertical position */
  left: 20px;        /* Adjust horizontal position */
  background-color: rgba(24, 11, 5, 0.6);
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}

.image-link:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* General section styling */
section {
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 900px;
  background-color: #fdfaf6;
  border-left: 6px solid rgb(69, 89, 236);;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

/* Section headings */
section h2 {
  font-size: 28px;
  color: #4a2e1f;
  margin-bottom: 20px;
  border-bottom: 2px solid #c49a6c;
  padding-bottom: 10px;
}

/* Paragraph text */
section p {
  font-size: 20px;
  line-height: 2.0;
  color: #333;
}

/* Lists inside sections */
section ul {
  margin-top: 15px;
  padding-left: 20px;
}

section ul li {
  margin-bottom: 10px;
  color: #5a4634;
  list-style-type: disc;
}

/* Add subtle hover effect */
section:hover {
  background-color: #fffaf3;
  transition: background-color 0.3s ease;
}

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: "Montserrat", sans-serif;
    }



    
    .contact-container {
      background: #fff;
      padding: 2rem;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      max-width: 600px;
      margin: 3rem auto;
    }

    .contact-container h1 {
      text-align: center;
      margin-bottom: 1.5rem;
      color: #333;
      font-size: 2rem;
    }
/* Contact Form */
.contact-form {
  background-color: #fff;
  border-radius: 10px;
  width: 60%;
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
}
.slogan{
  font-family: cursive;
  font-size: 35px;
}
input,
textarea {
  width: 90%;
  max-width: 500px;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #5a4635;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background-color: #3b2e24;
}

/* Footer */
footer {
  background-color: rgb(69, 89, 236);;
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-column p {
  margin: 5px 0;
  padding: 10px 20px 0px 0px ;
}

.sch{
  width:500px;
  height: 400px;
  border: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(69, 89, 236);
  
   transform: scale(0.5); 
  
  
}

    /* Invisible overlay link to make iframe clickable */
 

    a.overlay:hover {
      box-shadow: 0 0 25px rgba(69, 89, 236, 1.9);
      transition: box-shadow 0.2s ease-in-out;
    }



     body{
    margin:0;
    background-image: linear-gradient(to right, rgb(69, 89, 236),#f8f9fc, rgb(69, 89, 236));
  }
  .background-container{
    position:relative;
    width:100%;
    height:100vh;
    background:url('img/cafe_image.png') center/cover no-repeat;
  }

  .lantern{
    position:absolute;
    width:90px;
    height:90px;
  }
  .lantern.left{
    top:20%;
    left:2.5%;
    transform:translateY(-50%);
  }
  .lantern.right{
    top:20%;
    left:46%;
    transform:translateY(-50%);
  }

  /* --- Warm steady glow with soft shimmer --- */
  .lantern-light{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:140px;
    height:140px;
    border-radius:50%;
    background:
      radial-gradient(circle at center,
        rgba(255,220,120,1) 0%,
        rgba(255,160,60,0.8) 40%,
        rgba(180,90,30,0.4) 70%,
        rgba(100,40,10,0.15) 100%);
    filter:blur(10px);
    opacity:1;
    z-index:1;
    pointer-events:none;
    animation: shimmer 3s ease-in-out infinite;
  }

  /* Brightness shimmer only — no opacity changes */
  @keyframes shimmer {
    0%,100% { filter: blur(10px) brightness(1); }
    25%     { filter: blur(10px) brightness(1.05); }
    50%     { filter: blur(10px) brightness(0.97); }
    75%     { filter: blur(10px) brightness(1.03); }
  }

  .lantern img{
    width:100%;
    height:auto;
    position:relative;
    z-index:2;
    display:block;
  }