/* Services dropdown arrow */
.header-nav .nav > li.sub-menu-down > a:after {
    content: "\f107";
}

/* Services dropdown icons */
.header-nav .nav > li .sub-menu li a i {
    width: 25px;
    text-align: center;
    color: var(--primary);
}
.header-nav .nav > li .sub-menu li:hover a i {
    color: var(--primary);
}

/* Rounded dropdown */
.header-nav .nav > li .sub-menu {
    border-radius: 10px;
    padding: 12px 20px;
}

.extra-nav .locationWrap{
    position: relative;
}

.extra-nav .locationWrap .form-control{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px;
    height: unset;
    padding-left: 25px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    width: 300px;
}

.extra-nav .locationWrap i{
    position: absolute;
    top: 3px;
    left: 7px;
    color: black;
}


.extra-nav .userMeta .dropdown-toggle img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-toggle::after{
    display: none;
}

.extra-nav .userMeta .dropdown-toggle{
    padding: 0px;
    margin-left: 35px;
    border-radius: 50% !important;
}

.extra-nav .userMeta li{
    display: block !important;
}

.content-info h1{
    transition: 0.3s;
    text-align: center;
}

.content-info h1 span{
    transition: 0.3s;
}

.content-info h1 .rotatingText{
    color: #b6d400;
    text-decoration: underline;
}

.masterSearchBox{
    justify-content: center;
    width: unset;
    margin-bottom: 0;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background: white;
}

.masterSearchBox .singleBox{
    position: relative;
    border-right: 1px solid #e2e2e2;
}

.masterSearchBox .singleBox:last-child{
    border-right: none;
}

.masterSearchBox .singleBox h6{
    position: absolute;
    top: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    left: 13px;
    z-index: 1;
}

.masterSearchBox .singleBox .form-select{
    padding-left: 100px;
    border: none;
    appearance: none;
    min-width: 250px;
}

.masterSearchBox .singleBox .form-select.service{
    padding-left: 90px;
}

.masterSearchBox .singleBox .form-control{
    width: 350px;
    border: none;
    padding-left: 100px;
}

.masterSearchBox .singleBox.last{
    border: none;
}

.masterSearchBox .btn{
    border-radius: 50px !important;
    background: black;
    color: white;
}

.masterSearchBox .btn i{
    margin-right: 5px;
}

.dropdown-menu{
    width: 100%;
    border-radius: 10px;
}

/* Different background colors for sections */


.topHeroSection{
    margin-top: 80px;
    position: relative;
    background: linear-gradient(0deg, #e6f972, #ffc1071c, transparent);
}

.topHeroSection .shapeBottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    filter: brightness(5);
}

.aboutSection{
    padding: 80px 0px;
}

.aboutSection p{
    font-size: 18px;
}

.petSection{
    padding: 100px 0px;
    background: #526432;
    position: relative;
    overflow: hidden;
}

.petSection .left{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
    opacity: 0.3;
    z-index: 1;
}

.petSection .right{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
    opacity: 0.3;
    z-index: 1;
}

.petSection .container {
    position: relative;
    z-index: 2;
}

.petSection .section-head {
    margin-bottom: 60px;
}

.petSection .section-head .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #0e8eb2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.petSection .section-head .title {
    font-size: 46px;
    font-weight: 600;
    color: white;
    margin-top: 10px;
}

