/* ===== Header css start ===== */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif; 
    color: #364c48;
    overflow-x: hidden;
    background: white;
}
h1, h2, h3, h4, h5, h6{
    /* font-family: "Dancing Script", cursive; */
    font-family: "Lobster Two", cursive;
    /* font-family: "Noto Serif"; */
}
.top-toolbar{
    background: #464b6e;
    padding: 10px 40px;
    line-height: 30px;
}
.top-toolbar p{
    color: #ffffff;
}
.top-notice {
  width: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  padding-left: 10px;
}

.notice-content {
  display: flex;
  align-items: center;
  /* justify-content: center;
  flex-wrap: wrap; */
}

.notice-content strong {
  color: #a80606;
  font-size: 18px;
  margin-right: 0px auto;
}

.notice-content marquee {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 80%; */
 
}

.top-bar a{
  color: white;
}

.topbar p {
    color: white;
    margin: 0px;
    font-size: 15px;
}

.menu-item a {
    font-size: 16px;
    padding: 20px 25px;
    color: #797979;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-item a:hover {
    color: #222;
}

.custom-navbar .top-nav-brand {
    display: none;
}

.dropdown-menu a {
    padding: 8px 15px !important;
}

.dropdown-menu {
    margin-top: 0px !important;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}

.dropdown-menu a:hover {
    background: black !important;
    color: white !important;
}

.custom-tabs-content .title {
    font-weight: 600;
}

.custom-tabs-content .price {
    font-weight: 600;
}

.custom-tabs-content .description {
    color: #797979;
    font-size: 13px;
}

