
    .booking-section-1 {
        background-color: #03085b;
        position: absolute;
        bottom: 0;
        /* padding: 2px 88px; */
        width: 100%;
        display: inline-block;
        position: relative;
        margin-bottom: -7px;
    }

    .booking-section-1::before {
        background-color: #03085b;
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: skewX(136deg);
        transform-origin: right top 0;
        width: 38.2291%;
    }

    


    .dropbtn {
        /* background-color: #4CAF50; */
        color: white;
        padding: 16px;
        font-size: 15px;
        border: none;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #03085b;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 999;
        font-size: 13px;
        font-weight: 500;
    }

    .dropdown-content a {
        color: #fff;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #ea6645;
        color: #fff;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* .dropdown:hover .dropbtn {
        /* background-color: ; 
    }*/

    .secondary-Link a {
        padding: 4px 10px;
        float: right;
        color: #fff;
        cursor: pointer;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 12px;
    }

    .secondary-Link a:hover {
        color: #ea6645;
        text-decoration: underline;
    }




    .navbar-dark .navbar-nav .nav-link {
        color: #fcfafa;
        padding: 9px 16px;
        text-transform: capitalize !important;

        /*  <!--- z-index: 999 !important;--->*/
    }

    .dropdown {
        text-transform: capitalize !important;
    }

    .logo-main {
        position: absolute;
        z-index: 999;
        width: 140px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: -47px;
        left: 15%;
        z-index: 10;
        padding-bottom: 200px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    }

    .h3-responsive {
        z-index: 7;
        white-space: nowrap;
        font-size: 40px;
        line-height: 16 px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: Open Sans;
        visibility: inherit;
        transition: none 0s ease 0s;
        text-align: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
        transform-origin: 50% 50% 0px;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }



    @media only screen and (max-width: 600px) {
        /* .navbar-dark .navbar-nav .nav-link {
        margin-top: 45px;
    } */
    }

    @media (max-width: 544px) {
        .navbar .navbar-toggleable-xs .nav-item {
            margin-left: 100px;
        }

        .logo-main {
            position: absolute;
            z-index: 999;
            width: 100px;
        }

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: -160px;
            left: 15%;
            z-index: 10;
            padding-bottom: 200px;
            color: #fff;
            text-align: center;
            text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        }

        .h3-responsive {
            z-index: 7;
            white-space: nowrap;
            font-size: 17px;
            line-height: 7px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            letter-spacing: 0px;
            font-family: Open Sans;
            visibility: inherit;
            transition: none 0s ease 0s;
            text-align: inherit;
            border-width: 0px;
            margin: 0px;
            padding: 0px;
            min-height: 0px;
            min-width: 0px;
            max-height: none;
            max-width: none;
            opacity: 1;
            transform-origin: 50% 50% 0px;
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }




    .marquee-container {
        display: flex;
        align-items: center;
        background-color: #f8f9fa;
        border: 1px solid #ccc;
        overflow: hidden;
        white-space: nowrap;
        padding: 10px;
    }

    .marquee-highlight {
        color: #fff;
        background-color: #28a745;
        font-weight: bold;
        padding: 5px 10px;
        margin-right: 15px;
        display: inline-block;
    }

    .marquee-highlight-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #28a745;
        color: #fff;
        font-weight: bold;
        padding: 5px;
    }

    .marquee-content {
        display: inline-block;
        animation: marquee 20s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }




    /* Sidebar styles */
    .sidebar {
        position: fixed;
        top: 0;
        right: -250px;
        /* Initially hidden off-screen */
        width: 250px;
        height: 100%;
        background-color: #03085b;
        box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease;
        z-index: 9999;
        padding-top: 60px;
    }

    /* Open sidebar */
    .sidebar.open {
        right: 0;
    }

    /* Sidebar links */
    .sidebar a {
        color: white;
        padding: 15px 25px;
        text-decoration: none;
        font-size: 18px;
        display: block;
        transition: background-color 0.3s ease;
    }

    .sidebar a:hover {
        background-color: #575757;
    }

    /* Close button for the sidebar */
    .sidebar .close-btn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }

    /* Navbar styling */
    .navbar-nav {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        padding: 15px 15px 40px;
    }

    .navbar-toggler {
        background: #012951;
    }

    .nav-link {
        color: white;
        text-decoration: none;
    }

    /*.nav-item:hover .nav-link {
        /* background-color: ; 
    }*/

    /* Dropdown menu toggle for mobile */
    .dropdown-content {
        display: none;
        background-color: #03085b;
        padding-left: 20px;
    }

    .dropdown.open .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        color: white;
        padding: 10px 15px;
        text-decoration: none;
    }

    .dropdown-content a:hover {
        background-color: #ea6645;
    }

    /* Sidebar visibility on mobile */
    @media screen and (max-width: 767px) {
        .sidebar {
            right: -250px;
        }

        /* Sidebar open state */
        .sidebar.open {
            right: 0;
        }
    }

    @media screen and (min-width: 768px) {

        /* Hide sidebar on desktop */
        .sidebar {
            display: none;
        }
    }






    /* sidenav css code  */

    
    #mySidenav a {
      position: fixed;
      right: -40px;
      transition: 0.3s;
      padding: 15px;
      width: 150px;
      text-decoration: none;
      font-size: 20px;
      color: white;
      border-radius: 5px 0 0 5px;
      z-index: 999;

    }

    #mySidenav a:hover {
      right: 0;
    }

    #about {
      top: 120px;
      background-color: #2196F3;
      margin-bottom: 5px;
    }

    #aps {
      top: 300px;
      background-color: violet;
      margin-bottom: 5px;
    }


    #blog {
      top: 180px;

      background-color: #04AA6D;
      margin-bottom: 5px;
    }

    #projects {
      top: 240px;
      background-color: #f44336;
      margin-bottom: 5px;
    }

    #contact {
      top: 300px;
      background-color: #555;
      margin-bottom: 5px;
    }

    .Whatsapp_btn {
      position: fixed;
      bottom: 0px;
      left: 20px;
      width: 100px;
      height: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .Phone_btn {
      position: fixed;
      bottom: 0px;
      right: 20px;
      width: 100px;
      height: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }
  