.tp-service-pet-item {
    background: #e6f972;
    padding: 65px 220px 60px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tp-service-pet-item-2 {
    background: #95e6e2;
}

.tp-service-pet-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.tp-service-pet-shape {
    right: 10px;
    bottom: 0;
    width: 39%;
    z-index: 1;
    opacity: 0.9;
    transition: all 0.4s ease;
    position: absolute;
    right: 0;
}


.tp-service-pet-shape-2 {
    right: 0;
    bottom: 0;
    width: 48%;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
}


.tp-service-pet-title {
    font-size: 28px;
    font-weight: 600;
    color: #526432;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}

.tp-service-pet-para {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.tp-service-pet-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
    gap: 5px;
}

.tp-service-pet-link i {
    transition: transform 0.3s ease;
}

.tp-service-pet-link:hover {
    color: #0c7a9a;
}

.tp-service-pet-link:hover i {
    transform: translateX(5px);
}

/* Microchipping Section */
.microchip-section {
    padding: 100px 0;
    background: #f8fafb;
    position: relative;
    overflow: hidden;
}
.microchip-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(230, 249, 114, 0.15);
    z-index: 0;
}
.microchip-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(1, 49, 61, 0.04);
    z-index: 0;
}
.microchip-wrapper {
    position: relative;
    z-index: 1;
}
.microchip-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e6f972 0%, #c8e04a 100%);
    color: #526432;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.microchip-title {
    font-size: 42px;
    font-weight: 700;
    color: #526432;
    line-height: 1.2;
    margin-bottom: 20px;
}
.microchip-title span {
    background: linear-gradient(135deg, #94ac00, #526432);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.microchip-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 32px;
    max-width: 520px;
}
.microchip-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}
.mc-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.mc-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    background: #526432;
    color: #e6f972;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.mc-feature h6 {
    font-size: 15px;
    font-weight: 700;
    color: #526432;
    margin-bottom: 4px;
}
.mc-feature p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}
.microchip-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.btn-microchip-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #526432;
    color: #e6f972;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(1, 49, 61, 0.3);
}
.btn-microchip-primary:hover {
    background: #0e8eb2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(14, 142, 178, 0.3);
}
.btn-microchip-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: transparent;
    color: #526432;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid #dde3e6;
    transition: all 0.3s ease;
}
.btn-microchip-secondary:hover {
    border-color: #526432;
    color: #526432;
    background: rgba(1, 49, 61, 0.04);
}

/* Microchip Gallery */
.microchip-gallery {
    position: relative;
    height: 520px;
}
.mc-img-main {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(1, 49, 61, 0.15);
}
.mc-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mc-img-float {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
    transition: transform 0.3s ease;
}
.mc-img-float:hover {
    transform: scale(1.05);
}
.mc-img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mc-img-float-1 {
    width: 180px;
    height: 180px;
    bottom: 20px;
    left: -30px;
    background: #fff;
}
.mc-img-float-2 {
    width: 150px;
    height: 150px;
    bottom: 60px;
    right: -10px;
}
.mc-stat-badge {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #e6f972;
    border-radius: 16px;
    padding: 16px 22px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(230, 249, 114, 0.4);
    z-index: 2;
}
.mc-stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #526432;
    line-height: 1;
}
.mc-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #526432;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .microchip-section {
        padding: 60px 0;
    }
    .microchip-title {
        font-size: 32px;
    }
    .microchip-gallery {
        height: 400px;
        margin-top: 30px;
    }
    .mc-img-main {
        height: 320px;
    }
    .mc-img-float-1 {
        width: 140px;
        height: 140px;
        left: 0;
        bottom: 0;
    }
    .mc-img-float-2 {
        width: 120px;
        height: 120px;
        bottom: 30px;
        right: 0;
    }
}

@media (max-width: 575px) {
    .microchip-title {
        font-size: 26px;
    }
    .microchip-gallery {
        height: 350px;
    }
    .mc-img-main {
        height: 280px;
    }
    .mc-img-float-1 {
        width: 110px;
        height: 110px;
    }
    .mc-img-float-2 {
        width: 100px;
        height: 100px;
    }
    .mc-stat-badge {
        top: 15px;
        right: 5px;
        padding: 12px 16px;
    }
    .mc-stat-number {
        font-size: 24px;
    }
}

/* ---- Pet Travel Section ---- */
.pet-travel-section {
    padding: 100px 0;
    background: #526432;
    position: relative;
    overflow: hidden;
}
.pet-travel-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(230, 249, 114, 0.06);
    z-index: 0;
}
.pet-travel-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    z-index: 0;
}
.pet-travel-wrapper {
    position: relative;
    z-index: 1;
}
.pet-travel-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e6f972 0%, #c8e04a 100%);
    color: #526432;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.pet-travel-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}
.pet-travel-title span {
    background: linear-gradient(135deg, #e6f972, #a8d400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pet-travel-desc {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    max-width: 520px;
}
.pet-travel-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}
.pt-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.pt-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    background: rgba(230, 249, 114, 0.15);
    color: #e6f972;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid rgba(230, 249, 114, 0.2);
}
.pt-feature h6 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.pt-feature p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.5;
}
.pet-travel-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.btn-pet-travel-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #e6f972;
    color: #526432;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 249, 114, 0.3);
}
.btn-pet-travel-primary:hover {
    background: #d4e85a;
    color: #526432;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 249, 114, 0.4);
}
.btn-pet-travel-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.btn-pet-travel-secondary:hover {
    border-color: #e6f972;
    color: #e6f972;
    background: rgba(230, 249, 114, 0.05);
}

