body{
    font-family: "Noto Sans", sans-serif;
    }
    /* Booking Contact Form  */
    .booking-form-section  h2
    {
    font-size: 42px;
    font-weight: 700;
    color: #0f1e36;
    margin-bottom: 3rem;
    }
    .booking-form-section
    {
    padding: 4rem 0rem;
    }      
    /* Testimonial Section */
    .testimonial-section {
    background-image: url('../img/pattern_bg.png');
    background-position: center;
    background-repeat: repeat;
    background-color: #17263f;
    background-size: 60px auto;
    background-attachment: fixed;
    color: #fff;
    padding: 4rem 0rem;
    text-align: center;
    }
    .testimonial-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3rem;
    }
    .testimonial-card {
    background: #0f1e36;
    border-radius: 15px;
    padding: 2rem;
    color: #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin: 1rem;
    }
    .testimonial-card p
    {
    color: #fff !important;
    }
    .testimonial-author {
    margin-top: 1rem;
    font-weight: bold;
    color: #ffcc00;
    }
    .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #888;
    }
    .carousel-indicators .active {
    background-color: #ffcc00;
    }
    /* Services Section */
    .services-section {
    background: #fff;
    padding: 4rem 0rem;
    text-align: center;
    }
    .services-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f1e36;
    margin-bottom: 3rem;
    }
    .service-card {
    border: none;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    height: 100%;
    }
    .service-card:hover {
    transform: translateY(-10px);
    }
    .service-icon {
    font-size: 2.5rem;
    color: #6610f2;
    margin-bottom: 1rem;
    }
    /* content  */
    .about-section {
    background: #fff;
    padding: 4rem 0rem;
    text-align: center;
    }
    .content-box h1 {
    font-size: 42px;
    font-weight: 700;
    color: #ffc107;
    text-align: left;
    margin-bottom: 1.5rem;
    }
    .content-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f1e36;
    margin-bottom: 1.5rem;
    text-align: left;
    }
    .content-box p {
    font-size: 1.25rem;
    color: #0f1e36;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: left;
    }
    .content-box .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 50px;
    }
    .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    }
    .carousel-indicators {
    position: static;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    }
    .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    }
    .carousel-indicators .active {
    background-color: #0f1e36;
    }
    /* Top Header */
    .top-header {
    background: #0f1e36;
    padding: 10px 0;
    color: #fff;
    }
    .top-header a, .top-header span {
    color: #ccc;
    font-size: 0.875rem;
    }
    .top-header a:hover {
    color: #fff;
    }
    .top-head-flex
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    @media (max-width: 767.98px) {
        .top-head-flex
        {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        }
    /* Navbar */

    .navbar {
    background-color: #17263f;
    padding: 20px 0;
    }
    .navbar .nav-link {
    color: #f8f9fa;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    }
    .navbar .nav-link:hover {
    color: #ffc107;
    }
    .navbar .nav-link.active {
    color: #ffc107;
    }
    /* Banner */
    .carousel-item {
    position: relative;
    }
    .carousel-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    }
    .carousel-caption {
    z-index: 2;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeInUp 1s ease-in-out;
    backdrop-filter: blur(6px);
    }
    .carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    }
    .carousel-caption p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    }
    @keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translate(-50%, -60%);
    }
    to {
    opacity: 1;
    transform: translate(-50%, -50%);
    }
    }
    @media (max-width: 767.98px) {
        .navbar {
            background-color: #17263f;
            padding: 10px 0;
            }
        }
    /* Catering Menu Tabs Section */
    .catering-bg {
    background-image: url('../img/pattern_bg.png');
    background-position: center;
    background-repeat: repeat;
    background-color: #17263f;
    background-size: 60px auto;
    background-attachment: fixed;
    padding: 4rem 0rem;
    }
    .catering-bg h2
    {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3rem;
    }
    .catering-tabs .nav-link {
    color: #fff;
    border: none;
    margin: 0 5px;
    background-color: #0f1e36;
    transition: all 0.4s ease;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    }
    .catering-tabs .nav-link.active {
    background-color: #ffc107;
    color: #0f1e36;
    transform: scale(1.05);
    }
    .catering-tabs .nav-link:hover {
    background-color: #ffc107;
    color: #0f1e36;
    }
    .tab-content.tab-body-style {
    background-color: #0f1e36;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
    .tab-content h4 {
    color: #ffc107;
    margin-bottom: 15px;
    }
    .tab-content ul {
    padding-left: 0;
    font-size: 1.1rem;
    }
    .tab-content ul li {
    margin-bottom: 10px;
    padding-left: 1rem;
    position: relative;
    }
    .tab-content ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #ffc107;
    }
    @media (max-width: 767.98px) {
    .catering-tabs .nav-link {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    }
    .tab-content .row {
    flex-direction: column;
    }
    }
    /* Footer Section */
    .footer-section .footer-top {
    background-image: url('../img/pattern_bg.png');
    background-position: center;
    background-repeat: repeat;
    background-color: #17263f;
    background-size: 60px auto;
    background-attachment: fixed;
    padding-top:80px;
    padding-bottom: 50px;
    }
    .footer-section .footer-bottom {
    background-color:#0f1e36;
    }
    .footer-section h5{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffb63b;
    }
    /*  gallery Section */
    .gallery-section
    {
    background-color: #F6F0EA;
    background-image: url(../img/bg_footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    }
    #lightgallery a img {
    transition: transform 0.3s ease;
    cursor: zoom-in;
    }
    #lightgallery a:hover img {
    transform: scale(1.05);
    }
    .gallery-section  h2
    {
    font-size: 42px;
    font-weight: 700;
    color: #0f1e36;
    margin-bottom: 3rem;
    }
    .gallery-section
    {
    padding: 4rem 0rem;
    }