@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {
    --bg-primary-color: #3d4788;
    --bg-secondary-color: #dfeef6;
    --bg-themered: #e6051c;
    --bg-background: #fff;
    --bg-light: #d4dce5;
    --bg-light2: #f1f5f9;
    --bg-pera-color: #1e1e1e;
    --bg-text-color: #000;
    --bg-font-family: "Plus Jakarta Sans", sans-serif;
    --bg-theme-shadow: 0px 0px 30px rgb(61 71 136 / 28%);
}

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

body {
    background: var(--bg-background);
    color: var(--bg-pera-color);
    font-family: var(--bg-font-family);
}

p {
    font-family: var(--bg-font-family);
}

.container {
    padding: 0 20px;
    max-width: 1440px;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.cmn-btn {
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--bg-primary-color);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

/* .cmn-btn:hover {
    background-color: var(--bg-themered);
} */

/* navbar */
.header {
    background-color: #f0f5f9;
    padding: 1px 0px;
    width: 100%;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.navbar-brand {
    max-width: 210px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .cmn-btn {
    padding: 8px 15px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
}

.navbar-nav .cmn-btn::before,
.navbar-nav .cmn-btn::after {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    background: var(--bg-themered);
    opacity: 0;
    visibility: visible;
    transition: all 400ms ease-in-out;
    z-index: -1;
}

.navbar-nav .cmn-btn::before {
    left: 0;
}

.navbar-nav .cmn-btn::after {
    right: 0;
}

.navbar-nav .cmn-btn:hover::before,
.navbar-nav .cmn-btn:hover::after {
    width: 55%;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 20px;
    padding: 0px 0px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: relative;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--bg-primary-color);
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    background: var(--bg-primary-color);
    height: 2px;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

/* .navbar-nav .nav-item .nav-link.active::before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
    background: var(--bg-primary-color);
    height: 2px;
    transition: all 300ms ease-in-out;
    opacity: 1;
} */

.navbar-nav .nav-item .nav-link.active {
    color: var(--bg-primary-color);
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #fff;
    padding: 0px 20px 0px 28px;
    border-radius: 10px;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-5px);
    transition: all 0.35s ease;
    overflow: auto;
}

ul.dropdown-menu.mega-dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
}

.dropdown-menu li i {
    color: var(--bg-primary-color);
}

.dropdown-menu li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.dropdown-item {
    padding: 0;
}

.dropdown-item:hover {
    background-color: unset;
}

/* Mega Menu Styles */
.navbar .mega-menu {
    position: static;
}

.mega-menu .mega-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 30px;
    background: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 100%;
}

.mega-menu .mega-dropdown-menu>li {
    padding: 0;
}

.mega-menu .list-unstyled li {
    position: relative;
    padding-left: 0;
}

/* .mega-menu .list-unstyled li::before {
    position: absolute;
    top: 15px;
    left: 4px;
    width: 5px;
    height: 5px;
    background: rgb(61 71 136);
    content: "";
    transform: rotate(227deg);
    transition: all 300ms ease-in-out;
    opacity: 0;
} */

.mega-menu .mega-dropdown-menu>li:hover {
    background: transparent;
}

.mega-menu .mega-dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mega-menu .mega-menu-column {
    padding: 15px 20px;
    min-height: 200px;
}

.mega-menu .mega-menu-column:last-child {
    border-right: none;
}

.mega-menu .category-header {
    /* display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 15px;
    color: var(--bg-primary-color);
    padding: 6px 8px 6px 2px;
    margin-bottom: 10px;
    border-radius: 7px;
    border-left: none;
    transition: all 200ms ease-in-out;
    border-bottom: 2px solid rgb(61 71 136);
    background: #fff;
    word-break: break-word;
    white-space: pre-wrap; */
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, rgb(61 71 136) 0%, #ffffff 100%) 1;
    border-radius: 5px;
    border-style: solid;
    padding: 5px 0 7px;
    color: var(--bg-primary-color);
    transition: all 400ms ease-in-out;
}

.mega-menu .category-header i {
    font-size: 20px;
    color: var(--bg-primary-color);
}

.mega-menu .category-header:hover {
    /* background: var(--bg-primary-color); */
    color: #000;
}

.mega-menu .category-header:hover i {
    color: #fff;
}

.mega-menu .list-unstyled {
    margin: 0;
    padding: 0;
}

.mega-menu .list-unstyled li {
    padding: 0;
}

.mega-menu .list-unstyled li:hover {
    background: transparent;
    padding-left: 6px;
}

.mega-menu .list-unstyled .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3a3a3a;
    padding: 6px 12px;
    border-radius: 6px;
    transition: 0.3s ease;
    padding-left: 0px;
    font-weight: 500;
}

.mega-menu .list-unstyled .dropdown-item i {
    font-size: 14px;
    color: #94a3b8;
    width: 18px;
    text-align: center;
}

.mega-menu .list-unstyled .dropdown-item:hover {
    background: transparent;
    color: var(--bg-primary-color);
    padding-left: 10px;
}

.mega-menu .list-unstyled li:hover::before {
    opacity: 1;
}

.mega-menu .list-unstyled .dropdown-item:hover i {
    color: var(--bg-themered);
}

/* Navbar Toggler */
.navbar-toggler {
    border: none;
    padding: 0;
    border-radius: 8px;
}

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

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%233d4788' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button.navbar-toggler span {
    background: var(--bg-primary-color);
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0;
    transition: all 400ms ease-in-out;
}

button.navbar-toggler span:nth-child(2) {
    width: 23px;
}

button.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

button.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

button.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* category details banner */