/* Pet Travel Gallery */
.pet-travel-gallery {
    position: relative;
    height: 520px;
}
.pt-img-main {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.pt-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pt-img-float {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    border: 4px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease;
    background: #fff;
}
.pt-img-float:hover {
    transform: scale(1.05);
}
.pt-img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pt-img-float-1 {
    width: 200px;
    height: 140px;
    bottom: 20px;
    left: -20px;
}
.pt-img-float-2 {
    width: 170px;
    height: 120px;
    bottom: 70px;
    right: -10px;
}
.pt-stat-badge {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #e6f972;
    border-radius: 16px;
    padding: 16px 22px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(230, 249, 114, 0.3);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pt-stat-icon {
    font-size: 22px;
    color: #526432;
}
.pt-stat-label {
    font-size: 13px;
    font-weight: 700;
    color: #526432;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .pet-travel-section {
        padding: 60px 0;
    }
    .pet-travel-title {
        font-size: 32px;
    }
    .pet-travel-gallery {
        height: 400px;
        margin-bottom: 30px;
    }
    .pt-img-main {
        height: 320px;
    }
    .pt-img-float-1 {
        width: 160px;
        height: 110px;
        left: 0;
        bottom: 0;
    }
    .pt-img-float-2 {
        width: 140px;
        height: 100px;
        bottom: 30px;
        right: 0;
    }
}

@media (max-width: 575px) {
    .pet-travel-title {
        font-size: 26px;
    }
    .pet-travel-gallery {
        height: 350px;
    }
    .pt-img-main {
        height: 280px;
    }
    .pt-img-float-1 {
        width: 130px;
        height: 90px;
    }
    .pt-img-float-2 {
        width: 120px;
        height: 85px;
    }
    .pt-stat-badge {
        top: 15px;
        right: 5px;
        padding: 12px 16px;
    }
}

/* Minimalist Footer Styles */
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    padding: 5px 10px;
}

.footer-link:hover {
    color: #ffa500;
}

.footer-links .separator {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Top Rated Section Styles */
.topRatedSection {
    padding-top: 70px;
}

.service-tabs-wrapper {
    margin-top: 30px;
}

/* Service Tabs Navigation */
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    border: none;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.service-tabs .nav-item {
    margin: 0;
}

.service-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: white;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.service-tabs .nav-link i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.service-tabs .nav-link:hover {
    border-color: #e6f972;
    color: #526432;
    background: #e6f97240;
    transform: translateY(-2px);
}

.service-tabs .nav-link.active {
    background: #e6f972;
    border-color: #eaff69;
    color: #526432;
}

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

/* Service Cards */
.service-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.service-card-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.service-avatar {
    position: relative;
    flex-shrink: 0;
}

.service-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}

.status-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: #10b981;
    border: 3px solid white;
    border-radius: 50%;
}

.service-info {
    flex: 1;
}

.service-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.service-type {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

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

.rating i {
    font-size: 14px;
    color: #ffa500;
}

.rating span {
    margin-left: 5px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.service-description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn-details {
    /* display: inline-flex
; */
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s 
    ease;
    cursor: pointer;
}

.btn-details i {
    transition: transform 0.3s ease;
}

.btn-details:hover {
    background: #e6f972;
    color: #526432;
    transform: translateX(0);
    border-color: #526432;
}

.btn-details:hover i {
    transform: translateX(4px);
}

.tab-content {
    min-height: 400px;
}

.tab-pane {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#locationName {
    color: #b7d402;
    font-weight: 600;
    text-decoration: underline;
}

/* Listing Page Header */
.listing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    border-bottom: 1px solid #ddd;
}

.listing-header .logo-header{
    height: unset;
}

.listing-navbar {
    padding: 15px 0;
}

.listing-navbar .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.listing-header .logo-header img {
    max-height: 45px;
}

/* Search Filters Bar */
.search-filters-bar {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 900px;
    margin-left: auto;
    /* box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08); */
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding-right: 5px;
}

.search-filters-bar .filter-item{
    position: relative;
}

.search-filters-bar .filter-item::before{
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #80808059;
}

.search-filters-bar .filter-item.location::before{
    display: none;
}

.filter-item.catagory{
    max-width: 200px;
}


.filter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.filter-item label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 15px;
}

