/* Header */
a {
color: #1c0f02;
text-decoration: none;
transition: ease all .5s;
-webkit-transition: ease all .5s;}
.blog-category a:hover {
background: #0d6efd;
color: #fff;
}
.header.fixed {
background-color: #fff;
top: 0;
box-shadow: 0 3px 53px rgb(197 197 197 / 27%);
transition: ease all .5s;
-webkit-transition: ease all .5s;
}

.navbar {
background-color: #ffffff;
border-bottom: 1px solid #e5e5e5;
padding: 10px 0;
}

.navbar-brand img {
max-width: 110px;
}

.navbar-nav .nav-link {
font-weight: 500;
font-size: 1rem;
color: #1c0f02;
transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
color: #0d6efd;
}

.nav-link.dropdown-toggle::after {
/*content: ' \25BC';*/
font-size: 1.5rem;
margin-left: 5px;
/*color: #0d6efd;*/
}

.register-link {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 1rem;
}

.register-link:active{
    border:none;
}

.register-link:hover {
color: #0d6efd;
}
.show-icon img {
    max-width:19px;
    margin-right: 3px;
}

.login-btn {
    color:#000;
    padding:0;
    font-size: 1rem;
}

.login-btn:active{
    border:none;
}

.login-btn:hover {
color:#0d6efd;
}

/* Hero Section */
.hero-section {
background:url(https://purelocal.in/assets/image/purelocal-bg3.jpg) no-repeat center;    background-size:cover;
padding: 130px 0;
position: relative;margin-top:60px;
}
.hero-section:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #0000006e;
}
.hero-section .container{position: relative;}

.explore-btn {
background-color:#0d6efd;
color: white;
border-radius: 25px;
padding: 10px 30px;
font-size: 1.2rem;
display: inline-block;
margin-bottom: 20px;
text-decoration: none;
}

.explore-btn:hover {
background-color: #34495e;
}

.hero-section h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.2;
color:#fff;
}

.hero-section .highlight {
color: #0d6efd;
font-weight: 700;
}

.hero-section p {
font-size: 1.1rem;
color:#fff;
margin-bottom:25px;
}

