@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #353535;
    font-family: "Work Sans", sans-serif;
    overflow-x: hidden;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

a:hover {
    color: #F6552C;
}

h1 {
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 10px 0 10px 0;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    line-height: 18px;
    margin: 0 0 14px 0;
}

p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5px;
}

label {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 2px;
}

button a {
    color: #2b2525;
}

.top {
    background: #F6552C;
    min-height: 36px;
    padding: 3px 0px;
}

.top ul.top-left {
    width: 100%;
}

.top ul.top-left li,
.top ul.top-left li a {
    color: #fff;
    font-size: 14px;
}

.top ul.top-left li {
    list-style-type: none;
    float: left;
    padding-top: 6px;
    margin-right: 10px;
}

.top ul.top-right {
    width: 100%;
}

.top ul.top-right li,
.top ul.top-right li a {
    color: #fff;
    font-size: 14px;
}

.top ul.top-right li {
    list-style-type: none;
    float: right;
}

.nav-link {
    display: block;
    padding: 5px 10px;
}

.top ul.top-right li,
.top ul.top-right li a {
    color: #fff;
    font-size: 14px;
}

.navbar {
    font-size: 16px;
}

.navbar a:hover {
    color: #F6552C;
}

.navbar .logo img {
    max-height: 60px;
}

.sticky-top {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 0px;
}

.navbar .active a {
    color: #F6552C;
}

/* Dropdown Button */
.dropbtn {
    background: inherit;
    border: 0;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 5px;
    color: var(--bs-navbar-color);
}

.dropbtn::after {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    top: 26%;
    right: 0;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #F6552C;
}

.postadlink {
    margin: 1px 5px;
    background: #F6552C;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
}

a.postadlink:hover {
    color: #000;
}

.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 165px;
    padding-bottom: 165px;
}

.overlay:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 0;
}

.banner-section .content-box {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

.banner-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    z-index: 1;
}

.banner-section p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.banner-section .box {
    margin-top: 30px;
}

.banner-section .input-box {
    display: flex;
    justify-content: center;
    background: rgb(245, 245, 245, 0.3);
    padding: 10px;
    border-radius: 6px;
}

.banner-section .input-box input {
    width: 20%;
    height: 40px;
    font-size: 16px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-control:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.select2 {
    display: block;
    clear: both;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.banner-section .select2-container .select2-selection--single {
    height: 40px;
}

.banner-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.banner-section .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

[class^='select2'] {
    border-radius: 0px !important;
}

.select2-search__field:focus {
    /* border: none !important; */
    outline: 0 !important;
}

.search_btn {
    padding: 5px 15px;
    border-radius: 1px;
    height: 40px;
    border: none;
    background-color: #F6552C;
    color: #fff;
}

.box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 5px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.category-section {
    background-color: #fff;
}

.category-section .category-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}

.category-section .category-box:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    border-bottom: 2px solid #0d6efd;
}

.category-section .category-box .icon-box {
    margin: 0 10px;
    width: 30%;
    background: transparent;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box .icon-box img {
    border-radius: 100%;
}

.category-section .category-box .icon-box i {
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box span {
    color: #727272;
}

.category-box .content-box {
    display: block;
    width: 100%;
    text-align: center;
}

.font-weight-extra-bold {
    font-weight: 800 !important;
}

.featured-listing-section {
    background-color: #fff;
}

.owl-carousel .item {
    font-size: 12px;
    margin: 15px 0px;
    position: relative;
    border-radius: 4px;
    background: #eee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.featured-carousel .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 100%;
}

.featured-carousel .owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: -15px;
}

.featured-carousel .owl-prev,
.featured-carousel .owl-next {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100% !important;
    background-color: #F6552C !important;
}

.featured-carousel .item-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.featured-carousel .item-image .hoverFlash {
    overflow: hidden;
    height: 200px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-carousel .item-image .category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #eee;
    border-radius: 2px;
    padding: 3px 6px;
}

.featured-carousel .content {
    padding: 5px 10px;
}

.featured-carousel .content .title {
    padding: 5px 0px;
    display: block;
    clear: both;
    font-size: 16px;
    color: #545454;
}

.featured-carousel .content .title:hover {
    color: #cb4523;
}

.featured-carousel .content .location {
    display: inline-block;
    float: left;
}

.featured-carousel .content .location a {
    color: #000;
}

.featured-carousel .content .user {
    display: inline-block;
    float: right;
}

.featured-carousel .content .user a {
    color: #000;
}

.listings .item {
    margin: 15px 0px;
    position: relative;
    border-radius: 2px;
    background: #eee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.listings .item-image {
    position: relative;
}

.listings .item-image .category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #eee;
    border-radius: 2px;
    padding: 5px 10px;
}

.listings .content {
    padding: 5px 10px;
}

.listings .content .title {
    padding: 5px 0px;
    display: block;
    clear: both;
    font-size: 20px;
    color: #727272;
}

.listings .content .title:hover {
    color: #cb4523;
}

.listings .content .location {
    display: inline-block;
    float: left;
}

.listings .content .location a {
    color: #000;
}

.listings .content .user {
    display: inline-block;
    float: right;
}

.listing-image {
    margin-top: 15px;
}

.listings .content .user a {
    color: #000;
}

