@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, span, div {
  font-family: 'Roboto', sans-serif !important;
}

body {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #666565;
    background-color: #F1F8FF;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa {
    font-family: "Font Awesome 5 Free" !important;
}

.second-title {
        color: #5e1717 !important;
        font-weight:500;
}

/* top bar */
.topbar {
  background-color: #D4AF37; /* Custom dark background */
  color: #ffffff;
  font-size: 0.9rem;
}

.topbar a {
  transition: color 0.3s ease;
  color: #ffffff;
}

.topbar a:hover {
  color: #ffc107; /* Custom hover color */
}

.nav-color{
    color: #ffc302;
    text-shadow: 3px 2px 3px #767266;
    text-transform: uppercase;
    font-size: 35px;
}

.slogan-color{
     color: #624949;
    font-size: 18px;
    text-align: center;
    font-size: 14px;
    margin-left: 8%;
    font-weight:700;
}

@keyframes simpleFade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* banner section */
.carousel-item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  text-align: center;
}

/* Caption text styling */
.carousel-caption h5 {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 8px;
}

/* Service box */
.service-item {
  background-color: #ffffff; /* White box background */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px; /* Rounded corners */
}

/* Hover effect to lift the box slightly */
.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* center-align text */
.service-item h5,
.service-item p {
  text-align: center;
}

/* Active (clicked) box lift effect */
.service-item.active {
  transform: translateY(-12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.service-item {
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); /* On Hover */
}

/* Service Section Background */
.container-xxl.pt-5 {
  background-color: #f8f9fa; /* Light gray background – you can change this */
  padding: 80px 0;
}


/* about us */
.custom-readmore-btn {
  background-color: #d4af37;
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.choose-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #d4af37;
}
.custom-readmore-btn:hover {
  background-color: #d4af37;
  color: black;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* menu-section */
.menu-section{
    background-color: #fff9e5;
}

/* why choose us */
.why-choose-us {
    background-size: cover;
    color: black;
    position: relative;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Overlay */
    z-index: -1;
}

/* Updated box style */
.choose-card {
     background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    box-shadow: 0 12px 10px #14141438;
}

.choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); /* On Hover */
}

/* special dishes */
.team-section {
    background: url('../img/bg-2.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

/* Always show text */
.team-item h5,
.team-item small {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff; /* ensures white text if not inherited */
  z-index: 2;
}


/* Fullscreen preview styles */
.fullscreen-preview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-preview img {
  max-width: 90%;
  max-height: 90%;
  border: 5px solid white;
  border-radius: 10px;
}


.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 0.5 = 50% transparent black */
    z-index: 1;
}

.team-section .container {
    position: relative;
    z-index: 2;
}

/* Optional: cursor change on zoom */
.team-item img:hover {
    cursor: zoom-in;
}

/* gallery */
.gallery-carousel .gallery-item {
  padding: 10px;
}
.gallery-carousel .gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.filter-btn.active {
    background-color: #5e1717;
    color: white;
}

/* vision mission */
.vision-mission-section {
  background: #faf6e9;
}
.vision-mission-section h1 {
    font-weight: 700;
}
.vision-mission-section .bg-light {
    background-color: #fffdfb !important;
}

/* gallery page */
.filter-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}

.filter-tabs {
    text-align: center;
}

/* Style each filter item like a button */
.filter-tabs li {
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #ccc;
}

/* Hover effect */
.filter-tabs li:hover {
    background-color: #ddd;
}

/* Active filter button */
.filter-tabs li.active {
    background-color: #d4af37;
    color: #fff;
    border-color: black;
}

/* Gallery Layout Fix */
.filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Responsive Grid */
.default-portfolio-item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

/* Uniform Image Style */
.image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease-in-out;
}

/* Hover Zoom Effect */
.image-box:hover img {
    transform: scale(1.2); /* Zoom image */
}

/* Optional: Add shadow or overlay */
.inner-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Uniform size for gallery images */
.gallery-section .image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* footer */
.footer {
    position: relative;
    background: url('../img/footer.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    background-color:#080808 !important;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 0.5 = 50% transparency */
    z-index: -1;
}

/* menu items */
@media (max-width: 767px) {
  .menu-section .d-flex.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .menu-section img {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
  }

  .menu-section .ps-4 {
    padding-left: 0 !important;
  }

  .menu-section .d-flex.flex-column.text-start {
    align-items: center;
  }

  .menu-section h5.d-flex {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .menu-section h5 span {
    display: block;
  }

  /* contact us */
  .container-xxl .row.g-4 {
    flex-direction: column;
  }

  .container-xxl iframe {
    width: 100% !important;
    height: 300px !important;
    margin-bottom: 20px;
  }

  .container-xxl .col-md-6 {
    width: 100% !important;
    max-width: 100%;
  }

  .container-xxl .form-floating label,
  .container-xxl .form-floating input,
  .container-xxl .form-floating textarea {
    font-size: 14px;
  }
}

  
@media (max-width: 768px) {
/* banner section */
      .carousel-caption {
    top: 55%; /* slight position adjustment */
  }
.hero-header
{
    padding:0 !important;
}
.nav-color {
    font-size: 23px;
}
  .carousel-item img{
    width: 100% !important;
    height: auto;
  }

  .carousel-caption h5 {
    font-size: 1rem;
    padding: 6px 12px;
  }

   /* gallery items */
  .filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%; /* Optional spacing between images */
  }

  .filter-list .default-portfolio-item {
    flex: 0 0 48%; /* Two items per row */
    max-width: 48%;
    margin-bottom: 15px;
  }

  .filter-list .image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
  }

  .caption-box-two h3 {
    font-size: 0.9rem;
    text-align: center;
  }
}

/* footer */
@media (max-width: 576px) {
  .copyright .text-center {
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
    padding: 0 10px; /* optional: adds side padding */
  }
}
