@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
    --bg-color: #28a745;
    /* Green background color */
    --text-color: #2e2e2e;
    /* White text color */
    --hover-bg-color: #d4edda;
    /* Light green for hover */
    --hover-text-color: #155724;
    /* Dark green text for hover */
    --disabled-color: #6c757d;
    /* Gray color for disabled links */
}

/* Admin Dashboard CSS */
:is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
    font-family: "Rubik";
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Rubik";
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}
.navbar-menu {
    width: var(--vz-vertical-menu-width);
    z-index: 1002;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    box-shadow: var(--vz-vertical-menu-box-shadow);
    padding: 0 0 95px;
    transition: all 0.1s ease-out;
}
.navbar-menu .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 15px;
    color: #000000;
    font-size: 15px;
    font-family: "Rubik";
}
.navbar-menu .navbar-nav .nav-link.active {
    color: #3aaa35;
}
.navbar-menu
    .navbar-nav
    .nav-link[data-bs-toggle="collapse"][aria-expanded="true"] {
    color: #000000;
}
.navbar-menu
    .navbar-nav
    .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(90deg);
    color: #000000;
}

.navbar-menu .navbar-nav .nav-link:hover {
    background-color: #3aaa35;
    color: #ffffff;
}
.navbar-menu .navbar-nav .nav-link:active {
    background-color: #3aaa35;
    color: #ffffff;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 0.55rem 1.5rem !important;
    color: #000000;
    white-space: none;
    position: relative;
    font-size: 15px;
    font-family: "Rubik";
}
.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
    color: #ffffff;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active {
    color: #3aaa35;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
    display: none;
}
.terms-text span {
    color: #3aaa35;
}
.step-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.step {
    width: 25px; /* Set equal width and height */
    height: 25px;
    display: flex; /* Use flexbox to center content */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    border: 1px solid #ccc;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 50%; /* Makes it a perfect circle */
    font-size: 14px; /* Adjust text size if needed */
    margin-left: 10px;
}

.step.active {
    background: #3aaa35;
    color: #fff;
    font-weight: bold;
}

.step-panel {
    display: none;
}

.step-panel.active {
    display: block;
}

.navbar {
    border: 1px solid #e0e0e0;
    /* Light gray border for a subtle look */
    /* Rounded corners for a modern design */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Soft shadow for depth */
    padding: 10px 20px;
    /* Padding inside the navbar */
    background-color: #ffffff;
    /* White background */
    transition: all 0.3s ease;
    /* Smooth transitions */
}

/* Optional: Add a hover effect for the navbar */
.navbar:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* Slightly stronger shadow on hover */
    /* transform: translateY(-2px); Subtle lift effect */
}

.navbar-nav {
    display: flex;
    gap: 15px;
    /* Add spacing between <li> elements */
}

.nav-item {
    position: relative;
}

.nav_link {
    font-family: "rubik";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    text-align: center;
    color: #2e2e2e;
    /* Default text color */
    text-decoration: none;
    padding: 16px 15px;
    border-radius: 5px;
    /* Rounded corners */
    transition: all 0.3s ease;
    /* Smooth transitions */
    text-align: start;
}

.nav_link:hover {
    background-color: #d4edda;
    /* Light green on hover */
    color: #155724;
    /* Dark green text on hover */
}

.nav_link.active {
    background-color: #28a745;
    /* Green background for active link */
    color: white;
    /* White text */
}

.nav_link.disabled {
    color: #6c757d;
    /* Gray color for disabled link */
    pointer-events: none;
    /* Disable interaction */
}

/* Dropdown menu styling */
.dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.dropdown-item {
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #28a745;
    /* Green background on hover */
    color: white;
    /* White text on hover */
}

