@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --primary-color: #39004D;
    --white-color: #FFFFFF;
    --primary-text: #212529;
    --sec-text: #6C757D;

}

h1,
h2,
h3,
h4,
h6 {
    font-weight: 600;
}
.accouts-drop .accouts:hover{

    color:white;
}

a {
    text-decoration: none ;
}
a .navlink {
    font-size:16px;

}


body {
    background: #f5fbff;
    font-family: "Inter", sans-serif;
}

.text-justify {
    text-align: justify;
}

.benefits_content {
    border: 1px solid #0D6EFD;
    padding: 15px;
    border-radius: 9px;
}

.benefits_content p {
    color: var(--sec-text);
}

.benefits_content h6 {

    color: var(--primary-text);
}

.upcomeing_bg {
    background: #F1F3F5;
}

.upcoming {
    border-radius: 12px;
}

hr {
    border-top: 1px solid #ddd;
}

.card-body small.text-primary {
    color: #6c00e8 !important;
}

.btn-primary:hover {
    background-color: #4a00b5;
    border-color: #4a00b5;
}

.text-success {
    font-weight: 500;
}


.card-body small.text-primary {
    color: #6c00e8 !important;
}

.btn-primary:hover {
    background-color: #4a00b5;
    border-color: #4a00b5;
}

.bg-secondary {
    background-color: #ddd !important;
}
.consultation_btn {
    min-height: 60px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal; /* Allow multi-line text */
    text-align: center;
}
.badge.bg-info {
    background-color: #e0f7fa;
    color: #333;
}