.category-cover-banner.mb-4 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.category-cover-banner.mb-4 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.category-cover-banner.mb-4 .heading-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.category-cover-banner.mb-4 .heading-category h1 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-cover-banner.mb-4 .heading-category p {
    color: rgba(255, 255, 255, 0.85);
    margin: 6px 0 0;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Mobile Responsive Navbar */

.navbar-expand-lg .navbar-nav .dropdown-Businesses-menu {
    width: 400px;
}

.navbar-expand-lg .navbar-nav .dropdown-Businesses-menu li {
    float: left;
    width: 33%;
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-Businesses-menu li i {
    font-size: 30px;
    padding: 10px 20px;
    background-color: #94a3b8;
    border-radius: 10px;
}

/* banner */
.banner {
    position: relative;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 500px;
}

.banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-primary-color);
    opacity: 0.9;
}

.banner-head {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.banner-head h1 {
    text-transform: capitalize;
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 600;
}

.banner-head p {
    font-size: 20px;
    margin-bottom: 32px;
}

.banner-search {
    gap: 15px;
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.banner-search input {
    padding: 10px 0 10px 28px;
    border-radius: 10px;
    position: relative;
    transition: all 400ms ease-in-out;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
}

.banner-search input:focus {
    border-color: var(--bg-primary-color);
}

.banner-search .input-box {
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.divider {
    width: 1px;
    height: 30px;
    background: #e2e8f0;
}

.banner-search .input-box i {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
    color: var(--bg-primary-color);
    font-size: 20px;
    margin-right: 10px;
}

.banner-search input::placeholder {
    color: #0f1729;
}

.banner-search .cmn-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    height: 50px;
    padding: 0 35px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3);
    line-height: 50px;
}

.banner-search .cmn-btn::before,
.banner-search .cmn-btn::after {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    background: var(--bg-themered);
    opacity: 0;
    visibility: visible;
    transition: all 400ms ease-in-out;
    z-index: -1;
}


.banner-search .cmn-btn::before {
    left: 0;
}

.banner-search .cmn-btn::after {
    right: 0;
}

.banner-search .cmn-btn:hover::before,
.banner-search .cmn-btn:hover::after {
    width: 55%;
    opacity: 1;
}

/* .banner-search .cmn-btn:hover {
    background: var(--bg-themered);
} */

.banner-search .input-box input:focus-visible {
    outline-color: #0f1729;
}

/* catagory */
.catagory {
    background: var(--bg-light);
}

.catagory-head {
    text-align: center;
}

.catagory-head h2 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.catagory-head p {
    font-size: 18px;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.catagory-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.catagory-card:hover i {
    background: #c6e2f1;
}

.catagory-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
}

.catagory-card i {
    font-size: 24px;
    padding: 15px 20px;
    border-radius: 100%;
    background: #dfeef6;
    color: #0284c5;
    transition: 0.3s ease;
}

.catagory-card p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.catagory .row {
    row-gap: 20px;
}

/* featured */
.featured {
    background: var(--bg-light2);
}

.featured-head {
    text-align: center;
}

.featured-head h2 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.featured-head p {
    font-size: 18px;
    margin-bottom: 48px;
}

.featured-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
}

.featured-card:hover {
    box-shadow: var(--bg-theme-shadow);
}

.featured-card:hover figure img {
    transform: scale(1.1);
}

.featured-card figure {
    margin-bottom: 0;
    height: 240px;
    overflow: hidden;
}

.featured-card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.featured-card figcaption {
    padding: 16px 17px;
    background-color: #ffffff;
}

.featured-card figcaption a.featured-btn {
    margin-top: 18px;
}

.verified-rest {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.verified-rest h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
}

.verified-rest p {
    margin-bottom: 0;
    font-size: 16px;
}

.veryfy-btn {
    padding: 3px 10px;
    border-radius: 50px;
    background: #324052;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.hotel-rating {
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 12px;
}

.hotel-rating span {
    font-weight: 400;
}

.hotel-locate,
.call-details {
    margin-bottom: 8px;
    font-weight: 500;
}

.featured-btn {
    display: block;
    padding: 8px 0;
    text-align: center;
    /* border: 1px solid var(--bg-primary-color); */
    border-radius: 10px;
    color: var(--bg-background);
    text-transform: capitalize;
    font-size: 16px;
    background: var(--bg-primary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.featured-btn::before,
.featured-btn::after {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    background: var(--bg-themered);
    opacity: 0;
    visibility: visible;
    transition: all 400ms ease-in-out;
    z-index: -1;
}

.featured-btn::before {
    left: 0;
}

.featured-btn::after {
    right: 0;
}

.featured-btn:hover::before,
.featured-btn:hover::after {
    width: 55%;
    opacity: 1;
}

/* .featured-btn:hover {
    background: #f8fafc;
} */

.featured .row {
    row-gap: 20px;
}

/* footer */
.footer {
    padding: 50px 0 20px;
    background: var(--bg-light);
}

.footer-logo .logo {
    max-width: 150px;
    margin-bottom: 15px;
    display: block;
}

.footer-head {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #0f1729;
}

.business-list {
    padding: 0;
    margin: 0;
}

.business-list li {
    margin-bottom: 8px;
}

.business-list li a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    transition: 0.3s ease;
}

.business-list li a:hover {
    color: var(--bg-themered);
    padding-left: 10px;
}

.footer-top {
    padding-bottom: 45px;
    border-bottom: 1px solid #bfc6cf;
}

.footer-top .logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-logo p {
    padding-right: 26%;
    font-size: 15px;
    line-height: 25px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}

/* form */
.form-group input,
.form-group select,
.form-group textarea {
    padding: 8px 12px;
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
    outline: 0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--bg-primary-color);
}

.form-group select {
    padding: 10px 12px;
}

.form-group label {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-group {
    width: 100%;
}

.btn-group .btn-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
}

form .row {
    row-gap: 10px;
}

.form-group {
    position: relative;
}

/* .form-group span {
    position: absolute;
    font-size: 12px;
} */