.listings-section .listings .item {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.listings-section .listings .item .item-description h2 a {
    font-size: 24px;
    color: #c40000;
}

.listings-section .listings .item .item-description h2 a:hover {
    color: #F6552C;
}

.listings-section .listing ul li {
    display: inline-block;
}

.input-group-append button.btn.btn-primary {
    border-radius: 1px;
    margin: 0px !important;
}

.item .item-btn ul li {
    display: inline-block;
    margin: 5px 0px;
}

.item .item-btn ul li a {
    /* background: #D5DEFF; */
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    /* color: #07123b; */
    border-radius: 2px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.popular-listings-section {
    background-color: #fff;
}

.popular-listings-section .popular-listings img {
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 2px;
}

.popular-listings:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 4px 10px #00000030;
    box-shadow: 0 4px 10px #00000030;
}

.popular-listings:hover h5 {
    color: #F6552C;
}

.popular-listings {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.popular-listings .content-box {
    display: blox;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background: #F6552C;
    border: none;
    border-radius: 2px;
}

.btn-primary:hover {
    color: #fff;
    background: #cb4523;
}

.service-section {
    background-color: #fff;
}

.service-section .item {
    margin-bottom: 15px;
}

.service-section .title {
    font-weight: 300;
    font-style: normal;
    padding: 10px 0px;
    margin-top: 15px;
}

.service-section .content {
    color: #9b9b9b;
}

.service-section .read-more {
    margin-top: 15px;
}

.service-image img {
    border-radius: 2px;
}

/* ===== SERVICE CARD ===== */
.service-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.service-card .card-body {
    padding: 1rem;
}

.service-card .card-title {
    font-size: 1.3rem;
    line-height: 1.4;
}

.price-section .h2 {
    font-size: 2rem;
}

/* Gradient Badge */
.bg-primary-gradient {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
}

/* ===== MODAL STYLING ===== */
.modal-content {
    border-radius: 20px;
}

.modal-header {
    border-radius: 20px 20px 0 0;
}

.bg-success-light {
    background-color: rgba(25, 135, 84, 0.15);
}

/* Responsive Padding */
@media (max-width: 768px) {
    .service-card .card-body {
        padding: 1.5rem;
    }
}

.blog-section {
    background-color: #fff;
}

.blog-section .item-box {
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin: 10px 0px;
}

.blog-section .content .date {
    float: left;
    padding: 10px 0px;
}

.blog-section .content .user {
    float: right;
    padding: 10px 0px;
}

.blog-image img {
    border-radius: 2px;
}

.blog-section .title {
    clear: both;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0px;
    margin-top: 15px;
}

.blog-section .title h5 {
    text-transform: capitalize;
}

.read-more a {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    padding: 3px 10px;
    background: #0d6efd;
}

.blog-section .read-more a:hover {
    color: #fff;
    background: #cb4523;
}

.user-section {
    background-color: #fff;
}

.user-section .user-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.user-section .user-box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-bottom: 2px solid #0d6efd;
}

.user-section .user-box .user-photo img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    clear: both;
}

.user-section .user-box .content h5 {
    margin-top: 15px;
}

.widget-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.cat-wid-list {
    float: left;
    width: 100%;
    position: relative;
}

.cat-wid-list li {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    color: #292929;
}

.cat-wid-list li a {
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
}

.cat-wid-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 50px;
    z-index: 1;
    border-top: 1px dotted #ccc;
}

.cat-wid-list li span {
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    background: #e93314;
}

.location-section {
    background-color: #fff;
}