.filter-item .form-control {
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    padding-left: 90px;
}

.filter-item #topSearchInput{
    padding-left: 120px;
}

.filter-item.location{
    max-width: 170px;
}

.filter-item .form-control:focus,
.filter-item .form-select:focus {
    border-color: #e6f972;
    box-shadow: none;
}

.btn-search {
    padding: 10px 10px;
    background: #e6f972;
    color: #526432;
    border: none;
    border-radius: 50px !important;
    font-size: 16px;
    transition: background 0.3s 
ease;
    height: 45px;
    width: 45px;
}

.btn-search:hover {
    background: #00acc1;
}

/* User Nav */
.user-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-icon {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 8px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Listing Page Styles */
.listPage {
    padding-top: 85px;
    min-height: 100vh;
    background: #f8f9fa;
}

/* Listings Container */
.listings-container {
    padding: 20px 30px;
    background: white;
    max-width: 1280px;
    margin: auto;
}

.listings-header {
    margin-bottom: 20px;
}

.results-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.verified-icon {
    color: #adca00;
    font-size: 24px;
}

.results-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.sort-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-controls label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
}

.sort-controls .form-select {
    width: auto;
    min-width: 150px;
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 12px;
}

/* Map Toggle Switch */
.map-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.view-toggle{
    margin-left: auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #526432;
    transition: 0.4s;
    border-radius: 50%;
    border: 1px solid #526432;
}

input:checked + .slider {
    background-color: #e6f972;
    border: 1px solid #526432;
}


input:checked + .slider:before {
    transform: translateX(24px);
    bottom: 2px;
}

.listings-wrapper {
    margin-bottom: 30px;
}

/* List View Styles */
.listings-wrapper.list-view .row {
    flex-direction: column;
}

.listings-wrapper.list-view .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.listings-wrapper.list-view .listing-card {
    flex-direction: row;
    max-width: 100%;
}

.listings-wrapper.list-view .listing-card-content {
    flex-direction: row;
    width: 100%;
}

.listings-wrapper.list-view .listing-image-wrapper {
    width: 240px;
    min-width: 240px;
    height: auto;
    border-radius: 14px 0 0 14px;
}

.listings-wrapper.list-view .listing-info {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listings-wrapper.list-view .listing-title {
    font-size: 18px;
}

.listings-wrapper.list-view .listing-card-footer {
    border-top: none;
    border-left: 1px solid #f0f0ec;
    flex-direction: column;
    width: 100px;
    padding: 14px;
    justify-content: center;
    gap: 6px;
}

.listings-wrapper.list-view .listing-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.listings-wrapper.list-view .listing-services {
    margin-top: 8px;
}

.listings-wrapper.list-view .service-tag {
    font-size: 11px;
    padding: 4px 10px;
}

@media (max-width: 768px) {
    .listings-wrapper.list-view .listing-card-content {
        flex-direction: column;
    }

    .listings-wrapper.list-view .listing-image-wrapper {
        width: 100%;
        min-width: 100%;
        height: 150px;
        border-radius: 14px 14px 0 0;
    }

    .listings-wrapper.list-view .listing-card-footer {
        border-left: none;
        border-top: 1px solid #f0f0ec;
        flex-direction: row;
        width: 100%;
    }
}

/* Listing Card */
.listing-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    position: relative;
}

.listing-card:hover {
    box-shadow: 0 10px 30px rgba(1,49,61,0.12);
    transform: translateY(-3px);
}

.listing-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.listing-image-wrapper {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.listing-card:hover .listing-image {
    transform: scale(1.05);
}

.listing-image-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(1,49,61,0.6));
    pointer-events: none;
    z-index: 1;
}

.image-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    z-index: 2;
}

.listing-category-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255,255,255,0.92);
    color: #526432;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    backdrop-filter: blur(8px);
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: rgba(255,255,255,0.92);
    color: #059669;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.verified-badge i {
    font-size: 10px;
    color: #059669;
}

.listing-image-rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.listing-image-rating .rating-num {
    font-size: 13px;
    font-weight: 800;
    color: #526432;
}

.listing-image-rating .rating-stars {
    display: flex;
    gap: 1px;
}

.listing-image-rating .rating-stars i {
    font-size: 9px;
    color: #f5a623;
}

.listing-image-rating .rating-stars i.empty {
    color: #ddd;
}