.form-section {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 50px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer .logo {
    background: var(--white-color);
    padding: 30px 20px ;
    display: inline;

}
.info-box {
    background: #e9f5ff;
    border-left: 4px solid #0d6efd;
    padding: 10px 15px;
    margin-top: 15px;
}
.footer_address {
    font-size: 14px;
    width: 80%;
}
.form-check-label {
    margin-left: 5px;
}
.consultation_btn{
    background: linear-gradient(90deg, #4F8BFF, #7D5FFF);
    color: var(--white-color);
}
.consultation_btn:hover{

  background-color: #0056d2; /* darker blue on hover */
  color: var(--white-color);

}

.program_for {
    border: 1px solid #0D6EFD;
    padding: 20px;
    height: 100%;
}

.we_offer h6 {
    background: #6610F2;
    padding: 15px;
    color: var(--white-color);
    height: 100%;
}

.we_offer p {
    color: var(--sec-text);
}

/* ============================= Header-top ================================================= */

a.langSel {
    padding: 7px;
    margin: 2px;
    border: 1px solid var(--white-color);
    font-size: 18px;
}


.header-top {
    background: var(--primary-color);
}

.hero-content span {
    color: #F35426;
}

.help-line p {
    color: var(--white-color);
    margin-bottom: 0;
}

.sign-top a {
    color: var(--white-color);
    font-size: 14px;
    border-radius: 4px;
    margin: 5px 0;
    /* padding: 10px 10px; */
}

.sign-in-link {
    padding-top: 7px;
    font-size: 16px !important;
}

.sign-top p {
    color: #5A009D;
    padding: 10px;
    margin-bottom: 0;
}

.header-content ul {
    list-style: none;
}

.header-content ul li a {
    color: #424242;
}



/* ======================================== header top end ==================================== */


.hero-section {
    background: #F8F9FA;
    padding: 20px;
}

.get-start {
    background: #6610F2;
    color: var(--white-color);
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.get-start:hover {
    color: var(--white-color);
}

.sector {
    background: #F8F9FA;
    border-radius: 10px;
}

.sector_img {

    text-align: center;
}

.sector_content {
    color: #6C757D;
}

.mission_bg {
    background: #F1F3F5;
}
header {
    padding: 0 200px;
}
header ul li a {
  font-size: 18px;
}

.for_investors_bg {
    background-image: url(../images/for_invensment.png);
    padding: 20px;
}



.card-letest {
    border-radius: 25px !important;
    background: #F1F3F5;
}

.mission_card {
    border-radius: 12px;
}
.consulting_inmg{
    width: 35%;
}
.card-service {
    border-radius: 21px;
    text-align: justify;
}

/* ======================================== header section start ========================================*/
.nav-menu ul {
    list-style: none;
    padding: 0;
}
.nav-link {

    padding: .5rem  !important;

}
footer ul li{
    padding: 5px 0;
}


.benefit {
      border: 1px solid #0D6EFD;
      border-radius: 8px;
      padding: 25px;
}
.btn-book-now {
  background-color: #7209f5; /* purple shade */
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-book-now:hover {
  background-color: #5a07c2; /* slightly darker on hover */
  color: #fff;
}
.card-titlem {
    color: var(--white-color);
    background: var(--primary-color);
    display: inline;
    padding: 15px;
}

.card-img {
    height: 120px;
    width: 120px;
    text-align: center
}

.read_more {
    background: #6610F2;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 8px
}

.nav-menu ul li a {
    color: #424242;
    font-size: 16px !important;
}

.nav-menu ul li a:hover {
    color: #5A009D;
}

.search-btn {
    border: none;
    background: #fff;
}
.for_investors{
    color: var(--white-color);
}

/* // mobile Menu */
/* .mobile-menu {
    padding: 10px 0;
} */

.navigation {
    padding: 15px 0px 0 0;
}

.scrolled {
    background-color: #ffffff;
    position: sticky;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .4s;
}

.footer-bg {
    background: var(--primary-color) !important;
}

.menuicon button i {
    margin: 18px 23px 13px;
    font-size: 35px;
}

button.menu-bar-icon {
    background: #ffffff;
    font-size: 20px !important;
}

.nav-menu-mobile .navigation ul {
    list-style: none;
    padding: 0 12px;

}

.nav-menu-mobile .navigation ul li {
    border-bottom: 1px solid #ddd;
}

.nav-menu-mobile .navigation ul li:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.nav-menu-mobile .navigation ul li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.nav-menu-mobile .navigation ul li a:hover {
    color: var(--white-color);
    font-weight: 600;
}

.vision-check {
    padding-left: 10px;
    padding-top: 5px;
}

/* .menuicon{
      text-align: right;
} */

.menuicon button {
    border: none;
}


img.lang-flag {
    width: 25px;
}

/* .langSel {
    background: none;
    color: var(--white-color);
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ffffff67;
} */


/* // mobile Menu */

/* header section End */

/* slick slider */





/* ===Footer section End=== */







/* table responsive */
[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 13px 15px;
    display: none;
}


table thead th:last-child {
    text-align: right;
}

table tr td:last-child {
    text-align: right;
}

@media (max-width: 767px) {
    .table-responsive--sm table .user {
        justify-content: flex-end;
    }

    .table-responsive--sm table .user .name {
        width: auto;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    table.dataTable .user {
        justify-content: flex-start;
    }

    table.dataTable .user .name {
        width: calc(100% - 40px);
    }

    .table-responsive--sm table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--sm table.dataTable .user .name {
        width: auto;
    }

}

@media (max-width: 1199px) {
    .table-responsive--lg thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--lg tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--lg tr th,
    .table-responsive--lg tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--lg .user-table-list,
    .table-responsive--lg .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--lg [data-label]::before {
        display: block;
    }

    .table-responsive--lg table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--lg table.dataTable .user .name {
        width: auto;
    }

    .table-responsive--lg table .user {
        justify-content: flex-end;
    }

    .table-responsive--lg table .user .name {
        width: auto;
    }
}

@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background: #e2e2e233;
    }

    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--md .user-table-list,
    .table-responsive--md .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--md [data-label]::before {
        display: block;
    }

    .table-responsive--md table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--md table.dataTable .user .name {
        width: auto;
    }

    .table-responsive--md table .user {
        justify-content: flex-end;
    }

    .table-responsive--md table .user .name {
        width: auto;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--sm .user-table-list,
    .table-responsive--sm .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }
}

@media (max-width: 575px) {
    .table-responsive--xs thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--xs tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--xs tr th,
    .table-responsive--xs tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--xs .user-table-list,
    .table-responsive--xs .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--xs [data-label]::before {
        display: block;
    }
}

@media (max-width: 1199px) {

    *[class*="table-responsive--"].data-label--none tr th,
    *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}

*[class*="table-responsive--"] .table-dark tbody [data-label]::before {
    color: #5b6e88;
}

@media (max-width: 1199px) {
    .table-responsive--lg .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--lg .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--lg table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .table-responsive--md .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--md .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--md table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--sm .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--sm table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .table-responsive--xs .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--xs .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    ol.sec-item li i,
    ol.sec-item li span {
        font-size: 18px;
    }
}


/* image uploder */
.image--uploader {
    width: 240px;
    border-radius: 10px;
}

.image-upload-wrapper {
    height: 280px;
    position: relative;
}

.image-upload-preview {
    max-width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px dashed #CED4DA;
}

.image-upload-input {
    height: 0;
    width: 0;
    opacity: 0;
}

.image-upload-wrapper label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}

.image__support_file_size button {
    font-size: 12px;
    background: #616161;
    border-radius: 5px;
    padding: 0px 5px;
    color: #ffffff;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 300;
}

/* image uploder end*/




.btn-base {
    background: #39004E;
    color: #ffffff;
    padding: 10px;
}

.btn-base:hover {
    background: #39004ed8;
    color: #ffffff;
}

.btn-base.btn-sm {
    padding: 6px 10px;
}

.btn-base.btn-xsm {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}

/* secure password */
.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

/* end secure password */
/* cookies */
.cookies-card {
    width: 420px;
    padding: 20px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.coocke-btn {
    background: #39004E;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 14px;
}

.coocke-link {
    text-decoration: underline;
    color: #39004E;
}

.cookie-consent i {
    font-size: 50px;
    color: #39004E;
}

.cookie-consent h4 {
    margin: 0;
    font-size: 20px;
}

.cookies-card_content {
    text-align: left;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

/* end cookies */




select.form-select {
    padding: 9px;
    outline: none;
}

select.form-select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}

input.form-control {
    padding: 9px;
    outline: none;
}

input.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}

textarea.form-control {
    padding: 9px;
    outline: none;
    height: 100px;
}

textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}



.canvas-mobile-menu a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}

