/*
Theme Name: ZestRank
Theme URI: https://zestrank.com
Author: Rohit Nandan & ZestRank Team
Author URI: https://zestrank.com
Description: A high-performance, production-ready WordPress theme for ZestRank Digital Agency. Built with Tailwind CSS, custom leads database integration, and dynamic blogs management. Suitable for commercial and client delivery.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zestrank
Tags: agency, dark, portfolio, blog, custom-menu, translation-ready

This theme is fully self-contained and does not require Elementor or page builders.
*/

/* Base stylesheet styling overrides */
body {
    background-color: #020617; /* Slate-950 */
    color: #cbd5e1; /* Slate-300 */
}

.scroll-smooth {
    scroll-behavior: smooth;
}

/* Dynamic slider and accordion overrides */
.rotate-180 {
    transform: rotate(180deg);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
