@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

  #preloader {
    position: fixed;
    inset: 0;
    background: #fcfafa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #preloader img {
    max-width: 280px;
    width: 70%;
    animation: zoomFade 1.5s ease-in-out infinite alternate;
  }

  @keyframes zoomFade {
    from {
      transform: scale(0.95);
      opacity: 0.8;
    }
    to {
      transform: scale(1.05);
      opacity: 1;
    }
  }

  body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
  }





/*study*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.2rem;
  display: none;
}












.food-munch-logo {
  width: 80px;
  height: 70px;
}
#navItem1 {
  color: #323f4b;
  font-family: "Roboto";
}
#navItem2 {
  color: #323f4b;
  font-family: "Roboto";
}
#navItem3 {
  color: #323f4b;
  font-family: "Roboto";
}
#navItem4 {
  color: #323f4b;
  font-family: "Roboto";
}
.banner-section-bg-container {
  background-image: url("https://lh3.googleusercontent.com/p/AF1QipMjKQ0owUK1IsUsPNaarTeXBIlnHVz64OjdlA7G=s1360-w1360-h1020-rw");
  height: 100vh;
  background-size: cover;
}
.banner-heading {
  color: white;
  font-family: "Roboto";
  font-size: 45px;
  font-weight: 300;
}
.banner-caption {
  color: #f5f7fa;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 300;
}
.custom-button {
  color: white;
  background-image: linear-gradient(#d0b200, #a58d00);
  width: 130px;
  height: 45px;
  border-width: 0;
  border-radius: 8px;
  margin-right: 10px;
}
.custom-outline-button {
  color: #d0b200;
  background-color: transparent;
  width: 130px;
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0b200;
  border-radius: 8px;
}
.wcu-section {
  background-color: #f9fbfe;
}
.wcu-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.wcu-section-description {
  color: #5a7184;
  font-family: "Roboto";
  font-size: 16px;
}
.wcu-card {
  text-align: center;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e5eaf4;
  border-radius: 16px;
}
.wcu-card-image {
  width: 87px;
  height: 90px;
}
.wcu-card-title {
  color: #323f4b;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 500;
}
.wcu-card-description {
  color: #7b8794;
  font-family: "Roboto";
  font-size: 16px;
}
.offers {
  color: #323f4b;
  font-style: italic;
  font-weight: 600;
}
.explore-menu-section {
  background-color: white;
}
.menu-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.menu-item-image {
  border-radius: 16px;
}
.menu-card-title {
  color: #323f4b;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
}
.menu-item-link {
  color: #d0b200;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
}
.menu-item-card {
  border-radius: 16px;
}
.healthy-food-section {
  background-color: #f9fbfe;
}
.healthy-food-section-img {
  width: 270px;
}
.healthy-food-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.healthy-food-section-description {
  color: #5a7184;
  font-family: "Roboto";
  font-size: 16px;
}
.delivery-and-payment-section {
  background-color: white;
}
.delivery-and-payment-section-img {
  width: 270px;
}
.delivery-and-payment-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.delivery-and-payment-section-description {
  color: #5a7184;
  font-family: "Roboto";
  font-size: 16px;
}
.payment-card-img {
  width: 50px;
  height: 50px;
  margin-right: 28px;
}
.thanking-customers-section {
  background-image: radial-gradient(#fff8db, #fae38c);
}
.thanking-customers-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.thanking-customers-section-description {
  color: #5a7184;
  font-family: "Roboto";
  font-size: 16px;
}
.thanking-customers-section-img {
  width: 270px;
  margin-bottom: 20px;
}
.thanking-customers-section-modal-title {
  color: #d0b200;
  font-weight: 800;
}
.follow-us-section {
  background-color: white;
}
.follow-us-section-heading {
  text-align: center;
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.follow-us-icon-container {
  background-color: #faf7e8;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 15px;
  padding-top: 22px;
  padding-bottom: 14px;
  padding-right: 16px;
  padding-left: 22px;
}
.icon {
  color: #d0b200;
  font-size: 35px;
}
.footer-section {
  background-color: #0d2436;
}
.footer-section-mail-id {
  color: #959ead;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
.footer-section-address {
  color: #959ead;
  font-family: "Roboto";
  font-size: 14px;
}







/*carasole*/
.mySwiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}


.custom-navbar {
  background: linear-gradient(90deg, #e9f7f3, #2fd1c3);
  padding: 14px 0;
  box-shadow: none;
}

.custom-navbar .navbar-brand img {
  height: 48px;
}

.custom-nav-links .nav-link {
  color: #0b1b2b;
  font-weight: 500;
  margin: 0 10px;
  font-size: 16px;
}

.custom-nav-links .nav-link:hover,
.custom-nav-links .nav-link.active {
  color: #6c63ff;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler::before {
  content: "☰";
  font-size: 26px;
  color: #0b1b2b;
}

/* COLLEGE TOP BAR */
.college-top-bar {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}

.college-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  flex-wrap: wrap;
}