.form-box {
    box-shadow: 0 0px 5px rgb(58 70 76 / 30%);
}

.contact-head-box {
    text-align: center;
    margin-bottom: 50px;
}

.contact-head-box i {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: normal;
    padding: 20px;
    background-color: #d8e9f4;
    border-radius: 100%;
}

.contact-head-box h1 {
    margin-bottom: 10px;
}

.contact-head-box p {
    font-size: 18px;
    font-weight: 500;
}

.about-us-banner {
    background-color: var(--bg-light);
    padding: 50px 0;
}

.abt-banner-box {
    text-align: center;
}

.abt-banner-box i {
    font-size: 60px;
    background-color: var(--bg-secondary-color);
    border-radius: 20px;
    margin-bottom: 24px;
    display: inline-block;
    width: 100px;
    height: 100px;
    align-content: center;
    color: var(--bg-primary-color);
}

.abt-banner-box h1 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 24px;
}

.abt-banner-box p {
    font-size: 20px;
    margin: 0 20%;
    font-weight: 500;
}

/* identity */
.identity {
    padding: 50px 0;
    background-color: var(--bg-light2);
    animation: fadeInDown 2s ease;
}

.identity-box h2 {
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.identity-box p {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
}

.identity .identity-card {
    transition: 0.3s ease;
    text-align: center;
    padding: 30px;
    /* border: 1px solid #eee; */
    border-radius: 15px;
    background: #fff;
    height: 100%;
    position: relative;
}

.identity .identity-card::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}

.identity .identity-card::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
}

.identity .identity-card:hover::before,
.identity .identity-card:hover::after {
    width: 100%;
    height: 100%;
    border-color: rgb(61 71 136 / 80%);
    border-radius: 8px;
}

.identity .identity-card:hover {
    box-shadow: var(--bg-theme-shadow);
    transform: scale(1.03);
}

.identity .identity-card:hover i {
    transform: scale(1.05);
}

.identity-box ul li {
    position: relative;
    padding-left: 25px;
}

.identity-box ul li::before {
    position: absolute;
    left: 6px;
    background: var(--bg-primary-color);
    content: "";
    width: 7px;
    height: 7px;
    top: 13px;
    border-radius: 100%;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.identity .identity-card i {
    transition: 0.3s ease;
    font-size: 40px;
    color: #3d4788;
    margin-bottom: 15px;
    display: block;
}

.identity .identity-card h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.identity .identity-card p {
    font-weight: 500;
    color: #64748b;
}

.identity .row {
    row-gap: 25px;
    align-items: center;
}

/* our-reputation */
.our-reputation {
    padding: 50px 0;
}

.reputation-box {
    text-align: center;
    margin-bottom: 48px;
}

.reputation-box h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.reputation-box p {
    font-weight: 500;
    margin: 0 25%;
}

.reputation-card {
    padding: 32px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition:
        border 0.3s ease,
        box-shadow 0.3s ease;
}

.reputation-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0284c5;
}

.reputation-card p {
    font-weight: 500;
}