.citylist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px 5px;
    padding: 15px 15px;
    color: #000;
    background: #fff;
    font-weight: 600;
    border-left: 2px solid #0d6efd;
    border-radius: 4px;
    -webkit-box-shadow: 5px 0px 10px rgba(81, 81, 102, 0.2);
    box-shadow: 5px 0px 10px rgba(81, 81, 102, 0.2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.citylist li a:hover {
    border-left: 2px solid #F6552C;
    color: #0d6efd;
}

.citylist li a:hover span {
    background: #F6552C;
}

.citylist li span {
    color: #fff;
    font-size: 12px;
    background: #3f8eff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 2px;
}

.card {
    margin: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}

.card-header {
    font-size: 1.1rem;
    font-weight: 600;
}

.titleTop h2 {
    padding: 10px 15px;
    text-align: center;
    color: #777;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-content {
    margin: 25px 0px;
}

.listing {
    padding: 10px 15px;
}

.listing ul li {
    display: inline-block;
}

.listing ul li a {
    background: #D5DEFF;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    border-radius: 2px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.listing ul li a:hover {
    background: #b7c6ff;
}

.listing ul li i.fa-circle-check {
    color: blue;
}

.listing .summary {
    padding: 10px 0px;
}

.listing .image-slider {
    border-radius: 3px;
    margin: 15px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.single-carousel .item {
    margin: 0 !important;
}

.single-carousel .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-carousel .owl-dots {
    display: none;
}

.single-carousel .owl-prev,
.single-carousel .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100% !important;
    background-color: #F6552C !important;
}

.listing .description {
    padding: 10px 0px;
    text-align: justify;
}

.user-box {
    background: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.user-box .user-photo img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    clear: both;
}

.user-box .content h5 {
    margin-top: 15px;
}

.user-box .user-contact ul li {
    margin: 2px 0px;
    padding: 5px 10px;
}

.user-box .user-contact ul li i {
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 7px 5px;
    border-radius: 3px;
    background: #c5ddff;
}

.user-box .user-contact ul li:hover i {
    color: #F6552C
}

.user-box .user-social-media ul li {
    display: inline-block;
    margin: 2px 0px;
    padding: 5px 5px;
}

.user-box .user-social-media ul li i {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 7px 5px;
    border-radius: 3px;
    color: #000;
    background: #c5ddff;
}

.user-box .user-social-media ul li:hover i {
    color: #F6552C;
}

.opening-hours-box {
    margin: 15px 0px;
}

.opening-hours-box ul li {
    font-weight: 500;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.google-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.google-map iframe {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.login-section {
    height: 80vh;
}

.login-section form {
    /* max-width: 500px; */
    margin: auto;
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 15px;
    border-radius: 10px;
}

.form-control {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 6px 10px;
    border-radius: 2px;
}

.form-group,
.input-group {
    margin-bottom: 10px;
}

.price-item {
    padding: 10px 15px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.price-content .price-number {
    position: relative;
    padding-top: 50px;
}

.list-items li {
    margin-bottom: 8px;
    font-weight: 500;
    color: #808996;
    font-size: 15px;
}

.price-item {
    text-align: center;
}

.price-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.price-item h4 {
    display: inline-block;
    margin-top: 25px;
    padding: 3px 15px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #F6552C;
    background: #F6552C;
    color: #fff;
    cursor: pointer;
}

.price-item h4:hover {
    color: #F6552C;
    background: #fff;
}

.price-item h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 30px;
}

.price-item h6 {
    text-align: center;
    margin-bottom: 15px;
}

.price-item ul {
    text-align: left;
}

.price-item ul.list-items li .fa-check {
    background: transparent;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #28a745;
    font-size: 12px;
    font-weight: 600;
}

.price-item ul.list-items li .fa-times {
    background: transparent;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #dc3545;
    font-size: 12px;
    font-weight: 600;
}

.page-banner-section {
    padding: 50px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about-section {
    padding: 10px 30px;
}

.about-section .image {
    margin: 10px 0px;
}

.about-section .title {
    margin: 10px 0px;
    padding-left: 30px;
}

.about-section .description {
    padding-left: 30px;
}

.contact-section {
    padding: 15px 30px;
}

.contact-section .contact-form-section,
.contact-section .contact-info-section {
    padding: 15px 15px;
}

.contact-section .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.contact-section .info-box:hover .icon-box {
    background: #F6552C;
    color: #fff;
}

.contact-section .info-box .icon-box {
    background: #eee;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    padding-top: 6px;
}

.contact-section .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.gallery-section {
    padding: 15px 30px;
}

.gallery-item {
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.gallery-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.faq-section {
    padding: 15px 30px;
}

.faq-section .accordion-item {
    background: #f7f7f7;
    border: none;
    margin: 15px 0;
    border-radius: 5px;
}

.faq-section .accordion-button {
    background: #eee;
    border-radius: 2px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    padding-right: 15px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button::after {
    background-size: 14px;
}

.brandList {
    padding-top: 20px;
}

.brandList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.brandList .item a {
    width: 100%;
}


.brandList .item span {
    display: block;
}

.brandList li {
    text-align: center;
}

.brandList li a {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 25px;
    border-radius: 10px;
    min-height: 178px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

.brandList li a:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-bottom-color: #2b69b3;
    scale: 1.05;
}

.pagination {
    --bs-pagination-border-radius: 2px;
}

.directory .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.175rem;
    --bs-pagination-font-size: 0.9rem;
}

.page-link:hover {
    color: #F6552C;
}

.job-content .deadline,
.job-content .publish_date {
    background: #2EAAE1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 10px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.job-content a.job_title {
    text-decoration: none;
    display: block;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 19px;
    color: #000000;
    margin-top: 10px;
}

.job-content .company_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-content .company_info li {
    list-style: none;
    line-height: 18px;
    margin-right: 15px;
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.job-content .company_info li img {
    height: 15px;
    margin-right: 7px;
}

.job-content .company_info li img {
    height: 15px;
    margin-right: 7px;
}

.job-content .type-of-job {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.job-content .type-of-job li {
    list-style: none;
    padding: 3px 15px;
    background: #DFDFDF;
    margin-bottom: 10px;
    color: #000;
    margin-right: 15px;
    font-size: 13px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-widget-content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-widget-content .logo img {
    width: 100px;
}

.job-content h3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #B32D7D;
}

.related_job_posts {
    padding-bottom: 15px;
    ;
}

.location-box li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3px;
    background: none;
    border: 1px solid #F6552C;
}

.location-box li a {
    padding: 5px 10px;
}

.location-box li a:hover {
    background: #F6552C;
    color: #fff;
}

.borderless td,
.borderless th {
    border: none;
}

.company h4 {
    font-size: 18px;
    color: #212529;
}


.footer-section {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    margin-top: 15px;
    padding: 0;
    position: relative;
    clear: both;
}

.list.list-icons.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
    color: #F6552C;
    border-color: #F6552C;
}

.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6 {
    color: #fff;
}

.footer-section .list li {
    color: #777;
    font-weight: 700;
}

.footer-section .list li a {
    color: #777;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer-section .abount-content {
    text-align: justify;
    color: #777;
}

.list.list-icons.list-icons-lg li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li>.icons:first-child,
.list.list-icons.list-icons-lg li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child>.icons:first-child {
    font-size: 1.3em;
    top: 10px;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background: #fff;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.footer-section .list li a:hover {
    margin-left: 5px;
    color: #F6552C;
}

.footer-copyright {
    color: #777;
    font-weight: 700;
}

.footer-section .title {
    color: #777;
    font-weight: 700;
}

.footer-section .footer-copyright {
    background: #1c2023;
}

.footer-section .contact-number a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.alert {
    padding: 5px 10px;
    border-radius: 2px;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
}


.alert-custom {
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    font-family: 'Segoe UI', system-ui, sans-serif;
    transition: all 0.3s ease;
}

.alert-custom:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.alert-primary-custom {
    background: linear-gradient(135deg, #d6e7ff, #cfe2ff);
    color: #084298;
    border-left: 4px solid #0d6efd;
}

.alert-success-custom {
    background: linear-gradient(135deg, #d5f5e3, #d1e7dd);
    color: #0f5132;
    border-left: 4px solid #198754;
}

.alert-warning-custom {
    background: linear-gradient(135deg, #fdebd0, #fff3cd);
    color: #664d03;
    border-left: 4px solid #ffc107;
}

.alert-danger-custom {
    background: linear-gradient(135deg, #fadbd8, #f8d7da);
    color: #842029;
    border-left: 4px solid #dc3545;
}

.alert-info-custom {
    background: linear-gradient(135deg, #d1f2eb, #cff4fc);
    color: #055160;
    border-left: 4px solid #0dcaf0;
}

.btn-close-custom {
    padding: 1.1rem 1.25rem;
    filter: invert(25%) sepia(10%) saturate(800%) hue-rotate(180deg) brightness(90%);
    opacity: 0.7;
    transition: all 0.2s ease;
}

.btn-close-custom:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.alert-heading {
    font-weight: 600;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-icon {
    font-size: 1.35rem;
}

.btn-close {
    font-size: 10px;
}

.phone_code_box .select2-container--default .select2-selection--single {
    /* background-color: transparent !important; */
    border: none !important;
}

.phone_code_box .input-group-text {
    min-width: 85px;
    padding: 0px;
}

#phone_code select {
    max-width: 70px;
    border: none;
    max-width: 70px;
}

#phone_code select:focus-visible,
.phone_code select:focus-visible {
    border: 0;
    outline: 0;
}

.social-icons-facebook a {
    background: #1877f2 !important;
}

.social-icons-facebook a:hover {
    background: #1877A2 !important;
}

.social-icons-twitter a {
    background: #1da1f2 !important;
}

.social-icons-linkedin a {
    background: #0a66c2 !important;
}

.social-icons-pinterest a {
    background: #bd081c !important;
}

.yt-video-box {
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
}

.listing-btn li {
    margin: 5px 0px;
}

.social-share li {
    display: inline-block;
}

.social-share li a {
    padding: 10px 15px;
    margin: 5px 0px;
    border-radius: 1px;
}

.social-share .google a {
    color: #fff;
    background: #FF5D1F;
}

.social-share .google a:hover {
    background: #E55121;
}

.social-share .facebook a {
    color: #fff;
    background: #3E68BD;
}

.social-share .facebook a:hover {
    background: #385DAC;
}

.social-share .twitter a {
    color: #fff;
    background: #23ABFF;
}

.social-share .twitter a:hover {
    background: #2099E9;
}

.social-share .linkedin a {
    color: #fff;
    background: #15ACE5;
}

.social-share .linkedin a:hover {
    background: #0F9ACE;
}

.social-share .pinterest a {
    color: #fff;
    background: #EB3148;
}

.social-share .pinterest a:hover {
    background: #D2293E;
}

.social-share .whatsapp a {
    color: #fff;
    background: #11D359;
}

.social-share .whatsapp a:hover {
    background: #11BD4E;
}

.social-share .line a {
    color: #fff;
    background: #00BF00;
}

.social-share .reddit a {
    color: #fff;
    background: #FF5D1F;
}

.social-share .reddit a:hover {
    background: #E55121;
}

.social-share .skype a {
    color: #fff;
    background: #06BCFE;
}

.social-share .skype a:hover {
    background: #06A9E5;
}

.social-share .tumblr a {
    color: #fff;
    background: #35455C;
}

.social-share .tumblr a:hover {
    background: #2D3C52;
}

.social-share .diaspora a {
    color: #fff;
    background: #000000;
}

.social-share .diaspora a:hover {
    background: #020202;
}

.social-share .douban a {
    color: #fff;
    background: #007900;
}

.social-share .douban a:hover {
    background: #006100;
}

.social-share .email a {
    color: #fff;
    background: #F4CD0D;
}

.social-share .email a:hover {
    background: #DBB70B;
}

.social-share .evernote a {
    color: #fff;
    background: #2DBE61;
}

.social-share .evernote a:hover {
    background: #29AD55;
}

.social-share .getpocket a {
    color: #fff;
    background: #CF394D;
}

.social-share .getpocket a:hover {
    background: #EB3750;
}

.social-share .flipboard a {
    color: #fff;
    background: #F53D3D;
}

.social-share .flipboard a:hover {
    background: #E03133;
}

.social-share .gmail a {
    color: #fff;
    background: #EA4235;
}

.social-share .gmail a:hover {
    background: #DD3026;
}

.social-share .google_bookmarks a {
    color: #fff;
    background: #EA4235;
}

.social-share .google_bookmarks a:hover {
    background: #DD3026;
}

.social-share .instapaper a {
    color: #fff;
    background: #000000;
}

.social-share .instapaper a:hover {
    background: #020202;
}

.social-share .livejournal a {
    color: #fff;
    background: #000000;
}

.social-share .livejournal a:hover {
    background: #020202;
}

.social-share .hacker_news a {
    color: #fff;
    background: #FE5802;
}

.social-share .hacker_news a:hover {
    background: #E55003;
}

.social-share .ok_ru a {
    color: #fff;
    background: #FE5802;
}

.social-share .ok_ru a:hover {
    background: #E55003;
}

.social-share .qzone a {
    color: #fff;
    background: #F6C600;
}

.social-share .qzone a:hover {
    background: #DDB204;
}

.social-share .renren a {
    color: #fff;
    background: #007ECB;
}

.social-share .renren a:hover {
    background: #0069B0;
}

.social-share .sms a {
    color: #fff;
    background: #007ECB;
}

.social-share .sms a:hover {
    background: #0069B0;
}

.social-share .telegram a {
    color: #fff;
    background: #2DA5E1;
}

.social-share .telegram a:hover {
    background: #2997CC;
}

.social-share .threema a {
    color: #fff;
    background: #015DE2;
}

.social-share .threema a:hover {
    background: #0357C4;
}

.social-share .tumblr a {
    color: #fff;
    background: #35455C;
}

.social-share .vk a:hover {
    background: #3573BE;
}

.social-share .vk a:hover {
    background: #2F67A7;
}

.social-share .weibo a:hover {
    background: #FF3F3E;
}

.social-share .weibo a:hover {
    background: #E53638;
}

.social-share .xing a:hover {
    background: #1FA5A6;
}

.social-share .xing a:hover {
    background: #1A9595;
}

.social-share .yahoo a:hover {
    background: #6C2B8B;
}

.social-share .yahoo a:hover {
    background: #5C2B7C;
}

.swal-wide {
    width: 350px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 7px !important;
    top: 12px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 7px !important;
    width: 17px !important;
    height: 4px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 6px !important;
    top: 12px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 7px !important;
    width: 17px !important;
    height: 4px !important;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    width: 30px !important;
    height: 30px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 5px 10px !important;
    font-size: 20px !important;
}

div:where(.swal2-container) .swal2-html-container {
    margin: 5px 0px !important;
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border-radius: 2px !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

div:where(.swal2-icon).swal2-success {
    width: 30px !important;
    height: 30px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 18px !important;
    left: 3px !important;
    width: 12px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 15px !important;
    right: 1px !important;
    width: 20px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 4px !important;
    border-radius: .125em;
    background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    display: none;
}

.btn {
    border-radius: 3px;
    margin: 2px !important;
}

.listing-filter label {
    margin-top: 10px;
}

.filter-checkbox .form-check-input[type=checkbox] {
    margin-top: 13px;
    padding: 7px;
    float: right;
    border-radius: 2px !important;
}

.filter-checkbox .form-check-input:focus {
    border-radius: 1px;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .02rem rgba(13, 110, 253, .25);
}

#scroll_top {
    display: inline-block;
    background-color: #F6552C;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
}

#scroll_top:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll_top:active {
    background-color: #555;
}

#scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.list-style-icon ul li {
    margin-left: 30px;
    margin-bottom: 10px;
}

.list-style-icon ul li:before {
    content: "\f058";
    /* content: "\f35a"; */
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    color: #FF3F3E;
    font-size: 12px;
}

.alert-danger {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #ea3636;
    --bs-alert-link-color: #ffffff;
}

.min-height-80vh {
    min-height: 80vh;
}

.ads_section {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid #eee; */
    cursor: pointer;
    max-width: 100%;
    margin: 5px 0px 10px 0px;
    z-index: 1;
}

.ads {
    overflow: hidden;
}

.ads_close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: red;
    cursor: pointer;
    padding: 2px 8px;
    z-index: 1;
}

.footer_overlay {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.all_page_footer_overlay {
    position: fixed;
    width: 100%;
    bottom: -10px;
    background: #F3F3F3;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 5px 10px;
    z-index: 9999;
}

.all_page_footer_overlay .ads_close {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 25px;
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: red;
    background: #F3F3F3;
    cursor: pointer;
    padding: 2px 8px;
    z-index: 1;
}

.imageLeftHover {
    overflow: hidden;
}

.imageLeftHover img {
    margin-left: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.imageLeftHover:hover img {
    margin-left: 0;
}

.rotateZoomOut {
    overflow: hidden;
}

.rotateZoomOut img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rotateZoomOut:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.hoverShine {
    position: relative;
}

.hoverShine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hoverShine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hoverFlash:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.bannerTitle {
    animation: left2right 2s;
}

@keyframes left2right {
    0% {
        margin-left: -100px;
    }

    50% {
        margin-left: 20px;
    }

    100% {
        margin-left: 0px;
    }
}

.rate-form {
    float: left;
    height: 46px;
    padding: 0px;
}

.rate-form:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.rate-form:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate-form:not(:checked)>label:before {
    content: '★ ';
}

.rate-form>input:checked~label {
    color: #ffc700;
}

.rate-form:not(:checked)>label:hover,
.rate-form:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate-form>input:checked+label:hover,
.rate-form>input:checked+label:hover~label,
.rate-form>input:checked~label:hover,
.rate-form>input:checked~label:hover~label,
.rate-form>label:hover~input:checked~label {
    color: #c59b08;
}

.Rating-grid-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Rating-ft-first {
    display: inline-flex;
    align-items: center;
    width: auto;
    position: relative;
}

.Rating-rating {
    display: inline-flex;
    position: relative;
    margin-right: 10px;
    align-items: center;
}

.Rating-price-range {
    font-size: 12px;
    color: #989bb1;
}

.Rating-ft-last,
.Rating-inline {
    display: inline-flex;
}

.Rating-pr-average {
    padding: 2px 8px;
    background: #323232;
    display: inline-flex;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}

.current-rate {
    min-width: 25px;
    padding: 2px 8px;
    background: #323232;
    display: inline-flex;
    margin-top: 15px;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}

.Rating-rates {
    font-size: 9px;
    color: #989bb1;
}

.reviews-comments-wrap {
    width: 100%;
    display: inline-table;
    margin-top: 30px;
}

.reviews-comments-item {
    padding: 0 0 30px 85px;
    position: relative;
    float: left;
    width: 100%;
}

.review-comments-avatar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}

.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.reviews-comments-item-text h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.reviews-comments-item-date {
    float: right;
    font-weight: 500;
    color: #86889a;
    font-size: 12px;
}

.featured-tag {
    width: max-content;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    background: #FF3F3E;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 9px;
    color: #fff;
}

.featured-tag a {
    color: #fff;
}

.featured-tag:before,
.featured-tag:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
}

.featured-tag:before {
    content: '';
    border-top: 14px solid #FF3F3E;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: -4px;
}

.featured-tag:after {
    border-bottom: 14px solid #FF3F3E;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: 3.5px;
}

.bookmark-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(33 33 33 / 20%);
    z-index: 2;
}

.bookmark-btn:hover {
    color: #f60100;
}

.btn-close:focus {
    outline: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-link:focus {
    box-shadow: none;
}

.discount-text {
    font-size: 18px;
}

.service-package {
    padding: 10px 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: 0.8s;
}

.service-package:hover {
    transform: scale(1.025);
}

select {
    margin: 2px 0px;
}

.select2-container .select2-selection--single {
    min-height: 34px !important;
}

.listing-filter .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 35px;
    border: 1px solid #06A9E5;
    margin: 2px 0px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-height: 44px;
    padding: 4px 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: none;
    gap: 6px;
    cursor: text;
}

/* Selected tags (choices) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #26292c;
    cursor: default;
    padding-left: 18px;
    padding-right: 5px;
}

.select2-container--default .select2-search--inline {
    display: inline-flex;
    align-items: center;
    margin-top: -20px;
}

.phone_code .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #e2e2fa;
    border-radius: 4px;
}

.input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #d6d6d6;
}

.tags li a {
    color: #999;
    font-size: 14px;
    margin: 2px 3px;
    padding: 5px 10px;
    font-weight: 500;
    float: left;
    background: #ebebeb;
    position: relative;
    z-index: 2;
}

.tags li a:hover {
    color: #3a3a3a;
}

.social-icons li a {
    transition: transform .7s ease-in-out;
}

.social-icons li a:hover {
    background: red;
    transform: rotate(360deg);
}

.user-menu {
    float: right;
    position: relative;
}

.user-menu .user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #e9ecef;
    margin-top: 3px;
    transition: border-color 0.3s;
}

.user-menu .user-img:hover {
    border-color: #0d6efd;
}

.user-menu .dropdown-menu {
    width: 280px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 12px;
    z-index: 99999;
}

.user-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

li .user-menu .dropdown-item li {
    float: left !important;
}

.user-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}

.user-menu .dropdown-item i {
    width: 24px;
    margin-right: 15px;
    color: #6c757d;
}

.user-menu .notification-badge {
    background-color: #86b7ff;
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: auto;
}

.user-menu .dropdown-divider {
    margin: 8px 0;
}

.user-menu .user-info {
    padding: 15px 20px 10px;
}

.user-menu .user-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.user-menu .user-email {
    font-size: 13px;
    color: #6c757d;
}

.customer-panel li {
    border-radius: 3px;
    border-left: 3px solid transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 12px;
}

.customer-panel li:hover {
    border-left: 3px solid blue;
}

.customer-panel li:hover a {
    color: blue;
}

.customer-panel li a {
    display: block;
    /* or inline-block */
    font-size: 16px;
    font-weight: 500;
    color: #272121;
    padding: 10px;
}

.customer-panel li a.active {
    color: blue;
}

.customer-panel .notification-badge {
    margin-left: auto;
    order: 2;
    float: right;
    margin-right: 10px;
}

/******** Drop Down Design ***/
.dropdown .btn-link {
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
}

.dropdown .btn-link:hover {
    color: #007bff;
}

/* Dropdown menu styles */
.dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Dropdown item styles */
.dropdown-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
    z-index: 99999;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f2f4f8;
    color: #007bff;
    z-index: 999999;
}


/* Smooth dropdown animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/************
    Customer Dashboard design CSS
***********/
.dashboard-widget {
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: white;
    height: 100%;
}

.dashboard-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.widget-header {
    padding: 1.2rem 1.5rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.widget-content {
    padding: 1rem 1.5rem 1.5rem;
}

.widget-value {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.widget-title {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.widget-chart {
    height: 60px;
    margin-top: 1rem;
    position: relative;
}

.chart-bar {
    position: absolute;
    bottom: 0;
    width: 8px;
    border-radius: 4px 4px 0 0;
    transition: height 0.5s ease;
}

/* Specific widget styles */
.favorite-widget .widget-icon {
    background: linear-gradient(45deg, #ff7676, #ff4848);
    color: white;
}

.appointment-widget .widget-icon {
    background: linear-gradient(45deg, #4e9ef9, #2a85e9);
    color: white;
}

.query-widget .widget-icon {
    background: linear-gradient(45deg, #6cce6a, #48b548);
    color: white;
}

.following-widget .widget-icon {
    background: linear-gradient(45deg, #ffb54a, #ff9e0d);
    color: white;
}

/* Chart colors */
.chart-primary {
    background: linear-gradient(to top, #4e9ef9, #7ab4ff);
}

.chart-success {
    background: linear-gradient(to top, #6cce6a, #90e08f);
}

.chart-warning {
    background: linear-gradient(to top, #ffb54a, #ffca82);
}

.chart-danger {
    background: linear-gradient(to top, #ff7676, #ff9c9c);
}


/* Fresh & Clean Bootstrap Table Design */
.table-custom {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-height: 300px;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(240, 248, 255, 0.5);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(240, 248, 255, 0.7);
    color: #212529;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.table-custom> :not(caption)>*>* {
    padding: 1rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-custom>thead>tr>th {
    background-color: #ffffff;
    color: #495057;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #eff5fa;
    vertical-align: middle;
}

.table-custom>tbody>tr {
    transition: all 0.2s ease;
}

.table-custom>tbody>tr:last-child>td {
    border-bottom: none;
}

.table-custom>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.table-custom>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    top: 30%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-custom {
        font-size: 0.9rem;
    }

    .table-custom> :not(caption)>*>* {
        padding: 0.75rem 0.5rem;
    }

    .top ul.top-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .top ul.top-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .user-menu {
        float: none;
        display: flex;
        justify-content: center;
        position: relative;
    }

}

.border-left-design {
    border-left: 4px solid #015DE2;
    padding-left: 10px;
}

/*******************
    Seller Profile Design CSS
*****************/

.seller-profile-container {
    color: #333;
}

/* Header Section */
.seller-header {
    background: linear-gradient(to right, #4e54c8, #8f94fb);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

/* Profile Image */
.seller-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Stats Cards */
.stat-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    border: none;
}

.stat-card:hover {
    transform: translateY(-5px);
}

/* Social Icons */
.social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icon:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

/* Social Media Background Colors */
.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.bg-linkedin {
    background-color: #0077b5;
}

.bg-youtube {
    background-color: #ff0000;
}

/* Listing Cards */
.listing-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    margin-bottom: 25px;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.listing-img {
    height: 200px;
    object-fit: cover;
}

/* Badges */
.verified-badge {
    background-color: #20c997;
}

.featured-badge {
    background-color: #fd7e14;
}

/* Services Box */
.services-box {
    background-color: #f8f9fa;
    border-left: 4px solid #4e54c8;
    border-radius: 5px;
}

/* Follow Button */
.btn-follow {
    background: linear-gradient(to right, #4e54c8, #8f94fb);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-follow:hover {
    background: linear-gradient(to right, #3a3eb3, #7a80f2);
    transform: scale(1.05);
}

/* Favorite Button */
.btn-favorite {
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-favorite:hover,
.btn-favorite.active {
    background-color: #dc3545;
    color: white;
}

/* Verifies Button */
.btn-verified {
    color: #1f6437;
    border: 1px solid #28d725;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-verified:hover,
.btn-verified.active {
    background-color: #35dc6a;
    color: white;
}

/* Preview Button */
.btn-preview {
    background-color: #4e54c8;
    color: white;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-preview:hover {
    background-color: #3a3eb3;
    color: white;
    transform: translateY(-2px);
}

/* WhatsApp Button */
.btn-whatsapp {
    background-color: #25D366;
    color: white;
    border-radius: 30px;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: white;
}

/* Rating Stars */
.rating {
    color: #FFD700;
}

/* Seller Info Section */
.info-card {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 25px;
}

.info-header {
    background: linear-gradient(to right, #4e54c8, #8f94fb);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px;
}

.info-item {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #4e54c8;
    font-size: 18px;
}

.info-content {
    flex: 1;
}

.info-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.info-value {
    font-weight: 500;
    color: #333;
}

/* Stats Section */
.stats-box {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.stats-box:hover {
    transform: translateY(-5px);
}

.stats-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #4e54c8;
}

.stats-number {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #4e54c8;
}

.stats-label {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Chart Containers */
.chart-container {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.chart-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Tabs */
.analytics-tabs .nav-link {
    color: #495057;
    font-weight: 500;
    border: none;
    padding: 0.7rem 1.5rem;
}

.analytics-tabs .nav-link.active {
    color: #4e54c8;
    background-color: transparent;
    border-bottom: 3px solid #4e54c8;
}

/* Performance Metrics */
.metric-card {
    border-radius: 10px;
    padding: 15px;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.metric-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #4e54c8;
}

.metric-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.metric-change {
    font-size: 0.85rem;
    font-weight: 500;
}

.positive-change {
    color: #28a745;
}

.negative-change {
    color: #dc3545;
}

/*******************
    Listing types styles
***************/
.listing-type-showcase {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.listing-type-showcase .listing-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.listing-type-showcase .listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.listing-type-showcase .listing-card:hover .icon-container {
    transform: scale(1.1);
}

.listing-type-showcase .icon-container {
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
}

.listing-type-showcase h5 {
    letter-spacing: 0.5px;
}

.listing-type-showcase .transition-hover {
    transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
    .listing-type-showcase .listing-card {
        padding: 1.2rem 1rem;
    }

    .listing-type-showcase h5 {
        font-size: 1.1rem;
    }
}

/**********************
    Seller Left Sidebar Styles
*****************/
.seller-sidebar .sidebar-menu {
    max-width: 250px;
}

.seller-sidebar .nav-link {
    color: #333;
    transition: all 0.3s;
    padding: 0.75rem .1rem !important;
    font-size: 14px;
}

.seller-sidebar .nav-link:hover {
    color: #1976d2;
}

.seller-sidebar .nav-link.active {
    color: #1976d2;
    font-weight: 500;
}

/* Keep menu open on desktop */
@media (min-width: 768px) {
    .seller-sidebar .collapse {
        display: block !important;
    }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .seller-sidebar .sidebar-menu {
        max-width: none;
        margin: 0;
        border-radius: 8px;
    }

    .seller-sidebar .profile-section {
        padding: 1rem;
    }
}

/******************
    Tab Design Styles
******************/
.property-tabs-container {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: -15px;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    margin-right: 5px;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-justified .nav-item:last-child,
.nav-justified>.nav-link:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link {
    background-color: #ced0fa;
    border: none;
    border-radius: 8px 8px 0 0 !important;
    padding: .5rem 1rem;
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
    margin-right: 8px;
}

.nav-tabs .nav-link:hover {
    background-color: #f1f7fc;
    color: #212529;
}

.nav-tabs .nav-link.active {
    background-color: #c5c7ff;
    color: #495057;
    border-bottom: 3px solid #0d6efd;
    font-weight: 600;
    transform: translateY(-1px);
}

.nav-tabs .nav-link i {
    transition: transform 0.3s ease;
}

.nav-tabs .nav-link.active i {
    transform: scale(1.1);
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
    .nav-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .nav-tabs {
        margin-bottom: 1.5rem;
    }

    .property-tabs-container {
        padding: 1rem;
    }
}

@media (max-width: 575.98px) {
    .nav-tabs .nav-link {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }

    .card-body {
        padding: 1.5rem !important;
    }
}

/****************
    Media Image Upload
**************/
.image-upload-container {
    max-width: 800px;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 10px;
}

.upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #6c757d;
}

.upload-area:hover,
.upload-area.drag-over {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.upload-area i {
    opacity: 0.6;
}

#previewContainer {
    display: none;
}

.image-preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-preview-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}

.image-preview-item:hover .remove-image {
    opacity: 1;
}

/************
    Price Package
************/
.pricing-section {
    padding: 0;
}

.package-card {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    min-height: 280px;
}

.package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 0.375rem;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 0;
}

.package-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.375rem;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 0;
}

/* Selected state styles */
#freePackage:checked~.package-card::before {
    border-color: #6c757d;
}

#freePackage:checked~.package-card::after {
    background-color: rgba(108, 117, 125, 0.05);
}

#standardPackage:checked~.package-card::before {
    border-color: #0d6efd;
}

#standardPackage:checked~.package-card::after {
    background-color: rgba(13, 110, 253, 0.05);
}

#premiumPackage:checked~.package-card::before {
    border-color: #ffc107;
}

#premiumPackage:checked~.package-card::after {
    background-color: rgba(255, 193, 7, 0.05);
}

.package-card:hover::before {
    transform: scale(1.02);
    z-index: 2;
}

.package-header {
    position: relative;
    z-index: 1;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
}

.price .currency {
    font-size: 0.9rem;
}

.price .amount {
    font-size: 1.8rem;
}

.price .period {
    font-size: 0.8rem;
    opacity: 0.8;
}

.package-body {
    position: relative;
    z-index: 1;
}

.package-body ul {
    margin-bottom: 0.5rem;
}

.package-body li {
    font-size: 0.85rem;
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.15rem;
}

/* Radio button styling */
.package-radio {
    opacity: 0;
    cursor: pointer;
}

.package-radio label {
    cursor: pointer;
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
    .package-card {
        min-height: auto;
    }

    .price {
        font-size: 1.3rem;
    }

    .price .amount {
        font-size: 1.6rem;
    }
}

/***************
    Listing Details page
*************/
.business-directory-page {
    font-family: 'Poppins', sans-serif;
    background-color: #f5f7ff;
    color: #333;
    /* padding: 20px 0; */
}

.business-directory-page .business-header {
    background: linear-gradient(to right, #4e54c8, #8f94fb);
    color: white;
    padding: 2rem 0;
    /* border-radius: 0 0 20px 20px; */
    /* margin-bottom: 2rem; */
}

.business-directory-page .verified-badge {
    background-color: #17a2b8;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.business-directory-page .featured-badge {
    background-color: #ffc107;
    color: #343a40;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.business-directory-page .card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 10px;
}

.business-directory-page .card-header {
    border-radius: 15px 15px 0 0 !important;
    background-color: white;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.business-directory-page .business-image {
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.business-directory-page .thumbnail-image {
    height: 80px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.3s;
}

.business-directory-page .thumbnail-image:hover {
    transform: scale(1.05);
}

.business-directory-page .rating {
    color: #ffc107;
    font-size: 1.1rem;
}

.business-directory-page .social-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #4e54c8;
    margin-right: 8px;
    transition: all 0.3s;
}

.business-directory-page .social-icon:hover {
    background: #4e54c8;
    color: white;
    transform: translateY(-3px);
}

.business-directory-page .contact-btn {
    background: #4e54c8;
    color: white;
    border-radius: 1px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.business-directory-page .contact-btn:hover {
    background: #3f44a7;
    transform: translateY(-2px);
}

.business-directory-page .action-btn {
    background: #f8f9fa;
    border: none;
    border-radius: 1px;
    padding: 8px 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.business-directory-page .action-btn:hover {
    background: #e9ecef;
}

.business-directory-page .action-btn i {
    margin-right: 5px;
}

.business-directory-page .favorite-btn {
    color: #dc3545;
}

.business-directory-page .business-hour-row {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.business-directory-page .business-hour-row:last-child {
    border-bottom: none;
}

.business-directory-page .review-card {
    border-left: 3px solid #4e54c8;
}

.business-directory-page .chart-container {
    position: relative;
    height: 250px;
}

.business-directory-page .enquiry-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: white;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
}

.business-directory-page .category-badge {
    background: #e9ecef;
    color: #495057;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.business-directory-page .map-container {
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.business-directory-page .stats-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4e54c8;
}

.business-directory-page .stats-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.business-directory-page .carousel-indicators {
    bottom: -50px;
}

.business-directory-page .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.business-directory-page .response-time {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.business-directory-page .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.business-directory-page .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.user-listings .title {
    border-left: 5px solid #0069B0;
    padding-left: 10px;
}

.badge {
    border-radius: 10px;
}
