@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: #2F0052;
    --white-color: #FFFFFF;
    --icon-bg-color: #0077E5;
}

.primary-btn {
    padding: 10px 20px;
    background-color: var(--icon-bg-color);
    border: none;
    color: var(--white-color);
}

.secoundry-btn {
    padding: 10px 20px;
    background-color: var(--icon-bg-color);
    border: none;
    color: var(--white-color);
    border-radius: 8px;
}

.btn-request {
    padding: 10px 15px;
    background: var(--primary-color);
    color: var(--white-color);
}

.btn-request:hover {

    color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.nav-menu ul {
    list-style: none;
    padding: 15px;
}

body a {
    text-decoration: none;
}

body {
    background: #f5fbff;
}

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

.header-content{
    justify-content: space-between;
}
/* ============================= Header-top ================================================= */

footer .logo {
    background: #ffff;
    display: inline;
    padding: 30px;
}
.list ul li{
    padding: 6px 0;
}
.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;
    padding: 10px 10px;
}

.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 ==================================== */

/* ======================================== header section start ========================================*/


.search-btn {
    border: none;
    background: #fff;
}


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

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


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

.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;
}

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

.nav-menu-mobile .navigation ul li.active {
    background: var(--primary-color);
    color: #FFF;
}

.nav-menu-mobile .navigation ul li.active a {
    color: #FFF;
}

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

.menuicon button {
    border: none;
}

.menuicon button i {
    margin-top: 20px;
    font-size: 30px;
}

/* // mobile Menu */

/* header section End */

/* slick slider */


/* ===Hero section Start=== */
/* .hero-bg {
      background: url(../images/hero\ bg\ image.png) no-repeat center center/cover;

} */
.project_idea_content {
    background: #E2F1FF;
    padding: 50px 0;
    border-radius: 12px;
}

.project_goul img {
    border-radius: 15px;
}

.service_bg {
    background: #ffffff;
}

.service_img img {
    background: #F5FAFF;
    padding: 20px;
    border-radius: 8px;
}

.service_img {
    border: 1px solid #D9D9D9;
    padding: 15px;
    border-radius: 8px;
}


.hero-content {
    color: var(--white-color);


}

.hero-content h1 {
    padding-top: 30px;
}

.main {
    padding-left: 150px;
}

.hero-img {
    position: relative;
    align-items: center;
}

.hero-top-img {
    position: absolute;
    top: -54px;
    left: 176px;
}

.hero-right-img {
    position: absolute;
    right: 65px;
    top: 54px;
}