.reputation-card:hover {
    border: 1px solid #0284c5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* our-value */
.our-value {
    padding: 50px 0;
    background-color: #e5f0f6;
}

.our-value-head h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.our-value-card {
    text-align: center;
}

.our-value-card i {
    color: #0284c5;
    font-size: 50px;
}

.our-value-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

.our-value-card p {
    margin: 0 10%;
}

.our-value .row {
    margin: 0 5%;
}

/* form */
.form-details h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.form-details .card {
    border-radius: 20px;
}

.form-details .card-body {
    border-radius: 20px;
    box-shadow: 0 0px 7px rgb(58 70 76 / 30%);
    padding: 30px;
}

.form-details form input::placeholder,
.form-details form textarea::placeholder {
    font-size: 14px;
}

.form-details form input,
.form-details form select {
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    padding: 10px 16px;
}

.form-details form textarea {
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 16px;
}

.form-details form select option {
    font-size: 16px;
}

.form-details form .btn-lg {
    font-size: 16px;
    height: 45px;
}

.form-details form .btn-lg.cmn-btn {
    border: none;
}

.form-details form .btn.btn2:hover {
    background-color: var(--bg-primary-color);
}

.form-details .row.form-box-wrapper {
    row-gap: 16px;
}

.form-details .error-msg {
    position: absolute;
    font-size: 12px;
}

.form-details form input:focus,
.form-details form select:focus,
.form-details form textarea:focus {
    box-shadow: none;
}


/* 20-01-26 */
.service-details {
    position: relative;
}

.service-details .breadcrumb-label {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb-label li a,
.breadcrumb-label li {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.service-review {
    padding: 50px 0;
}

.service-title .img-prof img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.service-review ul,
li {
    padding: 0;
    margin: 0;
}

.service-review .service-title {
    display: flex;
    gap: 10px;
    box-shadow: inherit;
    padding: 22px 23px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.service-title-details h2 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
}

.service-title-star {
    margin-bottom: 10px;
}

.service-title-details .service-details-star {
    background-color: #ffb733;
    padding: 2px 5px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

.service-title-details strong {
    color: #71798b;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
}

.service-title-details .location-list {
    display: flex;
    gap: 0;
    margin-bottom: 22px;
    width: 100%;
    margin-top: 15px;
}

.service-title-details .location-list li {
    list-style: disc;
}

.service-title-details .location-list li:first-child {
    list-style: none;
}

.service-title-details .location-list li:nth-child(2) {
    color: #0284c5;
}

.service-title-details .location-list li::marker {
    color: #71798b;
}

.service-title-details .review-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-title-details .review-button .review-button-details {
    padding: 6px 15px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 15px;
    transition: all 300ms ease-in-out;
}

.service-title-details .review-button .review-button-details:hover {
    background: #0284c5;
    color: var(--bg-background);
}

.service-title-details .review-button .review-button-details i {
    font-size: 17px;
}

.service-title-details .review-button .review-button-details:first-child {
    background-color: #0284c5;
    color: #ffffff;
    border: none;
}

.service-title-details .review-button .review-button-details i {
    font-size: 20px;
}

.service-title-details .dropdown-center .btn {
    border: 1px solid #71798b;
    padding: 8px 10px;
}

.service-title-btn p {
    padding: 6px 15px;
    background-color: #eff8f5;
    border-radius: 50px;
    text-transform: capitalize;
}

.service-title-btn p i {
    color: #20bf55;
}

.service-title-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.about-business {
    box-shadow: inherit;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.about-business h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--bg-primary-color);
    font-weight: 600;
}

.about-business h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 23px;
    margin-top: 20px;
}

.about-business-card {
    border: 2px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px 15px;
}

.about-business-card p {
    margin: 5px 0;
    display: inline-block;
    opacity: 0.7;
}

.about-business-card {
    position: relative;
    overflow: hidden;
}

.about-business-card i {
    opacity: 0.7;
}

.about-business-card span {
    font-weight: 500;
}

.about-business-card strong {
    font-weight: 400;
}

.about-business-card .ri-price-tag-3-line {
    transform: rotateY(180deg);
    display: inline-block;
}

.about-business .row .col-lg-3:nth-child(1) .about-business-card::before {
    content: "";
    background-color: #f1ad42;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.about-business .row .col-lg-3:nth-child(2) .about-business-card::before {
    content: "";
    background-color: #359dd1;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.about-business .row .col-lg-3:nth-child(3) .about-business-card::before {
    content: "";
    background-color: #6dcda9;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.reviews-rate {
    padding: 20px;
    box-shadow: 0 0px 5px rgb(58 70 76 / 30%);
    border-radius: 10px;
}

.reviews-rate h2 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.rating-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.rating-box span {
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    background-color: 0284c5;
    color: #ffffff;
}

.count-rate h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.count-rate p {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.7;
}

.star-box {
    display: flex;
    gap: 10px;
}

.start-review,
.rating-trend,
.user-review {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: capitalize;
}

.star-box li a {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    align-content: center;
    color: #bfbfbf;
    font-size: 20px;
}

.rating-trend-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-trend-box li {
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.rating-trend-box span {
    font-weight: 500;
}

.rating-trend-box i {
    color: #f1ad42;
    margin-left: 5px;
}

.user-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.user-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-title h2 {
    margin-bottom: 0;
}

.user-title img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.kebab-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-star-box {
    margin-bottom: 10px;
}

.user-star-box i {
    color: #f1ad42;
}

.user-response {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-response li {
    padding: 2px 10px;
    border: 1px solid #cecece;
    border-radius: 30px;
}

.user-response li span {
    font-size: 14px;
    margin-left: 5px;
    opacity: 0.7;
}

.user-response li i {
    color: #20bf55;
}

.user-profile-box {
    padding: 15px 0;
    border-bottom: 2px dotted #cecece;
}

.user-profile-box .client-para {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.7;
}

.user-profile-box:has(+ .user-profile-btn) {
    border-bottom: none;
}

.user-profile-btn {
    text-align: center;
}

.user-profile-btn .btn {
    border: 2px solid #0284c5;
    color: #0284c5;
}

.user-profile-btn span {
    text-transform: capitalize;
}

.similar-business-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: initial;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.sidebar {
    position: sticky;
    top: 20px;
}

.similar-business {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.business-profile-card {
    box-shadow: inherit;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    background: #f0f5f9;
}

.business-profile-card h3 {
    font-size: 16px;
    text-transform: capitalize;
}

.business-profile-card img {
    border-radius: 10px;
}

.business-avatar-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bg-primary-color) 0%, #262e62 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 10px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.business-profile-card:hover .business-avatar-circle {
    transform: scale(1.05);
}

.business-avatar-circle.main-avatar {
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0;
}

.business-profile-location {
    display: flex;
    align-items: start;
    gap: 5px;
}

.business-profile-location span {
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
}

.business-profile-btn {
    text-align: center;
    margin-top: 20px;
}

.business-profile-btn .btn {
    width: 100%;
    background: var(--bg-primary-color);
    border-color: var(--bg-primary-color);
}

/* Custom Pagination Styles */
.custom-pagination-nav {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pagination-desktop {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #e9ecef;
    background: #fff;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-btn:hover:not(.disabled) {
    background: var(--bg-primary-color);
    color: #fff;
    border-color: var(--bg-primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa;
}

.pagination-btn.icon-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 18px;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 10px;
}

.pagination-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-number:hover:not(.active) {
    background: #f8f9fa;
    color: var(--bg-primary-color);
    border-color: #dee2e6;
}

.pagination-number.active {
    background: var(--bg-primary-color);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pagination-dots {
    color: #adb5bd;
    padding: 0 5px;
}

.pagination-mobile {
    display: flex;
    gap: 10px;
}

.business-help {
    width: 100%;
    position: relative;
}

.business-help figure {
    position: relative;
    margin-bottom: 0;
}

.business-help figure img {
    border-radius: 8px;
}

.business-help-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
}

.business-help-details .ri-customer-service-2-line {
    font-size: 50px;
    color: #ffffff;
}

.business-help-details h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
}

.business-help-details p {
    color: #ffffff;
    padding: 0 15%;
}

.business-contact-phone {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 2px dotted #cecece;
}

.business-contact-mail {
    display: block;
    color: #ffffff;
    padding-top: 15px;
}

.business-help figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0284c5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    border-radius: 9px;
}

.slider-box {
    box-shadow: inherit;
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.slider-box h2 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
}

.slider-box .owl-theme .owl-dots .owl-dot {
    display: none;
}

.slider-box .owl-theme .owl-nav {
    position: absolute;
    top: -25%;
    right: 0;
    margin: 0;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.nav-pills .nav-link {
    padding: 8px 15px;
    margin: 0;
    padding-bottom: 12px;
    color: #585858;
    font-weight: 500;
    font-size: 15px;
    height: 41px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    text-align: center;
    justify-content: center;
    display: flex;
}

.nav-pills .nav-link.active {
    background-color: unset;
    border-radius: 0;
    border-bottom: 2px solid var(--bg-primary-color);
    color: var(--bg-primary-color);
    background: transparent;
}

/* 21-01-26 */
.location-details {
    padding: 30px 0;
}

.location-details .col-lg-4 iframe {
    padding: 10px;
    box-shadow: 0 0px 5px rgb(58 70 76 / 30%);
    border-radius: 10px;
    height: 100vh;
    position: sticky;
    top: 20px;
}

.city-details-img {
    margin-bottom: 0;
    height: 100%;
}

.city-details-img img {
    height: 100%;
}

.city-details {
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 2%);
    border: 1px solid rgb(227 234 239);
    overflow: hidden;
    transition: all 400ms ease-in-out;
    margin-bottom: 24px;
    transform: translateY(0px);
    position: relative;
    z-index: 11;
}

/* .city-details::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}

.city-details::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
} */

/* .city-details:hover::before,
.city-details:hover::after {
    width: 100%;
    height: 100%;
    border-color: rgb(61 71 136 / 80%);
    border-radius: 8px;
} */

.city-details:hover {
    box-shadow: var(--bg-theme-shadow);
    transform: translate(0, -5px);
}



.owl-carousel .owl-item {
    transition: all 500ms ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.owl-carousel .owl-item:hover img {
    transform: scale(01.2);
}

.owl-carousel .owl-item img {
    transition: all 500ms ease-in-out;
}

.city-details:hover {
    box-shadow: 0 0px 15px rgb(58 70 76 / 15%);
}

.city-details-head {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}

.city-star-box i {
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f1ad42;
    color: #fff;
}

.city-star {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.closed-city {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    margin-bottom: 10px;
}

.closed-city li:nth-child(2),
.closed-city li:nth-child(3) {
    list-style: disc;
    list-style-position: inside;
}

.closed-city li strong {
    color: rgb(216 24 22);
    text-transform: capitalize;
}

.game-details h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.game-details {
    padding: 0 10px;
}

.game-day figure {
    margin-bottom: 0;
}

.game-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 8px 10px;
}

.game-details p {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.city-details-box {
    width: 100%;
}

.tag-item-list {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tag-item-list li {
    padding: 2px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-transform: capitalize;
}

.family-details {
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 10px;
    margin-bottom: 10px;
}

.family-details span {
    font-size: 14px;
    opacity: 0.7;
}

.family-details i {
    color: #d81816;
    font-weight: 600;
}

.business-details {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.business-details p {
    font-size: 14px;
    margin-bottom: 0;
}

.tag-item-order-list {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.order-list-btn {
    padding: 5px;
    background-color: #d81216;
    color: #ffffff;
    border-radius: 5px;
}

.order-list-btn span {
    text-transform: capitalize;
}

.game-day figure {
    width: 130px;
    height: 80px;
    margin-bottom: 0px;
}

/* journey */
.journey {
    padding: 50px 0;
    background-color: var(--bg-light);
}

.journey-head h2 {
    font-size: 30px;
    margin-bottom: 48px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

.journey-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0 15% 50px 15%;
}

.journey-box span {
    background-color: #0284c5;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
}

.journey-box span::before {
    content: "";
    height: 50px;
    width: 2px;
    background-color: #c8d3df;
    position: absolute;
    bottom: -60px;
    left: 25px;
}

.journey-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.journey-title p {
    font-weight: 500;
}

.journey-box:last-child span::before {
    display: none;
}

.journey-box:last-child {
    margin-bottom: 0;
}

.buzylist-custom-header .collapse {
    visibility: inherit;
    left: 0;
}

/* .navbar-collapse.collapse.show {
    left: 0;
} */

.about-business .row {
    row-gap: 10px;
}

.user-response {
    flex-wrap: wrap;
    row-gap: 10px;
}

/* about-us */
.about-us-banner,
.identity,
.journey,
.our-reputation,
.our-value {
    padding: 30px 0;
}

.abt-banner-box p {
    margin: 0;
    font-size: 16px;
}

.reputation-box {
    margin-bottom: 30px;
}

.reputation-card h3 {
    font-size: 24px;
}

.our-value .row {
    row-gap: 20px;
}

.form-details h1 {
    font-size: 26px;
}



/* service page responsive end*/

/* contact page start*/
.contact-sec {
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.contact-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
}

.contact-sec .contact-sec-banner {
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 5;
}

.contact-sec .contact-sec-banner h1,
.contact-sec .contact-sec-banner h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 5;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.contact-sec-details {
    padding: 50px 0;
}

.contact-sec-details .contact-info-card,
.contact-sec-details .contact-form-card {
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.contact-sec-details .contact-info-header h3,
.contact-sec-details .contact-form-header h3 {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.contact-sec-details .contact-details a {
    color: var(--bg-primary-color);
}

.contact-sec-details .contact-details a:hover {
    color: var(--bg-themered);
}

.contact-sec-details .contact-icon {
    width: 35px;
    height: 35px;
    background-color: var(--bg-primary-color);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-sec-details-box {
    margin: 0 10%;
    margin-top: -100px;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    animation: slideDown 2s ease forwards;
    transition: 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.contact-sec-details .form-label {
    font-size: 16px;
    font-weight: 600;
}

.contact-sec-details .form-control:focus {
    box-shadow: none;
}

.contact-sec-details input {
    height: 45px;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 45px;
    font-size: 15px;
}

.contact-sec-details textarea {
    border-radius: 10px;
    height: 100px;
    padding: 10px;
    font-size: 15px;
}

.contact-sec-details .btn.cmn-btn {
    height: 45px;
    padding: 0 20px;
    border: none;
}

.contact-sec-details .contact-info-header p {
    margin-bottom: 20px;
}

.contact-sec-details .contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* contact page end */

/* home page category image css */
.catagory figure {
    margin: 0;
    height: 65px;
    width: 65px;
    background-color: #dfeef6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    padding: 15px;
}

.catagory figure img {
    transition: all 400ms ease-in-out;
}

.filters-sidebar {
    background: #f0f5f9 !important;
    box-shadow: inherit !important;
    border: none !important;
    padding: 21px 21px;
    border-radius: 16px;
    position: sticky;
    top: 85px;
    z-index: 1039;
}

.content-scroll {
    height: 320px;
    overflow: auto;
}

.category-list {
    height: 227px;
    overflow: auto;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--bg-primary-color);
}

.form-check-input:checked {
    background-color: #47539b !important;
    border-color: #47539b !important;
}

.form-check-input:focus {
    box-shadow: inherit !important;
}

.location-details .banner-search {
    padding: 10px 10px;
}

.location-details .form-select {
    height: 42px;
}

.location-details .form-select:focus {
    box-shadow: inherit !important;
}

.location-details .clear-filter-button button {
    background: var(--bg-primary-color);
    color: #fff;
    height: 39px;
    border: 1px solid var(--bg-primary-color);
}

.location-details .clear-filter-button button:hover {
    background: #262e62;
}

.location-details .city-details-img {
    margin-bottom: 0;
    padding: 7px;
    height: 58px !important;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    width: 150px !important;
}

.location-details .city-details-img img {
    width: 100% !important;
    object-fit: contain !important;
}

.business-photos-carousel .owl-item img {
    display: block;
    padding: 0px !important;
    height: 180px !important;
    object-fit: cover;
}

.service-title-details .location-list li:first-child {
    display: flex;
    gap: 7px;
    width: 54%;
}

.service-title-details .location-list li {
    display: flex !important;
    align-items: start;
    font-size: 15px;
    gap: 8px;
    padding-right: 19px;
    line-height: 25px;
}

.service-title-details-box {
    flex: 9;
}

div#business-media-slider {
    margin-top: 0px !important;
}

.about-business .row .col-lg-3:nth-child(1) .about-business-card {
    border-color: #f1ad42;
}

.about-business .row .col-lg-3:nth-child(1) .about-business-card p {
    color: #f1ad42;
}

.about-business .row .col-lg-3:nth-child(2) .about-business-card p {
    color: #359dd1;
}

.about-business .row .col-lg-3:nth-child(3) .about-business-card p {
    color: #6dcda9;
}

.about-business .row .col-lg-3:nth-child(2) .about-business-card {
    border-color: #359dd1;
}

.about-business .row .col-lg-3:nth-child(3) .about-business-card {
    border-color: #6dcda9;
}

.about-business .row .col-lg-3:nth-child(1) .about-business-card i {
    color: #f1ad42;
}

.about-business .row .col-lg-3:nth-child(2) .about-business-card i {
    color: #359dd1;
}

.about-business .row .col-lg-3:nth-child(3) .about-business-card i {
    color: #6dcda9;
}


/* category new hover css commit sourav */

a.catagory-card-link::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}

a.catagory-card-link::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
}

a.catagory-card-link:hover::before,
a.catagory-card-link:hover::after {
    width: 100%;
    height: 100%;
    border-color: rgb(61 71 136 / 80%);
    border-radius: 8px;
}


a.catagory-card-link {
    position: relative;
    display: block;
    z-index: 11;
    background: #fff;
    border-radius: 14px;
    transition: all 400ms ease-in-out;
}

a.catagory-card-link:hover {
    box-shadow: var(--bg-theme-shadow);
    transform: scale(1.03);
}

a.catagory-card-link:hover .catagory-card figure {
    background: var(--bg-primary-color);
    color: #fff;
}

a.catagory-card-link:hover .catagory-card figure img {
    filter: brightness(0) invert(1);
}

.step-card {
    margin-top: 13px;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.step-card::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}

.step-card::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
}

.step-card:hover::before,
.step-card:hover::after {
    width: 100%;
    height: 100%;
    border-color: rgb(61 71 136 / 80%);
    border-radius: 15px;
}

.step-card:hover {
    box-shadow: var(--bg-theme-shadow);
    transform: scale(1.03);
}

.step-card {
    transition: all 400ms ease-in-out;
}

.step-card .step-badge {
    width: 55px;
    height: 55px;
    background: var(--bg-primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
    margin: -60px auto 25px;
    box-shadow: 0 8px 20px rgba(61, 71, 136, 0.3);
    border: 4px solid var(--bg-light);
    transition: all 400ms ease-in-out;
}

.step-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.step-card p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.how-it-works .d-none.d-lg-block {
    display: none !important;
}

.why-choose-card {
    height: 100%;
    padding: 40px 20px;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #f9f7f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--bg-primary-color);
    font-size: 32px;
    transition: all 0.3s ease;
}

.why-choose-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
}

.why-choose-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 0;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(58, 70, 76, 0.15);
    border-color: var(--bg-primary-color);
}

.why-choose-card:hover .feature-icon {
    background: var(--bg-primary-color);
    color: #fff;
    transform: rotateY(180deg);
}

.why-choose .row {
    row-gap: 30px;
    margin-top: 30px;
}

.why-choose .featured-head p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-padding {
    padding: 50px 0;
}

.how-it-works {
    background-color: var(--bg-light2);
}

/* about page css */

.identity-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--bg-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

.identity-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.identity-box ul {
    list-style: disc;
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 0;
}

.identity-box ul li {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 10px;
}

/* Services Section Redesign */
.services-container {
    padding-top: 20px;
}

.business-service-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    padding: 24px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.business-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--bg-primary-color);
}

.business-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--bg-primary-color);
    transition: height 0.3s ease;
}

.business-service-card:hover::before {
    height: 100%;
}

.service-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.service-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.service-card-price {
    background: rgba(var(--bg-primary-color-rgb), 0.1);
    color: var(--bg-primary-color);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 12px;
}

.service-card-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

.service-card-icon {
    width: 44px;
    height: 44px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--bg-primary-color);
    font-size: 22px;
    transition: all 0.3s ease;
}