/* LEFT */
.college-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.college-brand img {
  height: 60px;
}

.college-brand h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.college-brand span {
  font-size: 13px;
  color: #555;
  letter-spacing: 0.5px;
}

/* RIGHT */
.college-contacts {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-block span {
  display: block;
  font-size: 12px;
  color: #777;
}

.contact-block strong {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.divider {
  width: 1px;
  height: 38px;
  background: #ddd;
}

/* BUTTON */
.enquire-btn {
  background: #4c6ef5;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.enquire-btn:hover {
  background: #3b5bdb;
  color: #fff;
}

/* MOBILE */
@media (max-width: 992px) {
  .college-top-inner {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .college-contacts {
    justify-content: center;
  }

  .divider {
    display: none;
  }
}


/*video*/
.healthy-food-section-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  object-fit: cover;
}












:root{
      --primary:#0b6b4f;
      --accent:#0b9c76;
      --muted:#6b7280;
      --card:#ffffff;
      --bg:#f4f7fb;
      --glass: rgba(255,255,255,0.6);
      --glass-2: rgba(11,107,79,0.06);
      --accent-2: linear-gradient(135deg,var(--primary),#0b8fb0);
    }
    *{box-sizing:border-box}
    html,body{height:100%;margin:0;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;background:var(--bg);color:#072029}
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}

    /* header - fixed */
    
    /* reserve space so content isn't hidden under fixed header */
    body{padding-top:72px;}

    .navbar{
        transition: top 0.35s ease;
      }

      .navbar.hide-nav{
        top: -80px;   /* height of navbar */
      }


    .site-inner{
      width:100%;
      background: linear-gradient(to bottom, #ffffff, #fcfcfb);
      margin:0 auto;
      padding: 20px 80px 10px;
      display:flex;
      align-items:center;
      gap:16px;
      justify-content:space-between;
    }

    .brand{display:flex;gap:12px;align-items:center}
    .logo{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-weight:800;background:var(--accent-2);box-shadow:0 6px 18px rgba(2,6,23,0.06)}
    .brand .title{line-height:1}
    .brand .title h1{margin:0;font-size:16px;letter-spacing:0.1px}
    .brand .title p{margin:0;font-size:12px;color:var(--muted)}

    nav ul{display:flex;gap:12px;align-items:center;margin:0;padding:0;list-style:none}
    nav ul li a{padding:8px 10px;border-radius:8px;font-weight:600;color:rgba(7,20,41,0.8)}
    nav ul li a:hover{background:var(--glass-2)}
    .btn{background:var(--primary);color:white;padding:8px 14px;border-radius:10px;cursor:pointer;border:none;font-weight:700}
    .btn.ghost{background:white;color:var(--primary);border:1px solid rgba(7,20,41,0.06)}

    /* hero */
    .hero-wrap{width:100%;min-height:100vh;position:relative;overflow:hidden}
    .hero-media{position:absolute;inset:0;z-index:0}
    .hero-media img{width:100%;height:100%;object-fit:cover;filter:brightness(0.55) contrast(1.02)}
    .hero-overlay{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;align-items:center;gap:40px;min-height:100vh}
    .hero-left{flex:1;color:white}
    .hero-left h1{font-size:44px;margin:0 0 12px;line-height:1.02;font-weight:800}
    .hero-left p.lead{font-size:18px;margin:0 0 18px;opacity:0.95}
    .hero-cta{display:flex;gap:12px;flex-wrap:wrap}
    .hero-right{width:420px;max-width:42%;min-width:260px}
    .hero-card{
      background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
      padding:18px;border-radius:12px;color:white;backdrop-filter: blur(6px);box-shadow:0 10px 30px rgba(2,6,23,0.18)
    }

    /* main area */
    main.content{max-width:1200px;margin:-36px auto 60px;padding:0 20px;position:relative;z-index:5}
    .section{background:var(--card);padding:18px;border-radius:12px;margin-bottom:20px;box-shadow:0 8px 20px rgba(2,6,23,0.04)}
    .section h2{margin:0 0 12px}

    /* facilities grid */
    .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .facility{padding:12px;border-radius:10px;overflow:hidden;transition:transform .18s ease, box-shadow .18s ease;display:flex;flex-direction:column;gap:8px}
    .facility:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(2,6,23,0.06)}
    .facility .img-wrap{height:160px;border-radius:10px;overflow:hidden}
    .facility h3{margin:6px 0;font-size:18px}
    .facility p{margin:0;color:var(--muted);font-size:14px}

    /* staff grid */
    .staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .staff-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:12px;border:1px solid rgba(7,20,41,0.04);transition:transform .14s ease, box-shadow .14s ease}
    .staff-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px rgba(2,6,23,0.06)}
    .staff-photo{width:86px;height:86px;border-radius:12px;object-fit:cover;flex-shrink:0}
    .staff-info h4{margin:0 0 6px;font-size:16px}
    .staff-info p{margin:0;color:var(--muted);font-size:13px}
    .staff-actions{display:flex;gap:8px;margin-top:8px}

    /* EVENTS hero block */
    .events-wrap{display:flex;gap:24px;align-items:stretch;min-height:260px}
    .events-images{flex:2;display:flex;gap:12px;position:relative;overflow:hidden}
    .events-img{
      flex:1;
      border-radius:14px;
      overflow:hidden;
      position:relative;
      min-height:220px;
      background:#111;
    }
    .events-img img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .events-arrow{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:40px;height:40px;border-radius:999px;
      border:none;cursor:pointer;
      background:#ffffffd9;
      display:flex;align-items:center;justify-content:center;
      font-size:20px;
      box-shadow:0 8px 20px rgba(15,23,42,0.18);
    }
    .events-arrow.left{left:12px;}
    .events-arrow.right{right:12px;}

    .events-copy{
      flex:1;
      display:flex;
      flex-direction:column;
      justify-content:center;
      padding:16px 8px;
    }
    .events-copy h2{
      font-size:32px;
      letter-spacing:3px;
      margin:0 0 8px;
    }
    .events-copy p{
      margin:0 0 18px;
      color:var(--muted);
      font-size:14px;
    }
    .events-copy .link-like{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-weight:600;
      font-size:14px;
    }

    /* footer (dark one at bottom already redefined later) */
    footer{max-width:1200px;margin:30px auto;padding:12px 20px;color:var(--muted);font-size:14px}

    /* responsive */
    @media (max-width:980px){
      .grid,.staff-grid{grid-template-columns:repeat(2,1fr)}
      .hero-right{display:none}
      .hero-left h1{font-size:32px}
      .hero-overlay{padding:40px 18px}
      .events-wrap{flex-direction:column}
    }
    @media (max-width:640px){
      .grid,.staff-grid{grid-template-columns:1fr}
      .hero-overlay{padding:26px 12px;min-height:60vh}
      .hero-left h1{font-size:24px}
      .hero-media img{filter:brightness(0.5)}
    }

    /* modal */
    .modal{position:fixed;inset:0;background:rgba(2,6,23,0.6);display:none;align-items:center;justify-content:center;padding:20px;z-index:2000}
    .modal.open{display:flex}
    .modal-card{background:white;border-radius:12px;max-width:920px;width:96vw;max-height:90vh;padding:16px;overflow:auto}
    .modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
    .modal-body img, .modal-body video, .modal-body iframe{width:100%;border-radius:8px}

    /* small helpers */
    .muted{color:var(--muted)}
    .chip{background:rgba(11,107,79,0.08);color:var(--primary);padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px}
  
 /* ===== PREMIUM INFO STRIP ===== */
.info-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:100%;
  min-height:260px;
}

