/*
Theme Name: Rank on Maps
Theme URI: https://rankonmaps.in
Author: Adv Madhuri Kaushal
Author URI: https://rankonmaps.in
Description: Modern, high-performance WordPress theme for Google Maps Ranking, Local SEO, and Digital Marketing agencies. Fully compatible with Elementor & Elementor Pro. Clean, fast, SEO-optimized, and built for lead generation.
Version: 1.0.0
Template: hello-elementor
License: GNU General Public License v2 or later
Text Domain: rank-on-maps
Tags: elementor, local-seo, google-business-profile, maps-ranking, seo-agency, digital-marketing, one-page, responsive, fast-loading, schema-markup
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ====================== COLOR PALETTE & VARIABLES ====================== */
:root {
    --primary-blue: #0077be;
    --secondary-blue: #00b4ff;
    --accent-gradient: linear-gradient(135deg, #0077be, #00b4ff);
    --text-dark: #1a1a1a;
    --white: #ffffff;
    --light-gray: #f8f9fa;
}

/* ====================== BASE STYLES ====================== */
body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--primary-blue);
}

a { color: var(--primary-blue); transition: all 0.3s ease; }
a:hover { color: var(--secondary-blue); }

/* Premium Buttons & CTAs */
.rank-cta {
    background: var(--accent-gradient);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(0, 119, 190, 0.3);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}
.rank-cta:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 119, 190, 0.4);
}

/* Smooth animations & hover effects */
.elementor-widget-image, .elementor-widget-heading, .elementor-widget-button {
    transition: all 0.4s ease;
}
.elementor-widget:hover {
    transform: translateY(-8px);
}

/* Section spacing & modern feel */
.elementor-section {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .elementor-section { padding: 60px 0; }
}

/* Blog & SEO content styling */
.entry-content h2 {
    border-left: 5px solid var(--primary-blue);
    padding-left: 15px;
}