.business-service-card:hover .service-card-icon {
    background: var(--bg-primary-color);
    color: #fff;
    transform: rotate(5deg);
}

.navbar-expand-lg {
    padding: 0 0;
}

.service-title-details .location-list li:first-child i {
    font-size: 19px;
    padding-top: 3px;
    color: var(--bg-primary-color);
}

.contact-section i.ri-customer-service-2-line {
    color: var(--bg-primary-color) !important;
    margin-right: 10px !important;
    font-size: 28px !important;
}

.verified-badge {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 0;
    border: 1px solid rgba(40, 167, 69, 0.2);
    font-size: 14px;
}

.unverified-badge {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 0;
    border: 1px solid rgba(108, 117, 125, 0.2);
    transition: all 0.3s ease;
    font-size: 14px;
}

.unverified-link {
    text-decoration: none !important;
}

.unverified-link:hover .unverified-badge {
    background: rgba(255, 193, 7, 0.15);
    color: #f7b924;
    border-color: rgba(255, 193, 7, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.1);
}

.contact-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover {
    box-shadow: 0px 0px 10px rgb(61 71 136 / 21%) !important;
}

.icon-box {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.1);
}

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

.bg-info-subtle {
    background-color: rgba(13, 202, 240, 0.1);
}

.bg-warning-subtle {
    background-color: rgba(255, 193, 7, 0.1);
}