.info-box{
  position:relative;
  padding:50px 24px;
  text-align:center;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  overflow:hidden;
  transition:.45s cubic-bezier(.2,.8,.2,1);
}

/* glass overlay */
.info-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom right,
    rgba(255,255,255,.18),
    rgba(255,255,255,.04)
  );
  backdrop-filter:blur(6px);
  opacity:.85;
}

.info-box *{
  position:relative;
  z-index:2;
}

/* icon */
.icon{
  font-size:42px;
  margin-bottom:6px;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,.25));
}

/* title */
.info-box h2{
  margin:0;
  font-size:22px;
  letter-spacing:.5px;
}

/* subtitle */
.info-box p{
  margin:0;
  font-size:14px;
  opacity:.95;
  max-width:220px;
}

/* button */
.info-btn{
  margin-top:8px;
  background:#fff;
  color:#000;
  padding:12px 28px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  transition:.35s ease;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.info-btn:hover{
  transform:translateY(-4px) scale(1.06);
}

/* hover card effect */
.info-box:hover{
  transform:translateY(-10px);
  box-shadow:inset 0 0 0 200px rgba(0,0,0,.08);
}

/* gradient colors */
.info-blue{
  background:linear-gradient(135deg,#0b82f1,#00c6ff);
}
.info-green{
  background:linear-gradient(135deg,#43a047,#a5d6a7);
}
.info-red{
  background:linear-gradient(135deg,#e53935,#ff8a80);
}
.info-purple{
  background:linear-gradient(135deg,#5e57c2,#9fa8da);
}

/* responsive */
@media(max-width:900px){
  .info-strip{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:520px){
  .info-strip{grid-template-columns:1fr;}
}




/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .events-wrap{
    flex-direction:column;
    text-align:center;
  }

  .events-content{
    padding:0;
  }

  .events-content h2{
    font-size:30px;
  }
}

@media(max-width:520px){
  .events-images{
    grid-template-columns:1fr;
  }

  .events-images img{
    height:240px;
  }
}


/* ===============================
    NAVBAR hide
================================ */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

/* =========================
   NAVBAR HIDE ON SCROLL
========================= */