.canvas-mobile-menu a:hover {
    background: #e4e4e4;
}

.offcanvas.offcanvas-mobile-menu {
    max-width: 300px !important;
}

.footer-title>h5 {
    border-bottom: 1px solid #cccccc45;
    color: #ffffffb0 !important;
}

.footer-title>h6 {
    border-bottom: 1px solid #cccccc45;
    color: #ffffffb0 !important;
}

.offcanvas-mobile-menu .offcanvas-header .btn-close {
    border: 1px solid #cccccc;
    outline: none;
    box-shadow: none;
}

.offcanvas-mobile-menu .offcanvas-header {
    align-items: start;
}

.footer-left p {
    line-height: 25px;
    color: #ffffffb0 !important;
}

.propertyTyper-header img {
    width: 40px;
}

.property-type-area a {
    width: 100%;
    display: block;
    position: relative;
}

.property-type-area a img {
    width: 100%;
}

.type-area-overlay {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
}

@media(max-width:775px) {
    .property-type-area {
        padding: 0 15px;
    }
}


/* dashboard */
.dashboard-main {
    background: #f7f7f7;
    position: relative;
}

.dashboard {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dashboard-head img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard-head p {
    color: #9e9e9e;
    margin: 0;
}

.dashboard-head h4 {
    color: #39004E;
    font-size: 20px;
}

.dashboard-head .add-property-btn {
    background: #39004E;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 5px;
}

.d-mobile-btn {
    background: #39004E;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 5px;
    display: none;
}

.d-mobile-btn:hover {
    background: #39004ee5;
}

.d-mobile-btn i {
    font-size: 22px;
}

.dashboard-head .add-property-btn:hover {
    background: #39004ee5;
}

.dashboard-sidnav {
    background: #EDF8FF;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 110px;
    z-index: 2;
}

.dashboard-body {
    background: #EDF8FF;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.d-submenu {
    padding-top: 5px;
}

.d-submenu a {
    display: flex;
    padding: 5px 0;
    align-items: center;
    gap: 5px;
}

.dashboard-sidnav>ul>li {
    padding: 10px 0;
}

.d-submenu {
    padding-left: 15px;
    display: none;
}

.d-submenu i {
    font-size: 10px;
    padding: 3px;
    padding-top: 0;
}

.d-submenu.mm-active {
    display: block;
}

.dashboard-sidnav ul li a.mm-active {
    color: #39004E;
    font-weight: 500;
}

.d-subbtn.mm-active>a {
    color: #39004E;
    font-weight: 500;
}

.d-submenu.mm-active>.mm-active {
    color: #39004E;
    font-weight: 500;
}

.dashboard-card {
    display: flex;
    align-items: start;
    gap: 15px;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-card i {
    font-size: 40px;
}

.dashboard-sidnav .d-mobile-close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 8px;
    display: none;
}

.dashboard-sidnav .d-mobile-close i {
    font-size: 25px;
}

.event-page.text-center {
    background: #b5d1fb;
}


@media(max-width:991px) {
    .d-mobile-menu {
        position: absolute;
        width: 250px;
        left: -260px;
        top: 0;
        height: 100%;
        transition: .4s;
        display: none;
    }

    .d-mobile-menu .dashboard-sidnav {
        height: 100%;
        border-right: 1px solid #ffffff;
    }

    .d-mobile-menu.active {
        display: block;
        left: 0px;
    }

    .d-mobile-btn {
        display: block;
    }

    .dashboard-sidnav .d-mobile-close {
        display: block;
    }

    .sm-ul {
        margin-top: 15px;
    }
}



.user-profile-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.user-profile-img>div {
    width: 150px;
}

.user-profile-img .image-upload-wrapper {
    height: 150px;
}

.user-profile-img .image-upload-preview {
    border-radius: 50%;
}

.profile-information p {
    margin: 0;
    font-size: 18px;
    padding: 2px 0;
}

.custom-card.card {
    background: #ffffff;
    border: none;
    border: 1px solid #f2faff;
}

.custom-card.card .card-body {
    background: #ffffff;
}

.custom-card.card .card-footer {
    background: #ffffff;
    border-top: 1px solid #f2faff;
}

.table {
    border: 1px solid #39004e19;
}

.table>:not(caption)>*>* {
    background: none;
}

.custom-card.card .card-header {
    background: #ffffff;
    border-bottom: 1px solid #39004e19;
}

.card {
    overflow: hidden;
}


.card-footer.pagination-card-footer {
    background: inherit;
    border-top: none;
    border-top: 1px solid #e6e6e6;
}



.card-footer.pagination-card-footer .pagination {
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.card-footer.pagination-card-footer .pagination .page-item .page-link {
    border-radius: 20px;
    margin: 0 5px 5px 0;
    outline: none;
    box-shadow: none;
    min-height: 38px;
    min-width: 38px;
    text-align: center;
}

.card-body .card-list {
    display: flex;
    padding: 8px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f1f1f1;
    justify-content: space-between;

}

.card-body .card-list:last-child {
    border-bottom: none;
}

/* dashboard end*/

.langSel {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    cursor: pointer;
    margin: 8px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.d-btn {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    height: 30px;
    cursor: pointer;
    margin: 8px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.footer-section {
  background-color: #4B0076;
  color: #fff;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-section h6 {
  font-weight: 600;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.footer-social a {
  display: inline-block;
  color: #ccc;
  margin-right: 10px;
  font-size: 18px;
}

.footer-social a:hover {
  color: #fff;
}

.footer-section hr {
  border-color: #777;
}

.footer-section input.form-control {
  border-radius: 0;
}

.footer-section .btn {
  border-radius: 0;
}


    .nav-menu {
        width: 100%;
        overflow: hidden;
    }

    .navigation {
        width: 100%;
    }

    .nav-list {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
    }

    .nav-item {
        white-space: nowrap;
        margin: 0 0.3vw;
    }

    .nav-link {
            text-decoration: none;
            color: inherit;
            padding: 0.5em 0.5em;
            display: block;
            transition: all 0.3s ease;
    }

    /* Responsive adjustments */
    @media (max-width: 1450px) and (min-width: 992px) {
        .nav-list {
            justify-content: center;
        }

        .nav-link {
           font-size:13.5px !important;
            padding: 0.3em 0.3em;
            
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .nav-list {
            justify-content: space-around;
        }

        .nav-item {
            margin: 0 0.3vw;
        }

        .nav-link {
           font-size:1rem;
            padding: 0.3em 0.5em;
        }
    }

    @media (max-width: 767px) {
        /* Add mobile styles here if needed */
    }



/* image uploder */
.image--uploader {
	width: 240px;
	border-radius: 10px;
}

.image-upload-wrapper {
	height: 280px;
	position: relative;
}

.image-upload-preview {
	max-width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 1px dashed #CED4DA;
}

.image-upload-input {
	height: 0;
	width: 0;
	opacity: 0;
}

.image-upload-wrapper label {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}

.image__support_file_size button {
	font-size: 12px;
	background: #616161;
	border-radius: 5px;
	padding: 0px 5px;
	color: #ffffff;
	display: inline-block;
	outline: none;
	border: none;
	font-weight: 300;
}
/* image uploder end*/


table .user .thumb img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
	border: 2px solid #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

/* Base styles for the menu */
.side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.side-menu li a:hover,
.side-menu li a.active {
    background-color: #f8f9fa;
    color: #0d6efd;
}

/* Mobile toggle button */
.mobile-menu-toggle {
    display: none;
    padding: 15px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .side-menu {
        display: none;
        background: #fff;
        border-bottom: 1px solid #dee2e6;
    }
    
    .side-menu.mobile-menu-open {
        display: block;
    }
    
    .mobile-menu-toggle i.bi-x-circle {
        display: none;
    }
    
    .mobile-menu-toggle.menu-open i.bi-list {
        display: none;
    }
    
    .mobile-menu-toggle.menu-open i.bi-x-circle {
        display: inline-block;
    }
}