.map-container {
    background: #f8f9fa;
}

.contact-card {
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 14px rgb(0 0 0 / 0%) !important;
}

.contact-card::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}

.contact-card::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
}

.contact-card:hover::before,
.contact-card:hover::after {
    width: 100%;
    height: 100%;
    border-color: rgb(61 71 136 / 80%);
    border-radius: 8px
}

.contact-form-card.p-4.rounded-4.bg-white.border.shadow-sm {
    border-radius: 10px !important;
    box-shadow: 0px 1px 14px rgb(0 0 0 / 0%) !important;
}

span.view-map {
    color: var(--bg-primary-color) !important;
}

.service-details ol.breadcrumb {
    margin: 0;
    position: relative;
    background: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(61 71 136 / 38%), rgb(0 0 0 / 0%));
    padding: 8px 0;
    margin-top: 50px;
    justify-content: center;
}

section.service-details .service-details-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

section.service-details .service-details-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.service-details .service-details-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.service-details .service-details-banner .banner-overlay h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0 20px;
    letter-spacing: 0.5px;
}

@keyframes slideDown {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(0);
    }
}


/*  */
/* responsive css start commit sourav*/
@media (min-width: 1440px) and (max-width: 1920px) {
    .banner-img img {
        height: 600px;
    }

    .banner-head h1 {
        padding: 0 15%;
    }
}

