body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}
section.hero {
    color: white;
    padding: 2rem 1rem;
    background-image:url('/images/banner-image.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; /* Full height of viewport */
    display: flex;
    align-items: center;
    justify-content: center;
}
section {
    text-align: center;
}
.main_nav, #stikyNav {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: relative;
    transform: translateY(0);
    z-index: 9;
}
.mobilemenu {
    cursor: pointer;
    display: none;
}
.top-list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
ul#menu-highlight-menu li {
    position: relative;
}
ul#menu-highlight-menu li.boldfont a {
    background: #008845;
}
ul#menu-highlight-menu li a {
    padding: 18px 18px;
    color: #FFF;
    cursor: pointer;
}
.top-list2 li a {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    padding: 0 22px;
    font-weight: 500;
}
a {
    text-decoration: none !important;
}
button.nav-link{
    color: white !important;
    background: transparent !important;
    border: none !important;
    /* padding: 18px 18px; */
    cursor: pointer !important;
}
div#stikyNav p {
    text-align: justify;
}
section.our-property img,section.mithila-paintings img,section.activities img {
    width: 300px;
    height: 225px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
section.contactUs {
    background: #e8f5e9;
}
section.contact a,footer.contact a {
    color: #2e7d32;
    text-decoration: none;
    font-weight: bold;
}
footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}
section.about {
    background: #fff8e1;
    padding: 2rem 1rem;
    /* max-width: 900px; */
    margin: 2rem auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    line-height: 1.7;
    color: #444;
    font-size: 1.1rem;
    text-align: justify;
}

section.about h2 {
    text-align: center;
    color: #2e7d32;
    margin-bottom: 1rem;
}

section.about p {
    margin-bottom: 1rem;
}
section.about-mithila {
    background-color: #f9fbe7;
    padding: 2rem 1rem;
    margin: 2rem auto;
    /* max-width: 900px; */
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    line-height: 1.8;
    color: #3e3e3e;
    font-size: 1.1rem;
}

section.about-mithila h2 {
    text-align: center;
    color: #33691e;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

section.about-mithila p {
    margin-bottom: 1rem;
    text-align: justify;
}
ul#menu-highlight-menu{
    background-color: #907255;
}
.container-fluid {
    padding: 0;
}
.tab-content{
    background-color: #f0f0ef;
}
button.nav-link.active {
    background: white !important;
    color: black !important;
    border: 1px solid white !important;
    border-radius: 10px;
}
li.nav-item {
    padding: 10px 1px;
}
.carousel-item img {
    width: 100%;
    height: 100vh;
}
.slider-content {
    position: absolute;
    bottom: 0;
    color: white;
    z-index: 2;
    margin-bottom: 7rem;
    margin-left: 35%;
}
.slider-item-content {
    position: absolute;
    color: white;
    width: 100%;
    display: grid;
    place-items: center;
    top: 35%;
}
.carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Grey overlay (50% opacity) */
}
.tab-content img {
    width: 300px;
    height: 225px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}