* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f6f9;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden !important;
}

#wrapper>.container {
    padding-top: 100px;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*------ Header Section ------*/
header {
    padding: 8px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: rgb(197 179 235 / 75%);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    z-index: 9;
}

#wrapper>.container>header {
    left: 15px;
}

header .brand_name {
    color: #FFF;
    font-size: 30px;
    line-height: 1em;
}

header .brand_name .logo {
    width: 260px;
}

/*------ Hero Section ------*/
#wrapper .hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: linear-gradient(-36deg, rgba(69, 40, 220, 0.8) 0%, rgba(135, 49, 232, 0.8) 100%), url(../img/bg/ae.jpg) no-repeat scroll center center / cover;
    z-index: 1;
}

#wrapper .banner-inner h1 {
    color: #fff;
    font-size: 45px;
    line-height: 66px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#wrapper .banner-inner .sub-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
}

#wrapper .banner-search-wrap {
    position: relative;
    z-index: 9;
}

#wrapper .main-search--wrapper {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

#wrapper .main-search--wrapper .select2-container {
    width: 100% !important;
}

#wrapper .main-search--wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

#wrapper .main-search--wrapper :is(input, select),
#wrapper .main-search--wrapper .select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    height: 44px;
    padding: .375rem 1rem;
    color: #495057;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 44px;
    outline: none;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wrapper .main-search--wrapper .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
    margin-top: 8px;
}

#wrapper .main-search--wrapper :is(input, select):hover,
#wrapper .main-search--wrapper :is(input, select):active,
#wrapper .main-search--wrapper :is(input, select):focus,
#wrapper .main-search--wrapper .select2-container--default .select2-selection--single:hover,
#wrapper .main-search--wrapper .select2-container--default .select2-selection--single:active,
#wrapper .main-search--wrapper .select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:hover,
.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border: 1px solid #4528DC;
    box-shadow: none;
}

/* Mega Menu Start */
.select2-container .category-dropdown .select2-results__option:has(.select2-main-category) {
    padding: 8px 16px;
    background-color: #e7ecf2;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

.select2-container .category-dropdown .select2-results__option:has(.select2-main-category):hover,
.select2-container .category-dropdown .select2-results__option:has(.select2-main-category).active {
    color: #4528DC;
    background-color: #beb3f6;
}

.select2-container .category-dropdown .select2-results__option:has(.select2-sub-category) {
    font-weight: 500;
    padding: 8px 16px 8px 20px;
    margin-left: 8px;
    background-color: transparent;
    margin-bottom: 3px;
    transition: background 0.15s ease, color 0.15s ease;
}

.select2-container .category-dropdown .select2-results__option:has(.select2-sub-category):hover,
.select2-container .category-dropdown .select2-results__option:has(.select2-sub-category).active {
    color: #4528DC;
    background-color: #d3caff;
}

.select2-container .category-dropdown .select2-results__option .select2-sub-category::before {
    content: '\f148';
    display: inline-block;
    font-family: 'Font Awesome 7 Free';
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg);
    margin-right: 8px;
}

/* Parent Dropdown Wrapper */
.search-category-dropdown {
    position: static;
}

.search-category-dropdown>.position-relative>.nav-link.dropdown-toggle {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 14px 0 20px;
    color: #1e293b;
    background-color: #ffffff;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 42px;
    border: 1px solid #4528DC;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out;
}

.search-category-dropdown>.position-relative>.nav-link.dropdown-toggle::after {
    margin-left: auto;
}

.search-category-dropdown>.position-relative>.nav-link.dropdown-toggle:hover,
.search-category-dropdown>.position-relative>.nav-link.dropdown-toggle:focus {
    border-color: #4528DC;
}

/* Scrollable Parent Menu */
.level-1-menu {
    width: 280px;
    max-height: 320px;
    padding: 8px 10px;
    background: #ffffff;
    border: 1px solid #4528DC;
    border-radius: 6px;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    z-index: 1050;
}