@media (max-width: 991px) {

    /* mobile responsive navbar */

    .breadcrumb-label li a,
    .breadcrumb-label li {
        color: #ffffff;
        font-size: 13px;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        background: #fff;
        padding: 20px 17px;
        border-radius: 0px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        height: 100vh;
        width: 320px;
        transition: all 400ms ease-in-out;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

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

    .navbar-nav .nav-item .nav-link {
        padding: 14px 0;
        display: block;
        font-size: 15px;
        margin: 0px;
    }

    .navbar-nav .cmn-btn {
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }

    /* Mobile Mega Menu */
    .navbar .mega-menu {
        position: relative;
    }

    .mega-menu .mega-dropdown-menu {
        position: static;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        box-shadow: none;
        background: #f8fafc;
        border-radius: 10px;
        margin-top: 0px;
    }

    .mega-menu .mega-dropdown-menu .row {
        flex-direction: column;
    }

    .mega-menu .mega-menu-column {
        width: 100%;
        padding: 10px 0;
        border-right: none;
        min-height: auto;
    }

    .mega-menu .mega-menu-column:last-child {
        border-bottom: none;
    }

    .mega-menu .category-header {
        padding: 10px;
        font-size: 15px;
    }

    .mega-menu .list-unstyled .dropdown-item {
        padding: 8px 10px;
        font-size: 13px;
    }

    .mega-menu .list-unstyled .dropdown-item:hover {
        padding-left: 15px;
    }

    /* ----------------------- */

    .banner-img img {
        height: 450px;
    }

    .banner-head {
        width: 90%;
    }

    .banner-head h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .banner-head p {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .catagory-head p {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .banner-search {
        border-radius: 20px !important;
        padding: 15px !important;
    }

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

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

    .featured-head p {
        font-size: 16px;
        margin-bottom: 27px;
    }

    .why-choose-card {
        padding: 30px 20px;
    }

    .city-details {
        flex-direction: column;
        align-items: start;
    }

    .nav-pills .nav-link {
        padding: 8px 11px;
        height: 40px;
    }

    .filters-sidebar {
        margin-bottom: 20px;
    }

    .footer-logo p {
        padding-right: 30%;
    }

    .contact-sec-details-box {
        margin: 0 5%;
        margin-top: -80px;
    }

    .service-details-banner img {
        height: 200px;
    }

    .service-details-banner .banner-overlay h1 {
        font-size: 24px;
    }

    .service-title {
        flex-wrap: wrap;
    }

    .service-title-details .location-list {
        flex-wrap: wrap;
        row-gap: 5px;
        flex-direction: column;
    }

    .service-title-details .location-list li:first-child {
        width: 100%;
    }

    .service-review .service-title {
        padding: 22px 12px;
    }

    .service-title-details .location-list li:last-child {
        list-style: none;
    }

    .slider-box .owl-theme .owl-nav {
        position: relative;
        margin-top: 15px;
    }

    .rating-trend-box {
        flex-wrap: wrap;
    }

    .reviews-rate {
        margin-bottom: 20px;
    }

    .similar-business {
        text-align: center;
        border-bottom: none;
    }

    .business-profile-location span {
        max-width: none;
    }

    .footer-logo p {
        padding-right: 0;
    }

    /* about us */
    .abt-banner-box i {
        font-size: 33px;
        width: 60px;
        height: 60px;
    }

    .abt-banner-box h1 {
        font-size: 24px;
    }

    .abt-banner-box p {
        margin: 0 0%;
    }

    .identity-box h2 {
        font-size: 24px;
    }

    .journey-box {
        margin: 0 0 30px 0;
    }

    .reputation-box p {
        margin: 0;
    }

    .reputation-card {
        padding: 15px;
    }

    .reputation-card h3 {
        font-size: 30px;
    }

    .our-value .row {
        margin: 0;
    }

    .our-value-card p {
        margin: 0;
    }

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

    .reputation-box h2 {
        font-size: 24px;
    }

    .our-value-head h2 {
        font-size: 24px;
    }
}


@media (max-width: 767px) {
    .service-title-details {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .service-title-details-box {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {

    section.service-details .service-details-banner {
        height: 190px;
    }

    .step-card h3 {
        font-size: 20px;
    }

    .contact-sec-details .contact-info-card,
    .contact-sec-details .contact-form-card {
        padding: 25px 13px;
    }

    .identity-box ul li {
        font-size: 16px;
        line-height: 1.8;
        color: #475569;
        margin-bottom: 18px;
    }

    .contact-sec {
        min-height: 200px;
    }

    form .row {
        row-gap: 0;
    }

    .identity-box p {
        font-size: 16px;
        line-height: 1.8;
        color: #475569;
        margin-bottom: 18px;
    }


    .identity-box h3 {
        font-size: 23px;
        margin-top: 30px;
    }

    .identity .identity-card {
        padding: 20px;
    }

    .services-container {
        margin-bottom: 20px;
    }

    .contact-sec-details-box {
        margin: 0 2%;
        margin-top: -60px;
        padding: 15px;
    }

    .contact-sec .contact-sec-banner h1,
    .contact-sec .contact-sec-banner h2 {
        font-size: 24px;
        line-height: 34px;
    }


    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 1px;
        vertical-align: inherit;
        border-top: transparent;
        border-right: transparent;
        border-bottom: 0;
        border-left: transparent;
        content: "\ea4e";
        font-family: "remixicon";
        font-size: 15px;
        position: absolute;
        right: 0;
    }

    .navbar-brand {
        max-width: 145px;
        padding: 0;
    }

    .catagory-card {
        min-height: 177px;
        padding: 20px;
    }

    .catagory figure {
        margin-bottom: 12px;
    }

    .catagory-card p {
        font-size: 16px;
    }

    .mega-menu .category-header {
        font-size: 14px;
        padding: 8px 0px;
    }

    .mega-menu .category-header i {
        font-size: 16px;
    }

    .mega-menu .list-unstyled .dropdown-item {
        font-size: 12px;
        padding: 6px 8px;
    }

    .service-details .breadcrumb-label {
        width: 66%;
    }

    .category-cover-banner.mb-4 .heading-category h1 {
        font-size: 22px;
    }

    .category-cover-banner.mb-4 img {
        height: 180px;
    }


    .service-details ol.breadcrumb {
        margin: 0;
        position: relative;
        background: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(61 71 136 / 38%), rgb(0 0 0 / 0%));
        padding: 8px 0;
        margin-top: 10px;
        justify-content: center;
    }

    section.service-details .service-details-banner .banner-overlay h1 {
        color: #fff;
        font-size: 33px;
        margin-bottom: 10px;
    }


    button.btn.btn-primary.w-100.d-flex.align-items-center.justify-content-between.py-2.px-3.shadow-sm.rounded-3 {
        border-radius: 10px;
        background: var(--bg-primary-color);
        border-color: var(--bg-primary-color);
    }

}

@media (max-width: 480px) {
    .footer-top .col-lg-3 {
        width: 100%;
    }

    .service-title-details .review-button {
        flex-wrap: wrap;
        /* gap: 10px; */
        gap: 8px !important;
    }

    .service-title-details .review-button .review-button-details i {
        font-size: 15px;
    }

    .service-title-details .review-button .review-button-details {
        padding: 4px 12px;
        font-size: 14px;
    }

    .rating-box {
        flex-wrap: wrap;
    }

    .service-title-details .location-list li:nth-child(2) {
        list-style: none;
    }

    .service-title-details .location-list li:nth-child(3) {
        list-style: disc;
    }

    .slider-box .owl-theme .owl-nav {
        display: none;
    }

    /* about-us */
    .our-reputation .row {
        row-gap: 20px;
    }

    .form-details .card-body {
        padding: 20px 20px;
    }

    .form-details h1 {
        font-size: 26px;
        margin-bottom: 13px;
    }

    section.service-details .service-details-banner .banner-overlay h1 {
        color: #fff;
        font-size: 29px;
        margin-bottom: 10px;
    }

    .service-details .breadcrumb-label {
        width: 90%;
    }
}