:root {
    --bs-primary-rgb: 0, 174, 237;
    --secondary: #6b7280;
    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --info: #3b82f6;
    --light: #f3f4f6;
    --dark: #111827;
    --white: #ffffff;
    --black: #000000;
}
body {
    background: #fff;
    min-height: 100vh;
    font-family: system-ui, sans-serif;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Mega Menu Start */
.navbar.custom-nav {
    background: linear-gradient(to bottom, #3a3a3a, #2c2c2c);
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #1d1d1d;
    min-height: 60px;
}

.navbar.custom-nav .nav-link {
    color: #f0f0f0 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0 22px !important;
    text-transform: uppercase;
    line-height: 60px;
    position: relative;
}


.navbar.custom-nav .nav-link:hover {
    background-color: #00000033;
}

.navbar.custom-nav .right-nav .nav-link {
    border-right: none !important;
    padding: 0 18px !important;
}


.navbar.custom-nav .navbar-toggler {
    margin-left: auto;
    background-color: transparent !important;
    color: #fff;
    border: none;
    width: 100%;
    text-align: end;
    justify-content: space-between;
    align-items: center;
}
.navbar.custom-nav .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}
@media (max-width: 991px) {
    .navbar.custom-nav .nav-link {
        padding: 10px 18px !important;
        line-height: normal;
    }
    .navbar.custom-nav .right-nav .nav-link {
        padding: 10px 18px !important;
        line-height: normal;
    }
    .navbar.custom-nav .navbar-toggler {
        display: flex;
    }
}
.navbar.custom-nav .navbar-toggler :focus {
    outline: none !important;
    box-shadow: none;
}
.navbar.custom-nav .navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.custom-nav .right-nav{
    margin-left: auto;
}

.dropdown-menu.megamenu {
    border-radius: 2px;
    padding: 20px 25px;
    margin-top: 0;

    border-color: #e0e0e0;
    color: #888888;
    text-shadow: 0px 1px 1px #ffffff;
    -webkit-box-shadow: 1px 1px 1px #dddddd;
    -moz-box-shadow: 1px 1px 1px #dddddd;
    box-shadow: 1px 1px 1px #dddddd;
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
    background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
}

.megamenu .col-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: none;
}

.megamenu a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.megamenu a:hover {
    color: #000;
    text-decoration: underline;
}
.megamenu .col-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.megamenu .col-group .the-col {
    min-width: 150px;
}
.navbar-expand-lg .navbar-collapse {
    flex-wrap: wrap;
}
/* Mega Menu End */
.carousel-indicators {
    margin-top: 5px;
}
.carousel-indicators [data-bs-target] {
    font-size: 0;
    background-color: #000;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    margin: 10px 10px 0px 5px;
}
footer li {
    margin: 0 15px;
}
.footer-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}