/*
Theme Name: Covai Directory
Theme URI: https://covai.co.in
Author: Covai Team
Author URI: https://covai.co.in
Description: Custom theme for Coimbatore Business Directory and Tourist Guide
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: covai-directory
*/

/* Basic Reset */
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Responsive Images - Global */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-post-image,
.attachment-post-thumbnail,
.attachment-large,
.attachment-medium,
.attachment-thumbnail {
    max-width: 100%;
    height: auto;
    display: block;
}
/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Basic Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Header Styles */
/* Header Styles */
.site-header {
    background-color: #fff;
    border-bottom: 3px solid #ff6600;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.site-title {
    margin: 0;
    font-size: 28px;
    color: #ff6600;
}

.site-title a {
    color: #ff6600;
    text-decoration: none;
}

.site-description {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #666;
}

/* Hamburger Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    width: 30px;
    height: 3px;
    background-color: #ff6600;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation */
.main-navigation {
    display: block;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: #ff6600;
    text-decoration: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        overflow-y: auto;
        padding-top: 80px;
        z-index: 999;
    }
    
    .main-navigation.active {
        right: 0;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 0;
    }
    
    .nav-menu li {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav-menu li a {
        padding: 15px 25px;
        font-size: 16px;
    }
    
    .nav-menu li a:hover {
        background: #f9f9f9;
    }
    
    /* Overlay when menu is open */
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }
    
    .header-content {
        flex-direction: row;
    }
    
    .site-title {
        font-size: 22px;
    }
    
    .site-description {
        font-size: 12px;
    }
}

/* Navigation */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu li a {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
}

.nav-menu li a:hover {
    color: #ff6600;
    text-decoration: none;
}

/* Main Content */
.site-main {
    padding: 40px 0;
    min-height: 500px;
}

/* Footer Styles */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    margin-top: 50px;
}

.footer-content {
    text-align: center;
}

.footer-content p {
    margin: 10px 0;
}

.footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.footer-menu li a {
    color: #fff;
}

.footer-menu li a:hover {
    color: #ff6600;
}

/* Responsive */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }
    
    .footer-menu {
        flex-direction: column;
        gap: 10px;
    }
}

/* Single Business & Place Styles */
.business-single,
.place-single {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.business-header,
.place-header {
    border-bottom: 3px solid #ff6600;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.business-title,
.place-title {
    color: #ff6600;
    font-size: 32px;
    margin-bottom: 15px;
}

.business-meta,
.place-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
}

.business-meta span,
.place-meta span {
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 20px;
}

.business-image,
.place-image {
    margin: 25px 0;
    text-align: center;
}

.business-image img,
.place-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.business-content,
.place-content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.business-details,
.place-details {
    background: #f9f9f9;
    padding: 25px;
    border-left: 4px solid #ff6600;
    border-radius: 5px;
}

.business-details h2,
.place-details h2 {
    color: #ff6600;
    font-size: 22px;
    margin-bottom: 20px;
}

.business-details p,
.place-details p {
    margin-bottom: 12px;
    font-size: 15px;
}

.business-details a,
.place-details a {
    color: #0066cc;
    font-weight: 500;
}

.business-details a:hover,
.place-details a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .business-single,
    .place-single {
        padding: 20px;
    }
    
    .business-title,
    .place-title {
        font-size: 24px;
    }
    
    .business-meta,
    .place-meta {
        flex-direction: column;
        gap: 10px;
    }
}

/* Archive Header */
.archive-header {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 3px solid #ff6600;
}

.archive-header h1 {
    font-size: 36px;
    color: #ff6600;
    margin-bottom: 10px;
}

.archive-header p {
    font-size: 18px;
    color: #666;
}

/* Grid Layout - IMPROVED */
.business-grid,
.place-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
    gap: 30px;
    margin-bottom: 40px;
}