.listing-image-rating .rating-count {
    font-size: 11px;
    color: #8a9ea6;
    font-weight: 500;
}

.listing-info {
    flex: 1;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.listing-title-section {
    margin-bottom: 0;
}

.listing-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #526432;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.listing-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.listing-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rating-stars i {
    color: #ffa726;
    font-size: 14px;
}

.rating-number {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.rating-count {
    font-size: 13px;
    color: #888;
}

.listing-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b8a92;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.listing-location i {
    color: #b6d400;
    flex-shrink: 0;
    font-size: 11px;
}

.listing-card-footer {
    padding: 10px 16px;
    border-top: 1px solid #f0f0ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-card-footer .listing-city {
    font-size: 11px;
    font-weight: 600;
    color: #8a9ea6;
    display: flex;
    align-items: center;
    gap: 4px;
}

.listing-card-footer .listing-city i {
    font-size: 10px;
}

.listing-card-footer .listing-view-btn {
    font-size: 11px;
    font-weight: 700;
    color: #526432;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.listing-card-footer .listing-view-btn i {
    font-size: 9px;
    transition: transform 0.2s;
}

.listing-card:hover .listing-view-btn { color: #b6d400; }
.listing-card:hover .listing-view-btn i { transform: translateX(2px); }

.listing-owner {
    font-size: 13px;
    color: #999;
    margin: 0;
    font-weight: 500;
}

/* Listing Meta Info */
.listing-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
}

.meta-item i {
    color: #888;
    font-size: 12px;
}

.meta-item.price-tag {
    color: #2e7d32;
    font-weight: 600;
}

.meta-item.price-tag i {
    color: #2e7d32;
}

/* Service Tags */
.listing-services {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.service-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f4f8;
    color: #555;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

/* Loading State */
.loading-state {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.loading-state i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #0c7a9a;
}

.loading-state p {
    font-size: 16px;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.empty-state i {
    font-size: 64px;
    margin-bottom: 20px;
    color: #ddd;
}

.empty-state h4 {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.empty-state p {
    font-size: 14px;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.pagination-wrapper button {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    gap: 10px;
}

.pagination-wrapper button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-wrapper span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Map Container */
.map-column {
    position: relative;
    background: white;
}

.map-container {
    position: sticky;
    top: 85px;
    height: calc(100vh - 85px);
    width: 100%;
    overflow: hidden;
}

#map {
    height: 100%;
    width: 100%;
    background: white !important;
    /* filter: grayscale(100%); */
}

#map .leaflet-tile-pane {
    filter: grayscale(100%) brightness(1.1);
}

#map .leaflet-control-zoom {
    border: 1px solid #e0e0e0;
}

#map .leaflet-control-zoom a {
    background: white;
    color: #333;
    border: none;
}

/* Leaflet Popup Customization */
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
}

.map-popup-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #2d3e6e;
    margin-bottom: 5px;
}

