body {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #1c2d3a;
}

a {
    text-decoration: none;
    color: #444;
}

header {
    display: flex;
    flex-direction: column;
    height: auto;
}

.bg-grey {
    background-color: #e5e7eb !important;
    border-radius: 1em !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.label-top {
    grid-column: span 3;
    background-color: #fda706;
    color: #fff !important;
    padding: 2px 6px;
    font-weight: 600;
    font-size: 14px;
    /* position: absolute; */
    top: 5px;
    border-radius: 4px;
    width: 200px;
    text-align: center;
    /* left:50%;
    transform:translateX(-50%); */
    margin: 0 auto 20px;
}

.submenucontenthire li a {
    font-size: 12px !important;
    width: 156px !important;
    white-space: normal;
    display: table-cell !important;
    text-align: left;
    height: 38px;
    line-height: 15px !important;
    vertical-align: middle;
    padding: 0 0 0 46px !important;
}

.submenucontenthire ul li[data-v-4896eafd] {
    margin-left: 0px;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.submenucontenthire ul li {
    width: 159px;
    float: left;
    margin-left: 12px;
}

.submenuhire li {
    position: relative;
}

.dropdown-menu li {
    font-weight: normal;
    min-width: max-content;
}

.top-bar {
    background-color: rgb(107 114 128);
}

.m-top-bar {
    display: none;
}


/* left side styling top bar */
.top-bar .left-side .nav {
    flex-direction: row;
    justify-content: flex-start;
    /* overflow: hidden; */
    height: auto;
    padding-left: 25px;
}

.top-bar .left-side .nav li {
    padding: 0 17px 0 30px;
    border-top-right-radius: 99999px;
    border-right: 2px solid #ffb719;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s linear;
    background-color: white;
    margin-left: -25px;
    display: flex;
    align-items: center;
    font-size: 11px;
    background-color: #ededed;
    position: relative;
    height: 27px;
}

.top-bar .left-side .nav li i,
.top-bar .left-side .nav li svg {
    font-size: 16px;
    color: #c02127;
    margin-right: 5px;
}

.top-bar .left-side .nav .toooltip:first-child li {
    padding: 0 17px 0 6px;
}

.top-bar .left-side .nav li:hover {
    background-color: #ffb719;
    color: white;
}

.top-bar .left-side .nav .toooltip:last-child li {
    padding-left: 30px;
}

/* other menu desktop */
.top-bar .left-side .nav .toooltip .toooltip-content .main-box {
    border: none;
    /* background-color: #e5e7eb; */
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top-bar .left-side .nav .toooltip .toooltip-content .main-box .main-item {
    background-color: #e5e7eb;
    border-radius: 0.5em;
}

.top-bar .left-side .nav .toooltip .toooltip-content .main-box .main-item .title {
    color: black;
    padding: 8px 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.top-bar .left-side .nav .toooltip .toooltip-content .main-box .child-accordion,
.top-bar .left-side .nav .toooltip .toooltip-content .main-box .main-item .sub-child-accordion {
    display: none;
}

.top-bar .left-side .nav .toooltip .toooltip-content .main-box .main-item .sub-child-accordion {
    border-radius: 0.5em;
}


.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu {
    border: none;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    width: auto;
    height: auto;
    gap: 10px;
    /* background-color: #e5e7eb; */
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box {
    background-color: #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.9em;
    gap: 0;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.2s all ease-in;
    position: relative;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box:hover {
    background-color: #eabd3f;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box:hover .icon,
.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box:hover .text {
    color: black;
}


.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box .icon {
    color: black;
    text-align: center;
    font-size: 30px;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box .text {
    color: black;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    margin-top: -10px;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box .down-arrow {
    text-align: center;
    color: black;
    font-size: 17px;
    height: auto;
    transform: scale(0);
    visibility: hidden;
    position: absolute;
    left: 70%;
    bottom: 10px;
    transition: 0.3s all ease-in;
    font-weight: bold;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown::after {
    content: '';
    position: absolute;
    border-color: transparent transparent #e5e7eb transparent;
    border-style: solid;
    border-width: 12px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .mini-box:hover .down-arrow {
    visibility: visible;
    transform: scale(1.0);
    color: black;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item {
    border: none;
    position: relative;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown {
    display: none;
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.5em;
    background-color: #e5e7eb;
    z-index: 99999;
    width: 360px;
    padding: 10px;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown p {
    color: black;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown .content-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown .content-buttons button {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    border-radius: 0.5em;
    border: none;
    gap: 5px;
    transition: 0.2s all ease-in;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown .content-buttons button:hover {
    background-color: #eabd3f;
    color: black;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item .box-dropdown .content-buttons button span {
    display: block;
}

.top-bar .left-side .nav .toooltip .toooltip-content .other-grid-menu .item:hover .box-dropdown {
    display: block;
}

.child-box-accordion {
    display: block;
}

/*  left side tooltip topbar */
.top-bar .left-side .nav .toooltip,
.top-bar .right-side .nav .toooltip,
.top-bar .right-side .nav .sub-toooltip,
.top-bar .right-side .nav .toooltip-click {
    display: inline-block;
    position: relative;
    border: none;
}

.top-bar .left-side .nav .toooltip-content {
    position: absolute;
    display: none;
    z-index: 9999;
    background-color: #e5e7eb;
    color: #647589 !important;
    width: 350px;
    left: -50%;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
}


.top-bar .right-side .nav .toooltip li .avatar {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    overflow: hidden;
    margin-top: -6px;
}

.logo-image a i {
    font-size: 70px;
    color: #c02127;
}

.top-bar .right-side .nav .toooltip li .avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top-bar .right-side .nav .toooltip-click-content {
    position: absolute;
    background-color: #e5e7eb;
    /* top:20px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.top-bar .left-side .nav .toooltip:hover .toooltip-content,
.top-bar .right-side .nav .toooltip:hover .toooltip-content,
.top-bar .right-side .nav .sub-toooltip:hover .sub-toooltip-content {
    display: block;
}

/* right side top bar styling */
.top-bar .right-side .nav {
    height: 0;
    flex-direction: row;
    justify-content: space-between;
}

.top-bar .right-side .nav li {
    color: white;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    /* margin-top:-12px; */
    transition: all 0.2s ease-in;
}

.top-bar .right-side .nav li:hover {
    color: #ffb719;
}

.top-bar .right-side .nav .toooltip-content {
    position: absolute;
    display: none;
    z-index: 99999;
    right: 0;
    /* bottom:0; */
    transform: translateX(30%);
    border-radius: 1em;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    top: 27px;
}

.top-bar .right-side .nav .sub-toooltip-content {
    position: absolute;
    display: none;
    z-index: 999999;
    left: 75%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #e5e7eb;
    border-radius: 1em;
    padding: 10px;
    /* padding-left: 10px; */
    top: 10%;
    transform: translateY(-10%);
    /* padding-top:30px; */
}

.top-bar .right-side .nav .sub-toooltip-content .label-top {
    padding: 6px 12px !important;
}

.top-bar .right-side .nav .sub-toooltip-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 270px;
}

.top-bar .right-side .nav .sub-toooltip-content ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    padding: 5px 10px;
    width: 270px;
    height: 38px;
    border-bottom: 1px solid rgb(209 213 219) !important;
    text-transform: uppercase;
}

.top-bar .right-side .nav .sub-toooltip-content ul li a:hover {
    background-color: #ffb719;
}

/*   topbar countries bar */
.top-bar .right-side .nav .toooltip-content .countries {
    border: none;
    background-color: #e5e7eb;
    background-image: url('../images/bg-menu-country.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-blend-mode: overlay; */
    height: auto;
    list-style: none;
    margin: 0;
    padding: 1em 0.5em;
    border-radius: 1em;
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.top-bar .right-side .nav .toooltip-content .countries>li {
    color: white;
    font-size: 14px;
    background-color: #fda706;
    border-radius: 99999px;
    display: inline-block;
    width: 140px;
    text-align: center;
}

.lang-flag {
    margin-right: 10px;
}

.top-bar .right-side .nav .toooltip-content .countries>ul {
    list-style: none;
    /* margin:0 0 0 20px; */
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.top-bar .right-side .nav .toooltip-content .countries ul>li {
    font-size: 12px;
    color: black;
    width: 48%;
    font-weight: 400;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.top-bar .right-side .nav .toooltip-content .countries ul>li span {
    display: inline-block;
}

.top-bar .right-side .nav .toooltip-content .countries ul>li .count-flag {
    width: 30px;
    border: none;
    height: auto;
}

.top-bar .right-side .nav .toooltip-content .countries ul>li span img {
    width: 100%;
}


.top-bar .right-side .nav .toooltip-content .countries ul>li.active {
    border: 2px solid rgb(239 68 68);
}

.top-bar .right-side .nav .toooltip-content .countries ul>li:hover {
    background-color: #ffb719;
    color: white;
}

/* topbar languages bar  */
.top-bar .right-side .nav .toooltip-content .languages {
    height: auto;
    list-style: none;
    margin: 0;
    padding: 10px;
    background-color: #e5e7eb;
    border-radius: 1em;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.top-bar .right-side .nav .toooltip-click-content {
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.top-bar .right-side .nav .toooltip-click-content .currenies,
.top-bar .right-side .nav .toooltip-content .currenies {
    height: auto;
    background-color: #e5e7eb;
    padding: 10px;
    border-radius: 1em;
}

.top-bar .right-side .nav .toooltip-click-content .currenies .currency button,
.top-bar .right-side .nav .toooltip-content .currenies .currency button {
    width: 100%;
    border: none;
    outline: none;
    background-color: #c02127;
    color: white;
    margin-top: 10px;
    padding: 5px 0;
}

.select2-search .select2-search__field {
    border: 1px solid red;
    background-image: url("../images/search-interface-symbol.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center right 10px;
}

.top-bar .right-side .nav .toooltip-click-content .currenies .currency select,
.top-bar .right-side .nav .toooltip-content .currenies .currency select {
    width: 200px;
    display: block;
}

.top-bar .right-side .nav .toooltip-click-content .currenies .currency .title,
.top-bar .right-side .nav .toooltip-content .currenies .currency .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.top-bar .right-side .nav .toooltip-click-content .currenies .currency .title span,
.top-bar .right-side .nav .toooltip-content .currenies .currency .title span {
    display: inline-block;
    border: none;
}

.top-bar .right-side .nav .toooltip-content .languages li {
    color: black;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    border-radius: 0.5em;
    font-weight: 400;
}

/*
.top-bar .right-side .nav .toooltip-content .currenies .currency span{
    display:inline-block;
}

.top-bar .right-side .nav .toooltip-content .currenies .currency input{
    border:none;
    outline:none;
}

.top-bar .right-side .nav .toooltip-content .currenies datalist{
    width:100%;
} */


.top-bar .right-side .nav .toooltip-content .languages li.active {
    border: 2px solid rgb(239 68 68);
    border-radius: 0.5em;
}

.top-bar .right-side .nav .toooltip-content .languages li:hover {
    background-color: #ffb719;
    color: white;
}


/* user top bar dropdown */
.top-bar .right-side .nav .toooltip-content .user-dropdown {
    background-color: #e5e7eb;
    /* width:auto; */
    height: auto;
    padding: 15px;
    width: 150px;
    border-radius: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.top-bar .right-side .nav .toooltip-content .user-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.top-bar .right-side .nav .toooltip-content .user-dropdown ul li {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;

}

.top-bar .right-side .nav .toooltip-content .user-dropdown ul li a {
    color: black;
    transition: 0.2s all ease-in;
    transform: scale(1.0);
    display: block;
    padding: 5px;
    border-radius: 0.5em;

}

.top-bar .right-side .nav .toooltip-content .user-dropdown ul li a svg {
    color: #c02127;
}

.top-bar .right-side .nav .toooltip-content .user-dropdown ul li a:hover {
    /* color:#ffb719; */
    background-color: #eabd3f;
    /* transform:translateX(8px) scale(1.3); */
}

.top-bar .right-side .nav .toooltip-content .grid-menu {
    background-color: #e5e7eb;
    display: grid;
    grid-template: auto / auto auto auto;
    gap: 0px;
    padding: 27px 27px 27px 27px;
    border-radius: 1em;
    width: 400px;
    /* overflow:auto; */
    /* margin-left: -130px; */
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.top-bar .right-side .nav .toooltip-content .grid-menu .items {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    width: 190px;
}

.top-bar .right-side .nav .toooltip-content .grid-menu .items:hover {
    background-color: #ffb719;
    color: white;
    border-radius: 0.5em;

}

/* modal our system */
.system-modal {
    display: none;
}

.system-modal-left {
    display: none;
}

.main-menu-modal {
    display: none;
}

/*  navbar */
.nav-bar {
    background-color: #fda706;
    padding: 10px 0;
}

.m-nav-bar {
    display: none;
}

.nav-bar .main-logo {
    padding-right: 20px;
}

.nav-bar .main-logo img {
    width: 100px;
}

.nav-bar .primary-menu {
    height: auto;
}

.nav-bar .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-bar .primary-menu ul li a {
    font-weight: 600;
    font-size: 16px;
}

.nav-bar .video-button {
    font-weight: 600;
    color: black;
}

.nav-bar .video-button:hover {
    color: white;
}


/* footer styling */
footer {
    border: none;
}

footer .footer {
    border: none;
}

footer .bottom-bar {
    border: none;
    background-color: #202020;
    padding: 10px 0;
}

footer .bottom-bar span {
    color: white;
}

footer .bottom-bar .nav-bar-bottom {
    height: auto;
}

footer .bottom-bar .nav-bar-bottom .popup {
    display: inline-block;
    position: relative;
}

/* .submenu{
    background-color: #ededed;

    padding: 20px;
   width: 100%;
    color: #c02127;
    position: relative;

   }
   .submenu ul{
    width: 200px;
    display: block !important;
    position: relative;
   }
   .submenu ul li{
    width: 200px;
    display: block;
    position: relative;
   }
   .submenu li a{
    width: 200px;
    display: block;
    position: relative;
   } */

/*  home page */
.full-height {
    height: 100vh;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .find-button {
    border: none;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .find-button button {
    background-color: #fda706;
    border: none;
    border-radius: 0.5em;
    padding: 3px 30px;
    text-align: center;
    color: white;
    /* width:100px; */


}

footer .bottom-bar .nav-bar-bottom .popup .popup-content {
    position: absolute;
    z-index: 9999999;
    background-color: #e5e7eb;
    padding: 20px;
    border-radius: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 650px;
    display: none;
    left: -73%;
    transform: translateX(-50%);
    overflow: hidden;
    bottom: 20px;
}

.vh {
    height: 88vh;
}

.icon-top-submenu {
    color: #c02127 !important;
    font-size: 18px;
    margin-right: 10px;
}

.inner-submenu .items {
    border-right: none !important;
}

.column-1 {
    grid-template: auto / auto !important;
    width: auto !important;
    justify-content: left !important;
    margin-top: 0px;
}

.column-1 .sub-toooltip {
    border-right: none !important;
    grid-column: span 3;
}

/* .column-1 .items:nth-child(2){
    margin-top: 20px;
} */
.column-2 {
    grid-template: auto / auto auto !important;
    grid-gap: 0px !important;
    width: 500px !important;
    justify-content: left !important;
}

.column-3 {
    grid-template: auto / auto auto auto !important;
    grid-gap: 0px !important;
    width: 700px !important;
    justify-content: left !important;
}

.bg-contact {
    background: url(../images/bg_contact_menu.png) no-repeat center bottom #ededed;
    background-color: rgb(237, 237, 237);
}

/* .bg-contact .label-top{
  display: none !important;
} */
.bg-contact .items:nth-child(2) {
    border: none !important;
    background-color: #fda706;
    color: #fff !important;
    font-weight: 600;
    margin: -30px auto 0 !important;
    padding: 8px !important;
    border-radius: .25rem !important;
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    width: 200px !important;
}

.bg-contact .items:nth-child(2) a {
    color: #fff;
}

.bg-contact .items {
    border: none !important;
    gap: 10px !important;
    /* padding-top: 8px !important; */
    margin-top: 5px !important;

}

.bg-contact .items a {
    text-decoration: none !important;
    /* color: #1c2d3a82 ; */
    color: black;
    font-size: 13px;
    /*font-weight: bold;*/
}

.bg-contact .items:hover {
    /* background-color: #eabd3f !important; */
    border-radius: 8px;
    /* padding-left: 20px; */
}

.bg-contact .items:hover .icon-top-submenu {
    color: #1c2d3a !important;
}

.bg-contact .items .icon-top-submenu {
    /* color: #eabd3f !important; */
    color: #c02127 !important;
}

.popup-content2 {
    position: absolute;
    z-index: 9999999;
    background-color: #ededed;
    padding: 20px;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 300px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.popup-content2:hover {
    display: block;
}

footer .bottom-bar .nav-bar-bottom .popup:hover .popup-content {
    display: block;
}

.popup2:hover+.popup-content2 {
    display: block;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0px;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    border: none;

    padding: 8px;

}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items {
    border: none;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items:hover {
    background-color: #eabd3f;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items a:hover span {
    color: #cc3333;
}

/* footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items a span:first-child{display: none;} */

footer .bottom-bar .nav-bar-bottom .popup .popup-content .items-grid .items a span {
    color: black;
    display: inline-block;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .bottom-image {
    border: none;
    height: auto;
    margin-top: 20px;
}

footer .bottom-bar .nav-bar-bottom .popup .popup-content .bottom-image img {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: auto;
}

footer .bottom-bar .nav-bar-bottom ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    gap: 10px;
}

footer .bottom-bar .nav-bar-bottom ul li>a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0 6px;
}

.items {

    border-bottom: 1px solid rgb(209 213 219) !important;
    border-right: 1px solid rgb(209 213 219) !important;
    font-weight: normal;

    font-size: 12px !important;
    width: 220px !important;
    white-space: normal;
    display: table-cell !important;
    word-break: break-all !important;
    text-align: left;
    height: 38px;
    line-height: 15px !important;
    vertical-align: middle;
    padding: 6px !important;


}

.mobile-bottom-bar {
    display: none;
}

.fixed-sidebar {
    position: absolute;
    left: 0;
    top: 150px;
    /* transform:translateY(-50%); */
    border: none;
    offset: 100px;
    /*width:35px;*/
    z-index: 9999;
}

.fixed-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.fixed-sidebar ul li {
    display: block;
    border: 1px solid #e5e7eb;
    padding: 5px;
}

.fixed-sidebar ul li:hover {
    background-color: #fda706;
}

.fixed-sidebar ul li a {
    display: inline-block;
    color: black;
}

.side-popup,
.sub-side-popup,
.sub-side-popup-3 {
    position: relative;
    display: inline-block;
}

.side-popup-content,
.sub-side-popup-content,
.sub-side-popup-content-3 {
    display: none;
    position: absolute;
    background-color: #ededed;
    left: 100%;
    top: 0;
    /* transform:translateY(-50%); */
    width: 300px;
}

.side-popup-content ul,
.sub-side-popup-content ul,
.sub-side-popup-content-3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sub-side-popup li {
    background-color: #ededed;
}

.side-popup-content ul li a,
.sub-side-popup-content ul li a,
.sub-side-popup-content-3 ul li a {
    padding: 5px 10px;

    display: block;
    text-decoration: none;
    font-size: 13px;
}

/* .fixed-sidebar .side-popup .side-popup-content > ul li:first-child a{border-bottom:none;} */
.side-popup-content ul li:last-child a {
    border-bottom: none;
}

.sub-side-popup-content ul li:last-child a {
    border-bottom: none;
}

.sub-side-popup-content-3 ul li:last-child a {
    border-bottom: none;
}

.side-popup:hover .side-popup-content,
.sub-side-popup:hover .sub-side-popup-content,
.sub-side-popup-3:hover .sub-side-popup-content-3 {
    display: block;
}

.fixed-sidebar .bar .social-media {
    margin-top: 20px;
}

/* accordion */
.nav .accordion {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #e5e7eb;
}

.nav .accordion .accordion-box {
    height: auto;
}

.nav .accordion .accordion-box .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    padding: 5px 20px;
    color: black;
}

.nav .accordion .accordion-box .header:hover {
    background-color: #eabd3f;
}

.nav .accordion .accordion-box .header span {
    display: inline-block;
}

.nav .accordion .accordion-box .content {
    display: none;
    padding: 20px;
    color: black;
}

.nav .accordion .accordion-box .header span i {
    color: #ef4444;
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
}

.nav .accordion .accordion-box .header span:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.nav .accordion .accordion-box .content {
    border: none;
    height: auto;
}

.nav .accordion .accordion-box .content .content-buttons {
    border: none;
    height: auto;
}

.nav .accordion .accordion-box .content .content-buttons button {
    user-select: none;
    border: 1px solid black;
    border-radius: 3px;
    padding: 4px 16px;
    outline: none;
    background-color: transparent;
    text-transform: uppercase;
    transition: 0.2s all ease-in;
}

.nav .accordion .accordion-box .content .content-buttons button:hover {
    background-color: black;
    color: white;
}

/* sidebar Main */
.sidebar-main {
    border: none;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 110px;
    height: 100vh;
    /* overflow-y:scroll;*/
    z-index: 999999;
    /* padding:20px; */
    background-color: #e5e7eb;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-main .company-logo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 20px;
}

.sidebar-main .bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    /* background-color:red; */
}

.sidebar-main .bar .list .list-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 10px;
    transition: 0.2s all ease-in;
    position: relative;
    margin: 0 10px !important;
}

.sidebar-main .bar .list.active {
    background-color: #d7d7d7;
}

.sidebar-main .bar .list .list-button:hover {
    background-color: #eabd3f;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-main .bar .list .list-button .icon {
    transform: scale(1.0);
    transition: 0.2s all ease-in;
    font-size: 22px;
}

.sidebar-main .bar .list .list-button .icon a i {
    color: #c02127;
}

.sidebar-main .bar .list .list-button:hover .icon {
    transform: translateY(10px) scale(1.5);
}

.sidebar-main .bar .list .list-button .nav-label {
    font-size: 10px;
    text-transform: capitalize;
    transition: 0.2s all ease-in;
    visibility: visible;
    font-weight: 600;
    text-align: center;
}

.sidebar-main .bar .list .list-button:hover .nav-label {
    visibility: hidden;
}

/* dropdown */
.sidebar-main .bar .list .nav-dropdown {
    position: fixed;
    left: 110px;
    top: 0;
    width: 0;
    height: 100vh;
    z-index: 999999;
    background-color: #e6e6e6;
    box-shadow: 0px 0 3px 0 rgba(143, 143, 143, 0.83);
    visibility: hidden;
    /* display: none; */
    transition: 0.2s all ease-in;
    /*! padding:20px; */
}

.sidebar-main .bar .list .nav-dropdown .sub-nav-dropdown {
    position: fixed;
    left: 360px;
    top: 0;
    width: 0;
    height: 100vh;
    z-index: 999999;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 0px 0 rgba(143, 143, 143, 0.83);
    visibility: hidden;
    /* transition:0.2s all ease-in;*/
    padding-top: 40px;
}

/* .sidebar-main .bar .list:hover .nav-dropdown,
.sidebar-main .bar .list .nav-dropdown .subnav  .nav-item:hover .sub-nav-dropdown
{
    visibility: visible;width:300px;
} */
.sidebar-dropdown {
    visibility: visible !important;
    width: 250px !important;
}

.sidebar-main .bar .list .nav-dropdown .subnav,
.sidebar-main .bar .list .nav-dropdown .sub-nav-dropdown .subnav {
    border: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item {
    position: relative;
    width: 100%;
    /*! padding: 10px; */
    /*! border-radius: 0.5em; */
    /*! transition:0.2s all ease-in; */
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item.active {
    background-color: #f2f2f2;
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item a {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 15px 10px;
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: flex-start; */
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item a .right-arrow {
    margin-left: auto;
    color: #919191;
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item a .icons {
    color: #c02127;
    font-size: 16px;
}

.sidebar-main .bar .list .nav-dropdown .subnav .nav-item:hover {
    background-color: #eabd3f;

}

.sidebar-main .bar .list .nav-dropdown .nav-close,
.sidebar-main .bar .list .nav-dropdown .subnav .nav-item .sub-nav-dropdown .sub-nav-close {
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    color: #919191;
    position: relative;
    right: 13px;
    top: 25px;
}

.divider {
    background-color: #fda706;
    height: 10px;
    width: 100%;
}

.bg-image-find .bottom-image {
    background: url('../images/find.png') no-repeat;
    height: 320px !important;
    width: 346px;
    display: block;
    margin: auto;
}

.bg-image-add .bottom-image {
    background: url('../images/add.png') no-repeat;
    height: 200px !important;
    width: 465px;
    display: block;
    margin: auto;
    margin-top: auto;
    background-size: 67%;
    background-position: center;
}


.bg-image-invest .bottom-image {
    background: url('../images/invest.png') no-repeat;
    height: 200px !important;
    width: 465px;
    display: block;
    margin: auto;
    margin-top: auto;
    background-size: 67%;
    background-position: center;
}

.bg-image-connect .bottom-image {
    background: url('../images/connect.png') no-repeat;
    height: 200px !important;
    width: 465px;
    display: block;
    margin: auto;
    margin-top: auto;
    background-size: 67%;
    background-position: center;
}

.bg-image-know .bottom-image {
    background: url('../images/know.png') no-repeat;
    height: 200px !important;
    width: 465px;
    display: block;
    margin: auto;
    margin-top: auto;
    background-size: 67%;
    background-position: center;
}

.bg-image-learn .bottom-image {
    background: url('../images/learn.png') no-repeat;
    height: 200px !important;
    width: 465px;
    display: block;
    margin: auto;
    margin-top: auto;
    background-size: 67%;
    background-position: center;
}


.topbar_system li span {
    font-size: 20px;
    margin-right: 1px;
}

.topbar_system li a {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.nav .accordion .accordion-box .header span span {
    font-size: 22px;
}

.nav .accordion .accordion-box .header span label {
    margin-left: 10px;
}


.otherSystem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 0px 5px;
    padding: 20px 0;
    height: 770px;
}

.otherSystem .box-item {
    flex: 1 0 30%;
    text-align: center;
    color: #444;
    position: relative;
    height: 80px;
}

.otherSystem .box-item .content-buttons button a {
    color: white;
}

.otherSystem .box-item:hover {
    background-color: #dfdfe2;
    border-radius: 10px;
}

.otherSystem .box-item .icons {
    font-size: 25px;
    color: #c02127;
}

.otherSystem .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
    margin: 0 auto;
}

.otherSystem .box-item:hover .name {
    white-space: normal;
    width: 100%;
}

.otherSystem h3 {
    border-top: 10px solid #ddd;
    width: 100%;
    padding-top: 10px;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: #1c2d3a;
}

.otherSystem .box-item .box-dropdown {
    display: none;
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.5em;
    background-color: #e5e7eb;
    z-index: 99999;
    width: 360px;
    padding: 10px;
}

.otherSystem .box-item.top .box-dropdown {
    bottom: 83px;
}


.otherSystem .box-item .box-dropdown .content-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.otherSystem .box-item .box-dropdown::after {
    content: '';
    position: absolute;
    border-color: transparent transparent #e5e7eb transparent;
    border-style: solid;
    border-width: 12px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.otherSystem .box-item.top .box-dropdown::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #e5e7eb transparent;
    transform: rotate(179deg);
    bottom: -10px;
    top: auto;
}

.otherSystem .box-item .box-dropdown .content-buttons button {
    background-color: rgb(107 114 128);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    border-radius: 0.5em;
    border: none;
    gap: 5px;
    transition: 0.2s all ease-in;
}

.otherSystem .box-item .box-dropdown .content-buttons button:hover {
    background-color: #eabd3f;
    color: rgb(107 114 128);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.otherSystem .box-item:hover .box-dropdown {
    display: block;
}

.header {
    background: #fda706;
}

.select-country {
    display: inline-block;
    width: 49%;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    min-height: unset;
    transition: all 0.3s ease;
}

.select-country:hover {
    background: linear-gradient(135deg, rgba(253, 167, 6, 0.05) 0%, rgba(255, 107, 53, 0.05) 100%);
    border-color: rgba(253, 167, 6, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(253, 167, 6, 0.15);
}

.select-country:nth-child(odd) {
    padding-right: 10px;
}

.select-country:nth-child(even) {
    padding-left: 10px;
}

.select-country label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.select-country label i {
    color: #fda706;
    font-size: 16px;
    animation: pulse 2s infinite;
    text-shadow: 0 0 10px rgba(253, 167, 6, 0.3);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 10px rgba(253, 167, 6, 0.3);
    }
    50% {
        transform: scale(1.1);
        text-shadow: 0 0 20px rgba(253, 167, 6, 0.6);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 10px rgba(253, 167, 6, 0.3);
    }
}

.select-country label::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #fda706, #ff6b35);
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(253, 167, 6, 0.5);
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.modern-select {
    width: 100%;
    padding: 12px 40px 12px 45px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.modern-select:focus {
    outline: none;
    border-color: #fda706;
    box-shadow: 0 0 0 3px rgba(253, 167, 6, 0.1), 0 4px 12px rgba(253, 167, 6, 0.15);
    transform: translateY(-1px);
    background: linear-gradient(135deg, #ffffff 0%, #fff8e1 100%);
}

.modern-select:hover {
    border-color: #fda706;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #fff8e1 100%);
}

.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    transition: all 0.3s ease;
    font-size: 12px;
    opacity: 0.7;
    z-index: 2;
}

.modern-select:focus + .select-arrow {
    color: #fda706;
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
    text-shadow: 0 0 10px rgba(253, 167, 6, 0.5);
}

.select-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fda706;
    font-size: 14px;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 2;
}

.modern-select:focus ~ .select-icon {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    color: #ff6b35;
    text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

.modern-select option {
    padding: 10px;
    background-color: #ffffff;
    color: #333;
    font-weight: 500;
}

.modern-select option:hover {
    background-color: #f8f9fa;
}

.modern-select option:checked {
    background: linear-gradient(135deg, #fda706, #ff6b35);
    color: #ffffff;
}

/* Custom styling for the select dropdown */
.modern-select::-ms-expand {
    display: none;
}

/* Add a subtle animation for the select wrapper */
.select-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #fda706, #ff6b35);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.modern-select:focus ~ .select-wrapper::before {
    opacity: 0.1;
}

/* Add a beautiful glow effect */
.select-wrapper::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 10px;
    background: linear-gradient(45deg, #fda706, #ff6b35, #fda706);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -2;
    filter: blur(4px);
}

.modern-select:focus ~ .select-wrapper::after {
    opacity: 0.3;
}

/* Responsive design */
@media only screen and (max-width: 767.98px) {
    .select-country {
        width: 100%;
        margin-bottom: 15px;
        padding: 12px;
    }

    .select-country:nth-child(odd),
    .select-country:nth-child(even) {
        padding: 12px;
    }

    .modern-select {
        padding: 10px 35px 10px 40px;
        font-size: 16px; /* Better for mobile touch */
    }

    .select-country label::after {
        width: 25px;
    }

    .select-country label i {
        font-size: 14px;
    }
}

.tracker-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tracker-block__icon {
    font-size: 24px;
    color: #fda706;
    margin-right: 2px;
}

.tracker-block__content {
    flex: 1;
}

.tracker-block__content h4 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.tracker-block__content h2 {
    margin: 5px 0 0 0;
    font-size: 24px;
    color: #333;
}

/* Enhanced Section Head Styling */
.section-head h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}

.section-head h2 i {
    color: #fda706;
    font-size: 28px;
    animation: bounce 2s infinite;
    text-shadow: 0 0 15px rgba(253, 167, 6, 0.4);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.section-head h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #fda706, #ff6b35);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(253, 167, 6, 0.5);
}

.section-head p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.section-head p i {
    color: #fda706;
    font-size: 14px;
    animation: pulse-clock 2s infinite;
}

@keyframes pulse-clock {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.section-head .last-update {
    color: #fda706;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(253, 167, 6, 0.3);
}

/* Enhanced tracker block header */
.tracker-block__header.with-option {
    background: linear-gradient(135deg, rgba(253, 167, 6, 0.03) 0%, rgba(255, 107, 53, 0.03) 100%);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(253, 167, 6, 0.1);
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tracker-block__header.with-option:hover {
    box-shadow: 0 8px 25px rgba(253, 167, 6, 0.1);
    transform: translateY(-2px);
}

/* Responsive design for section head */
@media only screen and (max-width: 767.98px) {
    .section-head h2 {
        font-size: 20px;
        gap: 8px;
    }

    .section-head h2 i {
        font-size: 24px;
    }

    .section-head h2::after {
        width: 40px;
        height: 2px;
    }

    .section-head p {
        font-size: 13px;
    }

    .section-head p i {
        font-size: 12px;
    }

    .section-head .last-update {
        font-size: 14px;
    }
}

.select-country select {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.7); /* Glassy white */
    -webkit-backdrop-filter: blur(6px); /* Glass effect for Safari */
    backdrop-filter: blur(6px); /* Glass effect */
    border: 1px solid rgba(200,200,200,0.4);
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
    color: #222;
    font-size: 15px;
    padding: 10px 16px;
    transition: box-shadow 0.3s, border-color 0.3s, background 0.3s;
}

.select-country select:focus {
    outline: none;
    border-color: #fda706;
    box-shadow: 0 8px 32px 0 rgba(253,167,6,0.15);
    background: rgba(255,255,255,0.85);
}

.select-country select option {
    background: rgba(255,255,255,0.85) !important; /* Glassy white */
    color: #222 !important;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.select-country select option:checked {
    background: linear-gradient(135deg, #fda706, #ff6b35) !important;
    color: #fff !important;
}

/* Enhanced Stats Cards with Hover Animation */
.stats-card {
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    min-height: 200px;
}

.stats-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    border-color: rgba(255,255,255,0.35);
    background: rgba(253, 167, 6, 0.13);
}

.stats-card::before,
.stats-card::after {
    display: none !important;
}

.stats-card .tracker-block {
    position: relative;
    z-index: 2;
    background: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stats-card .tracker-block__content {
    position: relative;
    z-index: 2;
    background: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats-card .stats-icon {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-size: 2.5rem;
    color: #fda706;
    opacity: 0.8;
    margin-bottom: 15px;
    text-align: center;
}

.stats-card:hover .stats-icon {
    transform: scale(1.15) rotate(8deg);
    color: #fda706;
    text-shadow: 0 0 25px rgba(253, 167, 6, 0.6);
    opacity: 1;
}

.stats-card h4 {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.1rem;
}

.stats-card:hover h4 {
    color: #fda706;
    transform: translateX(8px);
    text-shadow: 0 0 10px rgba(253, 167, 6, 0.3);
}

.stats-card h2 {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.2rem;
}

.stats-card:hover h2 {
    color: #333;
    transform: scale(1.08);
    text-shadow: 0 0 15px rgba(253, 167, 6, 0.3);
}

.stats-card .stats-trend {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: auto;
    font-size: 0.9rem;
}

.stats-card:hover .stats-trend {
    transform: translateX(5px);
    opacity: 1;
}

.stats-card:hover .stats-trend .trend-text {
    color: #fda706;
    font-weight: 600;
}

.stats-card:hover .stats-trend i {
    color: #28a745;
    animation: bounce-arrow 1s ease-in-out infinite;
}

/* Pulse animation for stats numbers */
@keyframes stats-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.stats-card:hover .cases-no {
    animation: stats-pulse 0.8s ease-in-out;
    color: #fda706;
    font-weight: 700;
}

/* Glow effect for icons */
@keyframes icon-glow {
    0% {
        text-shadow: 0 0 5px rgba(253, 167, 6, 0.3);
    }
    50% {
        text-shadow: 0 0 25px rgba(253, 167, 6, 0.7);
    }
    100% {
        text-shadow: 0 0 5px rgba(253, 167, 6, 0.3);
    }
}

.stats-card:hover .stats-icon i {
    animation: icon-glow 2s ease-in-out infinite;
}

/* Bounce animation for trend arrows */
@keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-4px);
    }
    60% {
        transform: translateY(-2px);
    }
}

/* Floating animation for cards */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

.stats-card {
    animation: float 4s ease-in-out infinite;
}

.stats-card:hover {
    animation: none;
}

/* Stagger animation for multiple cards */
.stats-card:nth-child(1) { animation-delay: 0s; }
.stats-card:nth-child(2) { animation-delay: 0.5s; }
.stats-card:nth-child(3) { animation-delay: 1s; }
.stats-card:nth-child(4) { animation-delay: 1.5s; }
.stats-card:nth-child(5) { animation-delay: 2s; }
.stats-card:nth-child(6) { animation-delay: 2.5s; }

/* Focus states for accessibility */
.stats-card:focus {
    outline: 2px solid #fda706;
    outline-offset: 2px;
}

.stats-card:focus-visible {
    outline: 2px solid #fda706;
    outline-offset: 2px;
}

/* Loading state animation */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.stats-card.loading .cases-no {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
    color: transparent;
}

/* Hover effect for different card types */
.stats-card.properties-sale:hover {
    border-color: rgba(40, 167, 69, 0.4);
    box-shadow: 0 20px 40px rgba(40, 167, 69, 0.2);
}

.stats-card.properties-rent:hover {
    border-color: rgba(0, 123, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.2);
}

.stats-card.properties-auction:hover {
    border-color: rgba(220, 53, 69, 0.4);
    box-shadow: 0 20px 40px rgba(220, 53, 69, 0.2);
}

.stats-card.total-value:hover {
    border-color: rgba(255, 193, 7, 0.4);
    box-shadow: 0 20px 40px rgba(255, 193, 7, 0.2);
}

/* Responsive design for stats cards */
@media only screen and (max-width: 767.98px) {
    .stats-card:hover {
        transform: translateY(-5px) scale(1.02);
    }

    .stats-card:hover .stats-icon {
        transform: scale(1.08) rotate(5deg);
    }

    .stats-card:hover h2 {
        transform: scale(1.05);
    }

    .stats-card {
        animation: float 5s ease-in-out infinite;
        padding: 15px;
        min-height: 180px;
    }

    .stats-card .stats-icon {
        font-size: 2rem;
    }

    .stats-card h2 {
        font-size: 1.8rem;
    }

    .stats-card h4 {
        font-size: 1rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .stats-card {
        background: rgba(255,255,255,0.55) !important;
        border-color: rgba(255,255,255,0.25) !important;
        color: #222 !important;
    }
    .stats-card:hover {
        background: rgba(253, 167, 6, 0.13) !important;
    }
    .stats-card h4, .stats-card h2 {
        color: #222 !important;
    }
}

/* Enhanced Button Styling for Stats Section */
.select-country .btn-primary {
    background: linear-gradient(135deg, #fda706 0%, #ff6b35 100%);
    border: none !important;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(253, 167, 6, 0.3);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
    justify-content: center;
}

.select-country .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%);
    transition: left 0.6s ease;
}

.select-country .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(253, 167, 6, 0.4);
    background: linear-gradient(135deg, #ff6b35 0%, #fda706 100%);
    color: #fff;
    text-decoration: none;
    border: none !important;
}

.select-country .btn-primary:hover::before {
    left: 100%;
}

.select-country .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(253, 167, 6, 0.3);
    border: none !important;
}

.select-country .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(253, 167, 6, 0.3);
    border: none !important;
}

/* Responsive design for button */
@media only screen and (max-width: 767.98px) {
    .select-country .btn-primary {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 180px;
    }
}