header{
    position: relative;
    top: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-logo-item{
    position: relative;
    width: 160px;
}

.nav-logo-item a{
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    text-align: center;
}

.mobile-logo img{
    width: 100px;
}
.nav-logo-item .logo{
    /* width: 140px; */
}


.custom-tabs .nav-link.active {
    background: #212121 !important;
    color: white !important;
}

.custom-tabs .nav-link {
    display: block;
    width: 100%;
    color: #111 !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #9c2e25;
    color: #fff;
}
.back-to-top:hover,
.back-to-top:focus{
    background-color: #978667;
    color: #fff;
}
.top-notice{
    /* z-index: 9999; */
    /* margin-top: 95px; */
    position: relative;
}

.notice-content {
    display: flex;
    align-items: center;
    /* justify-content: center;
    flex-wrap: wrap; */
    background-color: #fff;
  }
  
  .notice-content strong {
    color: black;
    font-size: 18px;
    margin-right: 0px auto;
    margin-left: 10px;
  }
  
  .notice-content marquee {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 80%; */
    color: black;
   
  }
  
/* ===== Header css End ===== */


/* ===== Slider css Start ===== */
.slider-item{
    position: relative;
    background-size: cover;
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(1.9);
    opacity: 0.8;
}
/* .slider_1{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/slider/image.jpg);
} */
/* .slider_2{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/slider/image.jpg);
}
.slider_3{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/slider/image.jpg);
} */
/* .slider_4{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img_slider_4.jpg);
} */

/* ===== Hero Section ===== */
.hero-section {
  position: relative;
  width: 100%;
  height: 95vh;
  overflow: hidden;
}

/* Background image with overlay */
.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                    url('../img/aboutus/image_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay text content */
.slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-wrapper {
  color: #fff;
  padding: 20px;
}

.content-wrapper h1 {
  font-size: 5rem;
  font-weight: 500;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.offer-text p {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.btn-wrapper {
  margin-top: 20px;
}

.btn-custom {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* ===== Header css End ===== */


/* ===== AboutUs css Start ===== */
.container-aboutus{
    background-color: white;
    padding: 100px 0px;
}
.container-aboutus .about-content h2{
    font-size: 42px;
    font-weight: 600;
}
.container-aboutus .about-content p{
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
.container-aboutus .about-heading::after{
    content: '';
    position: absolute;
    top: 55%;
    left: -100px;
    width: 80px;
    height: 1px;
    background-color: #0a0a0a;
}
.right-img-wrapper{
    background-size: cover;
    padding: 30% 0;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../img/about-us/image_5.jpg); */
}
/* .about_slider_item{
    background-size: cover;
    padding: 30% 0;
    background-repeat: no-repeat;
    background-position: center;
}
.about_slider_1{
    background-image: url(https://placehold.co/300x300);
}
.about_slider_2{
    background-image:  url(https://placehold.co/300x300);
}
.about_slider_3{
    background-image:  url(https://placehold.co/300x300);
} */

.about-content{
    font-size: 18px;
}
  /* Default styles for smaller screens */
.restaurant-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/* ===== AboutUs css Ends ===== */


/* ===== Gallery css start ===== */
.container-gallery,
.container-aboutus{
    padding: 70px 0px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
    text-align: center;
}

.gallery-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 20px 0;
    background: white;
}
.gallery-item {
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ===== Gallery css end ===== */


/* ===== Contact Us css Start ===== */
.container-contactus{
    padding: 70px 0px;
}
 .container-contactus .form-control{
    height: calc(1.9em + 0.75rem + 2px);
 }
 .container-contactus textarea.form-control{
     height: calc(5.8em + .75rem + 2px);
 }
 .bg-lightgray{
     background-color: black;
 }
 .btn-submit{
    background-color: #3433b8;
    color: #fff;
    border-radius: 0;
    width: 100%;
 }
 .btn-submit:hover,
 .btn-submit:focus{
    color: #fff;
 }
 
/* ===== Contact Us css End ===== */


/* ===== Footer css Start ===== */

footer {
    background-color: #262626;
    padding: 60px 0 10px 0;
    color: rgba(255,255,255,0.6);
    position: relative;
}
footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
footer .footer_wp {
    position: relative;
    padding-left: 35px;
}
footer .footer_wp i {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255,255,255,0.2);
    font-size: 24px;
    font-size: 1.5rem;
}
footer a, footer a:focus, footer a:hover {
    color: rgba(255,255,255,0.6);
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
footer input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,0.05);
    color: #ccc;
}
footer button[type='submit'] {
    color: #fff;
    font-size: 20px;
    border: 0;
    opacity: 1;
    padding: 0 15px;
    height: 40px;
    line-height: 44px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #978667;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.follow_us ul {
    padding: 0;
    list-style: none;
    float: right;
}
.follow_us ul li {
    display: inline-block;
    margin: 0 5px;
}
.follow_us ul li a img {
    width: 30px;
    height: 30px;
}
footer hr {
    border-color: rgba(255,255,255,0.15);
    margin: 30px 0 30px 0;
}
.frame {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.frame.black {
    /* background: url(../images/frame_footer.png) 0 0 repeat-x; */
    background-size: 12px 3px;
    top: -2px;
}
.lbl-days{
    font-weight: 700;
    font-style: italic;
}
.hygine-rating {
    /* background: #dbdd6d; */
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    /* padding: 15px; */
}
.footer-social a {
    display: inline-block;
    margin-left: 10px;
    color: white; 
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .footer-social a:hover {
    color: wheat;
    transform: scale(1.1);
  }
  
  .footer-social i {
    font-size: 24px; 
  }

 .company-name {
    color: inherit;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    display: inline-block;
  }
  .company-name .line {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: url('data:image/svg+xml;utf8,<svg width=\'100%\' height=\'6\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0,5 C30,0 70,0 100,5\' stroke=\'%23f37021\' fill=\'transparent\' stroke-width=\'2\' /></svg>') no-repeat;
    background-size: cover;
  }
 
  /* pop up */
  .popup-content{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
  }
/* ===== Footer css End ===== */

.bg-darkblue{
    background-color: #052532;
}
.bg-darkgray{
    background-color: #1f2937;
}
.bg-lightgray{
    background-color: #f5f5f5;
}
.bg-green{
    background-color: #4e9250;
}