.navbar.bg-transparent.custom-bg {
    background-color: transparent !important;
    padding-top: 1.5rem;
    color: white;
}

 a.custom {
    color: white;
}
.custom-link {
    color: white !important;
    border: 1px solid white !important;
    background: transparent !important;
}

.custom-link:hover {
    color: black !important;
    border: 1px solid white !important;
    background: white !important;
}

/* Style the video section */
.video-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.custom-controls {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 35px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* Custom button styles for icons */
.custom-button {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 30px;
    margin: 5px;
}
.custom-button:first-child {
    margin-right: 50px;
}

/* Style the video element */
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



  

@media (min-width: 601px) and (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }

    .navbar.bg-transparent.custom-bg {
        background-color: transparent !important;
        padding-top: 1.5rem;
    }

    .navbar-dark.bg-transparent .push-button > span, .sticky .navbar-dark.bg-transparent .push-button > span {
        background: white !important;
    }
   
    a.custom {
        color: white;
        font-size: 1rem;
    }

    .custom-link {
        color: white !important;
        border: 1px solid white !important;
        background: transparent !important;
        font-size: 1rem !important;
        margin-top: 15px;
    }
    
    .custom-link:hover {
        color: black !important;
        border: 1px solid white !important;
        background: white !important;
    }

    .custom-controls {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding-bottom: 110px;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 2;
        position: absolute;
        margin-bottom: 4rem;
    }

    .custom-button {
        background-color: transparent;
        border: none;
        color: white;
        cursor: pointer;
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .custom-button:hover {
        background-color: transparent;
        border: none;
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .custom-button:first-child {
        margin-right: 10px;
    }
    
    .mobile-hide {
        display: none;
        visibility: hidden;
    }

    #phone-call-area {
        margin-top: 10px;
    }
   
    .mobile-book-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        display: none; /* Initially hidden */
        background-color: #c71212;
        color: #fff;
        padding: 10px;
        display: block;
        z-index: 999;
    }

    .mobile-book-button:hover {
        background-color: #a4773c; 
        color: #000000; 
    }

    .mobile-book-button:active {
        background-color: #a4773c; 
        color: #000000; 
    }
}

@media (max-width: 600px) {
    body {
        padding-top: 0 !important;
    }
    .navbar.bg-transparent.custom-bg {
        background-color: transparent !important;
        padding-top: 1.5rem;
    }

    .navbar-dark.bg-transparent .push-button > span, .sticky .navbar-dark.bg-transparent .push-button > span {
        background: white !important;
    }
   
    a.custom {
        color: white;
        font-size: 1rem;
    }

    .custom-link {
        color: white !important;
        border: 1px solid white !important;
        background: transparent !important;
        font-size: 1rem !important;
        margin-top: 15px;
    }
    
    .custom-link:hover {
        color: black !important;
        border: 1px solid white !important;
        background: white !important;
    }

    .custom-controls {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 5px;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 2;
        position: absolute;
        margin-bottom: 11rem;
    }

    .custom-button {
        background-color: transparent;
        border: none;
        color: white;
        cursor: pointer;
        font-size: 30px;
        margin-bottom: 2rem;
        margin-left: 20px;
    }

    .custom-button:hover {
        background-color: transparent;
        border: none;
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .custom-button:first-child {
        margin-right: 10px;
    }
    
    .mobile-hide {
        display: none;
        visibility: hidden;
    }

    #phone-call-area {
        margin-top: 10px;
    }
   
    .mobile-book-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        display: none; /* Initially hidden */
        background-color: #c71212;
        color: #fff;
        padding: 10px;
        display: block;
        z-index: 999;
    }

    .mobile-book-button:hover {
        background-color: #a4773c; 
        color: #000000; 
    }

    .mobile-book-button:active {
        background-color: #a4773c; 
        color: #000000; 
    }
}

  