/* Custom Scrollbar for Parent Menu */
.level-1-menu::-webkit-scrollbar {
    width: 6px;
}

.level-1-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.level-1-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Parent Menu Items */
.level-1-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.15s ease, color 0.15s ease;
}

.level-1-menu .dropdown-item:hover,
.level-1-menu .dropdown-item.active-item {
    color: #4528DC;
    background-color: #d3caff;
    font-weight: 600;
}

.level-1-menu .dropdown-item i.chevron {
    font-size: 10px;
    color: #4528DC;
}

/* Level 2: Side Mega Menu Panel */
/* .level-2-mega {
    display: none;
    position: absolute;
    top: 48px;
    left: 288px;
    width: 620px;
    min-height: 320px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 1.5rem;
    z-index: 1060;
} */

.level-2-mega {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-height: 320px;
    padding: 1.5rem 1.5rem 1rem;
    background: #ffffff;
    border: 1px solid #4528DC;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    z-index: 1060;
}

.level-2-mega.is-visible {
    display: block;
    animation: fadeIn 0.18s ease-in-out;
}

.level-2-mega h6 {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.level-2-mega ul li a {
    display: block;
    padding: 8px 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.level-2-mega ul li a:hover {
    color: #4528DC;
    background-color: #d3caff;
    font-weight: 600;
}

/* Mega Menu End */

#wrapper .main-search--wrapper .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: .375rem 1rem;
    position: relative;
    color: #ffffff;
    background-image: linear-gradient(45deg, #4528DC 0%, #8731E8 100%);
    font-size: 1rem;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -webkit-transition: background-image .35s ease-in-out, box-shadow .35s ease-in-out;
    transition: background-image .35s ease-in-out, box-shadow .35s ease-in-out;
}

#wrapper .main-search--wrapper .search-btn:hover,
#wrapper .main-search--wrapper .search-btn:active,
#wrapper .main-search--wrapper .search-btn:focus {
    background-image: linear-gradient(45deg, #8731E8 0%, #4528DC 100%);
}

#wrapper .popular-searchs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

#wrapper .popular-searchs li {
    display: inline-block;
}

#wrapper .popular-searchs li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 115px;
    padding: 60px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-color: rgba(255, 255, 255, 0.12);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#wrapper .popular-searchs li a>span {
    line-height: 1em;
}

/*------ Find a Business by Category ------*/
#wrapper .find-a-business-by-category {
    padding: 80px 0;
}

#wrapper .sec-title {
    padding-bottom: 2rem;
    text-align: center;
}

#wrapper .sec-title h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

#wrapper .sec-title h2 span {
    font-weight: 600;
    color: #111;
}

#wrapper .sec-title p {
    max-width: 550px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px auto 0;
}

#wrapper .category-list:not(:last-child) {
    margin-bottom: 2.5rem;
}

#wrapper .category-list a.main-category {
    position: relative;
    display: inline-block;
    padding: 8px 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background-color: #e3e3e7;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}

#wrapper .category-list a.main-category::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e3e3e7;
}

#wrapper .category-list h3>a:hover,
#wrapper .category-list h3>a:active,
#wrapper .category-list h3>a:focus {
    color: #4528DC;
}

#wrapper .category-list a.sub-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 8px 0 16px;
    color: #2D3748;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

#wrapper .category-list a.sub-category:hover,
#wrapper .category-list a.sub-category:focus {
    outline: none;
    color: #4528DC;
    border-color: #4528DC;
    background-color: #F8F9FF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(69, 40, 220, 0.08);
}

#wrapper .category-list a.sub-category>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    background-color: #EDF2F7;
    color: #4A5568;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}

#wrapper .category-list a.sub-category:hover>span {
    background-color: #E0E7FF;
    color: #4528DC;
}

/*------ FOOTER ------*/
.site-footer .main-footer {
    padding: 6rem 0;
    color: #fff;
    background: rgba(18, 27, 34, 0.98);
}