.home-bg {
    background: url(../../assets/img/img44.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
    position: relative;
    height: 427px;
}
.rental-bg {
    background: url(../../assets/img/img44.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}


.faqs-bg {
    background: url(../../assets/img/img45.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}

.contact-bg {
    background: url(../../assets/img/img46.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}

.vannes-bg {
    background: url(../../assets/img/img4.jpg.png);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}
.terms-bg {
    background: url(../../assets/img/img4.jpg.png);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}
.policy-bg {
    background: url(../../assets/img/policybg.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}
.safety-bg {
    background: url(../../assets/img/safetybg.jpg);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-color: #f4f4f4;
    /* Fallback color if the image doesn't load */
}
.work-bg {
    background-color: #f2f2f2;
    /* Fallback color if the image doesn't load */
    padding: 80px 0px 50px 0px;
}

.section-title {
    font-family: "Rubik";
    font-size: 63px;
    font-weight: 900;
    line-height: 1.5;
    /* Adjusted for better readability */
    text-align: left;
    color: #ffffff;
    padding: 100px 40px 100px 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    /* Adds a soft shadow */
}
.section-title  {
    font-family: "Rubik";
    font-size: 63px;
    font-weight: 900;
    line-height: 1.5;
    /* Adjusted for better readability */
    text-align: center;
    color: #ffffff;
    padding: 100px 40px 0px 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    /* Adds a soft shadow */
}
.section-subtitle  {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    /* Adjusted for better readability */
    text-align: center;
    color: #ffffff;
    padding: 0px 40px 100px 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    /* Adds a soft shadow */
}

.sub-title {
    font-family: "Rubik";
    color: #2e2e2e;
    font-size: 31px;
    font-weight: 500;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.sub-title_service i{
    font-family: "Rubik";
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sub-title p {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 400;
    color: #77838f;
    line-height: 27.2px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.send-inquiry {
    background: url(../../assets/img/inquiry-bg.png);
    background-position: center;
    /* Center the image horizontally and vertically */
    background-size: cover;
    /* Ensure the entire image is visible */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
}

.pt-50 {
    padding: 50px 20px 20px 20px;
}

.small-quote {
    font-family: "Rubik";
    padding: 20px 10px 20px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.7px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.freq-questions li {
    margin: 20px 0px 20px 0px;
    list-style-type: none;
}

.contact h5 {
    font-family: "Rubik";
    font-size: 31px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.contact p {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 400;
    margin: 20px 20px 20px 0px;
    line-height: 27.2px;
    color: var(--text-color);
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-rider {
    background-color: #3aaa35;
    /* Primary background color */
    color: #ffffff;
    /* Text color */
    border: 2px solid #3aaa35;
    /* Matching border color */
    border-radius: 5px;
    /* Rounded corners */
    padding: 8px 15px;
    font-family: "Rubik";
    font-weight: 500;
    /* Enhance text visibility */
    font-size: 16px;
    /* Slightly larger text */
    line-height: 24px;
    transition: all 0.3s ease;
    /* Smooth hover effect */
    cursor: pointer;
    /* Pointer cursor for interactivity */
}

/* Hover effect */
.btn-rider:hover {
    background-color: #2e8b2d;
    /* Darker green for hover */
    color: #ffffff;
    /* Keep text color white */
    border-color: #2e8b2d;
    /* Match border with hover background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow on hover */
    transform: translateY(-2px);
    /* Lift effect */
}

/* Optional focus/active effect */
.btn-rider:active {
    background-color: #267025;
    /* Even darker green */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Less intense shadow */
    transform: translateY(0);
    /* Reset lift */
}

.operator {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0px 10px 0px;
    line-height: 27.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.vannes h5 {
    font-family: "Rubik";
    font-size: 23px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-back_map {
    background-color: #2e2e2e;
    /* Primary background color */
    color: #ffffff;
    /* Text color */
    border: 2px solid #2e2e2e;
    /* Matching border color */
    border-radius: 5px;
    /* Rounded corners */
    padding: 8px 15px;
    font-family: "Rubik";
    font-weight: 500;
    /* Enhance text visibility */
    font-size: 16px;
    /* Slightly larger text */
    line-height: 24px;
    transition: all 0.3s ease;
    /* Smooth hover effect */
    cursor: pointer;
    /* Pointer cursor for interactivity */
}
.btn-back_map:hover {
    background-color: #444343;
    /* Darker green for hover */
    color: #ffffff;
    /* Keep text color white */
    border-color: #2e2e2e;
    /* Match border with hover background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow on hover */
    transform: translateY(-2px);
    /* Lift effect */
}

.location span {
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text-color);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* CSS */
.hrline {
    border: none;
    border-top: 1px solid #e7eaf3;
    /* Adjust thickness and color as needed */
    margin: 20px 0;
    /* Add space above and below the line */
}

.instructions span {
    font-family: "Rubik";
    font-size: 13px;
    font-weight: 400;
    line-height: 19.2px;
    color: var(--text-color);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.form-radio {
    display: flex;
    /* flex-direction: row-reverse;
    justify-content: flex-end; */
}
.form-check-input:checked {
    background-color: #00bd3d;
    border-color: #00bd3d;
}

.admin-r-m{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 60px;
    margin-left:60px;
    height: 91vh;
}

/* Base styling */
.instructions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    gap: 1rem;
    /* Adds spacing between items */
    padding: 1rem;
}

.instructions {
    text-align: start;
    flex: 1 1 30%;
    /* Makes each item take up at least 30% of the container */
}

.instructions img {
    max-width: 100%;
    height: auto;
}

.con-loc h5 {
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.user_details li {
    margin: 20px 0px 20px 0px;
    list-style-type: none;
}

.sub-rental h5 {
    font-family: "Rubik";
    font-size: 26px;
    font-weight: 500;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sub-rental h6 {
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    color: #3aaa35;
    line-height: 31.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.local-tips h5 {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 700;
    line-height: 27.2px;
    color: var(--text-color);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.local_tip li {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 400;
    color: #77838f;
    line-height: 27.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-bg {
    background-color: #2e2e2e;
    padding: 60px 15px 60px 15px;
}

.rights-reserved {
    font-family: "Rubik";
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.foot-txt-title {
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    color: #3aaa35;
    line-height: 24px;
    text-align: left;
    position: relative;
}

.foot-txt-title::after {
    content: "";
    display: block;
    width: 50%;
    /* Adjust width of the underline */
    height: 3px;
    /* Thickness of the underline */
    background-color: #ffffff;
    /* Use a color that matches your theme */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    /* Space between text and underline */
    transition: width 0.3s ease-in-out;
    /* Adds a smooth animation */
}

.foot-txt-title:hover::after {
    width: 100%;
    /* Expands the underline on hover */
}

.foot-txt-1 a {
    font-family: "Rubik";
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.foot-txt-1 a:hover {
    color: #3aaa35;
    /* Gold: A vibrant contrast to white */
}
.safety-tips {
    margin: 25px 0px 0px 0px;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: justify;
}
.width-50 {
    width: 80%;
}

/* Responsive breakpoints */
@media (max-width: 992px) {
    .instructions-container {
        justify-content: center;
    }

    .instructions {
        flex: 1 1 45%;
        /* Items take 45% of the container on medium screens */
    }
}

@media (max-width: 768px) {
    .instructions {
        flex: 1 1 100%;
        /* Items stack vertically on small screens */
    }
}
.required {
    color: red;
}
.kayak-image{
    display: flex;
    flex-wrap:wrap;
    gap:10px;
}
.btn-width{
    width: 100px;
}
.password-eye{
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.upload-image-cross-btn{
    width: 18px;
    height: 19px;
    padding: 0px 0px 5px !important;
    top: 10px;
    right: 7px;
}
.password-eye-register{
    position: absolute;
    top: 25px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media screen and (min-width:320px) and (max-width:575px) {
    .input-group-mobile{
        flex-direction: column;
        gap:5px;
    }
     .input-file{
        display: block;
        width:100% !important;
    }

    .admin-r-m {

        margin-right: 2px;
        margin-left: 2px;

    }
    .btn-rider {
        padding: 4px 0px;
        font-size: 15px;

    }
    .btn-back_map {

        font-size: 15px;
        padding: 4px 0px;
    }
    .navbar-brand-box {
        display: block;
    }
    .logo-light {
         display: block;
    }
    .section-title {
        font-family: "Rubik";
        font-size: 29px;
        font-weight: 900;
        line-height: 1.5;
        text-align: center;
        color: #ffffff;
        padding: 100px 40px 0px 40px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }
    .timeslotmodal{
        flex-direction: column;
    }
    .map-container {
        height: 297px !important;
    }
    .main_cls_fr .section-title {
        font-size: 22px;
        margin-top: 15px;
    }
    .main_cls_fr .section-subtitle {
        font-size: 15px;
    }
    .main_cls_en .section-title{
        font-size: 26px;
    }
    .main_cls_en .section-subtitle{
        font-size: 15px;
    }

}
@media screen and (min-width: 576px) and (max-width:767px){
    .section-title {
        font-size: 34px;
    }
    .container.dynamic-content {
        width: 60%;
    }
}
@media screen and (min-width: 768px) and (max-width:1023px){
    .section-title {
        font-size: 42px;
    }
    .container.dynamic-content {
        width: 60%;
    }

}
@media screen and (min-width: 1024px) and (max-width:1199px){
    .main_cls_fr .section-title {
        font-size: 50px;
        margin-top: 15px;
    }
    .main_cls_fr .nav_link{
        font-size: 16px;
    }
    .container.dynamic-content {
        width: 60%;
    }
}
@media screen and (min-width:1200px) and (max-width:1440px){
    .main_cls_fr .section-title {
        font-size: 56px;
    }
    .container.dynamic-content {
        width: 60%;
    }
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .container.dynamic-content {
        width: 60%;
    }
}
@media screen and (min-width:1601px) and (max-width:1919px){}
@media screen and (min-width:1920px) and (max-width:2300px){}
@media screen and (min-width:2301px) and (max-width:2560px){}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
    content: "\f0142";
    font-family: "Material Design Icons";
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-size: 1.05rem;
    position: absolute;
    right: 18px;
    color: inherit;
}
.banner-profile-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}






.info-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.info-section .icon {
    font-size: 40px;
    color: #28a745;
}


.rental-section {
    padding: 50px 0;
    text-align: center;
}
.rental-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.rental-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.about-section {
    background-color: #f8f9fa;
}
.underline {
    width: 80px;
    height: 4px;
    background-color: #28a745;
}


.gallery img {
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
}
.cta-section {
    background: url('../../assets/img/Rectangle 3323.png') no-repeat center center/cover;
    text-align: center;
    color: white;
    padding: 100px 20px;
    position: relative;
}
.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
}
.cta-content {
    position: relative;
    z-index: 1;
}
.cta-content h2 {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.btn-custom {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.btn-custom:hover {
    background-color: #218838;
}

.getintouch {
    background: url(../../assets/img/inquiry-bg.png) no-repeat center center/cover;
    padding: 50px 0;
    text-align: center;
}
.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.btn-submit {
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.btn-submit:hover {
    background-color: #333;
}

.cust h5 {
    min-height: 44px;
    text-align: left;
}



 /* Map Section */
 /* .map-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
    z-index: 2;
} */
.mapcontent{
    position: absolute;
    left: 0px;
    height: 314px;
    width: 100%;
}
/* .infosub-container{
    margin-top: 460px;
} */
.text-left{
    text-align: left;
}







.modal-content {
    max-width: 800px;
    margin: auto;
}
.equipment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}
.equipment-info {
    display: flex;
    align-items: center;
}
.equipment-info img {
    width: 90px;
    height: 106px;
    margin-right: 10px;
}
.quantity-controls {
    display: flex;
    align-items: center;
}
.summary {
    border-left: 2px solid #ddd;
    padding-left: 20px;
}
.green{
    color: #28a745;
}
.greennew{
    color: #28a745;
    margin-bottom: 0px;
}


.time-slot {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.available {
    background-color: #d4edda;
    color: #155724;
}
.not-available {
    background-color: #f8d7da;
    color: #721c24;
    cursor: not-allowed;
}
.selected {
    background-color: #28a745 !important;
    color: #fff !important;
}
/* .modal-body {
    display: flex;
} */
.timeslot-container {
    flex: 2;
}
.summary-container {
    flex: 1;
    padding-left: 20px;
    border-left: 2px solid #ddd;
}
.light{
    background: #82d47d;
    border-radius: 14px;
    padding: 5px;
}



.modal-content {
    border-radius: 10px;
}
.summary-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}
.total-box {
    font-size: 1.5rem;
    font-weight: bold;
    color: #28a745;
}
.payment-section {
    padding: 15px;
}
.discount-note {
    background: yellow;
    padding: 10px;
    font-size: 0.9rem;
    border-radius: 5px;
}
.btn-primary {
    background-color: #28a745;
    border: none;
    margin: 1px;
}
.btn-danger {
    margin: 1px;
}
.center{
    align-items: center;
}
/* .search-container {
    width: 60%;
    position: relative;
}
.search-input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 16px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
} */
.navbar-menu .nav-item + .nav-item {
    margin-left: 0px !important;
}
.switch-height input#status_roleSP{
    height: 24px;
    width: 44px;

}
.drop_adjust{
    background-position: right .6rem center !important;
}


.main_cls_fr{

}

.nav-view {
        justify-content: space-around !important; 
}
.nav .nav-item .nav-link-tab {
    /* display: flex;
    align-items: center;
    padding: 10px 15px 10px 15px;
    color: #000000;
    font-size: 15px;
    font-family: "Rubik"; */
    font-size: 15px;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    transition: background-color 0.2s;
    background-color: var(--vz-nav-tabs-link-active-bg);
    border-color: var(--vz-nav-tabs-link-active-border-color);
    border-radius: 5px;
}
.nav .nav-item .nav-link-tab.active {
      color: #3aaa35;
}
.booking-tbl thead tr th{
    font-size: 13px;
    font-weight: bold;
}
.booking-tbl tbody tr{
    font-size: 13px;
}