/* Tablet - 2 columns */
@media (max-width: 1024px) {
    .business-grid,
    .place-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
    .business-grid,
    .place-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Business & Place Cards */
.business-card,
.place-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-card:hover,
.place-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.business-card-image,
.place-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.business-card-image img,
.place-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.business-card:hover .business-card-image img,
.place-card:hover .place-card-image img {
    transform: scale(1.1);
}

.business-card-content,
.place-card-content {
    padding: 20px;
}

.business-card-title,
.place-card-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.business-card-title a,
.place-card-title a {
    color: #333;
    text-decoration: none;
}

.business-card-title a:hover,
.place-card-title a:hover {
    color: #ff6600;
}

.business-card-meta,
.place-card-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.category-tag {
    background: #ff6600;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.location-tag {
    background: #f0f0f0;
    color: #666;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
}

.business-card-excerpt,
.place-card-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.business-card-phone {
    font-size: 14px;
    margin-bottom: 15px;
}

.business-card-phone a {
    color: #0066cc;
    text-decoration: none;
}

.place-card-info {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.view-details-btn {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.view-details-btn:hover {
    background: #cc5200;
    text-decoration: none;
}

/* Business & Place Card Images - Responsive */
.business-card-image,
.place-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.business-card-image img,
.place-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.business-card:hover .business-card-image img,
.place-card:hover .place-card-image img {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .business-card-image,
    .place-card-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .business-card-image,
    .place-card-image {
        height: 150px;
    }
}
/* Pagination */
.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination a,
.pagination span {
    padding: 8px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background: #ff6600;
    color: #fff;
}

.pagination .current {
    background: #ff6600;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .business-grid,
    .place-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .archive-header h1 {
        font-size: 28px;
    }
    
    .archive-header p {
        font-size: 16px;
    }
}

/* Homepage Styles */
.homepage {
    padding: 20px 0;
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: #fff;
    border-radius: 15px;
    margin-bottom: 50px;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.95;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    color: #ff6600;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 16px;
    color: #666;
}

/* Explore Section */
.explore-section {
    margin-bottom: 60px;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
}

.explore-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.explore-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255,102,0,0.2);
}

.explore-card a {
    text-decoration: none;
    color: #333;
    display: block;
}

.explore-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.explore-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.explore-count {
    font-size: 14px;
    color: #999;
}

.view-all-card {
    background: #ff6600;
}

.view-all-card h3,
.view-all-card .explore-count,
.view-all-card .directory-count {
    color: #fff;
}

/* Search Section */
.search-section {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-input-wrapper {
    display: flex;
    gap: 10px;
}

.search-field {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
}

.search-field:focus {
    border-color: #ff6600;
}

.search-submit {
    padding: 15px 30px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-submit:hover {
    background: #cc5200;
}

.search-filters {
    display: flex;
    gap: 15px;
}

.filter-select {
    flex: 1;
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

/* Directory Section */
.directory-section {
    margin-bottom: 60px;
}

.directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
}

.directory-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255,102,0,0.2);
}

.directory-card a {
    text-decoration: none;
    color: #333;
    display: block;
}

.directory-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.directory-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.directory-count {
    font-size: 14px;
    color: #999;
}

/* Areas Section */
.areas-section {
    margin-bottom: 60px;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.area-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.area-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(255,102,0,0.15);
}

.area-card a {
    text-decoration: none;
    color: #333;
    display: block;
}

.area-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.area-count {
    font-size: 14px;
    color: #999;
}

/* Featured Section */
.featured-section {
    margin-bottom: 60px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.featured-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.featured-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.featured-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card-content {
    padding: 20px;
}

.featured-type {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 10px;
}

.featured-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.featured-card h3 a {
    color: #333;
    text-decoration: none;
}

.featured-card h3 a:hover {
    color: #ff6600;
}

.featured-category {
    font-size: 13px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .explore-grid,
    .directory-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .search-input-wrapper {
        flex-direction: column;
    }
    
    .search-filters {
        flex-direction: column;
    }
    
    .areas-grid,
    .featured-grid {
        grid-template-columns: 1fr;
    }
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.breadcrumbs a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumbs .current {
    color: #333;
    font-weight: 600;
}

/* Taxonomy Pages */
.taxonomy-header {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: #fff;
    border-radius: 15px;
}

.taxonomy-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.taxonomy-description {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.taxonomy-count {
    font-size: 14px;
    opacity: 0.9;
}

/* Location Template */
.location-content {
    margin-top: 30px;
}

.location-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 28px;
    color: #ff6600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff6600;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

.no-results p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

/* Responsive Taxonomy */
@media (max-width: 768px) {
    .taxonomy-header h1 {
        font-size: 28px;
    }
    
    .taxonomy-description {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 24px;
    }
}

/* ========================================
   ADD BUSINESS PAGE STYLES
======================================== */

/* Page Header */
.page-header {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: #fff;
    border-radius: 15px;
}

.page-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.page-header p {
    font-size: 18px;
    opacity: 0.95;
}

/* Form Container */
.add-business-form-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Form Benefits */
.form-benefits {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    border-left: 4px solid #ff6600;
}

.form-benefits h3 {
    color: #ff6600;
    margin-bottom: 15px;
}

.form-benefits ul {
    list-style: none;
    padding: 0;
}

.form-benefits li {
    padding: 8px 0;
    font-size: 16px;
}

/* Business Submission Form */
.business-submission-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.form-section:last-of-type {
    border-bottom: none;
}

.form-section h3 {
    color: #ff6600;
    font-size: 24px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.required {
    color: #ff0000;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #ff6600;
    outline: none;
}

.form-group textarea {
    resize: vertical;
}

.form-group input[type="file"] {
    padding: 10px;
    border: 2px dashed #ddd;
    border-radius: 6px;
    width: 100%;
}

.form-help {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

/* Form Row (for side-by-side fields) */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Feature Badge */
.feature-badge {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
}

/* Disabled fields styling */
.form-group input:disabled,
.form-group textarea:disabled {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    border-color: #e0e0e0;
}

.form-group input:disabled::placeholder {
    color: #bbb;
}

/* ========================================
   PRICING PLANS SECTION
======================================== */

.pricing-section {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

.pricing-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.plan-card {
    position: relative;
    background: #fff;
    border: 3px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.plan-card input[type="radio"] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.plan-card input[type="radio"]:checked + .plan-content {
    border-color: #ff6600;
}

.plan-card input[type="radio"]:checked ~ .plan-content {
    border-color: #ff6600;
}

/* Featured Plan Card */
.featured-card {
    border-color: #ff6600;
    background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
}

/* Best Value Plan Card */
.best-value-card {
    border-color: #28a745;
    background: linear-gradient(135deg, #f0fff4 0%, #ffffff 100%);
    position: relative;
}

.plan-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #28a745;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-content {
    padding-top: 10px;
}

.plan-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.plan-header h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff6600;
    margin: 0;
}

.original-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 8px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
}

.plan-features li:before {
    margin-right: 8px;
}

.pricing-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

/* Form Actions */
.form-actions {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    background: #ff6600;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #cc5200;
    transform: translateY(-2px);
}

/* Success/Error Messages */
.success-message,
.error-message {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.success-message {
    background: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
}

.success-message h2 {
    color: #28a745;
    margin-bottom: 15px;
}

.error-message {
    background: #f8d7da;
    border: 2px solid #dc3545;
    color: #721c24;
}

.error-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-message li {
    padding: 5px 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pricing-plans {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .business-submission-form {
        padding: 25px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .page-header p {
        font-size: 16px;
    }
    
    .pricing-plans {
        grid-template-columns: 1fr;
    }
    
    .plan-price {
        font-size: 24px;
    }
}

/* ========================================
   FOOTER STYLES
======================================== */

.site-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget h3 {
    color: #ff6600;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-widget p {
    line-height: 1.6;
    color: #bdc3c7;
    font-size: 14px;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-menu li a:hover {
    color: #ff6600;
    padding-left: 5px;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #bdc3c7;
}

.footer-contact a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #ff6600;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
    color: #95a5a6;
}

.footer-bottom-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-bottom-links li a {
    color: #95a5a6;
    text-decoration: none;
    font-size: 13px;
}

.footer-bottom-links li a:hover {
    color: #ff6600;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* ========================================
   BACK TO TOP BUTTON
======================================== */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top:hover {
    background: #cc5200;
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.back-to-top.show {
    display: flex;
}

@media (max-width: 768px) {
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 20px;
    }
}

/* ========================================
   SOCIAL SHARING BUTTONS
======================================== */

.social-sharing {
    margin-top: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    border-top: 3px solid #ff6600;
}

.social-sharing h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.share-btn.facebook {
    background: #1877f2;
    color: #fff;
}

.share-btn.facebook:hover {
    background: #145dbf;
}

.share-btn.twitter {
    background: #1da1f2;
    color: #fff;
}

.share-btn.twitter:hover {
    background: #0d8bd9;
}

.share-btn.whatsapp {
    background: #25d366;
    color: #fff;
}

.share-btn.whatsapp:hover {
    background: #1ebe57;
}

.share-btn.email {
    background: #ea4335;
    color: #fff;
}

.share-btn.email:hover {
    background: #d33426;
}

@media (max-width: 768px) {
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        width: 100%;
        justify-content: center;
    }
}
/* Google Map Embed */
.google-map-embed {
    margin: 25px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.google-map-embed iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .google-map-embed iframe {
        height: 300px;
    }
}

/* Google Maps Button */
.google-maps-btn {
    display: inline-block;
    background: #4285F4;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.google-maps-btn:hover {
    background: #357ae8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(66, 133, 244, 0.3);
}

.google-maps-btn:active {
    transform: translateY(0);
}
   
   /* ========================================
   CLAIM LISTING SECTION
======================================== */

.claim-listing-section {
    margin: 40px 20px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    border-left: 4px solid #ff6600;
}

.claim-banner {
    text-align: center;
    padding: 20px;
}

.claim-banner h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.claim-banner p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.claim-listing-btn {
    background: #ff6600;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.claim-listing-btn:hover {
    background: #cc5200;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
}

/* Claim Banner States */
.claim-banner.pending {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.claim-banner.claimed {
    background: #d4edda;
    border-left: 4px solid #28a745;
}

/* Claim Messages */
.claim-message {
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.claim-message.success {
    background: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
}

.claim-message.error {
    background: #f8d7da;
    border: 2px solid #dc3545;
    color: #721c24;
}

/* Claim Form */
.claim-form-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.claim-form-container h3 {
    color: #ff6600;
    margin-bottom: 10px;
}

.claim-form-container p {
    color: #666;
    margin-bottom: 25px;
}

.claim-form .form-group {
    margin-bottom: 20px;
}

.claim-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.claim-form input[type="text"],
.claim-form input[type="email"],
.claim-form input[type="tel"],
.claim-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.claim-form input:focus,
.claim-form textarea:focus {
    border-color: #ff6600;
    outline: none;
}

.claim-form small {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 13px;
}

.submit-claim-btn {
    background: #ff6600;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s ease;
}

.submit-claim-btn:hover {
    background: #cc5200;
}

.cancel-claim-btn {
    background: #6c757d;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cancel-claim-btn:hover {
    background: #5a6268;
}

/* Responsive */
@media (max-width: 768px) {
    .claim-listing-section {
        padding: 20px;
    }
    
    .claim-form-container {
        padding: 20px;
    }
    
    .submit-claim-btn,
    .cancel-claim-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ========================================
   FIX: BUSINESS PAGE SECTION SPACING
======================================== */

.claim-listing-section {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.reviews-section {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.review-form-container,
.reviews-list,
.reviews-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix Categories & Location Section */
.business-meta,
.place-meta {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 20px !important;
}

@media (max-width: 768px) {
    .claim-listing-section,
    .reviews-section {
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .business-meta,
    .place-meta {
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding: 15px !important;
    }
}

/* Add to existing FIX: ALL BUSINESS & PLACE PAGE SPACING section */

.place-single .nearby-businesses-section {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

@media (max-width: 768px) {
    .place-single .nearby-businesses-section {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

/* ========================================
   IMAGE GALLERY - FEATURED 12 MONTHS
======================================== */

.business-gallery {
    margin: 40px 20px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

.business-gallery h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 102, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .business-gallery {
        margin: 30px 15px;
        padding: 20px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   NEARBY BUSINESSES SECTION
======================================== */

.nearby-businesses-section {
    margin: 60px 20px 40px 20px !important;
    padding: 40px 20px !important;
    background: #fff;
}

.nearby-businesses-section .section-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.nearby-category {
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nearby-category:last-child {
    margin-bottom: 0;
}

.category-heading {
    font-size: 24px;
    color: #ff6600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6600;
}

.nearby-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nearby-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nearby-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 102, 0, 0.2);
}

.nearby-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.nearby-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
}

.nearby-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nearby-item:hover .nearby-image img {
    transform: scale(1.1);
}

.nearby-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6600 0%, #ff8833 100%);
}

.nearby-no-image span {
    font-size: 48px;
}

.nearby-info {
    padding: 15px;
}

.nearby-title {
    font-size: 18px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
}

.nearby-category {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px;
}

.nearby-location {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .nearby-businesses-section {
        margin: 40px 15px 30px 15px !important;
        padding: 30px 15px !important;
    }
    
    .nearby-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .category-heading {
        font-size: 20px;
    }
    
    .nearby-image {
        aspect-ratio: 1 / 1 !important;
        min-height: 180px !important;
        max-height: 250px !important;
    }
    
    .nearby-title {
        font-size: 16px;
    }
    
    .nearby-category,
    .nearby-location {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .nearby-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .nearby-businesses-section .section-title {
        font-size: 22px;
    }
    
    .nearby-businesses-section {
        margin: 30px 10px 20px 10px !important;
        padding: 20px 10px !important;
    }
    
    .nearby-image {
        aspect-ratio: 1 / 1 !important;
        min-height: 150px !important;
        max-height: 200px !important;
    }
    
    .nearby-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .nearby-info {
        padding: 10px;
    }
    
    .nearby-title {
        font-size: 14px;
    }
    
    .nearby-category,
    .nearby-location {
        font-size: 11px;
    }
    
    .nearby-no-image span {
        font-size: 50px;
    }
}

@media (max-width: 380px) {
    .nearby-image {
        min-height: 140px !important;
    }
}