.search-bar {
display: flex;
justify-content: start;
background: #ffffff33;
padding: 15px;
border-radius: 10px; gap:10px;
}
.search-bar input {
width: 100%;
border: 0;height: 50px;
box-shadow: 0 0 10px #00000029;
}
.cat-items {display: flex;align-items: center;justify-content: center;gap: 15px;margin-top: 30px;}
.cat-items .category-card-items {display:block;padding: 20px;background: #ffffff4f;border-radius: 15px;justify-content: center;width:100%;}
.cat-items .category-card-items img{}
.cat-items .category-card-items span{display:block; font-weight:500;color: #fff;margin-top: 5px;}
.cat-items .category-card-items:hover{background:#0d6efd;}
.category-card-items.active {    background: #0d6efd;}

.searchCat {width: 100%;    position: relative;}
.searchLac {width: 100%;    position: relative;}

.search-bar button {
background-color: #0d6efd;
color: white;
/* padding: 10px 30px; */
/* border-radius: 50px; */
border: none;
font-weight: 600;
padding: 13px 28px;
border-radius: 5px;
display: block;
min-width: 143px;
}

.search-bar button:hover {
background-color: #0d6efd;
}

.hero-images {
display: flex;
justify-content: flex-end;
align-items: center;
}

.hero-images img {
border-radius: 10%;
margin-left: 15px;
width: 120px;
height: 120px;
object-fit: cover;
}

/* Category Section */
.category-section {
padding:120px 0;
}

.category-section h2 {
font-size:52px;
font-weight: 700;
}

.category-section h2 .highlight {
background-color: #0d6efd;
color: white;
padding: 6px;
border-radius: 50%;
height: 62px;
width: 62px;
}

.category-section p {
color: #7f8c8d;
}

.category-section .view-all-btn {
border: 2px solid #0d6efd;
color: #0d6efd;
padding: 5px 20px;
border-radius: 30px;
font-size: 1.1rem;
display: inline-block;
text-align: center;
}

.category-section .view-all-btn:hover {
background-color: #0d6efd;
color: white;
}

.category-section .view-all-btn i {
margin-left: 8px;
}

.category-card {
border: 1px solid #e5e5e5;
padding: 20px;
border-radius: 10px;
text-align: center;
transition: background-color 0.3s, box-shadow 0.3s;
}

.category-card:hover {
background-color: #1c0f02;
color: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-card img {
width: 80px;
margin-bottom: 20px;
}

.category-card h5 {
font-size: 1.2rem;
margin-bottom: 5px;
}

.category-card span {
color: #7f8c8d;
}

/* Fetured Section */
.featured-section {
padding:120px 0;
background-color:#f8f8ff;
}

.featured-section h2 {
font-size:52px;
font-weight: 700;
}

.featured-section h2 .highlight {
background-color: #0d6efd;
color: white;
padding: 6px;
border-radius: 50%;
}

.featured-section p {
color: #7f8c8d;
}

.featured-section .view-all-btn {
border: 2px solid #0d6efd;
color: #0d6efd;
padding: 5px 20px;
border-radius: 30px;
font-size: 1.1rem;
display: inline-block;
text-align: center;
}

.featured-section .view-all-btn:hover {
background-color: #0d6efd;
color: white;
}

.featured-section .view-all-btn i {
margin-left: 8px;
}

.featured-card {
border-radius: 15px;
overflow: hidden;
transition: all 0.3s;
background-color: white;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
position: relative;
}

.featured-card:hover {
transform: scale(1.03);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/*.featured-card img {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    object-fit: cover;*/
/*}*/

.featured-label {
background-color: #3498db;
color: white;
padding: 5px 10px;
position: absolute;
top: 15px;
left: 15px;
border-radius: 5px;
font-size: 0.8rem;
}

.featured-card-body {
padding: 20px;
}

.featured-card-body h5 {
font-size: 1.2rem;
font-weight: bold;
}

.featured-card-body p {
margin: 5px 0;
color: #7f8c8d;
font-size: 0.9rem;
}



.price {
color: #e74c3c;
font-weight: bold;
font-size: 1.2rem;
}

.rating {
display: flex;
align-items: center;
background-color: #f39c12;
color: white;
padding: 5px 10px;
border-radius: 20px;
font-size: 0.9rem;
}

.rating i {
color: white;
margin-right: 3px;
}

.rating span {
font-size: 0.8rem;
margin-left: 5px;
color: white;
}

/* Location Section */
.popular-section {
padding:120px 0;
background-color: #0d6efd;
color: white;
}

.popular-section h2 {
font-size:52px;
font-weight: 700;
}

.popular-section h2 .highlight {
background-color: white;
color: #0d6efd;
padding: 6px;
border-radius: 50%;
}

.popular-section p {
color: white;
margin-bottom: 40px;
text-align: left;
}

.popular-section .view-all-btn {
border: 2px solid white;
color: white;
padding: 5px 20px;
border-radius: 30px;
font-size: 1.1rem;
display: inline-block;
text-align: center;
transition: all 0.3s ease;
}

.popular-section .view-all-btn:hover {
background-color: white;
color: #0d6efd;
}

.location-details {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.popular-locations .location-info-details {
background: #f9fafc;
border: 1px solid #e3e3e3;
border-radius: 10px;
padding: 15px;
align-items: center;
margin: 0 0 1.5rem;
display: flex;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.popular-locations .location-info-details:hover {
transform: translateY(-10px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.popular-locations .location-img {
width: 148px;
height: 148px;
overflow: hidden;
border-radius: 10px;
flex-shrink: 0;
}

.popular-locations .location-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}

.popular-locations .location-content {
padding-left: 15px;
text-align: left;
width: calc(100% - 148px);
}

.popular-locations .location-content a {
font-size: 20px;
font-weight: 600;
color: #1c0f02;
display: inline-block;
margin-bottom: 3px;
text-decoration: none;
}

.popular-locations .location-content p {
color: #717171;
margin-bottom: 10px;
font-size: 14px;
}

.popular-locations .location-content a.view-detailsbtn {
background: #fff;
padding: 8px;
border-radius: 5px;
display: block;
font-size: 14px;
text-align: center;
color: #374b5c;
font-weight: 400;
box-shadow: 0 8px 18px -8px rgba(19, 16, 34, 0.15);
text-decoration: none;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.popular-locations .location-content a.view-detailsbtn:hover {
background-color: #374b5c;
color: white;
box-shadow: 0 8px 18px -8px rgba(19, 16, 34, 0.25);
}

/* Latest Ads Section */
.latest-ads-section {
padding: 50px 0;
}

.latest-ads-section h2 {
font-size: 2.5rem;
font-weight: 700;
text-align: left;
display: inline-block;
margin-right: 15px;
}

.latest-ads-section h2 .highlight {
background-color: #0d6efd;
color: white;
padding: 0 15px;
border-radius: 50%;
}

.latest-ads-section p {
color: #717171;
text-align: left;
}

.latest-ads-section .view-all-btn {
border: 2px solid #0d6efd;
color: #0d6efd;
padding: 5px 20px;
border-radius: 30px;
font-size: 1.1rem;
display: inline-block;
text-align: center;
}

.latest-ads-section .view-all-btn:hover {
background-color: #0d6efd;
color: white;
}

/* Ad Card */
.ad-card {
background: white;
border: 1px solid #e3e3e3;
border-radius: 10px;
box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-bottom: 30px;
}

.ad-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.ad-card img {
width: 100%;
height: 200px;
object-fit: cover;
}

.ad-card-body {
padding: 15px;
position: relative;
}

.ad-card-body .featured {
position: absolute;
top: 15px;
left: 15px;
background-color: #3b82f6;
color: white;
font-size: 14px;
padding: 5px 10px;
border-radius: 5px;
}

.ad-card-body h5 {
font-size: 18px;
font-weight: 600;
color: #374b5c;
margin-bottom: 10px;
}

.ad-card-body p {
color: #717171;
margin-bottom: 10px;
font-size: 14px;
}

.ad-card-body .price {
font-size: 20px;
font-weight: 700;
color: #0d6efd;
}

.ad-card-footer {
padding: 15px;
border-top: 1px solid #e3e3e3;
display: flex;
justify-content: space-between;
}

.ad-card-footer .rating {
font-size: 14px;
color: #ff9800;
}

.ad-card-footer .rating i {
margin-right: 5px;
}

.earn-cash-section {
background-color: #f8f8f8;
padding: 60px 0;
position: relative;
overflow: hidden;
}

.earn-cash-section h1 {
font-size: 2.5rem;
font-weight: bold;
color: #1c0f02;
margin-bottom: 20px;
}

.earn-cash-section p {
font-size: 1.1rem;
color: #717171;
margin-bottom: 30px;
}

.earn-cash-section .buttons {
display: flex;
gap: 15px;
}

.earn-cash-section .btn-primary {
background-color: #0d6efd;
color: white;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-size: 1.1rem;
}

.earn-cash-section .btn-secondary {
background-color: white;
color:#1c0f02;
padding: 10px 20px;
border-radius: 5px;
border: 1px solid #1c0f02;
text-decoration: none;
font-size: 1.1rem;
}

.earn-cash-section .btn-primary:hover,
.earn-cash-section .btn-secondary:hover {
background-color: #1c0f02;
color: white;
}

.earn-cash-section img {
max-width: 100%;
height: auto;
}

/* Newsletter Section */
.stay-tuned {
color: white;
padding: 50px 0;
text-align: center;
/*width: 100vw;*/
/* Full screen width */
/*margin-left: calc(-50vw + 50%);*/
}

.stay-tuned h2 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 10px;
}

.stay-tuned p {
font-size: 1.1rem;
margin-bottom: 30px;
}

.stay-tuned form {
display: flex;
justify-content: center;
gap: 10px;
}

.stay-tuned input {
padding: 10px 15px;
border-radius: 5px;
border: none;
width: 300px;
font-size: 1rem;
}

.stay-tuned button {
background-color: white;
color: #0d6efd;
padding: 10px 20px;
border-radius: 5px;
border: none;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
}

.stay-tuned button:hover {
background-color: #0d6efd;
color: white;
border: 1px solid white;
}




/* Footer Section */
.footer-section {
background-color:#004aad;
color: white;
padding: 50px 0;
}

.footer-section h4 {
font-size:24px;
font-weight:bold;
margin-bottom: 20px;
}

.footer-section p {
font-size: 1rem;
}

.footer-section ul {
list-style: none;
padding: 0;
}

.footer-section ul li {
margin-bottom: 10px;
}

.footer-section ul li a {
color: white;
text-decoration: none;
}

.footer-section ul li a:hover {
color: #0d6efd;
}

.footer-social-icons a {
color: white;
font-size:40px;
margin-right: 10px;
}

.footer-social-icons a:hover {
color: #0d6efd;
}

.footer-section .text-center p {
margin: 0;
font-size: 0.9rem;
}

.footer-section .text-center p a {
color: white;
text-decoration: none;
}

.footer-section .text-center p a:hover {
color: #0d6efd;
}

/* testimonial section */
.testimonial-heading h4 {
font-size: 45px;
line-height: 45px;
color: #1c0f02;
}
.btn-primary{border:1px solid #0d6efd;}
.rightimg {
background-color:#1c0f02;
min-height: 620px;
background-size: cover;
position: relative;
}
.rightimg:before {
background-color:#00000021;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.testimonial-info {
background-color: #fff;
padding: 40px;
box-shadow: 0 0 20px rgb(0 0 0 / 5%);
border-radius: 12px;
margin:10px;
max-width: 97%;
}
.testi-img img {
max-width: 85px;
max-height: 85px;
border-radius: 50%;
border:3px solid rgb(101 208 233 / 60%);
}
.testi-author h6 {
color: #fff;
font-size: 24px;
font-weight: bold;
margin: 0 0 5px;
}

.Testimoni-img {
margin-top: 30px;
}
.testimonial-sec {
position: relative;
}
.all-testi-0 {
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
}

.all-testimonials .slick-next,.all-testimonials .slick-prev {
position: absolute;
top: -34px;
background:#fff!important;
width: 47px;
height: 44px;
color: #fff;
border-radius: 7px;
}
.slick-prev{right:70px !important;}

.all-testimonials .slick-next{ right: 11px;}
.all-testimonials .slick-prev {
left: auto!important;
}
.all-testimonials .slick-prev:before, .all-testimonials .slick-next:before{color:#0d6efd!important;}


/*all brand logo sec*/
.brand-logo-0 {
background: #f8f8f8;
padding: 14px 20px;
text-align: center;
display: flex !important;
height: 79px;
border-radius: 10px;
align-items: center;
max-width: 94%;
justify-content: center;
}


/*Stay Tuned With Us*/
.custon-input {
position: relative;
}
.custon-input .bi-envelope {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 44px;
background:#fff;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
color: #0d6efd;
}
.custon-input input {
padding: 10px 10px 10px 42px;
}
.custon-input input:focus-visible {
outline: none;
}
.bg-shape {
background:#0d6efd;
background-size: cover;
padding: 50px;
border-radius: 12px;
position: relative;
z-index: 1;
}
.bg-shape:before {
background-color:#00000014;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
border-radius:12px;
}
.custon-input {
position: relative;
}
.custon-input .bi-envelope {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 44px;
background:#fff;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
color: #0d6efd;
}
.custon-input input {
padding: 10px 10px 10px 42px;
}
.custon-input input:focus-visible {
outline: none;
}
.bg-shape {
background:#0d6efd;
background-size: cover;
padding: 50px;
border-radius: 12px;
position: relative;
z-index: 1;
}
.bg-shape:before {
background-color:#00000014;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
border-radius:12px;
}

.Listing_Detail_Wrapper{background-color: #f9fafc;}
.Listing_Detail{padding:25px 0;}
.listing-0 img {
border-radius: 50px;
width: 100px;
height: 100px;
}
.card {
background: #fff;
padding: 1.5rem;
box-shadow: 3px 5px 13px rgba(222, 226, 231, .44);
margin: 0 0 1.5rem;
border: 0;
}
.card {
background: #fff;
/*    border: 2px solid #ebedf0;*/
border-radius: 10px;
margin-bottom: 24px;
}
.card-header{background-color:transparent;}
.feature-img {
background: #f1f1f1;
padding: 11px;
border-radius: 50%;
}
.featues-info h6 {
color: #666;
margin-bottom: 0;
font-weight: 400;
line-height: 1.4;
}
.featues-info-list {
margin-bottom: 1.4rem;
}
.review-list li {
    border-radius: 0;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #00000038;
}
.rating-02 {
display: flex;
gap: 15px;
margin-bottom: 0;

}
ul.breadcrumbb-items li:first-child::before {
    display: none;
}
ul.breadcrumbb-items li a {
    color: #0d6efd;
}
ul.breadcrumbb-items li {
    position: relative;
    padding-left: 17px;
}

.lg-actions .lg-next:before{content:'\F134'!important;font-family:bootstrap-icons;}
ul.breadcrumbb-items li:first-child {
    padding-left: 0;
}
ul.breadcrumbb-items li:before {
    content: '\F285';
    position: absolute;
    left: 0;
    font-family: 'bootstrap-icons';
}
.breadcrumbb {
    background-color: #ffffff;
    padding: 15px 0;
}
.breadcrumbb .breadcrumbb-items {
    display: flex
;
    align-items: center;
    gap:5px;
    list-style: none;
    /* padding: 10px; */
    margin: 0;
}
.discription ul li {
    margin-bottom: 10px;
    font-size: 15px;
    position:relative;
    padding-left:21px;
}
.discription ul li:before {
    content: '\F26A';
    position:absolute;
    font-family: 'bootstrap-icons';
    color: #0d6efd;
    left:0;
    top: 0;

}
.discription ul {
    list-style: none;
    padding-left: 0;
}
ul.sidebar-iTems {
    list-style: none;
}
.review-img img {
border-radius: 50px;
width: auto;
height: auto;
}
.user-Name {
    text-transform:capitalize;
    font-size: 14px;
}
.revw-date {
    font-weight: 500;
    border: 1px solid #0000003b;
    padding: 4px 10px;
    border-radius: 5px;
    color: #0000008c;
    font-size: 15px;
}
.avatar {
    position: relative;
    display: inline-block;
    width:42px;
    height:42px;
    border-radius: 50%;
    object-fit: cover;
}
.review-img {
width: 82px;
height: 82px;
border-radius: 50%;
}
img {
max-width: 100%;
height: auto;
}

.rightsidebar .card .info-list  li {
padding-bottom: 18px;
align-items: center;
}
.info-list li {
display: flex;
align-items: center;
min-width: 20px;
}
.rightsidebar .card .statistics-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    /*margin: 0;*/
    /*border-radius: 0;*/
    justify-content: space-between;
    /*border-bottom: 1px solid #0000002e;*/
}
.sidebar-iTems li a {
    /* color: red; */
    font-weight: 500;
    color: #000000c4;
}
.sidebar-iTems li a span .bi {
    color: #0d6efd;
    font-size: 18px;
}
.sidebar-iTems li a span {
    display: flex
;
    align-items: center;
    gap: 7px;
}
.phone-Num {
    font-size: 18px;
    font-weight: 500;
    color: #0d6efd;
}
.Contact-N {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.rightsidebar .card .statistics-list .icons {
color: #c10037;
border: 1px solid #e6e6e6;
border-radius: 50%;
width: 35px;
height: 35px;
margin-right: 10px;
align-items: center;
justify-content: center;
display: flex;
background: #fff;
}
ul.info-list li {
display: flex;
align-items: center;
gap: 10px;
}
.ul {padding-left:0!important;}
.statistic-details {
display: flex;
align-items: center;
}
.rightsidebar h4 {
margin-bottom: 20px;
}
.rightsidebar .card {
    padding: 18px;
}
.location-direction button {
    font-weight: 500;
    font-size: 14px;
    color: #0d6efd!important;
    display: flex
;
    align-items: center;
    gap: 4px;
    background-color:transparent;
    border:none;
}
.review-profile {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.revw-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.location-direction button:hover{background-color:#f8f9fa;}
.location-direction button .bi-arrow-90deg-right{color: #0d6efd;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 4px;}
.open-timing a {
    display: flex
;
    justify-content: space-between;
 }


.sidebar-iTems li {
    /* border: 1px solid #000; */
    padding: 10px;
    /*border-bottom: 1px solid #1c0f022b;*/
}

.contact_form input {
width: 100%;
margin-bottom: 20px;
display: block;
width: 100%;
padding: .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e3e3e3;
border-radius: 5px;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-color: #e3e3e3;
color: #161c2d;
font-size: 16px;
min-height: 46px;
padding: 6px 15px;
outline-offset: 0 !important;
outline: -webkit-focus-ring-color auto 0;
}
.sideauthor-img img {
border-radius: 50px;
width: 50px;
height: 50px;
}
.sidebarauthor-details {
display: flex;
gap: 12px;
}
.sideauthor-info p.authorname {
margin: 0 0 6px;
font-size: 18px;
font-weight: 500;
color: #09153C;
}
.contactbusinessform textarea.form-control {
background: #fff;
padding: 15px;
}
.contactbusinessform textarea.form-control {
background: #fff;
padding: 15px;
}

textarea.form-control {
background: #f9fafc;
color: #717171;
font-size: 15px;
padding: 10px;
margin-bottom: 1rem;
}
textarea.form-control {
border: 1px solid #e3e3e3;
border-radius: 5px;
min-height: 46px;
max-height: 100px;}
.contactbusinessform .submit-section .btn-primary {
padding: 10px 20px;
display: block;
width: 100%;
min-height: 46px;
}
.contactbusinessform input.btn-primary {
background-color: #c10037;
border: 1px solid #c10037;
}
.star-rating-02 i {
color: #ffa800;
font-size:13px;
}
.star-rating-02 i {
margin-right: 3px;
}
.review-sec .review-box .review-details h6 {
margin-bottom: 10px;
text-transform: capitalize;
font-size: 18px;
font-weight: 500;
}
.review-text {
    font-size: 15px;
}
.review-sec .review-box .review-details h6 a{color:#0d233e;}
.authordetails h5 {
font-size: 42px;
color:#ffffff;
}
.breacrum:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(356deg, #000, #000000e8, #0000009e, #00000014, #0000);
z-index: -1;
top: 0;
left: 0;
}
.breacrum {
/*background-image: url({{asset('public/assets/business/banner/'.$business->businessLogo)}});*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
padding-top: 200px;
margin-top: 80px;
}
.breacrum p {
color: #ffffff;
}
.breacrum li a {
color: #ffffff;
}
.right-side h2 {
color: #fff;
}
.navbar {
background-color: #ffffff;
border-bottom: 1px solid #e5e5e5;
padding:7px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;
box-shadow: 0px 3px 53px rgb(197 197 197 / 27%);
}
.breacrum .rating-02 {
color: #fff;
}
/*Listing Grid Page CSS*/
.list-content .grid-view.card {
background: #fff;
padding: 0;
border: 1px solid #e3e3e3;
box-shadow: none;
border-radius: 10px;
margin-bottom: 1.5rem;
}

.grid-view .blog-img {
overflow: hidden;
position: relative;
border-radius: 10px 10px 0 0;
z-index: 1;
}
.blog-image img, .blog-img img, .venue-image img {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
width: 100%;
min-height: 200px;
object-fit: fill;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.service-widget .fav-item, .grid-view .fav-item {
position: absolute;
left: 0;
top: 0;
width: 100%;
padding: 1.5rem 1.5rem 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
font-size: 14px;
}

.fav-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
cursor: pointer;
}
.grid-view .card-body {
position: relative;
padding: 1.5rem;
}
.grid-view .blog-author span, .grid-view .blog-location-details, .grid-view .ratings {
color: #9c9c9c;
font-size: 14px;
}
.blog-single-post br {
    display: none;
}
.blog-content.entry-content p{
    font-size:16px;
}
.blog-location-details {
display: flex;
align-items: center;
font-size: 14px;
justify-content: space-between;
margin: 0 0 15px;
}
.amount-details {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.Featured-text {
position: absolute;
transform: rotate(-45deg);
top: 36px;
background: #0d6efd;
display: inline-block;
width: 199px;
left: -43px;
text-align: center;
padding: 2px 0;
font-size: 18px;
color: #fff;
display: flex;
justify-content: center;
box-shadow: 3px 5px 13px rgba(222, 226, 231, .44);
}
.grid-view .grid-author {
position: absolute;
top: -36px;
z-index: 2;
border-radius: 50px;
width: 65px;
height: 65px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #eee;
}
.grid-view .grid-author img {
border-radius: 50px;
width: 50px;
height: 50px;
}
.blog-features {
margin-top: 12px;
}
.grid-view.card h6 {
margin: 0 0 15px;
width: 100%;
color: #0d233e;
font-size: 22px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.grid-view.card h6>a {
color: #0d233e;
}
h2.breadcrumb-title {
color: #fff;
}
ol.breadcrumb {
display: flex;
justify-content: center;
}
li.breadcrumb-item.active {
color: #66d0e8;
font-weight: bold;
}
.listing {
padding: 60px 0;
}
/*.padding-50{padding:50px 0;}*/

/*Contact-Us Page Css Start*/
.contact_form {
position: relative;
}
.contactinfo-content {
position: absolute;
top: 50%;
background: #fff;
transform: translateY(-50%);
padding: 50px;
text-align: center;
box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
right: -80px;
border-radius: 12px;
}
.contactinfo-content ul li {
list-style: none;
}
.contact-info h2 {
font-weight: 700;
color: #0d6efd;
font-size: 36px;
margin: 0 0 20px;
}
.contact-info h2 span {
color: #374B5C;
}
.contact-info p {
font-size: 18px;
}
/*Contact-Us Page Css End*/

/*Register page css*/
.login-wrap p, .login-wrap {
color: #666;
background: #fff;
margin: 0 auto;
}
.login-wrap {
box-shadow: 0px 4.4px 12px -1px rgb(19 16 34 / 6%), 0px 2px 6.4px -1px rgb(19 16 34 / 3%);
padding: 1.5rem;
border: 1px solid #f1f1f1;
border-radius: 10px;
}

.login-wrap .group-img input {

min-height: 52px;
border: 1px solid #e3e3e3;
border-radius: 8px;
}
.login-header {
text-align: center;
margin: 0 0 30px;
}

.login-header h3 {
font-size: 30px;
font-weight: bold;
color: #0D233E;
margin: 0 0 15px;
}
.login-wrap p, .login-wrap {
color: #666;
background: #fff;
margin: 0 auto;
}
.register-form .login-header p span {
color: #0d6efd;
font-weight: bold;
}
/*Register page css*/



/*menu css*/
nav{
width: 100%;
/*background-color: #333;*/
}
.menu {
display: flex;
list-style: none;
align-items: center;
}

.menu li {
position: relative;
}

/*.menu li a {*/
/*  display: block;*/
/*  padding: 15px 20px;*/
/*  color: white;*/
/*  text-decoration: none;*/
/*}*/

/*.menu li a:hover {*/
/*  background-color: #444;*/
/*}*/

/* Submenú */
.submenu-items {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
list-style: none;
min-width: 200px;
padding-right: 8px !important;
border-radius: 0;
padding-bottom: 0;
padding-left: 8px !important;
padding-top:12px;
border-radius: 0 0 4px 4px;
}
ul.submenu-items {
padding-left: 0;
}
li.submenu ul.submenu-items li {
margin-bottom: 7px;
}
.submenu-items li a {
padding: 10px 15px;
display: block;
text-align: left;
    background-color:#0d6efde3;
    color: #fff;
}

.submenu-items li a:hover {
    background-color: #0d6efd;
    color: #fff;
}

.menu li.submenu:hover .submenu-items {
display: block;
}
img.avatar-0 {
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
font-size: 1rem;
object-fit: cover;
border-radius: 50%;
}

/*end menu css*/

/*Banner Search bar Section*/
.serch-bar-section span {
font-size: 70px;
line-height: 85px;
font-weight: 600;
color: #fff;
}
.mt-80{margin-top: 80px;}
.ct-breacrum {
padding: 15px 0;

}

.bg-light{background-color: #f3f7ff!important;}
.serch-bar-section .search-form input {
height: 60px;
width: 100%;
border-radius: 10px;
border: none;
padding: 0 20px;
font-size: 19px;
display: flex
;
align-items: center;
/* font-weight: 500; */
}
.search-form-input {
position: relative;
}
.search-form-input button {
position: absolute;
right: 9px;
top: 50%;
transform: translateY(-50%);
background: #1c0f02;
border: none;
display: inline-block;
padding: 10px 30px;
border-radius: 10px;
z-index: 1;
font-weight: 600;
color: #fff;

}
.serch-bar-section .search-form input:focus-visible {
outline: none;
}
.space {
padding: 60px 0;
}
.banner-img-0 {
background-position: right;
background-size: cover;
object-fit: cover;
height: 600px;
position: relative;
z-index: 2;
}
.banner-img-0:before {
content: '';
position: absolute;
left: 0;
top: 0;
background: #0d6efd;
width: 55%;
height: 100%;
z-index:0;
}
.serch-bar-section p {
color: #fff;
}

img.banner-img {
position: absolute;
top: 0;
right: 0;
z-index: -1;
/* left: 0; */
height: 100%;
}
.serch-bar-section {
position: relative;
}

/*home page*/

#categoryOptions {
position: absolute;
z-index: 9999;
max-height: 200px;
overflow-y: auto;
border-radius: 0px 0px 10px 10px;
padding: 5px;
width:100%;
top: 55px;
background-color: #fff;
}

.categoryOptions {
cursor: pointer;
padding: 8px 10px;
color: black;text-align: left;    background: #eeeeee8a;
}

.categoryOptions:hover {
background-color: #f0f0f0;
}
.categoryOptions:nth-child(odd){    background: #fff;}

#categoryOptions::-webkit-scrollbar {
width: 8px;
}

#categoryOptions::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 4px;
}

#categoryOptions::-webkit-scrollbar-thumb:hover {
background-color: #999;
}

#locationOptions {
position: absolute;
z-index: 9999;
max-height: 200px;
overflow-y: auto;
border-radius: 0px 0px 10px 10px;
padding: 5px;
width: 300px;
top: 55px;
background-color: #fff;
width:100%;
}

.locationOptions {
cursor: pointer;
padding: 8px 10px;
color: black; text-align: left;    background: #eeeeee8a;
}
.locationOptions:nth-child(odd){    background: #fff;}

.locationOptions:hover {
background-color: #f0f0f0;
}

#locationOptions::-webkit-scrollbar {
width: 8px;
}

#locationOptions::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 4px;
}

#locationOptions::-webkit-scrollbar-thumb:hover {
background-color: #999;
}

.featured-card-body p {
text-align: center;
font-size: 1.2rem;
}

.featured-card-body h4 {
text-align: center;
}

.business-logo {
height: 190px;
display: flex;
align-items: center;
justify-content: center;
}

.phone-number {
position: absolute;
right: 15px;
top: 10px;
border: 1px solid #65d0e9;
background-color: #65d0e9;
padding: 5px;
border-radius: 20px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #ffff;
}

.phone-number a {
color: #fff;
}
.navbar{z-index:99999999;}
.category-card-items {position: relative;display: block;border-radius: 10px;overflow: hidden;box-shadow: 0 0 5px #0000003b;padding: 10px;background: #fff;}
.category-card-items img.catImg {height: 300px; width: 100%;  object-fit: cover; border-radius:10px;}
.cat-title {position: absolute;bottom: 0;padding: 15px;left: 0;right: 0;display: flex;align-items: center;background: linear-gradient(#0d6efd00, #04142b);color: #fff;    gap: 10px;}
span.catIcon {display: flex;background: #fff;width: 60px;height: 60px;border-radius: 30px;padding: 5px;align-items: center;justify-content: center;overflow: hidden;}
span.catIcon img{max-width:100%;}

.category-card-items img.catImg {-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.category-card-items:hover img.catImg {-webkit-transform: scale(1.3);transform: scale(1.3);}
.category-card-items:hover .cat-title{background:linear-gradient(#1534627a, #04142b);}

.star {
display: inline-block;
position: relative;
}
.star::before {
content: "\F586\F586\F586\F586\F586";
font-family: "bootstrap-icons" !important;
font-weight: 500;
font-size: 14px;
letter-spacing: 5px;
color: #131b5f70;
}
.star span {
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.star span::before {content: "\F586\F586\F586\F586\F586";font-family: "bootstrap-icons" !important;font-weight: 500;font-size: 14px;color: #f1c40f;letter-spacing: 5px;}
.featured-card-body-content {
    width: 100%;
}
.featured-card-items {background: #fff;padding: 0;border-radius: 10px;overflow: hidden;position: relative;    text-align: center;color: #fff;}
.featured-card-body-items{    position: absolute;z-index: 9999999;opacity: 1;bottom: 0;background-image: linear-gradient(356deg, #000, #000000e8, #0000009e, #00000014, #0000);padding-top:150px;width: 100%;}
.featured-card-items img.bussImg {height:320px;width: 100%;object-fit: cover;}
.featured-card-footer {padding:20px;border-top: 1px solid #e5e5e5;display: flex;justify-content:center;align-items: center;    margin-top: 10px;}
.show-number {background: #ffffffad;display: flex;font-size: 28px;width: 50px;height: 50px;margin: auto;align-items: center;justify-content: center;border-radius: 26px;/* padding: 24px; */}
.featured-card-body-items p {color: #fff;padding: 7px;}
.feature-cards {padding-top: 0;height: 100%;display: flex;align-items: end;}

.featured-card-items img.bussImg {-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.featured-card-items:hover img.bussImg {-webkit-transform: scale(1.3);transform: scale(1.3);}
.featured-card-items:hover .show-number{background:#0d6efd; color:#fff;}
.numbeShow {display: flex;align-items: center;background: #0d6efd;padding: 10px;justify-content: space-between;}
.numbeShow h5 {font-size: 15px;text-align: left;}
button.copy-button {color: #101a29;border: 0;background: #ffc107;}
span#phone-number {color: #fff;font-weight: bold;}
.phoneModal{display:none;}
.phoneModal.active{display:block;}
section.popular-locations {display: flex;gap: 20px;}
.city-items {background: #fff;width: 180px;text-align: center;border-radius: 10px;color: #000;font-size: 17px;}
.city-items h4{font-size:20px;}
.city-items h4 {font-size: 16px;margin: 10px 0 20px;}
.footerTop {background: #fff;}


/*blog sec*/
section.latest-blog {background: #fff;padding: 120px 0;    position: relative;}
section.latest-blog h2{font-size:52px;font-weight: bold;}
section.latest-blog:before {content: '';background-color: #f8f8ff;position: absolute;top: 0;left: 0;right: 0;height: 70%;}
section.latest-blog .container{position: relative;}
.grid-blog {border: 0;border-radius: 10px;background: #ffff;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);padding: 10px;    height: 100%;}
.grid-blog .blog-img {width: 100%;height: 260px;border-radius: 10px 10px 0 0;object-fit: cover;}
.blog-category a {background: #f1f1f1;padding: 5px 10px;border-radius: 5px;margin: 0 10px 10px 0;display: inline-block;line-height: normal;border-color: #e3e3e3;}
.blog-content {padding:15px;position: relative;}
.grid-blog .blog-title a {font-size:21px;color: #1c0f02;font-weight: bold;line-height: 25px;display: block;}

.viewlink a{color: #0d6efd;}
span.title-right:before {content: '';position: absolute;top: -7px;left: -8px;width: 62px;height: 62px;background:#0d6efd;z-index: -1;border-radius: 50%;}
.btn-custom {padding: 10px 20px;font-weight: 500;border: 0;color: #fff;background: #0d6efd;}
.btn-custom:hover{background-color:#1c0f02;color: #fff; }
.blog-image:hover img, .service-img:hover img, .blog-img:hover img, .venue-image:hover img {-webkit-transform: scale(1.35) rotate(0deg);-moz-transform: scale(1.35) rotate(0deg);transform: scale(1.35) rotate(0deg);}
.grid-blog .blog-image {overflow: hidden;border-radius: 10px 10px 0 0;position: relative;}
.blog-image img, .blog-img img, .venue-image img {-webkit-transform: translateZ(0);-moz-transform: translateZ(0);transform: translateZ(0);-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;width: 100%;min-height: 200px;object-fit: fill;}

.blog-image, .blog-image>a, .blog-image img {display: block;}
.grid-blog:hover {box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, .06), 0 2px 6.4px -1px rgba(19, 16, 34, .03);}
.gradiantcolor {background: linear-gradient(356deg, #000, #000000d9, #0000009e, #00000014, #0000);position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.cat-blog {
position: absolute;
z-index: 9;
background: #0d6efd;
top: 0;
color: #fff;
padding: 5px 10px;
border-radius: 0 0 20px 0;
box-shadow: 0 0 4px #000;
}
p.viewlink {
margin: 0;
font-weight: bold;
}
.entry-meta-auth {display: flex;align-items: center;justify-content: space-between;position: absolute;top: -50px;    color: #fff;
left: 15px;
right: 15px;}
.post-author {display: flex;align-items: center;}
.post-author-img img {
    border-radius: 20px;
}
.testimonial-sec {
    position: relative;
    padding:90px 0;
}

/*sachin*/
.ct-breacrum ol li a, li.breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}


.ct-breacrum {
    padding: 15px 0;
    background-color: #0d6efd;
}

ct-breacrum .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.featured-card-items .location_info {
    padding-bottom: 20px;
}

section.testimonial-sec h2 {
text-align: center;
font-size: 52px;
font-weight: bold;
margin-bottom: 50px;
}
.slick-slide div {
    margin:0 20px;
    height: 100%;
}
.slick-slide .testimonial-heading {
    height: auto;
}
.slick-slide .testimonialslider-content{height: auto;}
.slick-slide .testimonial-items {
    margin: 0px;
    text-align: center;
    background: #0d6efd;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
}
.slick-track{display:flex !important;}
.slick-slide{float: none !important; height:auto  !important;}
.slick-slide .testi-img {
display: flex
;
justify-content: center;
margin-bottom: 10px;
height: auto;
}
.testimonialslider-content p {
margin: 0;
}
.bottomFooter {
background: #0d6efd;
}
.copyright {display: flex;align-items: center;justify-content: space-between;color: #fff;    padding: 20px 0;}
.copyright p{margin:0;}
.copyright a{color:#fff;}
footer.footer-section li {
    font-size: 15px;
}
.testi-author h6{    text-transform: capitalize;}

.homepage-slider .slick-slide img {
    max-height: 500px;
    object-fit: cover;
}


.homepage-slider .slick-slide div{margin:0;}

.twoline {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2; /* number of lines to show */line-clamp: 2; -webkit-box-orient: vertical;}
.oneline {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1; /* number of lines to show */line-clamp: 1; -webkit-box-orient: vertical;}



@media screen and (min-width:200px) and (max-width:767px){
.hero-section {padding:50px 0;margin-top: 80px;}
section.popular-locations{flex-wrap:wrap;}
.hero-section h1{font-size:42px;}
.search-bar{flex-wrap: wrap;justify-content: center;}
.search-bar button{width:100%;}
.cat-items{flex-wrap: wrap;}
.cat-items .category-card-items{width: 47%;height: 130px;}
.category-section {padding: 50px 0;}
.category-section h2 {font-size: 38px;}
.featured-section {padding: 50px 0;}
.featured-section h2 {font-size: 38px;}
.popular-section{padding: 50px 0;text-align: center;}
.popular-section h2 {font-size: 38px;}
.popular-section p {margin-bottom: 20px;text-align: center;}
.city-items{width: 46%;}
.testimonial-sec{padding: 50px 0;}
section.testimonial-sec h2 {font-size: 38px;}
.slick-slide div {margin: 0;height: 100%;}
section.latest-blog{padding: 50px 0;}
section.latest-blog h2{font-size: 38px;}
.login-btn{margin: auto !important;margin-bottom: 10px !important;}
}
@media screen and (min-width:576px) and (max-width:767px){
 .cat-items .category-card-items{width:30%;height: 130px;}
.city-items {width: 30%;}
}
@media screen and (min-width:768px) and (max-width:1199px){
.container, .container-md, .container-sm {max-width:100%;}
.hero-section {padding:50px 0;margin-top: 80px;}
section.popular-locations{flex-wrap:wrap;}
.hero-section h1{font-size:42px;}
.category-section {padding: 50px 0;}
.category-section h2 {font-size: 38px;}
.featured-section {padding: 50px 0;}
.featured-section h2 {font-size: 38px;}
.popular-section{padding: 50px 0;text-align: center;}
.popular-section h2 {font-size: 38px;}
.testimonial-sec{padding: 50px 0;}
section.testimonial-sec h2 {font-size: 38px;}
section.latest-blog{padding: 50px 0;}
section.latest-blog h2{font-size: 38px;}
}
@media screen and (min-width:992px) and (max-width:1199px){
.container, .container-md, .container-sm {max-width:100%;}
section.popular-locations {flex-wrap: nowrap;}
}
section.hero-section.myaccount {
    padding: 20px 0;
}
section.hero-section.myaccount:before {
    background: #000000b8;
}
section.hero-section.myaccount h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
section.hero-section.myaccount p {
    margin: 0;
    max-width: 500px;
    margin: auto;
    font-size: 14px;
}


@media screen and (min-width:992px){.submenu-items{
    left: 50%;    transform: translateX(-50%);}}