.site-footer .logo img {
    width: 180px;
    height: auto;
    margin-bottom: 1.6rem;
}

.site-footer .about p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 2rem;
}

.site-footer h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.site-footer .widget h3::after {
    content: " ";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #8731E8;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.widget.quick-link ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.widget.quick-link ul li a {
    display: block;
    padding-left: 0px;
    padding-bottom: .9rem;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.widget.quick-link ul li.no-pb a:last-child {
    padding-bottom: 0px;
}

.widget.quick-link ul li a:before {
    content: "\f101";
    padding-right: 1rem;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.site-footer .newsletters h3::after {
    content: " ";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #4528DC;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.newsletters p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 2rem;
}

.bloq-email {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px;
    opacity: 1;
}

.bloq-email .email {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .bloq-email .email input[type="email"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .8rem;
    background: #121B22;
    color: #fff;
    border: 1px solid #4528DC;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.site-footer .bloq-email .email input[type="submit"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .8rem;
    background-image: linear-gradient(45deg, #4528DC 0%, #8731E8 100%);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #4528DC;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.site-footer .bloq-email .email input[type="email"]:hover,
.site-footer .bloq-email .email input[type="email"]:active,
.site-footer .bloq-email .email input[type="email"]:focus {
    border: 1px solid #4528DC;
    outline: none;
}

.site-footer .bloq-email .email input[type="submit"]:hover,
.site-footer .bloq-email .email input[type="submit"]:active,
.site-footer .bloq-email .email input[type="submit"]:focus {
    background-image: linear-gradient(45deg, #8731E8 0%, #4528DC 100%);
}

.site-footer .contactus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .contactus ul li {
    margin-bottom: 1.1rem;
}

.site-footer .contactus .info {
    display: flex;
    margin-bottom: .6rem;
}

.site-footer .contactus .info p {
    margin: 0px;
    font-size: .9rem;
    color: #fff;
    margin-left: 0.75rem;
    line-height: 1.1;
    font-weight: 300;
}

.site-footer .contactus ul li:last-child, .site-footer .contactus .info:last-child {
    margin-bottom: 0px !important;
}

.copyright-wrapper {
    padding: 1.15rem 0;
    background: #121B22;
    color: #fff;
    font-size: 24px;
}

.copyright-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
}

.copyright-wrapper p {
    margin: 0;
    margin-top: .5rem;
    font-weight: 400;
}

.copyright-wrapper a {
    color: #4528DC;
}

.site-footer .netsocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .netsocials a .fa {
    font-size: 1rem;
    text-align: center;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.homepage-1 .site-footer .contactus ul li .fa, .homepage-1 .site-footer .netsocials a .fa-facebook, .homepage-1 .site-footer .netsocials a .fa-twitter, .homepage-1 .site-footer .netsocials a .fa-google-plus, .homepage-1 .site-footer .netsocials a .fa-youtube {
    color: #4528DC;
}

/* ------- Company page Start ------- */
.company-rating,
.company-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.company-rating .stars {
    font-size: 16px;
}

.company-rating .stars .filled {
    color: #f5a623;
}

.company-rating .rating {
    width: 25px;
    color: white;
    background-color: #7db63c;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #7db63c;
    border-radius: 3px;
    margin: 0 5px;
}

.company-rating .reviews {
    font-size: 12px;
}

.company-buttons {
    margin-left: 30px;
}

.company-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
    color: #4B4B4B;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    border: solid 1px #4B4B4B;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.company-buttons .btn:hover {
    color: #4528DC;
    border-color: #4528DC;
}

.tagline {
    font-size: 14px;
    color: #666;
    margin: 4px 0 8px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stars {
    color: #f5a623;
    font-weight: 700;
    font-size: 14px;
}

.review-count {
    font-size: 13px;
    color: #4528DC;
    text-decoration: none;
}

.header-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Layout Columns */
.profile-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Content Boxes */
.content-box {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 24px;
}

.content-box h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.content-box p {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
}

/* Tags */
.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.tag {
    background-color: #f0f4fe;
    color: #4528DC;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 16px;
}

/* Contact Grid */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.contact-item strong {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

.contact-item p {
    font-size: 14px;
    color: #222;
    margin: 0;
}

/* Sidebar Boxes */
.sidebar-box {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.info-list, .hours-list {
    list-style: none;
}

.info-list li, .hours-list li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555;
}

.hours-list .closed {
    color: #d93025;
}

/* Reviews List */
.review-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.review-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.review-stars {
    color: #f5a623;
    font-weight: 700;
}

.review-date {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 6px;
}

.review-text {
    font-size: 13px;
    color: #444;
}

.related-businesses .card {
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Top Media / Placeholder Area */
.related-businesses .card-media {
    position: relative;
    width: 100%;
    height: 160px;
    background-color: #e4e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-align: center;
    padding: 16px;
}

.related-businesses .placeholder-content i {
    font-size: 30px;
    color: #718096;
    margin-bottom: 8px;
}

.related-businesses .placeholder-content span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Card Details Area */
.related-businesses .card-body {
    padding: 18px 18px 20px 18px;
}

.related-businesses .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.related-businesses .card-title a {
    color: #1a202c;
}

.related-businesses .card-title a:hover {
    color: #4528DC;
}

.related-businesses .card-info {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-businesses .card-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: #4a5568;
}

.related-businesses .card-info li i {
    color: #8a3ffc;
    font-size: 13px;
    width: 14px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .profile-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ------- Company page End ------- */

/* ------- Category Page Start ------- */
/* Page Header */
.page-header {
    margin: 0 0 30px;
}

.page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.page-header .breadcrumbs {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.page-header .breadcrumbs a {
    color: #4528DC;
    text-decoration: none;
}

.page-header .breadcrumbs a:hover {
    text-decoration: underline;
}

.page-header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.page-header .results-count {
    font-size: 14px;
    color: #666;
}

/* Listing Cards */
.company-listings .card {
    display: flex;
    gap: 0;
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 16px;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.company-listings .card:not(:last-child) {
    margin-bottom: 2rem;
}

.company-listings .card .card-content {
    flex: 1;
    padding: 20px 20px 5px;
}

.company-listings .card .card-footer {
    flex: 1;
    padding: 12px 20px 10px;
    background-color: #f6f7f9;
}

.company-listings .card .about-company {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.company-listings .card .about-company .company-info {
    flex: 1;
}

.company-listings .card .about-company h2 {
    font-size: 24px;
    font-weight: 700;
}

.company-listings .card .about-company h2 a {
    color: #111;
    text-decoration: none;
}

.company-listings .card .about-company h2 a:hover {
    color: #4528DC;
}

.company-listings .card .about-company .address {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.company-listings .card .about-company .description {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
}

.company-listings .card .about-company .description svg {
    height: 100%;
    vertical-align: middle;
}

.company-listings .card .about-company .card-media {
    width: 90px;
    height: 90px;
    background-color: #eef2f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.company-listings .card .about-company .media-placeholder {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.company-listings .card .badges-list {
    margin-bottom: 10px;
}

.badge {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 14px;
    text-transform: capitalize;
    border: solid 1px #E2E8F0;
}

.badge.verified {
    color: #23743c;
    background-color: #eaf8ef;
    border-color: #bde8c9;
}

.badge.updated {
    color: #a95a00;
    background-color: #fff4e6;
    border-color: #ffd9a8;
}

.badge.years-with-us {
    color: #2752b8;
    background-color: #edf4ff;
    border-color: #cfe0ff;
}

.company-listings .card .card-details {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #414141;
    margin-bottom: 10px;
}

.company-listings .card .card-details .phone {
    font-weight: 600;
}

.company-listings .card .card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.company-listings .card .stars {
    font-size: 16px;
}

.company-listings .card .stars .filled {
    color: #f5a623;
}

.company-listings .card .rating {
    width: 25px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px;
    border: solid 1px #4E4E4E;
    border-radius: 3px;
}

.company-listings .card .reviews {
    font-size: 12px;
}

/* Action Buttons */
.company-listings .card .card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.company-listings .card .card-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    padding: 10px 14px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #e8edf5;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.company-listings .card .card-actions .btn:hover {
    color: #4528DC;
}

/* Pagination */
.pagination {
    display: flex;
    gap: 6px;
    margin-top: 2rem;
    justify-content: flex-start;
}

.pagination button, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.pagination button.active {
    background-color: #4528DC;
    color: #fff;
    border-color: #4528DC;
}

.pagination button:hover:not(.active) {
    border-color: #4528DC;
    color: #4528DC;
}

.select2-container--city-theme .select2-selection--single {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #ffffff;
    border: 1px solid #4528DC;
    border-radius: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--city-theme.select2-container--open .select2-selection--single,
.select2-container--city-theme .select2-selection--single:focus {
    border-color: #4528DC;
    outline: none;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

.select2-container--city-theme .select2-selection__rendered {
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 500;
    padding-left: 0;
    line-height: normal;
}

.select2-container--city-theme .select2-selection__placeholder {
    color: #334155;
    font-size: 13.5px;
}

.select2-container--city-theme .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
}

.select2-container--city-theme .select2-selection__arrow b {
    border-width: 5px 4px 0 4px;
    border-color: #64748b transparent transparent transparent;
}

.select2-container--city-theme.select2-container--open .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #4528DC transparent;
}

.select2-container--city-theme .select2-selection__clear {
    color: #94a3b8;
    font-size: 16px;
    margin-right: 12px;
}

.select2-container--city-theme .select2-selection__clear:hover {
    color: #e11d48;
}

.select2-dropdown.city-dropdown {
    max-height: 360px;
    padding: 0 10px;
    background-color: #ffffff;
    margin-top: 4px;
    border: 1px solid #4528DC;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    overflow-x: hidden;
    overflow-y: scroll;
}

.select2-dropdown.city-dropdown::-webkit-scrollbar {
    width: 6px;
}

.select2-dropdown.city-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.select2-dropdown.city-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.select2-dropdown.city-dropdown .select2-search--dropdown {
    padding: 8px 0;
}

.select2-dropdown.city-dropdown .select2-search__field {
    padding: 6px 10px;
    color: #1e293b;
    font-size: 13px;
    border: 1px solid #4528DC;
    border-radius: 4px;
    outline: none;
}

.select2-dropdown.city-dropdown .select2-search__field:focus {
    border-color: #4528DC;
}

.select2-container--city-theme .select2-results__option {
    padding: 8px 12px;
    color: #334155;
    font-size: 13px;
    border-radius: 4px;
    transition: background 0.15s ease;
}

.select2-container--city-theme .select2-results__option--highlighted[aria-selected] {
    color: #4528DC;
    background-color: #d3caff;
}

.select2-container--city-theme .select2-results__option[aria-selected="true"] {
    color: #4528DC;
    background-color: #d3caff;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }

    .card-media {
        width: 100%;
        height: 120px;
    }
}

/* ------- Category Page End ------- */

/*------ ARROW GO UP ------*/
.go-up {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 2.1rem;
    background-color: #8731E8;
    padding: .4rem;
    color: #fff;
    border-radius: 5px;
    z-index: 99999;
    line-height: 0;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.go-up:hover,
.go-up:focus {
    outline: 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #wrapper>header {
        left: 50%;
        transform: translateX(-50%);
    }

    #wrapper .hero-section {
        height: 128vh;
    }

    #wrapper .popular-searchs {
        flex-wrap: wrap;
    }

    .company-listings .card .about-company {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .company-listings .card .card-details {
        gap: 10px;
        flex-wrap: wrap;
    }
}