.map-popup-content p {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.map-popup-content .category {
    display: inline-block;
    padding: 3px 8px;
    background: #fff6da;
    color: #ff9800;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}


.map-column.hidden {
    display: none !important;
}

.leaflet-popup-content p{
    margin: 1px 0;
}

.site-header{
    background: white;
}

/* Responsive */
/* ---- Tablet Breakpoint ---- */
@media (max-width: 991px) {
    /* Navbar */
    .listing-navbar .container-fluid { padding-left: 16px; padding-right: 16px; }
    .navbar-content { flex-wrap: wrap; gap: 12px; }
    .search-filters-bar { order: 3; width: 100%; max-width: none; margin-left: 0; border-radius: 12px; }
    .filter-item.catagory { max-width: none; }
    .filter-item.location { max-width: none; }
    .filter-item label { font-size: 12px; }

    /* Map column stacks below */
    .listPage .row.g-0 { flex-direction: column; }
    .listPage .col-lg-8 { width: 100%; max-width: 100%; flex: 0 0 100%; }
    .map-column { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
    .map-container { position: relative; top: 0; height: 300px; }

    /* Sort/filter row */
    .sort-controls { flex-wrap: wrap; gap: 8px; }
    .filter-group { flex: 1; min-width: calc(50% - 8px); }
    .filter-group.search-group { min-width: 100%; }
}

@media (max-width: 768px) {
    .listPage {
        padding: 80px 0 40px;
    }

    /* Navbar mobile */
    .listing-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
    .listing-navbar { padding: 10px 0; }
    .listing-header .logo-header img { max-height: 35px; }
    .search-filters-bar { border-radius: 10px; padding-right: 3px; }
    .filter-item label { font-size: 11px; left: 10px; top: 10px; }
    .filter-item .form-control { font-size: 12px; padding: 8px 10px; padding-left: 75px; }
    .filter-item #topSearchInput { padding-left: 100px; }
    .filter-item.catagory { display: none; }
    .btn-search { height: 38px; width: 38px; font-size: 14px; }
    .user-nav .btn-icon { font-size: 18px; }
    .user-avatar img { width: 32px; height: 32px; }

    .filters-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .listings-container { padding: 16px; }

    .listings-header {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .listings-header .form-select {
        width: 100%;
        max-width: none;
    }

    /* Sort controls mobile */
    .sort-controls { flex-wrap: wrap; gap: 8px; }
    .filter-group { min-width: 100%; }
    .view-toggle { margin-left: 0; }
    .map-toggle label { font-size: 12px; }

    /* Cards grid single column */
    .listings-wrapper .row .col-md-4 { width: 100%; max-width: 100%; flex: 0 0 100%; }
    .listing-image-wrapper { height: 160px; }

    /* Map */
    .map-container { height: 250px; }

    .pagination-wrapper {
        flex-direction: row;
        gap: 10px;
        padding: 16px;
    }

    .pagination-wrapper button {
        flex: 1;
    }

    .topRatedSection {
        padding: 60px 0;
    }

    .service-tabs {
        gap: 8px;
        padding: 0 15px;
    }

    .service-tabs .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }

    .service-tabs .nav-link span {
        display: none;
    }

    .service-tabs .nav-link i {
        font-size: 20px;
        margin: 0;
    }

    .service-card {
        padding: 20px;
    }

    .service-card-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .service-avatar {
        margin: 0 auto;
    }

    .service-info h4 {
        font-size: 18px;
    }

    .btn-details {
        width: 100%;
        justify-content: center;
    }

    .petSection {
        padding: 60px 0;
    }

    .petSection .left,
    .petSection .right {
        max-width: 100px;
        opacity: 0.2;
    }

    .petSection .section-head .title {
        font-size: 32px;
    }

    .tp-service-pet-item {
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .tp-service-pet-shape {
        max-width: 120px;
    }

    .tp-service-pet-shape-2 {
        max-width: 70px;
    }

    .tp-service-pet-title {
        font-size: 24px;
    }
}

/* ============================================
   CLINIC DETAILS PAGE STYLES - PROFESSIONAL REDESIGN
   ============================================ */

.clinic-details-section {
    padding: 100px 0 60px;
    background: #f8f9fa;
}

/* Carousel Card */
.clinic-carousel-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.clinic-carousel-card .carousel-item img {
    height: 450px;
    object-fit: cover;
}

.carousel-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

/* Hero Section */
.clinic-hero {
    margin-bottom: 30px;
}

.clinic-hero-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #e0e0e0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.clinic-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7));
}

.clinic-hero-badges {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Header Card */
.clinic-header-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.clinic-name {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.clinic-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

.rating-display .stars {
    display: flex;
    gap: 2px;
}

.rating-display .stars i {
    color: #ffa500;
    font-size: 18px;
}

.rating-number {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.review-count {
    font-size: 15px;
    color: #666;
}

.claimed-status {
    padding: 6px 14px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Detail Cards */
.detail-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.detail-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.detail-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-card-title i {
    color: #FF9800;
    font-size: 20px;
}

.detail-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

/* Amenities Grid */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

.amenity-item i {
    color: #4CAF50;
    font-size: 16px;
}

/* Opening Hours */
.hours-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 15px;
}

.hours-row.today {
    background: #fff3e0;
    font-weight: 600;
    border-left: 4px solid #FF9800;
}

.day-name {
    color: #333;
    font-weight: 500;
}

.day-hours {
    color: #666;
}

.day-hours.closed {
    color: #e53935;
}

.day-hours.open {
    color: #43a047;
}

/* Reviews Section */
.reviews-summary {
    text-align: center;
}

.reviews-overview {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.rating-big {
    font-size: 56px;
    font-weight: 700;
    color: #FF9800;
    line-height: 1;
}

.stars-big {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.stars-big i {
    color: #ffa500;
    font-size: 24px;
}

.reviews-text {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Location */
.address-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    gap: 10px;
    line-height: 1.6;
}

.map-embed {
    margin-bottom: 20px;
}

.location-actions {
    display: flex;
    gap: 12px;
}

/* Contact Card */
.contact-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.contact-card .detail-card-title {
    color: white;
}

.contact-card .detail-card-title i {
    color: white;
}

.contact-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:last-of-type {
    border-bottom: none;
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 20px;
    color: white;
}

.contact-details {
    flex: 1;
}

.contact-details label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 4px;
}

.contact-details a,
.contact-details p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.phone-item {
    margin-bottom: 8px;
}

.phone-item:last-child {
    margin-bottom: 0;
}

/* Quick Actions */
.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.quick-actions .btn {
    width: 100%;
    padding: 14px;
    font-weight: 600;
    border-radius: 12px;
}

.quick-actions .btn-primary {
    background: white;
    color: #667eea;
    border: none;
}

.quick-actions .btn-primary:hover {
    background: #f0f0f0;
}

.quick-actions .btn-outline-primary {
    border-color: white;
    color: white;
    background: transparent;
}

.quick-actions .btn-outline-primary:hover {
    background: white;
    color: #667eea;
}

.quick-actions .btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    background: transparent;
}

.quick-actions .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
}

/* Sticky Sidebar */
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

/* Owner Info */
.owner-info p {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.price-range {
    font-size: 24px;
    font-weight: 700;
    color: #4CAF50;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .clinic-details-section {
        padding: 80px 0 60px;
    }

    .clinic-name {
        font-size: 28px;
    }

    .clinic-hero-image {
        height: 300px;
    }

    .sticky-sidebar {
        position: relative;
        top: 0;
    }

    .detail-card {
        padding: 24px;
    }

    .clinic-header-card {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .clinic-name {
        font-size: 24px;
    }

    .clinic-hero-image {
        height: 250px;
        border-radius: 12px;
    }

    .detail-card {
        padding: 20px;
    }

    .rating-big {
        font-size: 42px;
    }

    .reviews-overview {
        flex-direction: column;
        padding: 20px;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .location-actions {
        flex-direction: column;
    }

    .location-actions .btn {
        width: 100%;
    }
}

/* ===== Business Join Section ===== */
.business-join-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}
.bj-wrapper { position: relative; z-index: 1; }
.bj-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #526432 0%, #024a5c 100%);
    color: #e6f972;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bj-title {
    font-size: 38px;
    font-weight: 800;
    color: #526432;
    line-height: 1.2;
    margin-bottom: 16px;
}
.bj-title span { color: #e6f972; background: #526432; padding: 0 10px; border-radius: 6px; }
.bj-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 28px;
}
.bj-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 28px;
}
.bj-service-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    transition: all 0.2s;
}
.bj-service-item:hover {
    border-color: #526432;
    background: #526432;
    color: #fff;
}
.bj-service-item i {
    font-size: 16px;
    color: #526432;
    width: 20px;
    text-align: center;
}
.bj-service-item:hover i { color: #e6f972; }
.bj-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
}
.bj-stat { text-align: center; }
.bj-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #526432;
}
.bj-stat-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}
.bj-cta { display: flex; gap: 12px; }
.btn-bj-primary {
    padding: 14px 28px;
    background: linear-gradient(135deg, #526432 0%, #024a5c 100%);
    color: #e6f972;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.btn-bj-primary:hover {
    box-shadow: 0 8px 24px rgba(1,49,61,0.3);
    transform: translateY(-2px);
    color: #e6f972;
}
.btn-bj-secondary {
    padding: 14px 28px;
    background: #fff;
    color: #526432;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.btn-bj-secondary:hover {
    border-color: #526432;
    color: #526432;
}
.bj-features-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}
.bj-features-title {
    font-size: 18px;
    font-weight: 700;
    color: #526432;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f3f4f6;
}
.bj-features-title i { color: #e6f972; }
.bj-feature {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.bj-feature:last-child { margin-bottom: 0; }
.bj-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #526432 0%, #024a5c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bj-feature-icon i { color: #e6f972; font-size: 16px; }
.bj-feature h6 {
    font-size: 14px;
    font-weight: 700;
    color: #526432;
    margin: 0 0 4px;
}
.bj-feature p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .bj-title { font-size: 28px; }
    .bj-services-grid { grid-template-columns: repeat(2, 1fr); }
    .bj-stats { gap: 20px; }
    .bj-cta { flex-direction: column; }
}