      /* Custom Styles */
      body {
        font-family: 'Nunito Sans', sans-serif;
        overflow-x: hidden;
        /* Hide horizontal scrollbar */
      }

      .home-Slide {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* Maintain aspect ratio and fit within the container */
      }


      .topCall a {
        font-weight: bold;
        color: #007bff;
        /* Styled contact number */
      }

      /* Header Styles */
      .header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        /* Add padding for better mobile view */
      }

      /* Navbar Toggler */
      .navbar-toggler {
        border: none;
        background: none;
        font-size: 1.5rem;
        color: #333;
      }

      .navbar-toggler .fas {
        font-size: 1.8rem;
      }

      /* Slide-In Menu */
      .menu-slide-down {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fafafa;
        padding: 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        transition: top 0.5s ease;
        height: 86%;
      }

      .menu-slide-down.show {
        top: 5%;
      }

      .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
        transition: color 0.3s ease;
      }

      .close-menu:hover {
        color: #570053a6;
      }

      .menu-list {
        list-style-type: none;
        padding: 0;
        margin-top: 13px;

      }

      .menu-item {
        margin: 2px -13px;
      }

      .menu-item a {
        font-size: 1.4rem;
        color: #333;
        text-decoration: none;
        display: block;
        padding: 1rem;
        border-radius: 5px;
        transition: background-color 0.3s ease, color 0.3s ease;
      }

      .menu-item a:hover {
        background-color: #570053a6;
        color: #fff;
      }

      /* Submenu */
      .submenu .submenu-list {
        margin-top: 0.5rem;
        margin-left: 1rem;
        display: none;
      }

      .submenu:hover .submenu-list {
        display: block;
      }

      .submenu .submenu-list a {
        font-size: 1.2rem;
        padding: 0.5rem 0;
        color: #555;
        transition: color 0.3s ease;
      }

      .submenu .submenu-list a:hover {
        color: #570053a6;
      }

      /* Menu Footer */
      .menu-footer {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        text-align: center;
      }

      .menu-btn {
        display: inline-block;
        padding: 0.75rem 2rem;
        background-color: #570053a6;
        color: #fff;
        font-size: 1.2rem;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s ease;
      }

      .menu-btn:hover {
        background-color: #570053a6;
      }




      .mobile-site-logo img {
        max-width: 187px;
        width: 100px;
        height: 64px;
      }

      .brand-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        flex: 1;
      }

      .topCall a {
        font-weight: bold;
        color: #570053a6;
      }

      /* Mobile menu hidden by default */
      .navbar-collapse {
        position: fixed;
        top: 39px;
        right: -95%;
        width: 67%;
        /* height: 100%; */
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        transition: right 0.4s ease;
        padding: 43px 0px 71px;
      }

      .navbar-collapse.show {
        right: 0;
      }

      .navbar-nav .nav-link {
        padding: 15px;
        font-size: 1.2rem;
        display: block;
        color: #333;
        text-align: center;
      }

      .nav-link:hover {
        background-color: #f8f9fa;
        text-decoration: none;
      }

      .close-menu {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
      }

      /* Responsive Adjustments */
      @media (max-width: 767px) {


        .brand-title {
          font-size: 1rem;
        }
      }


      /* Adjustments for larger screens */
      @media (min-width: 768px) {
        .mobile-site-logo img {
          max-width: 100px;
        }

        .brand-title {
          font-size: 1.2rem;
        }

        .custom-font {
          font-size: 1rem;
        }

        .custom-font .line1,
        .custom-font .line2 {
          font-size: 1rem;
          font-family: 'Montserrat', sans-serif;
        }

        .topCall a {
          font-size: 1.1rem;
        }


        .footerhome {
          padding: 0px;
          text-align: center;
          background: #372032;
          height: 47px;

        }


        .custom-font-mobile {
          margin-left: 497px;
          margin-top: 11px;
        }
      }






      .subTitle {
        font-size: 20pt;
      }


      p {
        line-height: 22px;
        padding: 5px 0;
      }



      .over-view-img li {
        float: left;
        display: inline-block;
        width: calc(25% - 0px);
        padding: 2px;
      }


      .subpage {
        padding: 30px 0;
      }


      .bannerWrapp {
        padding-top: 0;
      }

      .bannerWrapp {
        padding-top: 160px;
        position: relative;
      }

      .breadCrumb {
        float: right;
        padding: 20px 0;
      }

      .clear {
        clear: both;
        float: none;
      }


      .subpage-parall-wrapp {
        position: relative;
      }

      .subpage-parall-wrapp,
      .halls-btmwrap,
      .halls-toplink {
        display: none;
      }

      /* Remove header and border */
      .modal-content {
        border: none;

        border-radius: 0;
      }

      /* Center the modal vertically and horizontally */
      .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100% - 1rem);
        /* Adjust this value if needed */
      }

      /* Remove padding around the carousel and center the content */
      .modal-body {
        padding: 0;

      }

      /* Style for carousel images */
      .carousel-inner img {
        width: 100%;
        height: auto;
      }

      /* Style for carousel controls */
      .carousel-control-prev,
      .carousel-control-next {
        width: 5%;
      }

      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.5);
        /* Dark background for icons */
      }

      /* Add padding to reduce the size of the carousel */
      .carousel-item img {
        max-height: 80vh;
        /* Adjust this value to fit your needs */
        object-fit: contain;
        /* Maintain aspect ratio */
      }

      .modal {
        z-index: 1050;
        /* Bootstrap default z-index for modals */
      }



      .subHead {
        position: relative;
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
      }

      /* Style for the ribbon tag */
      .ribbon-tag {
        position: absolute;
        left: -1%;
        top: 49%;
        transform: translateY(-44%);
        font-size: 17px;
        color: #f00;
        font-weight: bold;
      }

      .subTitle {
        font-size: 20pt;
        padding: 10px 0;
        text-transform: uppercase;
        position: relative;
        padding-left: 15px;
        padding-bottom: 15px;
        float: left;
      }


      .subTitle:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 21px;
        background-color: #9f028a;
        bottom: 21px;
        left: 0;
      }


      .bannerWrapp {
        position: relative;
        overflow: hidden;
      }

      .banner-sub-desk img {
        width: 100%;
        height: auto;
        object-fit: cover;
        animation: fadeIn 2s ease-in-out;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
        }

        to {
          opacity: 1;
        }
      }

      .facilities-section {
        padding: 50px 0;
        background-color: #f9f9f9;
      }

      .section-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
        color: #333;
      }

      .facility-card {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: all 0.3s ease-in-out;
      }

      .facility-card:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
      }

      .facility-slider img {
        width: 100%;
        height: auto;
        display: block;
      }

      .facility-title {
        font-size: 1.75rem;
        margin: 15px 0;
        color: #333;
      }

      .facility-description {
        color: #666;
        line-height: 1.6;
      }

      @media (max-width: 768px) {
        .section-title {
          font-size: 2rem;
        }

        .facility-title {
          font-size: 1.5rem;
        }
      }


      /* Facilities Section */
      .facilities-section {
        background-color: #f8f9fa;
        padding: 40px 0;
      }

      .section-title {
        font-size: 2rem;
        font-weight: 600;
        color: #333;
      }

      .event-item {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .event-item:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
      }

      .event-icon {
        max-width: 80px;
        margin-bottom: 15px;
      }

      .event-title {
        font-size: 1.2rem;
        font-weight: 500;
        color: #333;
      }

      /* Modal Styles */
      .modal-content {
        border-radius: 8px;
        overflow: hidden;
      }

      .modal-header {
        background-color: #6c63ff;
        color: #fff;
      }

      .modal-title {
        font-weight: 600;
      }

      .modal-body {
        font-size: 1rem;
        color: #333;
      }

      .btn-close {
        filter: invert(1);
      }


      .btn-primary {
        background-color: #b658ce !important;
        border: none;
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
      }

      .btn-primary:hover {
        background-color: #b658ce;
      }


      /* Facilities Section */
      .facilities-section {
        background-color: #f1f1f1;
      }

      .facilities-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
      }

      .facilities-list li {
        flex: 1 1 calc(33.333% - 1rem);
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 1rem;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }

      .facilities-list figure {
        margin: 0;
      }

      .facilities-list img {
        max-width: 60px;
        height: auto;
      }

      .facilities-list span {
        display: block;
        margin-top: 0.5rem;
        font-size: 1rem;
        color: #333;
      }

      /* Parallax Section */
      .subpage-parall-wrapp {
        background: url('images/parall-bg.png') no-repeat center center;
        background-size: cover;
        padding: 3rem 0;
        text-align: center;
      }

      .sub-wid-parall img {
        max-width: 100%;
        height: auto;
      }





      .facil-wrap li,
      .amen-wrap li,
      .serv-wrap li {
        display: inline-block;
        vertical-align: top;
        width: calc(19% - 0px);
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #d3d1d1;
        border-radius: 10px;
        margin: 4px;
      }


      .facil-wrap li,
      .serv-wrap li {
        width: calc(23% - 0px);
      }








      .bg-purple {
        background-color: #3A2442;
        /* Purple color */
      }

      .text-white {
        color: #ae8a56;
      }

      .bg-dark {
        background-color: #343a40;
        /* Dark background for the copyright section */
      }

      .text-decoration-underline {
        text-decoration: underline;
      }

      .text-uppercase {
        text-transform: uppercase;
      }

      .fw-bold {
        font-weight: 700;
      }

      .mb-4 {
        margin-bottom: 1.5rem;
      }

      .mb-2 {
        margin-bottom: 0.5rem;
      }

      .me-2 {
        margin-right: 0.5rem;
      }

      .me-3 {
        margin-right: 1rem;
      }

      .p-4 {
        padding: 1.5rem;
      }

      .btn-floating {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
      }

      .subText {

        text-align: justify;
        /* Align text both left and right */
      }


   /* General Section Styling */
.venue-chart-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Simple Card Styling */
.simple-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

/* Hover effect for card */
.simple-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Title Styling */
.venue-chart-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

/* Table Styling */
.venue-chart-table {
  width: 100%;
  border-collapse: collapse;
}

.venue-chart-table th,
.venue-chart-table td {
  padding: 10px;
  font-size: 0.875rem;
  color: #555;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.venue-chart-table th {
  background-color: #f0f0f0;
  font-weight: 600;
}

.venue-chart-table tbody tr:last-child td {
  border-bottom: none;
}

.venue-chart-table tbody tr:hover {
  background-color: #f9f9f9;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .venue-chart-title {
      font-size: 1.125rem;
  }

  .venue-chart-table th,
  .venue-chart-table td {
      font-size: 0.75rem;
      padding: 8px;
  }
}