.slider-img img {

    background-color: #0077E50D;
    display: inline;
    height: 100px;
    width: 100px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider-img {
    border: 1px solid rgb(0, 162, 211);
}


/* ===Hero section End=== */

.slick-slide img {
    padding: 10px;
    display: inline-block;
}

.slick-icon {
    border: 1px solid #0077E5;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}

/* ===About us section Start=== */

.about-us-img {
    position: relative;
}

.ser {
    position: absolute;
    background-color: #0077E5;
    border-radius: 5px;
    padding: 0px 50px;
    right: 47px;
    bottom: 40px;
    color: var(--white-color);
}

.ser p {
    letter-spacing: 5px;
}

/* ==About us section End=== */

/* ===Research section Start=== */
.research_bg {
    background: var(--white-color);
}

.technology_content p i {
    color: var(--white-color);
    padding: 4px;
    border-radius: 50%;
    background: var(--icon-bg-color);
    margin: 0 6px;
}

.technology_content p span {
    padding-left: 5px;
}

.technology_content {
    padding: 5px 0;
}


/* ===Research section End=== */
/* ===card section Start=== */


.card {
    border-radius: 10px;
}

.card_btn a {
    color: #0077E5;

}

/* ===card section End=== */

/* ===Vision section Start=== */

.vision-content {
    padding-top: 200px;
}

/* ===Vision section End=== */
/* ===Development section Start=== */

.development_bg {
    background: url(../images/development-bg.png);

}

.dev-img {
    position: relative;

}

.dev-pos {
    position: absolute;
    top: 125px;
    left: -92px;
}

.development-content .global {
    color: #1581E2;
}

/* ===Development section End=== */
/* ===Our service section Start=== */
.service-bg {
    background: #4B1754;
}

.service-section {
    display: flex;
    justify-content: space-between;
}

.next-btn {
    background: #380042;
    padding: 3px 8px;
    border-radius: 50%;
    color: #999999;
    margin: 0 5px;
}

.card-icon-top {
    height: 150px;
    width: 150px;
}

.card-bg {
    background: #571563;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card-text {
    color: #ffffff;
}

/* ===Our service section End=== */

/* ===Our Team section Start=== */
.team-bg {
    background: url(../images/team-bg.png);

}

.occupation {
    color: #1581E2;
    text-transform: uppercase;
}

.next-btn2 {
    background: #D0D0D0;
    padding: 3px 8px;
    border-radius: 50%;
    color: var(--white-color);
    margin: 0 5px;
}

/* ===Our Team section End=== */

.newslatter {
    background: #1581E2;
}



.service_bg {
    background: var(--white-color);
}


.financing_bg {
    background: var(--white-color);
}

.portal {
    width: 90%;
}

.portal_bg {
    background: var(--white-color);
}

.potal-btn {
    background: linear-gradient(#8E2DE2, #4A00E0);
    color: var(--white-color);
    padding: 8px 20px;
}

.request {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 10px;

}

.menu-top {
    border-bottom: 1px solid #CCCCCC;
}

.menu-top p {
    margin: 0;
}

.about-us-bg {
    background-image: url(../images/about-bg.png);
}

.about-top-text {
    color: var(--white-color);


}

.involvement_bg {
    background: var(--white-color);
}

.companies {
    background: linear-gradient(135deg, #0083FC, #29CB01);
    width: 315px;
    height: 220px;
    border-radius: 15px;
    align-items: center;
    padding-top: 75px;
    color: var(--white-color);
}

.investor {
    background: linear-gradient(135deg, #8E2DE2, #4A00E0);
    width: 315px;
    height: 220px;
    border-radius: 15px;
    align-items: center;
    padding-top: 75px;
    color: var(--white-color);
}

.project {
    background: linear-gradient(135deg, #F12711, #F5AF19);
    width: 315px;
    height: 220px;
    border-radius: 15px;
    align-items: center;
    padding-top: 75px;
    color: var(--white-color);
}

.touch-bg {
    background: linear-gradient(135deg, #2C3E50, #415563);
}

.get-in-touch {
    color: #1581E2;
}

.get-message {
    background: var(--white-color);
}

/* ===service next section Start=== */

.service-next-bg {
    background: var(--white-color);
}

.card-next-bg {
    background: #F3FBFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.management_content {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

/* ===ra next section End=== */
/* ===reserarch next section Start=== */
.partner-title {
    color: #1581E2;
}

/* FAq */

.faq h2 {
    background: #1581E2;
    padding: 8px;
    color: var(--white-color);
}

.faq {
    display: flex;
    align-items: center;
    gap: 1rem;
    /* Optional spacing between h2 and h3 */
}

.ans p {
    padding-left: 70px;
    text-align: justify;
}

.contuct-bg {
    background: #E3F2FD;
}

.sign {
    background: #E3F2FD;
}

.sing-bg {
    background: var(--white-color);
    padding: 50px;
    border-radius: 20px;
}

.form_bg {
    background: #F0F9FF;
}


/* ===reserarch next section End=== */
/* ===Footer section Start=== */
.footer-bg {
    background: #2C124B;
    color: var(--white-color);
    position: relative;
}


.footer-item {
    border-top: 1px dashed #7F59AD;
}

.footer-logo {
    width: 80%;
}

.number-flow {
    color: var(--white-color);
    justify-content: space-between;
}

.flow-icon i {
    padding: 4px 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}


li.mx-2 {
    list-style: none;

}

.number-flow {
    border: 1px solid #7F59AD;
    padding-top: 19px;
}

.flow-icon i:hover {
    background: #ffffff;
    color: #555555;
}

.number-flow p span {
    color: #2196F3;
    font-weight: 600;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    padding: 5px 0;
}

.footer-content ul a {
    color: var(--white-color);

}

.team-condition ul {
    display: flex;
    list-style: none;
    padding: 0;
    float: right;
}

.team-condition ul li {
    padding: 0 7px;
}

.team-condition ul li a {
    color: #E0E0E0;
}

/* ===Footer section 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;
}

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




/* 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;
}

@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*/



.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;
    }
}



/* avatar image*/
.avatar img {
    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;
}

.avatar.avatar--xl img {
    width: 75px;
    height: 75px;
}

.avatar.avatar--lg img {
    width: 65px;
    height: 65px;
}

.avatar.avatar--md img {
    width: 55px;
    height: 55px;
}

.avatar.avatar--sm img {
    width: 45px;
    height: 45px;
}

.avatar.avatar--xs img {
    width: 35px;
    height: 35px;
}


/* 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*/



.services-section {
    background-color: #f8f9fa;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px !important;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343a40;
    margin-top: 10px;
}

.service-card .card-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .services-section h2 {
        font-size: 2rem;
    }
}


.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;
}